@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hostgrotesk Variablefont Wght 1";
  src: url('../fonts/HostGrotesk-Italic-VariableFont_wght-1.ttf') format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Castoro 1";
  src: url('../fonts/Castoro-Italic-1.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Castoro 1";
  src: url('../fonts/Castoro-Regular-1.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-Bold.ttf') format("truetype"), url('../fonts/HostGrotesk-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-BoldItalic.ttf') format("truetype"), url('../fonts/HostGrotesk-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.bg-image {
  z-index: -1;
  background-image: url('../images/JLM_EPProfile.jpg');
  background-position: 50% 25%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.main {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.musicsection {
  filter: drop-shadow(0 2px 5px #000000b3);
  mix-blend-mode: normal;
  padding-top: 60px;
  padding-bottom: 120px;
}

.featalbum {
  background-image: url('../images/CA-GS-albumart-min.png'), url('../images/CA-GS-title-min.png'), url('../images/CA-GS-bg-min-1.png');
  background-position: 50% 45%, 50% 45%, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, cover, cover;
  background-attachment: fixed, fixed, fixed;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: none;
}

.videosection {
  padding-top: 60px;
  padding-bottom: 100px;
}

.header {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.brand, .nav-menu, .menu-button {
  float: none;
}

.container {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.wrapper.nav-wrapper {
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  color: #fff;
  font-family: Hostgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.nav-link {
  color: #fff;
  text-transform: none;
  font-size: 24px;
}

.nav-link:hover {
  font-style: italic;
}

.nav-link.w--current {
  color: #fff;
  text-underline-offset: 8px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.image {
  width: 30vw;
  min-width: 15vw;
}

.toursection {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.headingcontainer {
  margin-bottom: 20px;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1;
}

.heading.subheading {
  font-size: 3.5vw;
}

.heading.subheading.tourbutton {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.left-arrow {
  height: 80px;
  inset: -90px 80px auto auto;
}

.left-arrow.hidden, .left-arrow.music {
  display: none;
}

.right-arrow {
  height: 80px;
  inset: -90px 0% auto auto;
}

.right-arrow.hidden, .right-arrow.music {
  display: none;
}

.slide {
  float: left;
  width: 30%;
  margin-right: 3%;
}

.slide.merch {
  width: 33%;
  margin-right: 0%;
}

.slide-2 {
  width: 30%;
  margin-right: 5%;
}

.slide-3 {
  width: 30%;
}

.slider {
  background-color: #ddd0;
  height: 27vw;
}

.slider.videoslider {
  height: 23.5vw;
}

.slider.merch {
  height: 30vw;
}

.slide-nav {
  display: none;
}

.slidevideo {
  width: 47%;
  margin-right: 5%;
}

.videooverlay {
  position: absolute;
  inset: 0%;
}

.image-2 {
  opacity: .5;
  width: 100%;
}

.footer {
  padding-top: 40px;
  padding-bottom: 20px;
}

.socialsdiv {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.emaildiv {
  flex: 0 auto;
  width: 50%;
  padding-left: 40px;
}

.footercontainer {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.copyright-link-li {
  color: #fff;
  border-right: 1px #fff;
  align-self: auto;
  margin-right: 7px;
  padding-right: 0;
  line-height: .8;
}

.copyright-link-li.last-copyright-link-li {
  margin-right: 0;
}

.copyright-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  border-right: 1px solid #fff;
  margin-left: 0;
  margin-right: 0;
  padding-right: 7px;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.copyright-link.ot-sdk-show-settings.last-copyright-link {
  cursor: pointer;
  background-color: #0000;
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.copyright-link-list {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 7px;
  line-height: 1.2;
  list-style-type: none;
  display: flex;
}

.footer-copyright {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 3px;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.wrapper-2 {
  width: 95%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footercopy {
  padding-top: 20px;
  font-weight: 300;
}

.socialcopy {
  padding-top: 0;
  padding-bottom: 80px;
}

.socialnav {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: fixed;
  inset: auto 5px 0% auto;
}

.social-nav-li {
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  list-style-type: none;
}

.social-nav-link {
  color: #f4ebe3;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px #0000;
  padding: 5px;
  font-size: 1.9vw;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: block;
}

.social-nav-link:hover {
  color: #f4ebe399;
  border-bottom: 1px #000000a6;
  transform: scale(1.1);
}

.social-nav-link:focus {
  border-bottom-style: none;
  border-bottom-color: #000;
  transform: scale(1.1);
}

.main-signup-terms-container {
  display: none;
}

.main-signup-input {
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border: 2px solid #f4ebe3;
  border-radius: 0;
  align-self: auto;
  height: auto;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1;
  transition: all .325s;
  display: none;
}

.main-signup-input:hover, .main-signup-input:focus {
  background-color: #e9e1da33;
}

.main-signup-input::placeholder {
  color: #fff;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}

.newsletter-subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: -10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.main-signup-checkbox {
  border: 1px solid #2b2b2b;
}

.signup-main-button {
  text-align: center;
  text-transform: none;
  background-color: #2b2b2b00;
  border: 2px solid #f4ebe3;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  transition: all .325s;
}

.signup-main-button:hover, .signup-main-button:focus {
  color: #011619;
  background-color: #f4ebe3;
  border-style: solid;
}

.main-signup-input-container {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.main-signup-form {
  margin-bottom: 0;
}

.container-6 {
  max-width: 1020px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-content {
  width: 100%;
  max-width: 700px;
  display: block;
  position: relative;
}

.main-signup-message {
  color: #fff;
  text-align: center;
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.3;
  display: none;
}

.main-signup-message.main-signup-success {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  display: none;
}

.main-signup-terms-copy {
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.main-signup-terms-link {
  color: #ffffffe6;
}

.signup-embed-code {
  max-width: none;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mailing-list-details-button-container {
  text-align: center;
  margin-top: 30px;
}

.mailing-list-details-form-label {
  color: #fffc;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.mailing-list-details-day-wrapper {
  width: 50%;
  padding-left: 10px;
}

.mailing-list-details-dob-flex {
  flex-wrap: wrap;
  display: flex;
}

.mailing-list-details {
  background-color: #ffffff4d;
  width: 90%;
  max-width: 700px;
  padding: 60px 30px 30px;
  position: relative;
}

.mailing-list-details-modal {
  z-index: 2000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0f090373;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.mailing-list-details-modal-close {
  background-color: #0000;
  background-image: url('../images/close-icon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.mailing-list-details-subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Dharmagothice R;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.mailing-list-details-input {
  color: #fff;
  background-color: #fff0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.mailing-list-details-input::placeholder {
  color: #ffffffa6;
}

.mailing-list-details-month-wrapper {
  width: 50%;
  padding-right: 10px;
}

.assistive-text-2 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  overflow: hidden;
}

.mailing-list-details-button {
  color: #ffffffe6;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  padding: 10px 60px;
  font-family: Dharmagothice R;
  font-size: 24px;
  line-height: 1;
  transition: all .3s ease-in-out;
}

.mailing-list-details-button:hover {
  color: #fff;
  background-color: #fff3;
  border-color: #fffc;
}

.mailing-list-details-button:focus {
  background-color: #6f547f00;
  border-color: #fffc;
}

.signup-details-select {
  color: #ffffffd9;
  background-color: #fff0;
  border-radius: 0;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
}

.mailing-list-details-modal-inner {
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 60px 15px;
  display: flex;
}

.merchsection {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5vw;
  text-decoration: none;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.merchlink {
  transition: all .275s;
}

.shopbuttondiv {
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-2 {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.image-4.tall {
  height: auto;
}

.image-4.zoom {
  width: 160%;
  max-width: none;
  height: auto;
  margin-left: -36%;
}

.mask {
  overflow: hidden;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 3px 5px #4d2f1bb3;
  font-size: 3.3vw;
  position: absolute;
  inset: auto 4% 2% auto;
}

.mailing-list-popup {
  z-index: 2000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0f090373;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.mailing-popup-close {
  background-color: #0000;
  background-image: url('../images/close-icon-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.popup-container {
  max-width: 1020px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mailing-list-details-title {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Dharmagothice R;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.signup-main-button2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #2b2b2b00;
  border: 2px solid #fff;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: all .325s;
}

.signup-main-button2:hover {
  color: #fff;
  background-color: #e9e1da66;
  border-style: solid;
}

.signup-main-button2:focus {
  background-color: #e9e1da66;
  border-style: solid;
}

.main-signup-input2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 0;
  align-self: auto;
  height: auto;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 20px;
  line-height: 1;
  transition: all .325s;
}

.main-signup-input2:hover, .main-signup-input2:focus {
  background-color: #e9e1da33;
}

.main-signup-input2::placeholder {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.main-signup-checkbox2 {
  border: 1px solid #2b2b2b;
}

.image-5 {
  width: 100%;
  position: absolute;
  top: 71px;
}

.tourcontainer {
  display: block;
}

.list-item {
  border-bottom: 1px solid #ffffff40;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tour-date {
  text-transform: capitalize;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.tour-location {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.link-block-4 {
  padding: 10px;
  text-decoration: none;
}

.text-span, .text-span-2 {
  padding-left: 5px;
  font-size: 24px;
}

.text-block-4 {
  color: #ffffffe6;
  text-transform: uppercase;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.music-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-release-copy {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-2-copy {
  color: #ffffffe6;
  text-align: right;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.heading-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 39px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.button {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  padding: 16px 60px;
  font-family: Dharmagothice R;
  font-size: 18px;
  font-weight: 400;
  transition: all .45s;
}

.button:hover, .button:focus {
  color: #000000e6;
  background-color: #ffffffe6;
  border-color: #ffffffd9;
}

.single-button-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.column {
  padding-left: 0;
  padding-right: 20px;
}

.single-title {
  text-align: center;
}

.wrapper-3 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.single-release {
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.single-info-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.header-music {
  padding-top: 80px;
  padding-bottom: 80px;
}

.column-2 {
  padding-left: 20px;
  padding-right: 0;
}

.primary-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #2b2b2b00;
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 10px 60px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: all .325s;
}

.primary-button:hover {
  color: #fff;
  background-color: #e9e1da66;
  border-style: solid;
}

.primary-button:focus {
  background-color: #e9e1da66;
  border-style: solid;
}

.paragraph {
  color: #fef9eb;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1.1;
}

.paragraph.hide {
  display: none;
}

.eptitle {
  color: #c02239;
  text-transform: uppercase;
  font-size: 7vw;
  font-weight: 400;
  line-height: .9;
}

.eptitle.subheading {
  font-size: 3.5vw;
}

.eptitle.subheading.tourbutton {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.newrelease {
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.columns {
  align-self: center;
  width: 100%;
}

.tour_main_wrap {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.tour_date_wrap {
  text-align: left;
  padding-right: 80px;
}

.tour-dates {
  display: none;
}

.container-4 {
  text-align: center;
  flex: none;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-4.tour-container {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.tour-date-2 {
  color: #2c2c2c;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.button_ticket {
  color: #fff;
  text-transform: capitalize;
  background-color: #fff0;
  border: 1px solid #fff;
  padding: 8px 45px;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: all .425s;
}

.button_ticket:hover {
  background-color: #ffffff4d;
}

.h3 {
  color: #130f1f;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 4px solid #130f1f;
  margin-bottom: 35px;
  padding-bottom: 3px;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

.h3.alt-title-2 {
  color: #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.tour_city_wrap {
  padding-right: 10px;
}

.tour_ticket_wrap {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  width: auto;
  display: flex;
}

.tour-row {
  border-bottom: 1px solid #ffffff70;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tour-section-subtitle {
  color: #312224;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: none;
}

.tour_location_wrap {
  text-align: left;
  flex-flow: row;
  flex: none;
  align-items: center;
  display: flex;
}

.tour-venue {
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.tour-city {
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.heading_wrap {
  text-align: left;
  border-bottom: 1px #c93125;
  justify-content: center;
  width: 100%;
  max-width: 1800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.tour_venue_wrap {
  padding-right: 10px;
}

.newrelease-coverless {
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.buttoncontainer {
  justify-content: center;
  align-items: center;
  display: none;
}

.paragraph-2 {
  font-size: 40px;
}

.div-block-2 {
  text-align: center;
}

.paragraph-3 {
  font-size: 30px;
  font-weight: 300;
  display: none;
}

.code-embed, .code-embed-2 {
  display: none;
}

.link {
  color: #fff;
}

.text-span-3 {
  color: #c02239;
}

.singletitle {
  color: #c02239;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 4.5vw;
  font-weight: 300;
}

.singletitle.hide {
  display: none;
}

.section {
  width: 100%;
  position: static;
  inset: auto 0% 0%;
}

.heading-5 {
  font-weight: 400;
}

.paragraph-4, .paragraph-5 {
  font-size: 30px;
}

.singlecontainer {
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.floatingcontainer {
  padding-bottom: 40px;
}

.singleartcontsainer {
  width: 48%;
}

.singlecopycontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.singlebuttoncontainer {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.heading-6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.image-6 {
  width: 100%;
}

.button-2 {
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #f4ebe3;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 22px;
  transition: all .4s;
}

.button-2:hover, .button-2:focus {
  color: #011619;
  background-color: #f4ebe3;
}

.link-2 {
  color: #fff;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 24px;
}

.paragraph-6 {
  margin-bottom: 0;
  font-family: Hostgrotesk, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.link-block-5 {
  width: 100%;
}

.italic-text {
  font-size: 30px;
}

.paragraph-7 {
  text-align: center;
  margin-top: 20px;
}

.text-span-4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
}

.paragraph-8 {
  text-align: center;
}

.text-span-5 {
  font-size: 24px;
  font-style: normal;
}

.button-2-copy {
  background-color: #0000;
  border: 1px solid #f4ebe3;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Castoro 1", Georgia, sans-serif;
  font-size: 22px;
  transition: all .4s;
}

.button-2-copy:hover, .button-2-copy:focus {
  color: #011619;
  background-color: #f4ebe3;
}

.paragraph-8-copy {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.heading-6-copy {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}

.cobrandembedcontainer {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.code-embed-3 {
  flex: 0 auto;
  align-self: center;
  width: 50vw;
  height: 90vh;
}

.signup-embed-code-old {
  max-width: none;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.close-x {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.close-icon {
  cursor: pointer;
  background-color: #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  display: flex;
}

@media screen and (max-width: 991px) {
  .musicsection, .videosection {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .image {
    width: 30vw;
  }

  .toursection {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .heading {
    font-size: 8vw;
  }

  .heading.subheading {
    font-size: 5vw;
  }

  .footer {
    padding-top: 60px;
  }

  .copyright-link-list {
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .wrapper-2 {
    width: 90%;
  }

  .socialnav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    position: absolute;
  }

  .social-nav-li {
    margin: 10px;
  }

  .social-nav-link {
    font-size: 3vw;
  }

  .container-6 {
    width: 100%;
  }

  .mailing-list-details-form-label {
    font-family: Montserrat, sans-serif;
  }

  .mailing-list-details-modal {
    display: none;
  }

  .mailing-list-details-button {
    font-family: Montserrat, sans-serif;
    transition: color .3s, opacity .35s, background-color .5s ease-in-out;
  }

  .mailing-list-details-button:hover {
    font-family: Montserrat, sans-serif;
  }

  .merchsection {
    padding-top: 20px;
  }

  .heading-2 {
    font-size: 4.5vw;
  }

  .popup-container {
    width: 100%;
  }

  .image-5 {
    position: static;
  }

  .tour-date {
    line-height: 1.2;
  }

  .single-button-container {
    padding-top: 0;
  }

  .single-info-container {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .paragraph {
    font-size: 6vw;
  }

  .eptitle {
    font-size: 11vw;
  }

  .eptitle.subheading {
    font-size: 5vw;
  }

  .tour_date_wrap {
    padding-right: 60px;
  }

  .container-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-4.tour-container {
    align-items: stretch;
  }

  .button_ticket {
    padding: 8px 40px;
  }

  .h3 {
    font-size: 40px;
  }

  .h3.alt-title-2 {
    font-size: 27px;
  }

  .tour-section-subtitle {
    font-size: 16px;
  }

  .tour_location_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tour-city {
    line-height: 1;
  }

  .singletitle {
    font-size: 8vw;
  }

  .singleartcontsainer {
    width: 48%;
  }

  .heading-6 {
    font-size: 38px;
  }

  .button-2 {
    margin-bottom: 20px;
  }

  .paragraph-8 {
    font-size: 22px;
  }

  .button-2-copy {
    margin-top: 10px;
  }

  .paragraph-8-copy {
    line-height: 1;
  }

  .heading-6-copy {
    font-size: 36px;
  }

  .code-embed-3 {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .featalbum {
    background-size: cover, 120%, cover;
  }

  .videosection {
    padding-top: 40px;
  }

  .header {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #f6f1ed24;
  }

  .menu-button {
    padding: 10px;
    transition: all .275s;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    transform: skew(-25deg);
  }

  .wrapper.nav-wrapper {
    align-items: center;
  }

  .nav-link {
    text-align: right;
    padding-right: 10%;
    font-size: 7vw;
  }

  .image {
    width: 200px;
    min-width: auto;
  }

  .icon {
    color: #fff;
    font-size: 50px;
  }

  .heading {
    font-size: 14vw;
  }

  .heading.subheading {
    font-size: 10vw;
  }

  .heading.subheading.merchbutton {
    margin-top: 10px;
    font-size: 8vw;
  }

  .heading.subheading.tourbutton {
    margin-top: 10px;
    font-size: 24px;
  }

  .slide {
    float: none;
    width: 47%;
  }

  .slide.merch {
    width: 50%;
  }

  .slider {
    height: 42vw;
  }

  .slider.videoslider {
    height: 51vw;
  }

  .slider.merch {
    height: 47vw;
  }

  .slidevideo {
    width: 100%;
    margin-right: 0%;
  }

  .footer {
    padding-top: 0;
  }

  .socialsdiv {
    width: 100%;
  }

  .emaildiv {
    width: 100%;
    padding-left: 0;
  }

  .footercontainer {
    flex-direction: column-reverse;
  }

  .socialcopy {
    padding-bottom: 0;
  }

  .socialnav {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin-top: 110px;
    padding-top: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .social-nav-li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .social-nav-link {
    color: #fff;
    font-size: 4.5vw;
  }

  .newsletter-subtitle {
    font-size: 15px;
  }

  .main-signup-terms-copy {
    font-size: 18px;
  }

  .merchsection {
    padding-top: 40px;
  }

  .tour-date {
    font-size: 24px;
  }

  .tour-location {
    font-size: 22px;
  }

  .link-block-4, .text-span, .text-span-2 {
    font-size: 18px;
  }

  .single-button-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-self: stretch;
    padding-top: 0;
  }

  .column {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .single-info-container {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2 {
    height: auto;
    padding-left: 0;
  }

  .primary-button {
    width: 100%;
    font-size: 27px;
  }

  .paragraph {
    font-size: 36px;
  }

  .eptitle {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 72px;
  }

  .eptitle.subheading {
    font-size: 10vw;
  }

  .eptitle.subheading.merchbutton {
    margin-top: 10px;
    font-size: 8vw;
  }

  .eptitle.subheading.tourbutton {
    margin-top: 10px;
    font-size: 24px;
  }

  .newrelease {
    padding-bottom: 20px;
  }

  .tour_main_wrap {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .tour_date_wrap {
    padding-right: 40px;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .button_ticket {
    letter-spacing: 2px;
    padding: 8px 24px;
    font-size: 20px;
  }

  .h3 {
    font-size: 36px;
  }

  .tour_ticket_wrap {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .tour-row {
    justify-content: flex-start;
    align-items: center;
  }

  .tour_location_wrap {
    flex-direction: column;
  }

  .tour-venue {
    margin-bottom: 0;
    font-size: 18px;
  }

  .tour-city {
    margin-bottom: 0;
    font-size: 27px;
  }

  .tour_venue_wrap {
    width: 100%;
  }

  .newrelease-coverless {
    padding-bottom: 20px;
  }

  .singletitle {
    font-size: 48px;
  }

  .paragraph-5 {
    font-size: 36px;
    line-height: 1.2;
  }

  .singlecontainer {
    flex-flow: column;
    max-width: 500px;
    padding-top: 0;
  }

  .singleartcontsainer {
    width: 100%;
  }

  .singlecopycontainer {
    width: 100%;
    padding-top: 20px;
  }

  .singlebuttoncontainer {
    text-align: center;
    width: 100%;
  }

  .heading-6 {
    font-size: 32px;
  }

  .button-2 {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-8 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .text-span-5 {
    line-height: 1.2;
  }

  .button-2-copy {
    width: 100%;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6-copy {
    font-size: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .bg-image {
    background-position: 43%;
  }

  .musicsection {
    padding-top: 20px;
  }

  .featalbum {
    background-position: 50% 45%, 50% 35%, 50% 100%;
    background-repeat: repeat, no-repeat, no-repeat;
  }

  .videosection {
    padding-top: 40px;
  }

  .header {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 100vh;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

  .wrapper {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    font-size: 10vw;
  }

  .image {
    width: 160px;
  }

  .toursection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading {
    font-size: 12vw;
  }

  .heading.subheading {
    font-size: 16vw;
  }

  .heading.subheading.merchbutton {
    font-size: 10vw;
  }

  .heading.subheading.tourbutton {
    font-size: 36px;
  }

  .left-arrow {
    height: 8vw;
    top: -20vw;
    right: 10%;
  }

  .left-arrow.hidden, .left-arrow.music {
    display: block;
  }

  .right-arrow {
    height: 8vw;
    top: -20vw;
    right: -4%;
  }

  .right-arrow.hidden, .right-arrow.music {
    display: block;
  }

  .slide {
    float: none;
    width: 100%;
    margin-right: 0%;
  }

  .slide.merch {
    float: none;
    width: 100%;
  }

  .slider, .slider.merch {
    height: 90vw;
  }

  .footer {
    padding-top: 40px;
  }

  .copyright-link-li {
    margin-bottom: 4px;
    margin-right: 0;
    padding-right: 7px;
  }

  .copyright-link-li.last-copyright-link-li {
    padding-right: 0;
  }

  .copyright-link {
    border-right-style: none;
    padding-right: 0;
    font-size: 16px;
  }

  .copyright-link-list {
    flex-flow: wrap;
    padding-left: 0;
  }

  .footer-copyright {
    font-size: 17px;
  }

  .socialcopy {
    width: 100%;
  }

  .socialnav {
    flex-wrap: wrap;
    flex: 1;
    order: -1;
    align-self: center;
    align-items: flex-start;
    margin-top: 100px;
  }

  .social-nav-li {
    margin: 0;
  }

  .social-nav-link {
    font-size: 7vw;
  }

  .newsletter-subtitle {
    margin-top: -20px;
  }

  .checkbox-field {
    margin-top: 20px;
  }

  .signup-main-button {
    border-left-style: solid;
    width: 100%;
    margin-top: 10px;
  }

  .main-signup-input-container {
    flex-direction: column;
  }

  .container-6 {
    max-width: 100%;
  }

  .mailing-list-details-day-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .mailing-list-details-dob-flex {
    flex-direction: column;
  }

  .mailing-list-details-subtitle {
    line-height: 1.3;
  }

  .mailing-list-details-month-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .merchcontainer {
    padding-bottom: 30vw;
  }

  .merchsection {
    padding-top: 40px;
  }

  .shopbuttondiv {
    inset: auto 0% 0% auto;
  }

  .popup-container {
    max-width: 100%;
  }

  .mailing-list-details-title {
    line-height: 1.3;
  }

  .signup-main-button2 {
    border-left-style: solid;
    width: 100%;
    margin-top: 10px;
  }

  .list-item {
    flex-flow: column;
  }

  .tour-date, .text-span {
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 30px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .text-block-4 {
    padding-right: 20px;
    font-size: 14px;
  }

  .text-block-2-copy {
    font-size: 14px;
  }

  .heading-4 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .button {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .single-button-container {
    width: 100%;
  }

  .column {
    padding-bottom: 20px;
  }

  .single-info-container {
    padding: 0;
  }

  .column-2 {
    padding-bottom: 20px;
  }

  .primary-button {
    border-left-style: solid;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .paragraph {
    font-size: 24px;
    line-height: 1.1;
  }

  .eptitle {
    color: #eb2a46;
    margin-bottom: 10px;
    font-size: 46px;
  }

  .eptitle.subheading {
    font-size: 16vw;
  }

  .eptitle.subheading.merchbutton {
    font-size: 10vw;
  }

  .eptitle.subheading.tourbutton {
    font-size: 36px;
  }

  .newrelease {
    padding-top: 20px;
  }

  .columns {
    flex-flow: column-reverse;
  }

  .tour_main_wrap {
    flex-direction: column;
  }

  .tour_date_wrap {
    width: 100%;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .tour-date-2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .h3 {
    letter-spacing: 2px;
    font-size: 36px;
  }

  .h3.alt-title-2 {
    font-size: 24px;
  }

  .tour_city_wrap {
    line-height: 1;
  }

  .tour_location_wrap {
    width: 100%;
  }

  .tour-venue {
    font-size: 18px;
    line-height: 1;
  }

  .tour-city {
    font-size: 24px;
  }

  .newrelease-coverless {
    padding-top: 20px;
  }

  .singletitle {
    color: #eb2a46;
    font-size: 36px;
    line-height: 1.1;
  }

  .section {
    position: static;
  }

  .paragraph-5 {
    font-size: 32px;
  }

  .singlecontainer {
    flex-flow: column;
    width: 90%;
    padding-top: 0;
  }

  .floatingcontainer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .singleartcontsainer {
    width: 90%;
  }

  .singlecopycontainer {
    width: 100%;
    padding-top: 10px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vw;
    line-height: 1;
  }

  .button-2 {
    font-size: 18px;
  }

  .paragraph-8 {
    font-size: 19px;
  }

  .text-span-5 {
    font-size: 20px;
  }

  .button-2-copy {
    font-size: 18px;
  }

  .heading-6-copy {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk Variablefont Wght 1';
  src: url('../fonts/HostGrotesk-Italic-VariableFont_wght-1.ttf') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Castoro 1';
  src: url('../fonts/Castoro-Italic-1.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Castoro 1';
  src: url('../fonts/Castoro-Regular-1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-Bold.ttf') format('truetype'), url('../fonts/HostGrotesk-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-BoldItalic.ttf') format('truetype'), url('../fonts/HostGrotesk-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}