@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* ---------------------------------- System Colors ----------------------------------  */
/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* ---------------------------------- Form Error ---------------------------------- */
select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #D14646;
  border-radius: 6px 6px 6px 0;
}

.errormsg {
  font-weight: normal;
  color: #fff;
  background-color: #D14646;
  padding: 5px 15px;
  line-height: 20px;
  white-space: nowrap;
}
.errormsg .arrow {
  display: none;
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D14646;
}

/* ---------------------------------- Responsive items ---------------------------------- */
img, iframe {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive, .vdo-responsive {
  width: 100%;
  display: block;
}

.img-hidden {
  visibility: hidden;
}

/* ---------------------------------- Fluid Youtube Video ---------------------------------- */
.vdowrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.vdowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------- Main ---------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  scroll-behavior: auto !important;
}

body {
  font-family: "Inter";
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #181818;
  background-color: #FEFAF4;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 992px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 576px) {
  body:after {
    content: "mobile";
  }
}
@media (max-width: 320px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.border {
  border: solid 1px #D14646;
}

*:focus {
  outline: none !important;
}

.container {
  max-width: 1375px;
}
.container-md {
  max-width: 1050px;
}
.container-sm {
  max-width: 850px;
}

hr {
  margin: 0;
  padding: 0;
}

/* ---------------------------------- H1, H2, H3 ---------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Anton";
}

h6 {
  font-size: 16px;
}

/* ---------------------------------- Input ---------------------------------- */
::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}
::placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

input[type=button], input[type=submit] {
  border-radius: 0;
}

input[type=tel], input[type=email], input[type=number], input[type=text], input[type=password], input[type=search] {
  border-radius: 999px;
  border-color: #CDCDCD;
}

input.focus, input:focus, input.active.focus, input.active:focus, input.form-control:focus, textarea.focus, textarea:focus, textarea.active.focus, textarea.active:focus, textarea.form-control:focus, .btn.focus, .btn:focus, .btn.active.focus, .btn.active:focus, .btn.form-control:focus {
  border-color: #B53F23;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn-extra:hover, .btn-extra:active, .btn-extra:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-selected {
  cursor: pointer;
}

.btn {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter";
  border-radius: 25px;
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.btn-medium {
  padding: 10px 20px;
}
.btn-primary {
  background-color: #B53F23;
  border-color: #B53F23;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #89301A !important;
  background-color: #89301A !important;
}
.btn-secondary {
  background-color: #222332;
  border-color: #222332;
  color: #FFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  border-color: #36374F !important;
  background-color: #36374F !important;
}
.btn-extra {
  background-color: #F1EADF;
  border-color: #F1EADF;
  color: #181818;
}
.btn-extra:hover, .btn-extra:active, .btn-extra:focus {
  border-color: #E5D7C2 !important;
  background-color: #E5D7C2 !important;
  color: #181818 !important;
}
.btn-link {
  color: #fff !important;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  text-decoration: none;
  color: #fff !important;
}
.btn-icon-start {
  padding-left: 15px;
}
.btn-icon-start .bi {
  padding-right: 10px;
  top: -1px !important;
  position: relative;
}
.btn-icon-end {
  padding-right: 15px;
}
.btn-icon-end .bi {
  padding-left: 0px;
  top: 1px !important;
  position: relative;
}
.btn:hover {
  transition: all 0.3s ease;
}
.btn.focus, .btn:focus, .btn.active.focus .btn.active:focus, .btn:active.focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
/* ---------------------------------- Alert ---------------------------------- */
.alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  margin-bottom: 30px;
}
.alert .bi {
  font-size: 40px;
}
.alert .headline {
  font-weight: 600;
  font-size: 20px;
  padding-top: 10px;
}
.alert-danger {
  color: #D14646;
}

@media (max-width: 576px) {
  .alert .bi {
    font-size: 30px;
  }
}
/* ----------------------------------  Smart Scroll ---------------------------------- */
.smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.scrolled-down {
  position: fixed;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  position: fixed;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
}
.scrolled-up ul li a, .scrolled-up ul li:hover, .scrolled-up ul li.current {
  color: #000 !important;
  text-shadow: none !important;
}
.scrolled-up .btn-link {
  color: #000 !important;
  text-shadow: none !important;
}

@media (max-width: 576px) {
  .smart-scroll {
    position: relative;
  }
}
/* ---------------------------------- Navigation ---------------------------------- */
header nav, .mobileMenu-content nav {
  letter-spacing: 0;
  margin-top: 0px;
  font-weight: 400;
  font-size: 16px;
}
header nav ul, .mobileMenu-content nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Anton";
  text-transform: uppercase;
}
header nav ul li, .mobileMenu-content nav ul li {
  position: relative;
  display: inline-block;
  color: #F1EADF;
  cursor: pointer;
  margin: 0 10px;
}
header nav ul li a, .mobileMenu-content nav ul li a {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
header nav ul li a:hover, .mobileMenu-content nav ul li a:hover, header nav ul li a.current, .mobileMenu-content nav ul li a.current {
  text-decoration: none;
  color: #fff;
}
header nav ul .flexMenu-viewMore, .mobileMenu-content nav ul .flexMenu-viewMore {
  position: relative;
  top: 4px;
  background-color: #F2F2F2;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  text-align: center;
}
header nav ul .flexMenu-viewMore .bi, .mobileMenu-content nav ul .flexMenu-viewMore .bi {
  position: relative;
  font-size: 26px;
}
header nav ul .flexMenu-popup, .mobileMenu-content nav ul .flexMenu-popup {
  right: 1px;
  width: auto;
  z-index: 1;
  padding: 10px !important;
  text-align: left;
  background-color: #fff;
  box-shadow: 5px 5px 10px #505050;
}
header nav ul .flexMenu-popup li, .mobileMenu-content nav ul .flexMenu-popup li {
  white-space: nowrap;
  margin: 10px;
  display: block;
}

/* ---------------------------------- Header ---------------------------------- */
.mobileMenu-content {
  background-color: #222332;
  color: #fff;
  padding: 90px 0 30px 0;
  position: absolute !important;
  top: 0px;
  width: 100%;
  box-shadow: 0px 0px 10px #222332;
}
.mobileMenu-content nav {
  font-size: 18px;
}
.mobileMenu-content nav ul li {
  display: block;
  margin: 40px 0;
}
.mobileMenu-content nav ul li a {
  color: #fff;
}
.mobileMenu-content .social {
  text-align: left;
  border-top: solid 1px rgba(255, 255, 255, 0.1607843137);
  padding-top: 30px;
}
.mobileMenu-content .social .bi {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .mobileMenu-content {
    z-index: 1021 !important;
  }
}
header {
  position: relative;
  z-index: 3;
  height: 90px;
}
header .logo img {
  width: 92px;
  height: 79px;
}
header .btn {
  font-family: "Anton";
  font-weight: 400;
  font-size: 16px;
}
header .btn-link {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
header .mobileMenu {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  header {
    height: 70px;
    width: 100%;
    z-index: 1022;
  }
  header .logo img {
    width: 60px;
    height: 52px;
  }
  header .btn {
    font-size: 12px;
    padding: 8px 10px;
  }
  header .btn.ms-4 {
    margin-left: 5px !important;
    margin-right: -8px;
  }
  header .btn.btn-link.btn-icon-start {
    padding-left: 0;
  }
  header .btn.btn-link.btn-icon-start .bi {
    padding-right: 0;
    top: 0px !important;
  }
  header .btn.btn-link.btn-icon-end {
    padding-right: 0;
  }
  header .btn.btn-link.btn-icon-end .bi {
    padding-right: 0;
    top: 0px !important;
  }
  header .btn.btn-link .bi {
    display: block;
    width: 100%;
  }
}
/* ---------------------------------- Top Media ---------------------------------- */
.topmedia.nomedia {
  height: 90px;
  background-color: #222332;
}
.topmedia-container {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.topmedia-container.front {
  height: 600px !important;
}
.topmedia-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(34, 35, 50, 0.48) 0%, rgba(34, 35, 50, 0.24) 12.02%, rgba(34, 35, 50, 0.64) 80.77%, #222332 100%);
}
.topmedia-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.topmedia-image.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.topmedia-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.topmedia-overlay {
  position: absolute;
  z-index: 2;
  bottom: 0 !important;
  width: calc(100% - 30px);
  font-family: "Anton";
  font-size: 16px;
  font-weight: 400;
  background: none;
  color: white;
  text-align: center;
  margin: 0 15px;
  padding-bottom: 50px;
}
.topmedia-overlay .supHeader {
  font-size: 24px;
  max-width: 520px;
  margin: auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.topmedia-overlay h1 {
  max-width: 850px;
  font-size: 56px;
  margin: 10px auto 15px auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.topmedia-overlay h1.front {
  font-size: 72px;
}
.topmedia-overlay p {
  max-width: 420px;
  font-family: "Inter";
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: auto;
}
.topmedia-overlay .badge {
  font-family: "Inter";
  font-size: 14px;
  text-shadow: none !important;
}
.topmedia-overlay .btn {
  margin: 30px 5px 0 5px;
}

@media (max-width: 768px) {
  .topmedia.nomedia {
    margin-top: -90px;
  }
  .topmedia-container {
    height: 374px;
    top: -90px;
    margin-bottom: -90px;
  }
  .topmedia-container.front {
    height: 540px !important;
  }
  .topmedia-overlay h1 {
    font-size: 40px !important;
  }
  .topmedia-overlay .btn {
    display: block;
    margin-top: 15px;
  }
}
/* ---------------------------------- Misc ---------------------------------- */
a {
  color: #181818;
}

.vns-gallery-static-item, .vns-gallery-thumbnail-img {
  border-radius: 14px !important;
}

.vns-gallery-more-indicator {
  background-color: #fff !important;
  border: solid 1px #CDCDCD;
}
.vns-gallery-more-indicator .vns-gallery-more-indicator-content {
  color: #181818;
}

.spacer {
  height: 30px;
}
.spacer-small {
  height: 14px;
}

@media (max-width: 768px) {
  .spacer {
    height: 20px;
  }
  .spacer-small {
    height: 10px;
  }
}
.newsletter {
  background-color: #F4EEE5;
  border: solid 1px #C5C5C5;
  border-radius: 14px;
  padding: 20px;
}
.newsletter.footer {
  margin-top: 60px;
}
.newsletter .supheader {
  font-size: 14px;
  color: #5D5D5D;
  font-weight: 400;
}
.newsletter .headline {
  font-family: "Anton";
  font-size: 32px;
  margin: 10px 0;
}
.newsletter .teaser {
  font-size: 16px;
  color: #5D5D5D;
  font-weight: 400;
}
.newsletter form {
  max-width: 650px;
  margin: 20px auto;
}
.newsletter form input[type=email] {
  height: 48px !important;
}

.program .filters {
  background-color: #fff;
  border: solid 1px #CDCDCD;
  border-radius: 14px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.program .filters .filter {
  font-family: "Anton";
  font-size: 16px;
  cursor: pointer;
  padding: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.program .filters .filter.selected {
  color: #B53F23 !important;
  background-color: #F4EEE5;
  border-radius: 999px;
}
.program .filters .button {
  text-align: right;
}
.program .day {
  text-decoration: none;
  font-size: 15px;
  padding: 10px;
  display: inline-block;
}
.program .day.selected {
  color: #B53F23 !important;
  background-color: #F4EEE5;
  border-radius: 999px;
  font-weight: 600;
}
.program.disclaimer {
  font-size: 12px;
  background-color: #F4EEE5;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}
.program.info {
  font-size: 14px;
}
.program.info .badge {
  margin: 0;
  position: relative;
  top: -2px;
}

@media (max-width: 768px) {
  .program .sticky-top {
    position: relative !important;
    top: 0;
  }
  .program .filters .filter, .program .filters .button {
    text-align: center;
    margin-bottom: 10px;
  }
  .program .day {
    margin-bottom: 10px !important;
  }
}
.text-bg-light {
  background-color: #fff !important;
}

.badge {
  border: solid 1px #CDCDCD;
}

/* ---------------------------------- Document ---------------------------------- */
.document {
  margin: 60px 0 0 0;
}
.document.front {
  margin-top: 30px;
}
.document iframe {
  border-radius: 14px !important;
  background: #000;
}
.document .img-responsive {
  border-radius: 14px;
}
.document.artist .events {
  background-color: #fff;
  padding: 5px;
  border: solid 1px #CDCDCD;
  border-radius: 14px;
}
.document.artist .events-headline {
  margin: 30px 0 10px 0;
  font-family: "Anton";
  font-size: 18px;
}
.document.artist .events-item-wrapper:not(:last-child) {
  border-bottom: solid 1px #CDCDCD;
}
.document.artist .events-item {
  font-size: 14px;
  border-radius: 14px;
  padding: 15px;
  margin: 5px 0;
  text-decoration: none;
  display: block;
}
.document.artist .events-item .badge {
  margin: 0;
  position: relative;
  top: -2px;
}
.document.artist .events-item:hover {
  color: #B53F23 !important;
  font-weight: 600;
  background-color: #F4EEE5;
  border-radius: 14px;
}
.document .ticket {
  background-color: #F4EEE5;
  border: solid 1px #C5C5C5;
  border-radius: 14px;
  padding: 20px;
}
.document .ticket .badge {
  font-size: 12px;
  padding: 5px;
  left: 5px;
  top: -5px;
  position: relative;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  color: #181818;
  font-family: "Inter";
}
.document .ticket .date {
  font-family: "Anton";
  font-size: 20px;
  margin-bottom: 10px;
}
.document .quote {
  margin: 30px auto;
  text-align: center;
  font-family: "Anton";
  font-size: 20px;
  font-weight: 400;
  max-width: 650px;
}
.document .quote-author {
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  margin-top: 15px;
}
.document .campaign-image img {
  border-radius: 14px !important;
}
.document .campaign-text h2, .document .campaign-text h3, .document .campaign-text h4 {
  font-family: "Anton";
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
}
.document .campaign-text .btn {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .document {
    margin: 30px 0;
  }
  .document.artist .events {
    padding: 2px;
  }
  .document.artist .events-item {
    font-size: 12px;
    padding: 10px;
  }
  .document .quote {
    margin: 20px auto;
  }
  .document .campaign-text h2, .document .campaign-text h3, .document .campaign-text h4 {
    font-size: 40px;
  }
}
/* ---------------------------------- Sponsor ---------------------------------- */
.sponsor {
  margin: 15px 0;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #C5C5C5;
  border-radius: 14px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  background-color: #fff;
}
.sponsor img {
  max-width: 50% !important;
  max-height: 50% !important;
}
.sponsor:hover {
  transform: scale(1.03);
  opacity: 0.9;
}

@media (max-width: 768px) {
  .sponsor {
    height: 200px;
  }
}
/* ---------------------------------- Facts ---------------------------------- */
.facts {
  margin-top: 20px;
}
.facts-headline {
  font-family: "Anton";
  font-weight: 400;
  font-size: 32px;
}
.facts .accordion {
  margin-top: 20px;
}
.facts .accordion-item {
  border: 0 !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1019607843) !important;
  cursor: pointer;
  background-color: transparent !important;
}
.facts .accordion-item-head {
  padding: 15px 0;
  color: #B53F23;
}
.facts .accordion-item-head.collapsed {
  color: #181818 !important;
}
.facts .accordion-item-head span {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}
.facts .accordion-item-head .bi {
  float: right;
  margin-right: 20px;
  font-size: 18px;
}
.facts .accordion-item-body {
  padding: 0px 11px;
  cursor: default;
}

/* ---------------------------------- List ---------------------------------- */
.list-carousel {
  margin-top: 60px;
}
.list-carousel.program {
  margin-top: 0px;
  background-color: #222332;
  padding: 20px 0 60px 0;
}
.list-carousel.program .h3 {
  color: #fff;
}
.list-carousel .prevItem, .list-carousel .nextItem {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background-color: #B53F23;
  color: #fff;
}
.list-carousel .prevItem.disabled, .list-carousel .nextItem.disabled {
  background-color: #F2F2F2;
  color: #848484;
  cursor: default;
}
.list-carousel .prevItem.disabled:hover, .list-carousel .nextItem.disabled:hover {
  color: #848484;
}
.list-carousel .prevItem:hover, .list-carousel .nextItem:hover {
  color: #fff;
}
.list-item {
  display: inline-block;
  margin: 15px 0;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.list-item:hover {
  transform: scale(1.03);
  opacity: 0.9;
}
.list-item-image {
  width: 100%;
  position: relative;
}
.list-item-image img {
  max-width: 310px;
  border-radius: 14px;
}
.list-item-image .name {
  position: absolute;
  bottom: 0;
  font-family: "Anton";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.list-item-image .date {
  position: absolute;
  top: 0;
  font-family: "Anton";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.list-item-image .date .badge {
  text-shadow: none !important;
  font-family: "Inter";
  position: relative;
  top: -5px;
  font-size: 12px;
}
.list-item-info {
  max-width: 310px;
}
.list-item-date {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}
.list-item-headline {
  font-size: 18px;
  font-weight: 400;
  font-family: "Anton";
  margin: 5px 0;
}
.list-item-teaser {
  font-size: 14px;
}

@media (max-width: 768px) {
  .list-carousel {
    margin-top: 30px;
  }
}
footer {
  color: #CECECE;
  padding: 80px;
  min-height: 630px;
  margin-top: 60px;
  background: #222332 url("/media/n3rfjtxr/footer-bg.png") no-repeat center bottom;
  background-size: contain;
}
footer .h6 {
  color: #fff;
}
footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
footer nav ul li {
  position: relative;
  display: block;
  color: #F1EADF;
  cursor: pointer;
  margin: 20px 0;
}
footer nav ul li a {
  color: #CECECE;
  text-decoration: none;
}
footer nav ul li a:hover, footer nav ul li a.current {
  text-decoration: none;
  color: #CECECE;
}
footer .social {
  text-align: right;
}
footer .social .bi {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}

@media (max-width: 768px) {
  footer {
    padding: 30px 0 60px 0;
    min-height: 100px;
  }
  footer .logo {
    margin-bottom: 10px;
  }
  footer .h6 {
    margin-top: 30px;
  }
  footer .social {
    text-align: left;
    margin-top: 10px;
  }
  footer .social .bi {
    margin: 0 10px 0 0 !important;
  }
}