@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=slick.min.css.map */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.btn a {
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.06em;
  z-index: unset;
  line-height: 1.2;
  width: max-content;
  padding: 2px 10px 0;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter" !important;
  font-weight: 700 !important;
  color: black;
  border: none;
  border-radius: 0;
  background: #D9C128;
  position: relative;
}
.btn a:hover, .btn a:focus {
  border-color: #DDAE8D;
  background-color: #DDAE8D !important;
}

.mailing-list .ae-cform-container .ae-cform-item-submit-button {
  position: relative;
  z-index: 1;
}
.mailing-list .ae-cform-container .ae-cform-item-submit-button input[type=submit] {
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.06em;
  z-index: unset;
  line-height: 1.2;
  width: max-content;
  padding: 2px 10px 0;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter" !important;
  font-weight: 700 !important;
  color: black;
  border: none;
  border-radius: 0;
  background: #D9C128;
  position: relative;
  height: 54px;
  width: 162px;
  background-color: #D9C128;
  border-color: #D9C128;
  text-transform: uppercase;
  margin: 0 auto 0 0;
}
.mailing-list .ae-cform-container .ae-cform-item-submit-button input[type=submit]:hover, .mailing-list .ae-cform-container .ae-cform-item-submit-button input[type=submit]:focus {
  border-color: #DDAE8D;
  background-color: #DDAE8D !important;
}

.mailing-list-cta {
  margin-left: 20px;
}
.mailing-list-cta button {
  position: relative;
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.025em;
  border-bottom: 2px solid white;
  padding: 0;
  width: 260px;
  text-align: left;
  line-height: 2;
  cursor: pointer;
}
.mailing-list-cta button:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  background: url("../assets/images/arrow-white.png") center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.more-link {
  text-align: center;
  margin-top: 40px;
}
.more-link a {
  color: black;
  text-transform: uppercase;
  font-size: 18px;
  transition: 0.3s ease-in-out all;
  letter-spacing: 4.5px;
  position: relative;
  transition: 0.3s ease-in-out all;
}
.more-link a:after {
  content: "";
  background: black;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: 0.3s ease-in-out all;
  transform: scaleX(0);
  transform-origin: left;
}
.more-link a:hover:after, .more-link a:focus:after {
  transform: scaleX(1);
}

.scroll-top {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 40em) {
  .scroll-top {
    display: none;
  }
}
.scroll-top a {
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.06em;
  z-index: unset;
  line-height: 1.2;
  width: max-content;
  padding: 2px 10px 0;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter" !important;
  font-weight: 700 !important;
  color: black;
  border: none;
  border-radius: 0;
  background: #D9C128;
  position: relative;
  margin: 0 auto 50px;
}
.scroll-top a:hover, .scroll-top a:focus {
  border-color: #DDAE8D;
  background-color: #DDAE8D !important;
}
.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: white;
  color: black;
  border-radius: 100%;
  border: 2px solid black;
  font-weight: bold;
  cursor: pointer;
  height: 20px;
  width: 20px;
  padding: 0;
}
@media screen and (min-width: 40em) {
  .close-btn {
    width: 25px;
    height: 25px;
  }
}

.header-social {
  margin-left: auto;
}
@media screen and (min-width: 64em) {
  .header-social {
    margin-right: 1rem;
  }
}
.header-social .icon {
  height: 27px;
}
.header-social .menu-social__list {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  margin-left: 1rem;
}
.header-social .menu-social__list a {
  color: #D9C128;
}
.header-social .menu-social__list a:hover {
  color: white !important;
}

@media screen and (max-width: 25em) {
  .footer .menu-social {
    position: absolute;
    bottom: 3px;
    right: 20px;
  }
}
.footer .menu-social__list a {
  color: #171926;
}
@media screen and (max-width: 25em) {
  .footer .menu-social__list a svg {
    height: 24px;
    width: 24px;
  }
}
.footer .menu-social__list a:hover {
  color: white !important;
}

.menu-social__link[title=Facebook],
.menu-social__link[title*=Laylo],
.menu-social__link[href*=subscribe] {
  font-family: "Font Awesome 5 Brands";
}
.menu-social__link[title=Facebook]:before,
.menu-social__link[title*=Laylo]:before,
.menu-social__link[href*=subscribe]:before {
  content: "";
  font-size: 1.125rem;
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  color: #171926;
  transition: 0.3s ease-in-out all;
  display: inline-block;
  width: 24px;
  text-align: center;
}
.menu-social__link[title=Facebook] svg,
.menu-social__link[title*=Laylo] svg,
.menu-social__link[href*=subscribe] svg {
  display: none;
}
.menu-social__link[title=Facebook]:hover:before,
.menu-social__link[title*=Laylo]:hover:before,
.menu-social__link[href*=subscribe]:hover:before {
  color: white !important;
  opacity: 1;
}

.menu-social__link[title=Facebook]:before {
  content: "";
}

.menu-social__link[title=Laylo]:before {
  content: "";
  font-family: "Font Awesome 5 Free";
}

.menu-social__link[href*=subscribe]:before {
  content: "";
  font-family: "Font Awesome 5 Free";
}

.icon-soundcloud,
.icon-youtube {
  padding: 2px !important;
}

.mailing-list {
  width: 100%;
  text-align: center;
  margin: 20px;
  padding: 100px 0;
}
@media screen and (min-width: 187.5em) {
  .mailing-list {
    padding: 200px;
  }
}

.ae-cform-signin-options {
  margin-bottom: 20px;
}
.ae-cform-signin-options a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

#ae-cform-container-1 {
  max-width: 660px;
  width: 95%;
  text-align: center;
  font-family: "Inter";
  letter-spacing: 0;
}
#ae-cform-container-1 .ae-cform-email-container, #ae-cform-container-1 {
  display: inline-block !important;
  width: 100%;
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 {
    width: 100%;
  }
}
#ae-cform-container-1 #ae-cform-title-1 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 40px;
}
#ae-cform-container-1 .ae-cform-item-email,
#ae-cform-container-1 .ae-cform-item-country {
  width: 100%;
}
#ae-cform-container-1 .ae-cform-item-email label,
#ae-cform-container-1 .ae-cform-item-country label {
  text-align: left;
}
#ae-cform-container-1 .ae-cform-item-email label .cform-required-field,
#ae-cform-container-1 .ae-cform-item-country label .cform-required-field {
  text-align: left !important;
}
#ae-cform-container-1 .ae-cform-item-email label span,
#ae-cform-container-1 .ae-cform-item-country label span {
  font-size: 14px;
  color: #171926;
  font-family: "Inter";
  font-weight: 500;
}
#ae-cform-container-1 .ae-cform-item-email input,
#ae-cform-container-1 .ae-cform-item-email select,
#ae-cform-container-1 .ae-cform-item-country input,
#ae-cform-container-1 .ae-cform-item-country select {
  background: transparent !important;
  border: 0;
  border-bottom: 2px solid #171926;
  color: #171926;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: bold;
  font-family: "Inter";
  height: 45px;
  padding-left: 1px;
}
#ae-cform-container-1 .ae-cform-item-email input option,
#ae-cform-container-1 .ae-cform-item-email select option,
#ae-cform-container-1 .ae-cform-item-country input option,
#ae-cform-container-1 .ae-cform-item-country select option {
  color: #171926 !important;
  background-color: white;
}
#ae-cform-container-1 .ae-cform-item-email input::placeholder,
#ae-cform-container-1 .ae-cform-item-email select::placeholder,
#ae-cform-container-1 .ae-cform-item-country input::placeholder,
#ae-cform-container-1 .ae-cform-item-country select::placeholder {
  opacity: 1;
  color: #171926 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
#ae-cform-container-1 .ae-cform-item-email input:hover, #ae-cform-container-1 .ae-cform-item-email input:focus,
#ae-cform-container-1 .ae-cform-item-email select:hover,
#ae-cform-container-1 .ae-cform-item-email select:focus,
#ae-cform-container-1 .ae-cform-item-country input:hover,
#ae-cform-container-1 .ae-cform-item-country input:focus,
#ae-cform-container-1 .ae-cform-item-country select:hover,
#ae-cform-container-1 .ae-cform-item-country select:focus {
  border-color: #171926 !important;
  color: #171926 !important;
}
#ae-cform-container-1 .ae-cform-item-email .select__arrow,
#ae-cform-container-1 .ae-cform-item-country .select__arrow {
  border: solid;
  border-color: #171926 transparent transparent !important;
  border-width: 10px 7px 0 !important;
  padding: 0;
  transform: none;
}
#ae-cform-container-1 .ae-cform-item-email .iti__selected-dial-code,
#ae-cform-container-1 .ae-cform-item-country .iti__selected-dial-code {
  color: #171926 !important;
}
#ae-cform-container-1 .ae-optin-holder {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 .ae-optin-holder {
    margin: 0;
  }
}
#ae-cform-container-1 .ae-optin-holder .ae-cform-optin-title {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 .ae-optin-holder .ae-cform-optin-title {
    width: max-content;
    padding-bottom: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 39.9375em) {
  #ae-cform-container-1 .ae-cform-optin {
    margin-bottom: 5px;
  }
}
#ae-cform-container-1 .ae-cform-optin-title {
  font-weight: 500 !important;
  font-size: 14px;
  width: 100%;
  color: #171926 !important;
  font-family: "Inter";
  text-transform: uppercase !important;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 .ae-cform-optin-title {
    text-align: left;
  }
}
#ae-cform-container-1 .ae-cform-optin label input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: none;
  background-color: transparent;
  margin-right: 0;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 .ae-cform-optin label input[type=checkbox] {
    text-align: left;
  }
}
#ae-cform-container-1 .ae-cform-optin label input[type=checkbox]::before {
  color: transparent !important;
  border: 2px solid #171926;
  border-radius: 2px;
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  cursor: pointer;
  transform: translateY(-2px);
  display: inline-block;
}
#ae-cform-container-1 .ae-cform-optin label input[type=checkbox]:after {
  display: none;
}
#ae-cform-container-1 .ae-cform-optin label input[type=checkbox]:checked::before {
  color: #171926 !important;
  font-family: "Font Awesome 5 Free";
  content: "" !important;
}
#ae-cform-container-1 .ae-cform-optin-checkbox + .ae-cform-optin-label {
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
  color: #171926 !important;
  margin-right: 10px;
  font-family: "Inter";
  letter-spacing: 0;
}
#ae-cform-container-1 .cform-required-field {
  pointer-events: none;
  text-align: left !important;
}
#ae-cform-container-1 .cform-required-field span {
  color: #171926;
  font-weight: 400;
  font-size: 100%;
}
#ae-cform-container-1 .ae-cform-required-fields {
  font-size: 14px;
}
#ae-cform-container-1 #terms {
  margin-top: 30px !important;
}
#ae-cform-container-1 #terms,
#ae-cform-container-1 #sms-terms {
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  line-height: 1.3;
  color: #171926 !important;
  margin-bottom: 10px !important;
  text-align: left !important;
}
#ae-cform-container-1 #terms a,
#ae-cform-container-1 #sms-terms a {
  font-size: 18px;
  color: #171926 !important;
  font-weight: normal;
}
#ae-cform-container-1 #terms a:hover,
#ae-cform-container-1 #sms-terms a:hover {
  color: #171926 !important;
  text-decoration: underline;
}
#ae-cform-container-1 .ae-cform-item-submit-button input {
  cursor: pointer;
}
#ae-cform-container-1 hr {
  display: none !important;
}
#ae-cform-container-1 #ae-cform-container-1 {
  text-align: center;
}

.ae-cform-mailing-list-success-1 {
  color: #171926 !important;
  padding: 50px 0 !important;
  font-size: 30px !important;
  text-transform: uppercase;
}

@media screen and (min-width: 187.5em) {
  .ae-cform-signin-button {
    font-size: 20px;
  }
}

@media screen and (max-width: 39.9375em) {
  .ae-cform-signin-options-list {
    flex-flow: column;
  }
}

#main-header {
  background: transparent;
  position: absolute;
  z-index: 10;
  width: 100%;
  transition: 0.3s ease-in-out all;
  top: 0;
  padding: 15px 0;
}
#main-header .header__layout.page-width {
  display: flex;
  flex-flow: column;
  align-items: center;
  column-gap: unset;
  row-gap: unset;
  max-width: initial;
}
#main-header.expand {
  position: fixed;
}
@media screen and (max-width: 39.9375em) {
  #main-header.expand {
    z-index: 12;
  }
}
#main-header.expand #main-nav {
  opacity: 1;
  pointer-events: initial;
}
#main-header .logo-main img {
  width: 450px;
  height: auto;
}
@media screen and (max-width: 63.9375em) {
  #main-header .logo-main img {
    width: 200px;
  }
}
#main-header .header-top {
  position: relative;
  z-index: 2;
}
#main-header .menu-drawer-container {
  display: none !important;
}

#main-nav {
  flex-flow: column;
}
#main-nav .header-social {
  margin-top: 20px;
}

.main-nav,
.main-nav-header {
  width: 100%;
}

.main-nav-header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 39.9375em) {
  .main-nav-header {
    flex-flow: row-reverse;
  }
}
.main-nav-header .label-logos {
  display: flex;
}
.main-nav-header .label-logos > a {
  display: flex;
  align-items: center;
}
.main-nav-header .label-logos :nth-child(2) {
  object-fit: contain;
}
.main-nav-header .label-logos img {
  width: 100px;
  margin: 0 10px;
}
@media screen and (max-width: 39.9375em) {
  .main-nav-header .label-logos img {
    width: 65px;
    margin: 0 5px;
  }
}

.footer {
  background: transparent;
  z-index: 9;
}
.footer .footer__layout {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.footer .footer__bottom {
  background-color: transparent;
  padding: 0 5px;
}
@media screen and (max-width: 63.9375em) {
  .footer .footer__bottom {
    flex-flow: column;
    align-items: flex-start;
    padding: 0 15px;
  }
  .footer .footer__bottom #menu-menu-legal {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 64em) {
  .footer .footer__bottom {
    padding: 0 20px;
    height: 40px;
    justify-content: space-between;
  }
}

#menu-footer, #page-footer {
  margin: 0;
}
#menu-footer #menu-footer-legal, #page-footer #menu-footer-legal {
  justify-content: center;
}
@media screen and (max-width: 63.9375em) {
  #menu-footer, #page-footer {
    justify-content: center;
    text-align: center;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 64em) {
  #menu-footer li, #page-footer li {
    margin: 0 1rem;
  }
}
#menu-footer a, #page-footer a {
  opacity: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  color: #D9C128;
  letter-spacing: 0;
  font-size: 16px;
  transition: 0.3s ease-in-out all;
}
#menu-footer a:hover, #page-footer a:hover {
  color: white;
  opacity: 1;
}

#_evh-link {
  z-index: 5 !important;
}

.partner-logo {
  width: 70px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.25rem;
  filter: brightness(0) saturate(100) invert(100);
}
@media screen and (max-width: 39.9375em) {
  .partner-logo {
    width: 60px;
  }
}
.partner-logo[title*="America 2 Korea"] {
  background-image: url("../assets/images/partners/america-to-korea.png");
}
.partner-logo[title*="American Recordings"] {
  background-image: url("../assets/images/partners/American.png");
}
.partner-logo[title*="Big Hit"] {
  background-image: url("../assets/images/partners/Big-Hit-Music.png");
}
.partner-logo[title*="Big Loud"] {
  background-image: url("../assets/images/partners/Big-Loud.png");
}
.partner-logo[title*="Big Machine"] {
  background-image: url("../assets/images/partners/Big-Machine.png");
}
.partner-logo[title*=Boominati] {
  background-image: url("../assets/images/partners/Boominati-Worldwide.png");
}
.partner-logo[title*=Brushfire] {
  background-image: url("../assets/images/partners/Brushfire-Records.png");
}
.partner-logo[title*="Cash Money"] {
  background-image: url("../assets/images/partners/Cash-Money.png");
}
.partner-logo[title*=Casablanca] {
  background-image: url("../assets/images/partners/casablanca-new.png");
}
.partner-logo[title*="El Cartel"] {
  background-image: url("../assets/images/partners/El-Cartel.png");
  filter: none !important;
}
.partner-logo[title*="Federal Films"] {
  background-image: url("../assets/images/partners/Federal-Films.png");
}
.partner-logo[title*=Galactic] {
  background-image: url("../assets/images/partners/galactic.png");
}
.partner-logo[title*=Hikari] {
  background-image: url("../assets/images/partners/Hikari-Ultra.png");
}
.partner-logo[title*=Imperial] {
  background-image: url("../assets/images/partners/Imperial-Records.png");
}
.partner-logo[title*="Island Records"] {
  background-image: url("../assets/images/partners/Island_Records.png");
}
.partner-logo[title*=JYP] {
  background-image: url("../assets/images/partners/JYP.png");
}
.partner-logo[title*=Lava] {
  background-image: url("../assets/images/partners/Lava.png");
}
.partner-logo[title*="Machine Entertainment"] {
  background-image: url("../assets/images/partners/meg.png");
}
.partner-logo[title*=Mercury] {
  background-image: url("../assets/images/partners/Mercury-Records.png");
}
.partner-logo[title*=Monkeywrench] {
  background-image: url("../assets/images/partners/monkeywrench.png");
}
.partner-logo[title*="OVO Sounds"] {
  background-image: url("../assets/images/partners/Ovo-Sound.png");
}
.partner-logo[title*="Republic Records Kids"] {
  background-image: url("../assets/images/partners/republic-kids.png");
}
.partner-logo[title*=Seattle] {
  background-image: url("../assets/images/partners/eddievedder.png");
}
.partner-logo[title*=Slowplay] {
  background-image: url("../assets/images/partners/Slowplay.png");
}
.partner-logo[title*="Universal Arabic"] {
  background-image: url("../assets/images/partners/logo-uam.png");
}
.partner-logo[title*=Uptown] {
  background-image: url("../assets/images/partners/Uptown-Records.png");
}
.partner-logo[title*=Verve] {
  background-image: url("../assets/images/partners/Verve.png");
  filter: none !important;
}
.partner-logo[title*="Victor Victor"] {
  background-image: url("../assets/images/partners/victorvictor-gray.png");
  filter: invert(100);
}
.partner-logo[title*="XO Records"] {
  background-image: url("../assets/images/partners/XO.png");
}
.partner-logo[title*="Young Money"] {
  background-image: url("../assets/images/partners/Young-Money.png");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px !important;
  height: 20px !important;
  padding: 0;
  transform: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent !important;
  display: block !important;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  display: none !important;
}
.slick-prev:after,
.slick-next:after {
  content: "" !important;
  display: inline-block !important;
  transition: 0.3s ease-in-out all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1 !important;
}

.slick-prev {
  left: 0;
}
.slick-prev:after {
  border-width: 13px 18px 13px 0;
  border-color: transparent black transparent transparent;
}
.slick-prev:hover:after {
  border-color: transparent #007bff transparent transparent;
}

.slick-next {
  right: 0;
}
.slick-next:after {
  border-width: 13px 0 13px 18px;
  border-color: transparent transparent transparent black;
}
.slick-next:hover:after {
  border-color: transparent transparent transparent #007bff;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: transparent;
  bottom: initial;
  left: initial;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #D9C128;
  border-color: #D9C128;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 18px;
  width: 18px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  border: 1px solid white;
  border-radius: 100%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #D9C128;
  border-color: #D9C128;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background: white;
}

.home .section-banners .slick-slide .content > * {
  opacity: 0;
  transform: translateY(20px);
}
.home .section-banners .banner-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in all 0.1s;
}
.home .section-banners.animate-in .slick-active .banner-animation {
  opacity: 1;
}
.home .section-banners.animate-in .slick-active .content > * {
  opacity: 1;
  transform: translateY(0);
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(1) {
  transition: all 0.3s 0.5s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(2) {
  transition: all 0.3s 0.75s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(3) {
  transition: all 0.3s 1s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(4) {
  transition: all 0.3s 1.25s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(5) {
  transition: all 0.3s 1.5s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(6) {
  transition: all 0.3s 1.75s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(7) {
  transition: all 0.3s 2s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(8) {
  transition: all 0.3s 2.25s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(9) {
  transition: all 0.3s 2.5s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(10) {
  transition: all 0.3s 2.75s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(11) {
  transition: all 0.3s 3s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(12) {
  transition: all 0.3s 3.25s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(13) {
  transition: all 0.3s 3.5s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(14) {
  transition: all 0.3s 3.75s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(15) {
  transition: all 0.3s 4s ease-in;
}
.home .section-banners.animate-in .slick-bg .banner-animation {
  opacity: 1;
}
.home .section-merch .slick-slide {
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.home .section-merch.animate-in .slick-active {
  opacity: 1;
}
.home #main-footer .section-header, .home #main-footer .sign-up-form {
  opacity: 0;
}
.home #main-footer.animate-in .section-header, .home #main-footer.animate-in .sign-up-form {
  opacity: 1;
}
.home #main-footer.animate-in .section-header {
  transition: 0.3s ease-in-out all 0.25s;
}
.home #main-footer.animate-in .sign-up-form {
  transition: 0.5s ease-in-out all 0.5s;
}

.home main {
  min-height: initial;
}
.home .section {
  width: 100%;
  padding: 80px 60px;
}
@media screen and (max-width: 63.9375em) {
  .home .section {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 112.5em) {
  .home .section {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.home .section-header {
  overflow: hidden;
}
.home .section-header h2 {
  color: white;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-size: 34px;
  width: max-content;
  position: relative;
}
.home .section-header h2:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(100% + 20px);
  background: white;
  height: 2px;
  width: 500%;
}
.home .section-banner {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .home .section-banner {
    min-height: 100vh;
  }
}
.home .section-banner .node-banner {
  position: relative;
}
.home .section-banner .node-banner .banner-background {
  position: relative;
  min-height: 100vh;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .home .section-banner .node-banner .banner-background {
    min-height: 60vh;
  }
}
.home .section-banner .node-banner .banner-background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2) top left/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}
.home .section-banner .node-banner .banner-background > * {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 63.9375em) {
  .home .section-banner .node-banner .banner-background .mobile-image {
    display: inline-block;
  }
  .home .section-banner .node-banner .banner-background .mobile-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    pointer-events: none;
  }
}
@media screen and (min-width: 64em) {
  .home .section-banner .node-banner .banner-background .desktop-image {
    display: inline-block;
  }
}
.home .section-banner .node-banner .banner-background .video-bg {
  display: inline-block;
}
.home .section-banner .node-banner .banner-background .video-bg > * {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.home .section-banner .node-banner .banner-background .video-bg .desktop-video {
  display: inline-block;
}
@media screen and (max-width: 63.9375em) {
  .home .section-banner .node-banner .banner-background .video-bg .desktop-video {
    display: none;
  }
}
.home .section-banner .node-banner .banner-background .video-bg .mobile-video {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  .home .section-banner .node-banner .banner-background .video-bg .mobile-video {
    display: inline-block;
  }
}
.home .section-banner .node-banner .banner-content {
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-flow: column;
  transition: 0.3s ease-in-out all;
  left: 60px;
  bottom: 30px;
}
@media screen and (max-width: 39.9375em) {
  .home .section-banner .node-banner .banner-content {
    left: 20px;
  }
}
.home .section-banner .node-banner .banner-content p,
.home .section-banner .node-banner .banner-content h4 {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  color: black;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.home .section-banner .node-banner .banner-content p:before,
.home .section-banner .node-banner .banner-content h4:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: black;
  bottom: -10px;
  left: 0;
}
.home .section-banner .node-banner .banner-content h1,
.home .section-banner .node-banner .banner-content h2,
.home .section-banner .node-banner .banner-content h3 {
  color: white;
  font-family: "Inter";
  font-size: 66px;
  line-height: 1;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -4px;
}
@media screen and (max-width: 39.9375em) {
  .home .section-banner .node-banner .banner-content h1,
.home .section-banner .node-banner .banner-content h2,
.home .section-banner .node-banner .banner-content h3 {
    font-size: 48px;
    letter-spacing: -3px;
  }
}
.home .section-banner .node-banner .banner-content h1.yellow,
.home .section-banner .node-banner .banner-content h2.yellow,
.home .section-banner .node-banner .banner-content h3.yellow {
  color: #D9C128;
}
.home .section-banner .node-banner .banner-content .banner-cta {
  display: flex;
  width: 100%;
}
.home .section-banner .node-banner .banner-content .cta {
  margin-top: 36px;
  width: 100%;
}
.home .section-banner .node-banner .banner-content .cta a {
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.06em;
  z-index: unset;
  line-height: 1.2;
  width: max-content;
  padding: 2px 10px 0;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter" !important;
  font-weight: 700 !important;
  color: black;
  border: none;
  border-radius: 0;
  background: #D9C128;
  position: relative;
  width: 100%;
  height: 54px;
  font-weight: 900px;
}
.home .section-banner .node-banner .banner-content .cta a:hover, .home .section-banner .node-banner .banner-content .cta a:focus {
  border-color: #DDAE8D;
  background-color: #DDAE8D !important;
}
@media screen and (max-width: 39.9375em) {
  .home .section-banner .node-banner .banner-content .cta a {
    padding: 2px 5px 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .home .section-videos {
    padding: 80px 20px 20px;
  }
}
.home .section-about {
  position: relative;
  min-height: 450px;
}
@media screen and (min-width: 112.5em) {
  .home .section-about {
    min-height: 600px;
  }
}
@media screen and (min-width: 40em) {
  .home .section-about .photos-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 39.9375em) {
  .home .section-about .photos-bg {
    height: 370px;
  }
}
.home .section-about .photos-bg .photo {
  position: absolute;
}
.home .section-about .photos-bg .photo-left {
  width: 22.5%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 39.9375em) {
  .home .section-about .photos-bg .photo-left {
    width: 40%;
    left: 5%;
  }
}
.home .section-about .photos-bg .photo-center {
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  filter: brightness(0.6);
}
@media screen and (max-width: 39.9375em) {
  .home .section-about .photos-bg .photo-center {
    width: 70%;
    top: 20%;
  }
}
.home .section-about .photos-bg .photo-right {
  width: 22.5%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 39.9375em) {
  .home .section-about .photos-bg .photo-right {
    width: 40%;
    right: 5%;
    top: 10%;
  }
}
.home .section-about .about-copy {
  z-index: 2;
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 63.9375em) {
  .home .section-about .about-copy {
    width: 95%;
    line-height: 1.8;
  }
}
.home .section-about .about-copy p {
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  font-size: 18px;
  font-family: "Fira Code";
  font-weight: 500;
  line-height: 0;
  color: white;
  display: inline;
  padding: 0 5px;
}
.home .section-release {
  background: url("../assets/images/music-bg.jpg") center/cover no-repeat;
  padding-top: 20px;
  margin-top: 225px;
}
@media screen and (max-width: 39.9375em) {
  .home .section-release {
    background: url("../assets/images/music-bg-mobile.jpg") top center/cover no-repeat;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .home .section-release {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 75em) {
  .home .section-release {
    padding: 80px 40px 20px;
  }
}
@media screen and (min-width: 112.5em) {
  .home .section-release {
    padding: 80px 120px 20px;
  }
}
@media screen and (max-width: 63.9375em) {
  .home .section-release {
    margin-top: 500px;
  }
}
.home .section-release .album-header {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: -225px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-release .album-header {
    flex-flow: column;
    margin-top: -500px;
  }
}
@media screen and (max-width: 63.9375em) {
  .home .section-release .cta-image {
    order: -1;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.home .section-release .album {
  max-width: 370px;
  position: relative;
  width: 95%;
}
@media screen and (max-width: 63.9375em) {
  .home .section-release .album {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 75em) {
  .home .section-release .album {
    max-width: 470px;
  }
}
@media screen and (min-width: 90em) {
  .home .section-release .album {
    max-width: 570px;
  }
}
.home .section-release .album img {
  width: 100%;
}
.home .section-release .album:before {
  content: "";
  position: absolute;
  width: 257px;
  height: 35px;
  background: url("../assets/images/yellow-shade.png") center/contain no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .home .section-release .album:before {
    bottom: 0;
    left: -40px;
  }
}
@media screen and (min-width: 64em) {
  .home .section-release .album:before {
    top: -20px;
    left: -50px;
  }
}
.home .section-release h2 {
  margin-left: auto;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.97;
  font-size: 40px;
  letter-spacing: -2.76px;
  margin-top: 20px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-release h2 {
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .home .section-release h2 {
    font-size: 46px;
  }
}
.home .section-release h2 span {
  font-size: 48px;
  letter-spacing: -3.84px;
  color: #DDAE8D;
}
@media screen and (min-width: 90em) {
  .home .section-release h2 span {
    font-size: 64px;
  }
}
.home .section-release .tracklist-wrapper {
  margin: 30px 0;
}
.home .section-release .tracklist-wrapper > span {
  background-color: black;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 4px 10px;
}
.home .section-release .tracklist-wrapper .tracklist li {
  background-color: black;
  width: max-content;
  text-transform: uppercase;
  font-family: "Fira Code";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1.8px;
  padding: 4px 10px;
}
@media screen and (max-width: 39.9375em) {
  .home .section-release .tracklist-wrapper .tracklist li {
    letter-spacing: 1.5px;
    padding: 4px 8px;
    font-size: 17px;
  }
}
.home .section-release .tracklist-wrapper .tracklist li a {
  transition: 0.3s ease-in-out all;
}
.home .section-release .tracklist-wrapper .tracklist li a:hover, .home .section-release .tracklist-wrapper .tracklist li a:focus {
  color: #D9C128;
}
.home .section-release .tracklist-wrapper .tracklist .track-note {
  margin-left: 10px;
  color: #A56650;
}
@media screen and (max-width: 39.9375em) {
  .home .section-release .tracklist-wrapper .tracklist .track-note.wordbreak {
    display: block !important;
  }
}
.home .section-release .track-message {
  background-color: black;
  padding: 5px 40px;
}
.home .section-release .track-message p {
  font-family: "Fira Code";
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 63.9375em) {
  .home .section-release .track-message p {
    text-align: center;
  }
}
.home .section-moodboard {
  overflow: hidden;
}
.home .section-moodboard .moodboard-header {
  margin-bottom: 40px;
}
.home .section-moodboard .moodboard-header h2 {
  color: #DDAE8D;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.home .section-moodboard .moodboard-wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 63.9375em) {
  .home .section-moodboard .moodboard-wrapper {
    flex-flow: column;
  }
}
.home .section-moodboard .moodboard {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 64em) {
  .home .section-moodboard .moodboard {
    width: 25%;
  }
  .home .section-moodboard .moodboard:nth-child(n+6) {
    width: 18.75%;
  }
}
.home .section-moodboard .moodboard span {
  color: #f0f0f0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -2.2px;
  text-transform: uppercase;
}
.home .section-moodboard .moodboard.relatable .subtitle {
  transform: translateY(10px);
}
.home .section-moodboard .moodboard.youngfree {
  padding: 0 10px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-moodboard .moodboard.youngfree {
    margin-top: 20px;
  }
}
.home .section-moodboard .moodboard.youngfree img {
  margin-left: auto;
  width: 70%;
  min-width: 230px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-moodboard .moodboard.coming-of-age {
    margin-top: 20px;
  }
}
.home .section-moodboard .moodboard.coming-of-age .subtitle {
  text-align: right;
}
.home .section-moodboard .moodboard.family {
  padding-left: 30px;
}
.home .section-moodboard .moodboard.family .subtitle {
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-moodboard .moodboard.family .subtitle {
    padding-right: 60px;
  }
}
@media screen and (min-width: 64em) {
  .home .section-moodboard .moodboard.family .subtitle {
    transform: translateY(30px);
  }
}
.home .section-moodboard .moodboard.family img {
  width: 80%;
  margin: auto;
  min-width: 270px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-moodboard .moodboard.relationships {
    width: 90%;
    margin: 20px auto;
  }
}
@media screen and (min-width: 64em) {
  .home .section-moodboard .moodboard.relationships .subtitle {
    transform: translateY(-20px);
  }
}
.home .section-moodboard .moodboard.relationships :nth-child(2) {
  padding-right: 20px;
  margin-bottom: 10px;
}
.home .section-moodboard .moodboard.growing-up {
  padding: 0 0.5rem;
  margin-top: 20px;
}
.home .section-moodboard .moodboard.growing-up .subtitle {
  text-align: right;
}
@media screen and (max-width: 63.9375em) {
  .home .section-moodboard .moodboard.growing-up {
    width: 80%;
    margin: 20px auto;
  }
}
.home .section-moodboard .moodboard.center {
  padding: 0 0.5rem;
  margin-top: 10px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-moodboard .moodboard.center {
    width: 70%;
    margin: 20px auto;
  }
}
.home .section-moodboard .moodboard.life-movie .subtitle {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .home .section-moodboard .moodboard.life-movie .subtitle {
    font-size: 24px;
    text-align: right;
  }
}
@media screen and (max-width: 63.9375em) {
  .home .section-moodboard .moodboard.life-movie {
    width: 80%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .home .section-moodboard .moodboard.end {
    width: 60%;
    margin: 20px auto;
  }
}
@media screen and (min-width: 64em) {
  .home .section-moodboard .moodboard.end {
    padding-left: 20px;
  }
}
.home .section-story {
  position: relative;
}
@media screen and (min-width: 64em) {
  .home .section-story {
    padding: 60px 80px 60px 150px;
  }
}
@media screen and (max-width: 63.9375em) {
  .home .section-story {
    padding-bottom: 600px;
  }
}
.home .section-story:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../assets/images/claire-story-bg.png") bottom left/contain no-repeat;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 40em) {
  .home .section-story:before {
    width: 375px;
  }
}
@media screen and (min-width: 75em) {
  .home .section-story:before {
    width: 470px;
  }
}
@media screen and (min-width: 112.5em) {
  .home .section-story:before {
    width: 100%;
  }
}
.home .section-story .section-header,
.home .section-story .view-content {
  max-width: 1100px;
  margin-left: auto;
}
@media screen and (min-width: 112.5em) {
  .home .section-story .section-header,
.home .section-story .view-content {
    margin-right: 10%;
  }
}
.home .section-story .section-header .story p,
.home .section-story .view-content .story p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: "Fira Code";
  font-weight: 500;
  margin-left: auto;
}
@media screen and (min-width: 75em) {
  .home .section-story .section-header .story p:nth-child(1),
.home .section-story .view-content .story p:nth-child(1) {
    width: 90%;
  }
  .home .section-story .section-header .story p:nth-child(2),
.home .section-story .view-content .story p:nth-child(2) {
    width: 90%;
  }
  .home .section-story .section-header .story p:nth-child(n+3),
.home .section-story .view-content .story p:nth-child(n+3) {
    width: 70%;
  }
}
@media screen and (min-width: 75em) and (min-width: 90em) {
  .home .section-story .section-header .story p:nth-child(n+3),
.home .section-story .view-content .story p:nth-child(n+3) {
    width: 75%;
  }
}
.home .section-story .story {
  margin-bottom: 80px;
}
.home .section-story .fanbase-header {
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .home .section-story .fanbase-header {
    overflow: hidden;
  }
}
.home .section-story .fanbase-header h2 {
  background: #6d4e43;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  width: max-content;
}
.home .section-story .fanbase-header:after {
  content: "";
  position: absolute;
  background: url("../assets/images/dotted-line-h.png") center/cover no-repeat;
  height: 4px;
  width: 59%;
  top: 50%;
  transform: translateY(-50%);
  left: 220px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-story .fanbase-header:after {
    width: 170px;
  }
}
.home .section-story .fanbase-wrapper {
  width: 72.5%;
  margin: 0 auto;
}
@media screen and (max-width: 74.9375em) {
  .home .section-story .fanbase-wrapper {
    width: 95%;
  }
}
.home .section-story .stats-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 74.9375em) {
  .home .section-story .stats-wrapper {
    flex-flow: column;
    align-items: center;
  }
}
.home .section-story .socials {
  display: flex;
}
@media screen and (min-width: 64em) {
  .home .section-story .socials {
    margin-left: -0.75rem;
  }
}
.home .section-story .socials .social {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 0.75rem;
}
.home .section-story .socials .social span {
  font-size: 22px;
  color: #f0f0f0;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: -15px;
}
.home .section-story .skew {
  width: 290px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (max-width: 74.9375em) {
  .home .section-story .skew {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 75em) {
  .home .section-story .skew {
    margin: 0 10px;
  }
}
.home .section-story .skew .bar {
  width: 100%;
  height: 10px;
  background: #495056;
  position: relative;
  margin-top: 20px;
}
.home .section-story .skew .bar:before {
  content: "";
  position: absolute;
  width: 65%;
  height: 100%;
  left: 0;
  top: 0;
  background: #DDAE8D;
  z-index: 1;
}
.home .section-story .skew span {
  font-size: 22px;
  color: #f0f0f0;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: -15px;
}
.home .section-story .age-group {
  width: 190px;
  flex-flow: column;
  margin-left: 10px;
}
@media screen and (max-width: 74.9375em) {
  .home .section-story .age-group {
    text-align: center;
    margin: 30px auto;
  }
}
.home .section-story .age-group span {
  font-size: 34px;
  color: #f0f0f0;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  line-height: 1;
  font-weight: 500;
}
.home .section-story .age-group p {
  margin: 0;
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (max-width: 74.9375em) {
  .home .section-story .reach {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 75em) {
  .home .section-story .reach {
    position: absolute;
    width: 290px;
    bottom: 50px;
    right: 20px;
  }
}
@media screen and (min-width: 112.5em) {
  .home .section-story .reach {
    right: 120px;
  }
}
.home .section-story .reach img {
  width: 100%;
}
.home .section-awards {
  background: url("../assets/images/stats-bg.jpg") center/cover no-repeat;
  padding: 80px 0 0;
}
@media screen and (max-width: 63.9375em) {
  .home .section-awards {
    padding: 40px 20px;
  }
}
.home .section-awards .award-copy {
  max-width: 630px;
  width: 95%;
  margin-bottom: 200px;
  margin-left: 80px;
}
@media screen and (max-width: 39.9375em) {
  .home .section-awards .award-copy {
    margin: 0 auto;
  }
}
.home .section-awards .award-copy p {
  font-family: "Fira Code";
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 1.1px;
  font-weight: 500;
}
.home .section-awards .awards-logos {
  display: flex;
  padding: 40px 80px;
  background: rgba(0, 0, 0, 0.6);
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .home .section-awards .awards-logos {
    padding: 20px;
  }
}
@media screen and (max-width: 63.9375em) {
  .home .section-awards .awards-logos {
    flex-flow: row wrap;
    padding: 40px 20px;
  }
}
.home .section-awards .awards-logos .award {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 150px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-awards .awards-logos .award {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .home .section-awards .awards-logos .award {
    padding: 20px;
  }
}
.home .section-awards .awards-logos .award img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-awards .awards-logos .award img {
    margin-bottom: 5px;
  }
}
.home .section-awards .awards-logos .award span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 39.9375em) {
  .home .section-awards .awards-logos .award span {
    font-size: 18px;
  }
}
@media screen and (min-width: 40em) {
  .home .section-awards .awards-logos .award-tour {
    width: 213px;
  }
}
.home .section-awards .awards-logos .award-vma {
  width: 280px;
}
@media screen and (max-width: 63.9375em) {
  .home .section-awards .awards-logos .award-vma {
    margin: 0 auto;
  }
}
.home .section-tiktok {
  background: url("../assets/images/tiktok-bg.jpg") top center/cover no-repeat;
}
@media screen and (max-width: 74.9375em) {
  .home .section-tiktok {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 75em) {
  .home .section-tiktok {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 112.5em) {
  .home .section-tiktok {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 39.9375em) {
  .home .section-tiktok {
    background: url("../assets/images/tiktok-bg-mobile.jpg") top center/cover no-repeat;
  }
}
.home .section-tiktok [class*=Main__Inner] {
  max-width: 100%;
}
.home .section-tiktok .tiktok-wrapper {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 75em) {
  .home .section-tiktok .tiktok-wrapper {
    gap: 15px;
  }
}
@media screen and (min-width: 112.5em) {
  .home .section-tiktok .tiktok-wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 63.9375em) {
  .home .section-tiktok .tiktok-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .home .section-tiktok .tiktok-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 39.9375em) {
  .home .section-tiktok .tiktok-wrapper .tiktok-embed-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 75em) {
  .home .section-tiktok .tiktok-wrapper .tiktok-embed {
    max-width: 325px !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .home .section-timeline {
    padding: 40px 20px;
  }
}
.home .section-timeline .section-header {
  margin-bottom: 80px;
}
.home .section-timeline .timeline {
  max-width: 1300px;
  width: 100%;
}
.home .section-timeline .timeline li {
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: -2.6px;
  color: white;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.home .section-timeline .timeline li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: white;
}
@media screen and (max-width: 39.9375em) {
  .home .section-timeline .timeline li:before {
    top: 10px;
    transform: none;
  }
}
.home .section-timeline .timeline li:after {
  content: "";
  position: absolute;
  background-color: white;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 290%;
  transform: translateX(-50%);
}
@media screen and (max-width: 39.9375em) {
  .home .section-timeline .timeline li:after {
    height: 150%;
  }
}
.home .section-timeline .timeline li:last-child:after {
  background: url("../assets/images/dotted-line-v.png") center/contain no-repeat;
}
@media screen and (max-width: 63.9375em) {
  .home .section-timeline .timeline li {
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: -2px;
  }
}
.home .section-timeline .timeline li span {
  color: white;
  font-size: inherit;
}
.home .section-timeline .timeline li span.yellow {
  color: #D9C128;
}
.home .section-timeline .timeline li span.brown {
  color: #A56650;
}

.section-artists .section-header h2 {
  text-align: center;
  font-size: 160px;
}
@media screen and (max-width: 39.9375em) {
  .section-artists .section-header h2 {
    font-size: 60px;
  }
}
.section-artists .view-content {
  display: flex;
  flex-flow: row wrap;
}
.section-artists .more-link {
  text-align: center;
}
.section-artists .more-link a {
  margin: 20px auto 50px;
}

.artist {
  position: relative;
  width: 50%;
}
@media screen and (min-width: 40em) {
  .artist {
    width: 33.3%;
  }
}
@media screen and (min-width: 75em) {
  .artist {
    width: 25%;
  }
}
.artist .artist-image {
  padding-bottom: 100%;
  height: 0;
}
.artist .artist-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
.artist .artist-overlay {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  padding: 20px;
  transition: 0.3s ease-in-out all;
  background: url("../assets/images/overlay.png") center/cover no-repeat;
}
@media screen and (max-width: 39.9375em) {
  .artist .artist-overlay {
    overflow: hidden;
  }
}
@media screen and (max-width: 39.9375em) {
  .artist .artist-overlay {
    flex-flow: column;
    padding: 30px 5px;
    text-align: center;
    justify-content: flex-start;
  }
}
.artist .artist-overlay .artist-site a {
  color: #D9C128;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.05em;
  transition: 0.3s ease-in-out all;
}
.artist .artist-overlay .artist-site a:hover {
  color: white;
}
.artist .artist-overlay .artist-socials {
  display: flex;
}
@media screen and (max-width: 39.9375em) {
  .artist .artist-overlay .artist-socials {
    margin-top: 15px;
    justify-content: center;
  }
}
@media screen and (min-width: 40em) {
  .artist .artist-overlay .artist-socials {
    margin-left: auto;
  }
}
.artist .artist-overlay .artist-socials li {
  list-style: none;
  margin: 0 5px;
}
.artist .artist-overlay .artist-socials a {
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-family: "Font Awesome 5 Brands";
}
.artist .artist-overlay .artist-socials a:before {
  font-size: 1.125rem;
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  color: white;
  color: #D9C128;
  transition: 0.3s ease-in-out all;
}
.artist .artist-overlay .artist-socials a:hover:before {
  color: white;
}
.artist .artist-overlay .artist-socials a[href*=apple]:before, .artist .artist-overlay .artist-socials a[title*="Apple Music"]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=tiktok]:before, .artist .artist-overlay .artist-socials a[title*=Tiktok]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=facebook]:before, .artist .artist-overlay .artist-socials a[title*=Facebook]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=instagram]:before, .artist .artist-overlay .artist-socials a[title*=Instagram]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=spotify]:before, .artist .artist-overlay .artist-socials a[title*=Spotify]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=twitter]:before, .artist .artist-overlay .artist-socials a[title*=Twitter]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=vine]:before, .artist .artist-overlay .artist-socials a[title*=Vine]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=youtube]:before, .artist .artist-overlay .artist-socials a[title*=YouTube]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=tumblr]:before, .artist .artist-overlay .artist-socials a[title*=Tumblr]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=discord]:before, .artist .artist-overlay .artist-socials a[title*=Discord]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=snapchat]:before, .artist .artist-overlay .artist-socials a[title*=snapchat]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=twitch]:before, .artist .artist-overlay .artist-socials a[title*=Twitch]:before {
  content: "";
}
.artist .artist-overlay .artist-socials a[href*=soundcloud]:before, .artist .artist-overlay .artist-socials a[title*=SoundCloud]:before {
  content: "";
}
.artist .artist-overlay .artist-label {
  width: max-content;
  position: absolute;
  bottom: 20px;
  height: 70px;
  right: 20px;
  padding: 5px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 39.9375em) {
  .artist .artist-overlay .artist-label {
    bottom: 10px;
    height: 60px;
    right: 50%;
    transform: translateX(50%);
  }
}
.artist .artist-name {
  margin: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-shadow: 0px 3.7531485558px 12.1977329254px #00000040;
}
@media screen and (min-width: 40em) {
  .artist .artist-name {
    font-size: 40px;
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 90em) {
  .artist .artist-name {
    font-size: 46px;
  }
}
.artist:hover .artist-overlay {
  opacity: 1;
}

.page-artists .section-header h2 {
  text-align: center;
  text-transform: lowercase;
}
.page-artists .view-content {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 100px;
}
.page-artists .more-link {
  padding-bottom: 100px;
}
.page-artists .more-link a {
  margin: 0 auto;
}

.page-template-page-videos .section-videos {
  display: flex;
}
@media screen and (min-width: 75em) {
  .page-template-page-videos .section-videos {
    padding: 0px 0 100px;
  }
}
@media screen and (max-width: 74.9375em) {
  .page-template-page-videos .section-videos {
    flex-flow: column;
    padding: 0 10px 50px;
  }
}
.page-template-page-videos .view-content {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .page-template-page-videos .view-content {
    width: 90%;
  }
}
.page-template-page-videos .view-content .videos-section {
  display: inline-block !important;
  width: 100%;
}
.page-template-page-videos .view-content .videos-section .group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 40em) {
  .page-template-page-videos .view-content .videos-section .group {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 74.9375em) {
  .page-template-page-videos .view-content .videos-section .group {
    opacity: 1 !important;
  }
}
.article-video {
  position: relative;
}
.article-video h3 {
  font-size: 68px;
  z-index: 1;
  color: #DDAE8D;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8;
  width: 100%;
  text-align: left;
  letter-spacing: -4.5px;
}
@media screen and (max-width: 63.9375em) {
  .article-video h3 {
    font-size: 38px;
    letter-spacing: -2.4px;
  }
}
.article-video .play-button {
  z-index: 1;
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  font-size: 0;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-in-out all;
}
.article-video .play-button:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 26px;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  background: url("../assets/images/play-btn.png") center/contain no-repeat;
}
.article-video .play-button:hover, .article-video .play-button:focus {
  background: black;
}
.article-video .article-figure {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.article-video .article-header {
  margin-top: 100px;
}
@media screen and (max-width: 63.9375em) {
  .article-video .article-header {
    margin-top: 10px;
  }
}
.article-video .article-thumb {
  position: relative;
}
.article-video .article-thumb_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 50px;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  z-index: 2;
  text-align: center;
}
.article-video .article-thumb_overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8) top left/contain no-repeat;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.article-video .article-thumb .thumb {
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-subscribe {
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .page-subscribe {
    padding-top: 80px !important;
  }
}
.page-subscribe .ae-cform-title {
  display: none !important;
}
.page-subscribe .section-header h2 {
  margin-bottom: 30px;
  text-transform: lowercase;
}

.mailing-list {
  padding: 0 0 50px;
  position: relative;
  z-index: 1;
  width: 90%;
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  max-width: 1440px;
}
@media screen and (max-width: 63.9375em) {
  .mailing-list {
    flex-flow: column-reverse;
    width: 80%;
  }
}
.mailing-list .subscribe-image {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .mailing-list .subscribe-image {
    margin-left: 50px;
  }
}
@media screen and (min-width: 75em) {
  .mailing-list .subscribe-image {
    margin-left: 100px;
  }
}
.mailing-list .subscribe-image img {
  width: 100%;
}
@media screen and (max-width: 63.9375em) {
  .mailing-list .subscribe-image img {
    object-fit: cover;
  }
}
.mailing-list #ae-cform-container-1.ae-cform-mailing-list-success-1 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
}

.ae-cform-email-container .ae-optin-holder {
  justify-content: center !important;
}
.ae-cform-email-container .ae-optin-holder .ae-cform-optin-title {
  text-align: left !important;
}
.ae-cform-email-container #terms {
  text-align: left !important;
}
.ae-cform-email-container .ae-cform-item-submit-button {
  margin: 0 auto;
}

.section-music {
  padding: 0 0 100px;
}
.section-music .view-content {
  position: relative;
}

.page-music {
  padding: 0 40px;
}
@media screen and (max-width: 39.9375em) {
  .page-music {
    padding: 0 20px;
  }
}
.page-music .section-music {
  display: flex;
}
@media screen and (max-width: 63.9375em) {
  .page-music .section-music {
    flex-flow: column;
    padding-top: 0;
  }
}
.page-music .inner-content {
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 64em) {
  .page-music .inner-content {
    width: 90%;
  }
}

.music-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 40em) {
  .music-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 90em) {
  .music-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.node-music {
  margin: 10px;
}
@media screen and (min-width: 75em) {
  .node-music {
    margin: 25px;
  }
}
.node-music:hover .card-thumb-overlay, .node-music:focus .card-thumb-overlay {
  transform: translateY(0);
}
.node-music:hover .card-thumb-overlay h3:before, .node-music:focus .card-thumb-overlay h3:before {
  opacity: 0;
}
.node-music:hover .card-thumb-overlay h3:after, .node-music:focus .card-thumb-overlay h3:after {
  opacity: 1;
}
.node-music .card-thumb {
  position: relative;
  overflow: hidden;
}
.node-music .card-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.33s ease-in-out all;
  transform: translateY(100%);
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 36px 24px 24px;
}
@media screen and (min-width: 112.5em) {
  .node-music .card-thumb-overlay {
    padding: 48px;
  }
}
.node-music .card-thumb-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  z-index: -1;
}
.node-music .card-thumb span, .node-music .card-thumb h3 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}
.node-music .card-thumb span {
  font-size: 14px;
  font-weight: 600;
}
.node-music .card-thumb h3 {
  font-size: 24px;
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 112.5em) {
  .node-music .card-thumb h3 {
    font-size: 32px;
  }
}
.node-music .card-thumb .music-btn {
  z-index: 2;
  transition: 0.3s ease-in-out all;
  margin-top: auto;
  width: 100%;
}
.node-music .card-thumb .music-btn a {
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.06em;
  z-index: unset;
  line-height: 1.2;
  width: max-content;
  padding: 2px 10px 0;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter" !important;
  font-weight: 700 !important;
  color: black;
  border: none;
  border-radius: 0;
  background: #D9C128;
  position: relative;
  background: #D9C128;
  color: white;
  height: 60px;
  width: 100%;
}
.node-music .card-thumb .music-btn a:hover, .node-music .card-thumb .music-btn a:focus {
  border-color: #DDAE8D;
  background-color: #DDAE8D !important;
}
.node-music .card-thumb img {
  width: 100%;
  display: block;
}
.node-music .card-content {
  margin-top: 12px;
}
.node-music .card-content h3,
.node-music .card-content span {
  color: black;
  font-size: 10px;
  font-weight: 500;
  font-family: "Inter";
  text-transform: none;
  position: relative;
}
@media screen and (min-width: 93.75em) {
  .node-music .card-content h3,
.node-music .card-content span {
    font-size: 14px;
  }
}
.node-music .card-content span {
  display: block;
  margin-top: 2px;
}

.latest-release {
  max-width: 325px;
}
@media screen and (min-width: 100em) {
  .latest-release {
    max-width: 500px;
  }
}
@media screen and (min-width: 187.5em) {
  .latest-release {
    max-width: 700px;
  }
}
@media screen and (max-width: 39.9375em) {
  .latest-release {
    max-width: 150px;
    margin-left: 50px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 40em) {
  .latest-release {
    position: absolute;
    bottom: 5%;
    right: 5%;
  }
}
.latest-release .node-music {
  margin: 10px 0;
}
.latest-release .node-music h4 {
  font-size: 20px;
}
@media screen and (min-width: 187.5em) {
  .latest-release .node-music h4 {
    font-size: 50px;
  }
}
@media screen and (min-width: 40em) {
  .latest-release .mobile-socials {
    display: none;
  }
}

.page-template-page-tour .page-tour {
  padding-bottom: 50px;
}
@media screen and (min-width: 64em) {
  .page-template-page-tour .page-tour {
    padding-top: 40px;
  }
}
@media screen and (min-width: 75em) {
  .page-template-page-tour #umg-live-gigs-table {
    max-width: 100% !important;
  }
}
.page-template-page-tour .view-content {
  padding-top: 0;
  padding-bottom: 50px;
}
.page-template-page-tour .scroll-top a {
  color: black;
}
.page-template-page-tour .scroll-top a:before {
  filter: brightness(0);
}

.section-tour .view-content #umg-live-gigs-table {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 63.9375em) {
  .section-tour .view-content #umg-live-gigs-table {
    padding: 0 25px;
  }
}

.event-container {
  display: flex;
  text-transform: uppercase;
}

#umg-live-gigs-table {
  color: black;
}
#umg-live-gigs-table > tbody {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 74.9375em) {
  #umg-live-gigs-table > tbody {
    flex-flow: column;
  }
}
#umg-live-gigs-table tr[class*=umg_live_] {
  background-color: #D9C128;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  z-index: 1;
  position: relative;
  padding: 1.5rem;
  margin: 0.75em;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 74.9375em) {
  #umg-live-gigs-table tr[class*=umg_live_] {
    width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  #umg-live-gigs-table tr[class*=umg_live_] {
    flex-flow: column;
    padding: 0.75rem;
    align-items: flex-start;
    margin: 1rem auto;
  }
}
#umg-live-gigs-table tr[class*=umg_live_]:after {
  display: none;
}
#umg-live-gigs-table tr[class*=umg_live_]:hover .text_wrapper:before {
  opacity: 0;
}
#umg-live-gigs-table tr[class*=umg_live_]:hover .text_wrapper:after {
  opacity: 1;
}
#umg-live-gigs-table tr[class*=umg_live_] > * {
  text-transform: uppercase;
  line-height: 1.1;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 63.9375em) {
  #umg-live-gigs-table tr[class*=umg_live_] > * {
    width: 100%;
  }
}
#umg-live-gigs-table .umg_live_info_wrapper {
  width: 66%;
}
#umg-live-gigs-table .umg_live_info_wrapper .text_wrapper {
  margin-bottom: 10px;
  position: relative;
  width: max-content;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
#umg-live-gigs-table .umg_live_date {
  width: 100%;
}
#umg-live-gigs-table .umg_live_date a {
  display: inline-block;
  font-size: 12px;
  color: black;
  font-style: 500;
  margin-bottom: 5px;
  font-style: normal;
  margin-bottom: 0;
}
#umg-live-gigs-table .umg_live_venue {
  width: 100%;
}
#umg-live-gigs-table .umg_live_venue a {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0.06em;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 39.9375em) {
  #umg-live-gigs-table .umg_live_venue a {
    font-size: 28px;
  }
}
#umg-live-gigs-table .umg_live_location {
  width: 100%;
}
#umg-live-gigs-table .umg_live_location a {
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.06em;
  font-family: "Fira Code";
  line-height: 1.1;
}
#umg-live-gigs-table .umg_live_tickets_wrapper {
  width: 34%;
}
#umg-live-gigs-table .umg_live_tickets_wrapper a {
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.06em;
  z-index: unset;
  line-height: 1.2;
  width: max-content;
  padding: 2px 10px 0;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter" !important;
  font-weight: 700 !important;
  color: black;
  border: none;
  border-radius: 0;
  background: #D9C128;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 144px;
  margin-bottom: 10px;
}
#umg-live-gigs-table .umg_live_tickets_wrapper a:hover, #umg-live-gigs-table .umg_live_tickets_wrapper a:focus {
  border-color: #DDAE8D;
  background-color: #DDAE8D !important;
}
@media screen and (max-width: 63.9375em) {
  #umg-live-gigs-table .umg_live_tickets_wrapper a {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}

#my-city-bandsintown a,
#track-via-bandsintown a {
  display: block !important;
  text-align: center !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}

.tour-message {
  max-width: 750px;
  width: 95%;
  margin: 50px auto;
}
.tour-message p {
  margin: 0.5rem 0;
}
.tour-message a {
  text-decoration: underline;
}

.page-template-page-news .logo-main,
.single-post .logo-main {
  filter: brightness(0);
}
.page-template-page-news .header-social .menu-social__link,
.single-post .header-social .menu-social__link {
  color: black;
}
.page-template-page-news .header-social .menu-social__link:before,
.single-post .header-social .menu-social__link:before {
  color: black;
}
.page-template-page-news .scroll-top a,
.single-post .scroll-top a {
  color: black;
}
.page-template-page-news .scroll-top a:before,
.single-post .scroll-top a:before {
  filter: brightness(0);
}

.page-template-page-news {
  background-attachment: fixed;
  padding-bottom: 50px;
}
@media screen and (max-width: 39.9375em) {
  .page-template-page-news {
    background: #e9e9e9;
  }
}
@media screen and (min-width: 75em) {
  .page-template-page-news .footer {
    background: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
}

.single-post {
  background: #e9e9e9;
}
.single-post #menu-main-menu a[href*=news] {
  color: #D9C128 !important;
}

@media screen and (max-width: 74.9375em) {
  .page-news .news-container {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 75em) {
  .page-news .news-container {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 75em) {
  .page-news .news-container {
    width: 70%;
    margin-left: auto;
    margin-right: 125px;
  }
}
@media screen and (min-width: 10em) {
  .page-news .news-container {
    width: 60%;
  }
}
@media screen and (min-width: 187.5em) {
  .page-news .news-container {
    margin-right: 280px;
    padding-bottom: 300px;
  }
}
.page-news .slick-arrow {
  border-color: black;
}
@media screen and (min-width: 187.5em) {
  .page-news .slick-arrow {
    right: -280px !important;
  }
}
.page-news .slick-arrow:after {
  filter: brightness(0);
}
.page-news .slick-prev {
  left: initial;
  right: -100px;
  transform: rotate(90deg);
  top: 0;
}
.page-news .slick-next {
  right: -100px;
  transform: rotate(90deg);
  top: 100px;
}
@media screen and (min-width: 187.5em) {
  .page-news .slick-next {
    top: 300px;
  }
}
.page-news .group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 63.9375em) {
  .page-news .group {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 74.9375em) {
  .page-news .group {
    opacity: 1 !important;
  }
}
.page-news .node-news {
  padding: 20px;
  color: white;
}
.page-news .node-news .card-thumb a {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  display: inline-block;
}
.page-news .node-news .card-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .node-news .date span {
  font-size: 20px;
}
@media screen and (min-width: 187.5em) {
  .page-news .node-news .date span {
    font-size: 40px;
  }
}
.page-news .node-news h3 {
  width: 90%;
}
.page-news .node-news h3 a {
  font-size: 28px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s ease-in-out all;
}
@media screen and (min-width: 187.5em) {
  .page-news .node-news h3 a {
    font-size: 50px;
  }
}
.page-news .node-news h3 a:hover {
  color: #D9C128;
}
.page-news .node-news .card-content {
  position: relative;
}
.page-news .node-news .news-cta a {
  font-size: 20px;
  font-weight: 400;
  transition: 0.3s ease-in-out all;
}
@media screen and (min-width: 187.5em) {
  .page-news .node-news .news-cta a {
    font-size: 40px;
  }
}
.page-news .node-news .news-cta a:hover {
  color: #D9C128;
}
.page-news .node-news .arrow-cta {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-news .node-news .arrow-cta a {
  display: block;
  width: 44px;
  height: 38px;
  background: url("../assets/images/arrow-right.svg") center/contain no-repeat;
  transition: 0.3s ease-in-out transform;
}
@media screen and (min-width: 187.5em) {
  .page-news .node-news .arrow-cta a {
    width: 70px;
    height: 64px;
  }
}
.page-news .node-news .arrow-cta a:hover {
  filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(7494%) hue-rotate(355deg) brightness(88%) contrast(96%);
  transform: translateX(10px);
}

.back-cta a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (min-width: 187.5em) {
  .back-cta a {
    font-size: 40px;
  }
}
.back-cta a:hover {
  filter: brightness(0) saturate(100%) invert(30%) sepia(99%) saturate(7494%) hue-rotate(355deg) brightness(88%) contrast(96%);
}
.back-cta a:before {
  content: "";
  background: url("../assets/images/arrow-left.svg") center/contain no-repeat;
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100);
  display: inline-block;
  margin-right: 10px;
  transform: translateY(3px);
}
@media screen and (min-width: 187.5em) {
  .back-cta a:before {
    width: 40px;
    height: 40px;
  }
}

.single-post .view-content {
  color: black;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 187.5em) {
  .single-post .view-content {
    max-width: 1600px;
  }
}
.single-post .view-content .post-image {
  margin-bottom: 20px;
}
.single-post .view-content .post-image img {
  width: 100%;
}
.single-post .view-content .date span {
  font-size: 20px;
}
@media screen and (min-width: 187.5em) {
  .single-post .view-content .date span {
    font-size: 40px;
  }
}
.single-post .view-content h3 {
  color: black;
  font-weight: 700;
  font-size: 47px;
  line-height: 1;
}
@media screen and (min-width: 187.5em) {
  .single-post .view-content h3 {
    font-size: 100px;
  }
}
.single-post .view-content p {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 187.5em) {
  .single-post .view-content p {
    font-size: 40px;
  }
}
.single-post .view-content .post-content {
  font-size: 20px;
}
@media screen and (min-width: 187.5em) {
  .single-post .view-content .post-content {
    font-size: 40px;
  }
}

.page-contact .section-header {
  text-align: center;
  margin-top: 50px;
}
.page-contact .view-content {
  max-width: 700px;
  width: 95%;
  text-align: center;
  margin: 25px auto;
  font-size: 20px;
}
@media screen and (min-width: 187.5em) {
  .page-contact .view-content {
    font-size: 50px;
    max-width: 1600px;
  }
}

.page-photos .view-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 80%;
  padding-bottom: 25px;
}
@media screen and (min-width: 64em) {
  .page-photos .view-content {
    padding-bottom: 100px;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
.page-photos .category-filter-ui {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 80%;
  margin: 0 auto 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 39.9375em) {
  .page-photos .category-filter-ui {
    width: 95%;
    justify-content: center;
  }
}
.page-photos .category-filter-ui ul {
  display: flex;
}
.page-photos .category-filter-ui li {
  list-style-type: none;
}
@media screen and (max-width: 39.9375em) {
  .page-photos .category-filter-ui li {
    margin: 0 10px;
  }
}
.page-photos .category-filter-ui li a {
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .page-photos .category-filter-ui li a {
    font-size: 16px;
  }
}
.page-photos .category-filter-ui li a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #D9C128;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s ease-in-out all;
}
.page-photos .category-filter-ui li a:hover:before, .page-photos .category-filter-ui li a.active:before {
  transform: scaleX(1);
}
@media screen and (max-width: 39.9375em) {
  .page-photos .node-photo {
    margin-bottom: 20px;
  }
}

.node-photo {
  position: relative;
  display: none;
}
.node-photo.active {
  display: block;
}
.node-photo .photo-image {
  height: 0;
  padding-bottom: 100%;
}
.node-photo .overlay {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.node-photo .categories {
  text-align: center;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.node-photo .categories .category {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  margin: 5px 0;
  text-transform: uppercase;
}
.node-photo:hover .categories {
  opacity: 1;
  transform: scale(1);
}

.fancybox-caption__body {
  font-weight: bold;
  text-transform: uppercase;
}

.page-charity .section-header {
  text-align: center;
}
.page-charity .view-content {
  display: flex;
  flex-flow: row wrap;
  max-width: 900px;
  width: 95%;
  margin: 50px auto 0;
}
@media screen and (max-width: 39.9375em) {
  .page-charity .view-content {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 90em) {
  .page-charity .view-content {
    max-width: 1000px;
    margin-top: 75px;
  }
}
.page-charity .view-content .charity {
  width: 100%;
  padding: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .page-charity .view-content .charity {
    padding: 2rem;
  }
}
@media screen and (min-width: 40em) {
  .page-charity .view-content .charity {
    width: 50%;
  }
}
@media screen and (min-width: 75em) {
  .page-charity .view-content .charity {
    width: 33.33%;
  }
}
.page-charity .view-content .charity img {
  width: 100%;
}

body {
  color: white;
  background-color: black;
  font-family: "Inter";
}

a, button {
  outline: none;
  font-family: "Inter";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter";
  letter-spacing: 0;
  margin: 0;
  font-weight: 700;
}

body:not(.home) main {
  min-height: 100vh;
  padding-top: 60px;
}
@media screen and (max-width: 63.9375em) {
  body:not(.home) main {
    padding-top: 100px;
  }
}
@media screen and (min-width: 187.5em) {
  body:not(.home) main {
    padding-top: 300px;
  }
}

.main-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-404 p {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.main-404 .btn a {
  opacity: 1 !important;
  transition: 0.3s ease-in-out all;
  letter-spacing: 0.06em;
  z-index: unset;
  line-height: 1.2;
  width: max-content;
  padding: 2px 10px 0;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-family: "Inter" !important;
  font-weight: 700 !important;
  color: black;
  border: none;
  border-radius: 0;
  background: #D9C128;
  position: relative;
  margin: 10px auto;
}
.main-404 .btn a:hover, .main-404 .btn a:focus {
  border-color: #DDAE8D;
  background-color: #DDAE8D !important;
}

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