/* Developed by Semih Orhan for DAWWWG*/
/* February 2020 - September 2025, Bursa, Turkey */
/* "Let the beauty we love be what we do." Rumi */
/* FRAMEWORK */
/* Fixed Elements & Classes */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scroll-behavior: smooth;
  font-size: 10px;
  text-align: center;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

div:not(:where(.swiper-container *, .image-swiper *)),
nav,
header,
section,
address,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}


ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  text-align: justify;
  text-align-last: center;
}

address {
  font-style: normal;
}

img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.img-height--100p {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  display: block;
  vertical-align: middle;
}

.button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 575px) {
  .button span {
    display: inline-block;
    margin-left: 0.5rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }


  .button span {
    display: inline-block;
    margin-left: 0.5rem;
  }
}

.button,
.button_accordion,
.button--custom {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 0.5rem;
}

.button_accordion {
  cursor: pointer;
  width: 100%;
}

.button_panel {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  max-height: 0;
  overflow: hidden;
}

.button_icon,
.button_icon--custom {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.icon,
.icon--lg .inline-icon {
  display: inline-block;
  text-align: center;
}

.avatar {
  border-radius: 100%;
}

.media-credits {
  writing-mode: vertical-rl;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
  z-index: 100;
}

.progress-container {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.progress-bar {
  width: 0%;
}

/* Site Credit */
#site-credit_corner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.6rem;
  height: 3.5rem;
  background-image: url(../images/credit-corner.png);
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#site-credit span {
  font-family: 'Pinyon Script', cursive;
}

#site-credit a,
#site-credit a span {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}

#site-credit a span:nth-child(1) {
  letter-spacing: -2.5px;
}

#site-credit a span:nth-child(2) {
  letter-spacing: -2.8px;
}

/* Extra large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) {}

/* NAVIGATION BAR */
.navigation-bar--sticky {
  width: 100%;
  overflow: hidden;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 101;
}

/* FULLPAGE.JS MENU */
.navigation-bar--fixed {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  padding: 0;
  z-index: 101;
}

/* BACKGROUND */
.bg-texture--dark {
  background-position: center top;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-image: url(../images/texture--dark-min.png)
}

.bg-texture--light {
  background-position: center top;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-image: url(../images/texture--light-min.png)
}

.bg-position--top {
  background-position: top;
}

.bg-position--bottom {
  background-position: bottom;
}

.bg-position--left {
  background-position: left;
}

.bg-position--right {
  background-position: right;
}

.bg-position--center {
  background-position: center;
}

.bg-repeat--repeat {
  background-repeat: repeat;
}

.bg-repeat--no-repeat {
  background-repeat: no-repeat;
}

.bg-attachment--scroll {
  background-attachment: scroll;
}

.bg-attachment--fixed {
  background-attachment: fixed;
}

.bg-attachment--local {
  background-attachment: local;
}

.bg-size--cover {
  background-size: cover;
}

.bg-size--contain {
  background-size: contain;
}

/*FONT & TEXT*/
.f-family--roboto {
  font-family: 'Roboto', sans-serif;
}

.f-family--roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}

.f-family--playfair-display {
  font-family: 'Playfair Display', serif;
}

.f-family--anton {
  font-family: 'Anton', sans-serif;
}

.f-size--10 {
  font-size: 0.1rem;
}

.f-size--20 {
  font-size: 0.2rem;
}

.f-size--30 {
  font-size: 0.3rem;
}

.f-size--40 {
  font-size: 0.4rem;
}

.f-size--50 {
  font-size: 0.5rem;
}

.f-size--60 {
  font-size: 0.6rem;
}

.f-size--70 {
  font-size: 0.7rem;
}

.f-size--80 {
  font-size: 0.8rem;
}

.f-size--90 {
  font-size: 0.9rem;
}

.f-size--100 {
  font-size: 1rem;
}

.f-size--110 {
  font-size: 1.1rem;
}

.f-size--120 {
  font-size: 1.2rem;
}

.f-size--130 {
  font-size: 1.3rem;
}

.f-size--140 {
  font-size: 1.4rem;
}

.f-size--150 {
  font-size: 1.5rem;
}

.f-size--160 {
  font-size: 1.6rem;
}

.f-size--170 {
  font-size: 1.7rem;
}

.f-size--180 {
  font-size: 1.8rem;
}

.f-size--190 {
  font-size: 1.9rem;
}

.f-size--200 {
  font-size: 2rem;
}

.f-size--210 {
  font-size: 2.1rem;
}

.f-size--220 {
  font-size: 2.2rem;
}

.f-size--230 {
  font-size: 2.3rem;
}

.f-size--240 {
  font-size: 2.4rem;
}

.f-size--250 {
  font-size: 2.5rem;
}

.f-size--260 {
  font-size: 2.6rem;
}

.f-size--270 {
  font-size: 2.7rem;
}

.f-size--280 {
  font-size: 2.8rem;
}

.f-size--290 {
  font-size: 2.9rem;
}

.f-size--300 {
  font-size: 3rem;
}

.f-size--310 {
  font-size: 3.1rem;
}

.f-size--320 {
  font-size: 3.2rem;
}

.f-size--330 {
  font-size: 3.3rem;
}

.f-size--340 {
  font-size: 3.4rem;
}

.f-size--350 {
  font-size: 3.5rem;
}

.f-size--360 {
  font-size: 3.6rem;
}

.f-size--370 {
  font-size: 3.7rem;
}

.f-size--380 {
  font-size: 3.8rem;
}

.f-size--390 {
  font-size: 3.9rem;
}

.f-size--400 {
  font-size: 4rem;
}

.f-size--410 {
  font-size: 4.1rem;
}

.f-size--420 {
  font-size: 4.2rem;
}

.f-size--430 {
  font-size: 4.3rem;
}

.f-size--440 {
  font-size: 4.4rem;
}

.f-size--450 {
  font-size: 4.5rem;
}

.f-size--460 {
  font-size: 4.6rem;
}

.f-size--470 {
  font-size: 4.7rem;
}

.f-size--480 {
  font-size: 4.8rem;
}

.f-size--490 {
  font-size: 4.9rem;
}

.f-size--500 {
  font-size: 5rem;
}

.f-weight--100 {
  font-weight: 100;
}

.f-weight--200 {
  font-weight: 200;
}

.f-weight--300 {
  font-weight: 300;
}

.f-weight--400 {
  font-weight: 400;
}

.f-weight--500 {
  font-weight: 500;
}

.f-weight--600 {
  font-weight: 600;
}

.f-weight--700 {
  font-weight: 700;
}

.f-weight--800 {
  font-weight: 800;
}

.f-weight--900 {
  font-weight: 900;
}

.f-style--italic {
  font-style: italic;
}

.line-height--100 {
  line-height: 1;
}

.line-height--110 {
  line-height: 1.1;
}

.line-height--120 {
  line-height: 1.2;
}

.line-height--130 {
  line-height: 1.3;
}

.line-height--140 {
  line-height: 1.4;
}

.line-height--150 {
  line-height: 1.5;
}

.line-height--160 {
  line-height: 1.6;
}

.line-height--170 {
  line-height: 1.7;
}

.line-height--180 {
  line-height: 1.8;
}

.line-height--190 {
  line-height: 1.9;
}

.line-height--200 {
  line-height: 2;
}

.line-height--210 {
  line-height: 2.1;
}

.line-height--220 {
  line-height: 2.2;
}

.line-height--230 {
  line-height: 2.3;
}

.line-height--240 {
  line-height: 2.4;
}

.line-height--250 {
  line-height: 2.5;
}

.line-height--260 {
  line-height: 2.6;
}

.line-height--270 {
  line-height: 2.7;
}

.line-height--280 {
  line-height: 2.8;
}

.line-height--290 {
  line-height: 2.9;
}

.line-height--300 {
  line-height: 3;
}

.t-shadow--0 {
  text-shadow: 0 0 0;
}

.t-tranform--capitalize {
  text-transform: capitalize;
}

.t-tranform--uppercase {
  text-transform: uppercase;
}

.t-tranform--lowercase {
  text-transform: lowercase;
}

.t-align--left {
  text-align: left;
}

.t-align--right {
  text-align: right;
}

.t-align--center {
  text-align: center;
}

.t-align--justify {
  text-align: justify;
}

.t-align--justify-center {
  text-align: justify;
  text-align-last: center;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .t-align--md-left {
    text-align: left;
  }

  .t-align--md-right {
    text-align: right;
  }

  .t-align--md-center {
    text-align: center;
  }

  .t-align--md-justify {
    text-align: justify;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .t-align--lg-left {
    text-align: left;
  }

  .t-align--lg-right {
    text-align: right;
  }

  .t-align--lg-center {
    text-align: center;
  }

  .t-align--lg-justify {
    text-align: justify;
  }
}

.t-indent--5p {
  text-indent: 5%;
}

.t-indent--10p {
  text-indent: 10%;
}

.t-indent--15p {
  text-indent: 15%;
}

.t-indent--20p {
  text-indent: 20%;
}

.t-indent--25p {
  text-indent: 25%;
}

.t-indent--30p {
  text-indent: 30%;
}

.t-hyphen {
  hyphens: auto;
}

.t-direction--v-rl {
  writing-mode: vertical-rl;
}

.t-direction--v-lr {
  writing-mode: vertical-lr;
}

/*OPACITY*/
.opacity--10 {
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.opacity--20 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.opacity--30 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.opacity--40 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.opacity--50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.opacity--60 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.opacity--70 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.opacity--80 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.opacity--90 {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.opacity--100 {
  opacity: 0.10;
  filter: alpha(opacity=100);
}

/* BUTTONS */
.button--instagram {
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.button--facebook {
  background-color: #3b5998;
}

.button--twitter {
  background-color: #1DA1F2;
}

.button--youtube {
  background-color: #FF0000;
}

.button--bandcamp {
  background-color: #629aa9;
}

.button--spotify {
  background-color: #1DB954;
}

.button--apple {
  background: #28CBF8;
  background: -webkit-linear-gradient(90deg, #28CBF8 0%, #567BFC 25%, #8665FE 50%, #E549AE 75%, #FF5B4C 100%);
  background: -webkit-gradient(90deg, #28CBF8 0%, #567BFC 25%, #8665FE 50%, #E549AE 75%, #FF5B4C 100%);
  background: -moz-linear-gradient(90deg, #28CBF8 0%, #567BFC 25%, #8665FE 50%, #E549AE 75%, #FF5B4C 100%);
  background: -o-linear-gradient(90deg, #28CBF8 0%, #567BFC 25%, #8665FE 50%, #E549AE 75%, #FF5B4C 100%);
  background: linear-gradient(90deg, #28CBF8 0%, #567BFC 25%, #8665FE 50%, #E549AE 75%, #FF5B4C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28CBF8', endColorstr='#FF5B4C', GradientType=1);
}

.button--soundcloud {
  background-color: #FF5500;
}

.button--calendar {
  background-color: #00B4B3;
}

.button--homepage {
  background-color: #373738;
}

.button--blogger {
  background-color: #F08E36;
}

.button--store {
  background-color: #D41316;
}

.button--ticket {
  background-color: #0034A8;
}

.button--discogs {
  background-color: #333333;
}

.button--download {
  background-color: #26A5DC;
}

.button--map {
  background-color: #FF3333;
}

.button--phone {
  background-color: #4BD963;
}

.button--whatsapp {
  background-color: #24CD63;
}

.button--mail {
  background-color: #006EC3;
}

/* HOVER EFFECTS */
.hover--opacity--95:hover {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.hover--scale--115--95:hover {
  transform: scaleY(1.15) scaleX(1.15);
}

.hover--scale--115--95:active {
  transform: scaleY(0.95) scaleX(0.95);
}

.hover--scale--104--98:hover {
  transform: scaleY(1.04) scaleX(1.02);
}

.hover--scale--104--98:active {
  transform: scaleY(0.98) scaleX(0.99);
}

.hover--scale--110:hover {
  transform: scale(1.1);
}

.hover--scale--110:active {
  transform: scale(0.98);
}

/* ANIMATIONS */
@keyframes animation_fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animation_fade-up--05 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0)
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation_fade-up--1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 1rem, 0)
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation_fade-up--2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 2rem, 0)
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation_fade-up--3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 3rem, 0)
  }


  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animation_wheel {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: translate(360deg);
  }
}

.animation_fade-in {
  animation-name: animation_fade-in;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
}

.animation_fade-up--05 {
  animation-name: animation_fade-up--05;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
}

.animation_fade-up--1 {
  animation-name: animation_fade-up--1;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
}

.animation_fade-up--2 {
  animation-name: animation_fade-up--2;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
}

.animation_fade-up--3 {
  animation-name: animation_fade-up--3;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
}

.animation_wheel {
  animation-name: animation_wheel;
  animation-timing-function: ease-out;
  animation-fill-mode: backwards;
  backface-visibility: hidden;
}

.animation-delay--0 {
  animation-delay: 0s;
}

.animation-delay--1 {
  animation-delay: 1s;
}

.animation-delay--2 {
  animation-delay: 2s;
}

.animation-delay--3 {
  animation-delay: 3s;
}

.animation-delay--4 {
  animation-delay: 4s;
}

.animation-delay--5 {
  animation-delay: 5s;
}

.animation-delay--6 {
  animation-delay: 6s;
}

.animation-delay--5 {
  animation-delay: 5s;
}

.animation-delay--7 {
  animation-delay: 7s;
}

.animation-delay--8 {
  animation-delay: 8s;
}

.animation-delay--9 {
  animation-delay: 9s;
}

.animation-duration--1 {
  animation-duration: 1s;
}

.animation-duration--2 {
  animation-duration: 2s;
}

.animation-duration--3 {
  animation-duration: 3s;
}

.animation-duration--4 {
  animation-duration: 4s;
}

.animation-duration--5 {
  animation-duration: 5s;
}

.animation-count--1 {
  animation-iteration-count: 1;
}

.animation-count--2 {
  animation-iteration-count: 2;
}

.animation-count--3 {
  animation-iteration-count: 3;
}

.animation-count--4 {
  animation-iteration-count: 4;
}

.animation-count--5 {
  animation-iteration-count: 5;
}

.animation-count--infinite {
  animation-iteration-count: infinite;
}

/*EMBEDDED COMPONENTS*/
.embed_youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.embed_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ytp-chrome-top,
.ytp-impression-link,
.ytp-mobile-a11y-hidden-seek-button {
  display: none !important;
  opacity: 0 !important;
  height: 0 !important;
}

.embed_soundcloud iframe {
  border: 0;
  width: 100%;
  height: 166px;
}

.embed_bandcamp--artwork {
  left: 0;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
}

.embed_bandcamp--artwork iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.embed_bandcamp--slim iframe {
  border: 0;
  width: 100%;
  height: 42px;
}

.embed_google-maps {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.embed_google-maps iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.bg-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#background-header video,
#background-footer video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 105%;
  min-height: 105%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}

/* POSITIONING */
.position--bottom {
  position: absolute;
  bottom: 0;
}

.position--relative {
  position: relative;
}

/* COLUMN-COUNT */
.c-count--md-2 {
  column-count: 1;
}

.c-count--lg-2 {
  column-count: 1;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .c-count--md-2 {
    column-count: 1;
  }

  .c-count--lg-2 {
    column-count: 1;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .c-count--md-2 {
    column-count: 2;
  }

  .c-count--lg-2 {
    column-count: 1;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .c-count--lg-2 {
    column-count: 2;
  }
}

/* Extra large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) {}

/* HEIGHT & WIDTH */
/* Extra small devices (portrait phones, less than 576px) */
.h--100p {
  height: 100%;
}

.h--90vh {
  height: 90vh;
}

.h--10vh {
  height: 10vh;
}

.h--100vh {
  height: 100vh;
}

.h--auto {
  height: auto;
}

.h-min--100p {
  min-height: 100%;
}

.h-min--5vh {
  min-height: 5vh;
}

.h-min--10vh {
  min-height: 10vh;
}

.h-min--25vh {
  min-height: 25vh;
}

.h-min--33vh {
  min-height: 33.333333vh;
}

.h-min--50vh {
  min-height: 50vh;
}

.h-min--90vh {
  min-height: 90vh;
}

.h-min--95vh {
  min-height: 95vh;
}

.h-min--100vh {
  min-height: 100vh;
}

.h-min--10vh--mobile-fix {
  min-height: 10vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 10);
  margin: 0 auto;
  max-width: 30%;
}

.h-min--25vh--mobile-fix {
  min-height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 25);
  margin: 0 auto;
  max-width: 30%;
}

.h-min--33vh--mobile-fix {
  min-height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 33);
  margin: 0 auto;
  max-width: 30%;
}

.h-min--50vh--mobile-fix {
  min-height: 50vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 50);
  margin: 0 auto;
  max-width: 50%;
}

.h-min--90vh--mobile-fix {
  min-height: 90vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 90);
  margin: 0 auto;
  max-width: 30%;
}

.h-min--100vh--mobile-fix {
  min-height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  max-width: 30%;
}

.h--10vh--mobile-fix {
  height: 10vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 10);
  margin: 0 auto;
  max-width: 30%;
}

.h--90vh--mobile-fix {
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 90);
  margin: 0 auto;
  max-width: 30%;
}

.h--100vh--mobile-fix {
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  max-width: 30%;
}

.h-min--auto {
  min-height: auto;
}

.h-min--5200 {
  min-height: 52rem;
}

.w-min--100p {
  min-width: 100%;
}

.w-min--90p {
  min-width: 90%;
}

.w-min--100vw {
  min-width: 100vw;
}

.w-min--90vw {
  min-width: 90vw;
}

.w--50p {
  width: 50%;
}

.w--40p {
  width: 40%;
}

.w--500 {
  width: 5rem;
}

.w--1000 {
  width: 10rem;
}

.w--9200-3200 {
  max-width: 92rem;
  min-width: 32rem;
}

.w--10200-3200 {
  max-width: 102rem;
  min-width: 32rem;
}

.w--7200-3200 {
  max-width: 72rem;
  min-width: 32rem;
}

.w--7000-3000 {
  max-width: 70rem;
  min-width: 30rem;
}

.w--5800-3200 {
  max-width: 58rem;
  min-width: 32rem;
}

.w--5200-3200 {
  max-width: 52rem;
  min-width: 32rem;
}

.w--5000-3000 {
  max-width: 50rem;
  min-width: 30rem;
}

.w--4800-3000 {
  max-width: 48rem;
  min-width: 30rem;
}

.w--4000-3000 {
  max-width: 40rem;
  min-width: 30rem;
}

.w--3200-3000 {
  max-width: 32rem;
  min-width: 30rem;
}

.w--3200 {
  min-width: 32rem;
  max-width: 32rem;
}

.w-min--3200 {
  min-width: 32rem;
}

.w-min--3000 {
  min-width: 30rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .h-min--sm-50vh {
    min-height: 50vh;
  }

  .h-min--sm-100p {
    min-height: 100%;
  }

  .h-min--sm-100vh {
    min-height: 100vh;
  }

  .h-min--sm-auto {
    min-height: auto;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .h--md-90vh {
    height: 90vh;
  }

  .h-min--md-100p {
    min-height: 100%;
  }

  .h-min--md-25vh {
    min-height: 25vh;
  }

  .h-min--md-30vh {
    min-height: 30vh;
  }

  .h-min--md-50vh {
    min-height: 50vh;
  }

  .h-min--md-90vh {
    min-height: 90vh;
  }

  .h-min--md-95vh {
    min-height: 95vh;
  }

  .h-min--md-100vh {
    min-height: 100vh;
  }

  .h-min--md-auto {
    min-height: auto;
  }

  .w--md-2200-1600 {
    max-width: 22rem;
    min-width: 16rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .h-min--lg-100p {
    min-height: 100%;
  }

  .h-min--lg-100vh {
    min-height: 100vh;
  }

  .h-min--lg-auto {
    min-height: auto;
  }
}

/* Extra large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) {
  .h-min--xl-100p {
    min-height: 100%;
  }

  .h-min--xl-100vh {
    min-height: 100vh;
  }

  .h-min--xl-auto {
    min-height: auto;
  }
}

/* FLEXBOX */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  /* combines: flex-direction--column flex-justify--center flex-align--center */
}

.flex--not-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  /* combines: flex-direction--column flex-justify--center flex-align--center */
}

.flex--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms--webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* combines: flex-direction--column flex-justify--center flex-align--center */
}

.flex--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* combines: flex-direction--row flex-justify--center flex-align--center */
}

.flex-direction--column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-direction--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-justify--start {
  justify-content: flex-start;
}

.flex-justify--end {
  justify-content: flex-end;
}

.flex-justify--center {
  justify-content: center;
}

.flex-justify--space-between {
  justify-content: space-between;
}

.flex-justify--space-around {
  justify-content: space-around;
}

.flex-justify--space-evenly {
  justify-content: space-evenly;
}

.flex-align--stretch {
  align-items: stretch;
}

.flex-align--start {
  align-items: flex-start;
}

.flex-align--end {
  align-items: flex-end;
}

.flex-align--center {
  align-items: center;
}

.flex-align-content--start {
  align-content: flex-start;
}

.flex-align-content--end {
  align-content: flex-end;
}

.flex-align-content--center {
  align-content: center;
}

.flex-align-content--space-between {
  align-content: space-between;
}

.flex-align-content--space-around {
  align-content: space-around;
}

.flex-align-content--stretch {
  align-content: stretch;
}

/* FLEXBOX ITEMS */
.flex-align-self--start {
  align-self: flex-start;
}

.flex-align-self--end {
  align-self: flex-end;
}

.flex-align-self--center {
  align-self: center;
}

.flex-align-self--stretch {
  align-self: stretch;
}

.flex-justify-self--start {
  justify-self: flex-start;
}

.flex-justify-self--end {
  justify-self: flex-end;
}

.flex-justify-self--center {
  justify-self: center;
}

.flex-grow--0 {
  flex-grow: 0;
}

.flex-grow--1 {
  flex-grow: 1;
}

.flex-grow--2 {
  flex-grow: 2;
}

.flex-order--0 {
  order: 0;
}

.flex-order--1 {
  order: 1;
}

.flex-order--2 {
  order: 2;
}

.flex-order--3 {
  order: 3;
}

.flex-order--4 {
  order: 4;
}

.flex-order--5 {
  order: 5;
}

.flex-order--6 {
  order: 6;
}

.flex-order--7 {
  order: 7;
}

.flex-order--8 {
  order: 8;
}

.flex-order--9 {
  order: 9;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .flex-order--sm-0 {
    order: 0;
  }

  .flex-order--sm-1 {
    order: 1;
  }

  .flex-order--sm-2 {
    order: 2;
  }

  .flex-order--sm-3 {
    order: 3;
  }

  .flex-order--sm-4 {
    order: 4;
  }

  .flex-order--sm-5 {
    order: 5;
  }

  .flex-order--sm-6 {
    order: 6;
  }

  .flex-order--sm-7 {
    order: 7;
  }

  .flex-order--sm-8 {
    order: 8;
  }

  .flex-order--sm-9 {
    order: 9;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .flex-order--md-0 {
    order: 0;
  }

  .flex-order--md-1 {
    order: 1;
  }

  .flex-order--md-2 {
    order: 2;
  }

  .flex-order--md-3 {
    order: 3;
  }

  .flex-order--md-4 {
    order: 4;
  }

  .flex-order--md-5 {
    order: 5;
  }

  .flex-order--md-6 {
    order: 6;
  }

  .flex-order--md-7 {
    order: 7;
  }

  .flex-order--md-8 {
    order: 8;
  }

  .flex-order--md-9 {
    order: 9;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .flex-order--lg-0 {
    order: 0;
  }

  .flex-order--lg-1 {
    order: 1;
  }

  .flex-order--lg-2 {
    order: 2;
  }

  .flex-order--lg-3 {
    order: 3;
  }

  .flex-order--lg-4 {
    order: 4;
  }

  .flex-order--lg-5 {
    order: 5;
  }

  .flex-order--lg-6 {
    order: 6;
  }

  .flex-order--lg-7 {
    order: 7;
  }

  .flex-order--lg-8 {
    order: 8;
  }

  .flex-order--lg-9 {
    order: 9;
  }
}

/* Extra large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) {
  .flex-order--xl-0 {
    order: 0;
  }

  .flex-order--xl-1 {
    order: 1;
  }

  .flex-order--xl-2 {
    order: 2;
  }

  .flex-order--xl-3 {
    order: 3;
  }

  .flex-order--xl-4 {
    order: 4;
  }

  .flex-order--xl-5 {
    order: 5;
  }

  .flex-order--xl-6 {
    order: 6;
  }

  .flex-order--xl-7 {
    order: 7;
  }

  .flex-order--xl-8 {
    order: 8;
  }

  .flex-order--xl-9 {
    order: 9;
  }
}

/*BORDER*/
.b--1 {
  border-width: 0.01rem;
}

.b-t--1 {
  border-top-width: 0.01rem;
}

.b-b--1 {
  border-bottom-width: 0.01rem;
}

.b-l--1 {
  border-left-width: 0.01rem;
}

.b-r--1 {
  border-right-width: 0.01rem;
}

.b--2 {
  border-width: 0.02rem;
}

.b-t--2 {
  border-top-width: 0.02rem;
}

.b-b--2 {
  border-bottom-width: 0.02rem;
}

.b-l--2 {
  border-left-width: 0.02rem;
}

.b-r--2 {
  border-right-width: 0.02rem;
}

.b--3 {
  border-width: 0.03rem;
}

.b-t--3 {
  border-top-width: 0.03rem;
}

.b-b--3 {
  border-bottom-width: 0.03rem;
}

.b-l--3 {
  border-left-width: 0.03rem;
}

.b-r--3 {
  border-right-width: 0.03rem;
}

.b--4 {
  border-width: 0.04rem;
}

.b-t--4 {
  border-top-width: 0.04rem;
}

.b-b--4 {
  border-bottom-width: 0.04rem;
}

.b-l--4 {
  border-left-width: 0.04rem;
}

.b-r--4 {
  border-right-width: 0.04rem;
}

.b--5 {
  border-width: 0.05rem;
}

.b-t--5 {
  border-top-width: 0.05rem;
}

.b-b--5 {
  border-bottom-width: 0.05rem;
}

.b-l--5 {
  border-left-width: 0.05rem;
}

.b-r--5 {
  border-right-width: 0.05rem;
}

.b--6 {
  border-width: 0.06rem;
}

.b-t--6 {
  border-top-width: 0.06rem;
}

.b-b--6 {
  border-bottom-width: 0.06rem;
}

.b-l--6 {
  border-left-width: 0.06rem;
}

.b-r--6 {
  border-right-width: 0.06rem;
}

.b--7 {
  border-width: 0.07rem;
}

.b-t--7 {
  border-top-width: 0.07rem;
}

.b-b--7 {
  border-bottom-width: 0.07rem;
}

.b-l--7 {
  border-left-width: 0.07rem;
}

.b-r--7 {
  border-right-width: 0.07rem;
}

.b--0 {
  border-width: 0rem;
}

.b--8 {
  border-width: 0.08rem;
}

.b-t--8 {
  border-top-width: 0.08rem;
}

.b-b--8 {
  border-bottom-width: 0.08rem;
}

.b-l--8 {
  border-left-width: 0.08rem;
}

.b-r--8 {
  border-right-width: 0.08rem;
}

.b--9 {
  border-width: 0.09rem;
}

.b-t--9 {
  border-top-width: 0.09rem;
}

.b-b--9 {
  border-bottom-width: 0.09rem;
}

.b-l--9 {
  border-left-width: 0.09rem;
}

.b-r--9 {
  border-right-width: 0.09rem;
}

.b--10 {
  border-width: 1rem;
}

.b-t--10 {
  border-top-width: 1rem;
}

.b-b--10 {
  border-bottom-width: 1rem;
}

.b-l--10 {
  border-left-width: 0.10rem;
}

.b-r--10 {
  border-right-width: 1rem;
}

.b--11 {
  border-width: 0.10rem;
}

.b-t--11 {
  border-top-width: 1.1rem;
}

.b-b--11 {
  border-bottom-width: 1.1rem;
}

.b-l--11 {
  border-left-width: 1.1rem;
}

.b-r--11 {
  border-right-width: 1.1rem;
}

.b--12 {
  border-width: 0.11rem;
}

.b-t--12 {
  border-top-width: 1.2rem;
}

.b-b--12 {
  border-bottom-width: 1.2rem;
}

.b-l--12 {
  border-left-width: 1.2rem;
}

.b-r--12 {
  border-right-width: 1.2rem;
}

.b--13 {
  border-width: 0.12rem;
}

.b-t--13 {
  border-top-width: 1.3rem;
}

.b-b--13 {
  border-bottom-width: 1.3rem;
}

.b-l--13 {
  border-left-width: 1.3rem;
}

.b-r--13 {
  border-right-width: 1.3rem;
}

.b--14 {
  border-width: 0.13rem;
}

.b-t--14 {
  border-top-width: 1.4rem;
}

.b-b--14 {
  border-bottom-width: 1.4rem;
}

.b-l--14 {
  border-left-width: 1.4rem;
}

.b-r--14 {
  border-right-width: 1.4rem;
}

.b--15 {
  border-width: 0.14rem;
}

.b-t--15 {
  border-top-width: 1.5rem;
}

.b-b--15 {
  border-bottom-width: 1.5rem;
}

.b-l--15 {
  border-left-width: 1.5rem;
}

.b-r--15 {
  border-right-width: 1.5rem;
}

.b--16 {
  border-width: 0.15rem;
}

.b-t--16 {
  border-top-width: 1.6rem;
}

.b-b--16 {
  border-bottom-width: 1.6rem;
}

.b-l--16 {
  border-left-width: 1.6rem;
}

.b-r--16 {
  border-right-width: 1.6rem;
}

.b--17 {
  border-width: 0.16rem;
}

.b-t--17 {
  border-top-width: 1.7rem;
}

.b-b--17 {
  border-bottom-width: 1.7rem;
}

.b-l--17 {
  border-left-width: 1.7rem;
}

.b-r--17 {
  border-right-width: 1.7rem;
}

.b--18 {
  border-width: 0.17rem;
}

.b-t--18 {
  border-top-width: 1.8rem;
}

.b-b--18 {
  border-bottom-width: 1.8rem;
}

.b-l--18 {
  border-left-width: 1.8rem;
}

.b-r--18 {
  border-right-width: 1.8rem;
}

.b--19 {
  border-width: 0.18rem;
}

.b-t--19 {
  border-top-width: 1.9rem;
}

.b-b--19 {
  border-bottom-width: 1.9rem;
}

.b-l--19 {
  border-left-width: 1.9rem;
}

.b-r--19 {
  border-right-width: 1.9rem;
}

.b--20 {
  border-width: 2rem;
}

.b-t--20 {
  border-top-width: 2rem;
}

.b-b--20 {
  border-bottom-width: 2rem;
}

.b-l--20 {
  border-left-width: 2rem;
}

.b-r--20 {
  border-right-width: 2rem;
}

@media (min-width: 768px) {
  .b--md-0 {
    border-width: 0rem;
  }
}

/*MARGIN & PADDING*/
/*m:margin, p:padding, t:top, b:bottom, l:left; r:right */
.m--4 {
  margin: 0.4rem;
}

.m--5 {
  margin: 0.5rem;
}

.m--10 {
  margin: 1rem;
}

.m--15 {
  margin: 1.5rem;
}

.m--20 {
  margin: 2rem;
}

.m--25 {
  margin: 2.5rem;
}

.m--30 {
  margin: 3rem;
}

.m-y--4 {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.m-y--5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-y--10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-y--15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-y--20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-y--25 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-y--30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-y--40 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-t--0 {
  margin-top: 0;
}

.m-t--5 {
  margin-top: 0.5rem;
}

.m-t--10 {
  margin-top: 1rem;
}

.m-t--15 {
  margin-top: 1.5rem;
}

.m-t--20 {
  margin-top: 2rem;
}

.m-t--25 {
  margin-top: 2.5rem;
}

.m-t--30 {
  margin-top: 3rem;
}

.m-t--40 {
  margin-top: 4rem;
}

.m-t--50 {
  margin-top: 5rem;
}

.m-t--60 {
  margin-top: 6rem;
}

.m-b--3 {
  margin-bottom: 0.3rem;
}

.m-b--5 {
  margin-bottom: 0.5rem;
}

.m-b--10 {
  margin-bottom: 1rem;
}

.m-b--15 {
  margin-bottom: 1.5rem;
}

.m-b--20 {
  margin-bottom: 2rem;
}

.m-b--25 {
  margin-bottom: 2.5rem;
}

.m-b--30 {
  margin-bottom: 3rem;
}

.m-b--40 {
  margin-bottom: 4rem;
}

.m-x--5 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.m-x--10 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.m-x--15 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.m-x--20 {
  margin-right: 2rem;
  margin-left: 2rem;
}

.m-x--25 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.m-r--5 {
  margin-right: 0.5rem;
}

.m-r--10 {
  margin-right: 1rem;
}

.m-r--15 {
  margin-right: 1.5rem;
}

.m-r--20 {
  margin-right: 2rem;
}

.m-l--5 {
  margin-left: 0.5rem;
}

.m-l--10 {
  margin-left: 1rem;
}

.m-l--15 {
  margin-left: 1.5rem;
}

.m-l--20 {
  margin-left: 2rem;
}

.m-l--30 {
  margin-left: 3rem;
}

.m-l--40 {
  margin-left: 4rem;
}

.p {
  padding: 0;
}

.p--5 {
  padding: 0.5rem;
}

.p--10 {
  padding: 1rem;
}

.p--15 {
  padding: 1.5rem;
}

.p--20 {
  padding: 2rem;
}

.p--30 {
  padding: 3rem;
}

.p--40 {
  padding: 4rem;
}

.p-y--5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-y--5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-y--10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-y--15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-y--20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-y--30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-y--40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-y--50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-t--0 {
  padding-top: 0rem;
}

.p-t--5 {
  padding-top: 0.5rem;
}

.p-t--10 {
  padding-top: 1rem;
}

.p-t--15 {
  padding-top: 1.5rem;
}

.p-t--20 {
  padding-top: 2rem;
}

.p-t--30 {
  padding-top: 3rem;
}

.p-t--40 {
  padding-top: 4rem;
}

.p-b--5 {
  padding-bottom: 0.5rem;
}

.p-b--10 {
  padding-bottom: 1rem;
}

.p-b--15 {
  padding-bottom: 1.5rem;
}

.p-b--20 {
  padding-bottom: 2rem;
}

.p-b--25 {
  padding-bottom: 2.5rem;
}

.p-x--5 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.p-x--10 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.p-x--15 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.p-x--20 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-x--30 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.p-x--40 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.p-r--5 {
  padding-right: 0.5rem;
}

.p-r--10 {
  padding-right: 1rem;
}

.p-r--15 {
  padding-right: 1.5rem;
}

.p-r--20 {
  padding-right: 2rem;
}

.p-l--5 {
  padding-left: 0.5rem;
}

.p-l--10 {
  padding-left: 1rem;
}

.p-l--15 {
  padding-left: 1.5rem;
}

.p-l--20 {
  padding-left: 2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .m--sm-0 {
    margin: 0rem;
  }

  .m--sm-5 {
    margin: 0.5rem;
  }

  .m--sm-10 {
    margin: 1rem;
  }

  .m--sm-15 {
    margin: 1.5rem;
  }

  .m--sm-20 {
    margin: 2rem;
  }

  .m-y--sm-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .m-y--sm-10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .m-y--sm-15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .m-y--sm-20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .m-t--sm-0 {
    margin-top: 0;
  }

  .m-t--sm-5 {
    margin-top: 0.5rem;
  }

  .m-t--sm-10 {
    margin-top: 1rem;
  }

  .m-t--sm-15 {
    margin-top: 1.5rem;
  }

  .m-t--sm-20 {
    margin-top: 2rem;
  }

  .m-b--sm-5 {
    margin-bottom: 0.5rem;
  }

  .m-b--sm-10 {
    margin-bottom: 1rem;
  }

  .m-b--sm-15 {
    margin-bottom: 1.5rem;
  }

  .m-b--sm-20 {
    margin-bottom: 2rem;
  }

  .m-b--sm-25 {
    margin-bottom: 2.5rem;
  }

  .m-x--sm-5 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .m-x--sm-10 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .m-x--sm-15 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .m-x--sm-20 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .m-r--sm-5 {
    margin-right: 0.5rem;
  }

  .m-r--sm-10 {
    margin-right: 1rem;
  }

  .m-r--sm-15 {
    margin-right: 1.5rem;
  }

  .m-r--sm-20 {
    margin-right: 2rem;
  }

  .m-l--sm-5 {
    margin-left: 0.5rem;
  }

  .m-l--sm-10 {
    margin-left: 1rem;
  }

  .m-l--sm-15 {
    margin-left: 1.5rem;
  }

  .m-l--sm-20 {
    margin-left: 2rem;
  }

  .m-t--sm-10vh {
    margin-top: 10vh;
  }

  .p--sm-0 {
    padding: 0rem;
  }

  .p--sm-5 {
    padding: 0.5rem;
  }

  .p--sm-10 {
    padding: 1rem;
  }

  .p--sm-15 {
    padding: 1.5rem;
  }

  .p--sm-20 {
    padding: 2rem;
  }

  .p--sm-30 {
    padding: 3rem;
  }

  .p--sm-40 {
    padding: 4rem;
  }

  .p-y--sm-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .p-y--sm-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .p-y--sm-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-y--sm-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .p-y--sm-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-t--sm-0 {
    padding-top: 0rem;
  }

  .p-t--sm-5 {
    padding-top: 0.5rem;
  }

  .p-t--sm-10 {
    padding-top: 1rem;
  }

  .p-t--sm-15 {
    padding-top: 1.5rem;
  }

  .p-t--sm-20 {
    padding-top: 2rem;
  }

  .p-b--sm-5 {
    padding-bottom: 0.5rem;
  }

  .p-b--sm-10 {
    padding-bottom: 1rem;
  }

  .p-b--sm-15 {
    padding-bottom: 1.5rem;
  }

  .p-b--sm-20 {
    padding-bottom: 2rem;
  }

  .p-x--sm-5 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .p-x--sm-10 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .p-x--sm-15 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .p-x--sm-20 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .p-x--sm-30 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .p-x--sm-40 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .p-r--sm-5 {
    padding-right: 0.5rem;
  }

  .p-r--sm-10 {
    padding-right: 1rem;
  }

  .p-r--sm-15 {
    padding-right: 1.5rem;
  }

  .p-r--sm-20 {
    padding-right: 2rem;
  }

  .p-l--sm-5 {
    padding-left: 0.5rem;
  }

  .p-l--sm-10 {
    padding-left: 1rem;
  }

  .p-l--sm-15 {
    padding-left: 1.5rem;
  }

  .p-l--sm-20 {
    padding-left: 2rem;
  }

  .p-t--sm-10vh {
    padding-top: 10vh;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .m--md-0 {
    margin: 0rem;
  }

  .m--md-5 {
    margin: 0.5rem;
  }

  .m--md-10 {
    margin: 1rem;
  }

  .m--md-15 {
    margin: 1.5rem;
  }

  .m--md-20 {
    margin: 2rem;
  }

  .m-y--md-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .m-y--md-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .m-y--md-10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .m-y--md-15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .m-y--md-20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .m-y--md-30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .m-y--md-40 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .m-t--md-0 {
    margin-top: 0;
  }

  .m-t--md-5 {
    margin-top: 0.5rem;
  }

  .m-t--md-10 {
    margin-top: 1rem;
  }

  .m-t--md-15 {
    margin-top: 1.5rem;
  }

  .m-t--md-20 {
    margin-top: 2rem;
  }

  .m-b--md-0 {
    margin-bottom: 0rem;
  }

  .m-b--md-5 {
    margin-bottom: 0.5rem;
  }

  .m-b--md-10 {
    margin-bottom: 1rem;
  }

  .m-b--md-15 {
    margin-bottom: 1.5rem;
  }

  .m-b--md-20 {
    margin-bottom: 2rem;
  }

  .m-b--md-25 {
    margin-bottom: 2.5rem;
  }

  .m-b--md-30 {
    margin-bottom: 3rem;
  }

  .m-b--md-40 {
    margin-bottom: 4rem;
  }

  .m-b--md-50 {
    margin-bottom: 5rem;
  }


  .m-b--md-60 {
    margin-bottom: 6rem;
  }

  .m-x--md-5 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .m-x--md-10 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .m-x--md-15 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .m-x--md-20 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .m-r--md-5 {
    margin-right: 0.5rem;
  }

  .m-r--md-10 {
    margin-right: 1rem;
  }

  .m-r--md-15 {
    margin-right: 1.5rem;
  }

  .m-r--md-20 {
    margin-right: 2rem;
  }

  .m-l--md-5 {
    margin-left: 0.5rem;
  }

  .m-l--md-10 {
    margin-left: 1rem;
  }

  .m-l--md-15 {
    margin-left: 1.5rem;
  }

  .m-l--md-20 {
    margin-left: 2rem;
  }

  .m-l--md-30 {
    margin-left: 3rem;
  }

  .m-l--md-40 {
    margin-left: 4rem;
  }

  .m-l--md-50 {
    margin-left: 5rem;
  }

  .m-l--md-60 {
    margin-left: 6rem;
  }

  .m-t--md-10vh {
    margin-top: 10vh;
  }

  .p--md-0 {
    padding: 0rem;
  }

  .p--md-5 {
    padding: 0.5rem;
  }

  .p--md-10 {
    padding: 1rem;
  }

  .p--md-15 {
    padding: 1.5rem;
  }

  .p--md-20 {
    padding: 2rem;
  }

  .p--md-30 {
    padding: 3rem;
  }

  .p--md-40 {
    padding: 4rem;
  }

  .p--md-50 {
    padding: 5rem;
  }

  .p-y--md-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .p-y--md-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .p-y--md-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .p-y--md-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-y--md-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .p-y--md-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }


  .p-y--md-30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .p-y--md-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .p-t--md-0 {
    padding-top: 0rem;
  }

  .p-t--md-5 {
    padding-top: 0.5rem;
  }

  .p-t--md-10 {
    padding-top: 1rem;
  }

  .p-t--md-15 {
    padding-top: 1.5rem;
  }

  .p-t--md-20 {
    padding-top: 2rem;
  }

  .p-t--md-40 {
    padding-top: 4rem;
  }

  .p-t--md-60 {
    padding-top: 6rem;
  }

  .p-b--md-0 {
    padding-bottom: 0rem;
  }

  .p-b--md-10 {
    padding-bottom: 1rem;
  }

  .p-b--md-15 {
    padding-bottom: 1.5rem;
  }

  .p-b--md-20 {
    padding-bottom: 2rem;
  }

  .p-b--md-30 {
    padding-bottom: 3rem;
  }

  .p-b--md-40 {
    padding-bottom: 4rem;
  }

  .p-x--md-5 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .p-x--md-10 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .p-x--md-15 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .p-x--md-20 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .p-x--md-30 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .p-x--md-40 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .p-r--md-5 {
    padding-right: 0.5rem;
  }

  .p-r--md-10 {
    padding-right: 1rem;
  }

  .p-r--md-15 {
    padding-right: 1.5rem;
  }

  .p-r--md-20 {
    padding-right: 2rem;
  }

  .p-l--md-5 {
    padding-left: 0.5rem;
  }

  .p-l--md-10 {
    padding-left: 1rem;
  }

  .p-l--md-15 {
    padding-left: 1.5rem;
  }

  .p-l--md-20 {
    padding-left: 2rem;
  }

  .p-l--md-40 {
    padding-left: 4rem;
  }

  .p-t--md-10vh {
    padding-top: 10vh;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .m--lg-0 {
    margin: 0rem;
  }

  .m--lg-5 {
    margin: 0.5rem;
  }

  .m--lg-10 {
    margin: 1rem;
  }

  .m--lg-15 {
    margin: 1.5rem;
  }

  .m--lg-20 {
    margin: 2rem;
  }

  .m-y--lg-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .m-y--lg-5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .m-y--lg-10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .m-y--lg-15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .m-y--lg-20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .m-y--lg-30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .m-y--lg-40 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .m-t--lg-0 {
    margin-top: 0;
  }

  .m-t--lg-5 {
    margin-top: 0.5rem;
  }

  .m-t--lg-10 {
    margin-top: 1rem;
  }

  .m-t--lg-15 {
    margin-top: 1.5rem;
  }

  .m-t--lg-20 {
    margin-top: 2rem;
  }

  .m-b--lg-0 {
    margin-bottom: 0rem;
  }

  .m-b--lg-5 {
    margin-bottom: 0.5rem;
  }

  .m-b--lg-10 {
    margin-bottom: 1rem;
  }

  .m-b--lg-15 {
    margin-bottom: 1.5rem;
  }

  .m-b--lg-20 {
    margin-bottom: 2rem;
  }

  .m-b--lg-25 {
    margin-bottom: 2.5rem;
  }

  .m-b--lg-30 {
    margin-bottom: 3rem;
  }

  .m-b--lg-40 {
    margin-bottom: 4rem;
  }

  .m-b--lg-50 {
    margin-bottom: 5rem;
  }

  .m-x--lg-5 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .m-x--lg-10 {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .m-x--lg-15 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .m-x--lg-20 {
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .m-r--lg-5 {
    margin-right: 0.5rem;
  }

  .m-r--lg-10 {
    margin-right: 1rem;
  }

  .m-r--lg-15 {
    margin-right: 1.5rem;
  }

  .m-r--lg-20 {
    margin-right: 2rem;
  }

  .m-l--lg-5 {
    margin-left: 0.5rem;
  }

  .m-l--lg-10 {
    margin-left: 1rem;
  }

  .m-l--lg-15 {
    margin-left: 1.5rem;
  }

  .m-l--lg-20 {
    margin-left: 2rem;
  }

  .m-l--lg-30 {
    margin-left: 3rem;
  }

  .m-l--lg-40 {
    margin-left: 4rem;
  }

  .m-l--lg-50 {
    margin-left: 5rem;
  }

  .m-l--lg-60 {
    margin-left: 6rem;
  }

  .m-t--lg-10vh {
    margin-top: 10vh;
  }

  .p--lg-0 {
    padding: 0rem;
  }

  .p--lg-5 {
    padding: 0.5rem;
  }

  .p--lg-10 {
    padding: 1rem;
  }

  .p--lg-15 {
    padding: 1.5rem;
  }

  .p--lg-20 {
    padding: 2rem;
  }

  .p--lg-30 {
    padding: 3rem;
  }

  .p--lg-40 {
    padding: 4rem;
  }

  .p--lg-50 {
    padding: 5rem;
  }

  .p-y--lg-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .p-y--lg-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .p-y--lg-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .p-y--lg-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-y--lg-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .p-y--lg-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .p-y--lg-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .p-t--lg-0 {
    padding-top: 0rem;
  }

  .p-t--lg-5 {
    padding-top: 0.5rem;
  }

  .p-t--lg-10 {
    padding-top: 1rem;
  }

  .p-t--lg-15 {
    padding-top: 1.5rem;
  }

  .p-t--lg-20 {
    padding-top: 2rem;
  }

  .p-t--lg-40 {
    padding-top: 4rem;
  }

  .p-t--lg-60 {
    padding-top: 6rem;
  }

  .p-b--lg-0 {
    padding-bottom: 0rem;
  }

  .p-b--lg-10 {
    padding-bottom: 1rem;
  }

  .p-b--lg-15 {
    padding-bottom: 1.5rem;
  }

  .p-b--lg-20 {
    padding-bottom: 2rem;
  }

  .p-b--lg-30 {
    padding-bottom: 3rem;
  }

  .p-b--lg-40 {
    padding-bottom: 4rem;
  }

  .p-x--lg-5 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .p-x--lg-10 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .p-x--lg-15 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .p-x--lg-20 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .p-x--lg-30 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .p-x--lg-40 {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .p-r--lg-5 {
    padding-right: 0.5rem;
  }

  .p-r--lg-10 {
    padding-right: 1rem;
  }

  .p-r--lg-15 {
    padding-right: 1.5rem;
  }

  .p-r--lg-20 {
    padding-right: 2rem;
  }

  .p-l--lg-5 {
    padding-left: 0.5rem;
  }

  .p-l--lg-10 {
    padding-left: 1rem;
  }

  .p-l--lg-15 {
    padding-left: 1.5rem;
  }

  .p-l--lg-20 {
    padding-left: 2rem;
  }

  .p-l--lg-40 {
    padding-left: 4rem;
  }

  .p-t--lg-10vh {
    padding-top: 10vh;
  }
}

/* VISIBILITY */
/* Extra small devices (portrait phones, less than 576px) */
.hidden {
  display: none !important;
}

.visible {
  display: inherit;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .hidden--sm {
    display: none;
  }

  .visible--sm {
    display: inherit;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hidden--md {
    display: none;
  }

  .visible--md {
    display: inherit;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hidden--lg {
    display: none;
  }

  .visible--lg {
    display: inherit;
  }
}

/* Extra large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) {
  .hidden--xl {
    display: none;
  }

  .visible--xl {
    display: inherit;
  }
}

/* COLUMNS */
/*c:column*/
.c--1,
.c--2,
.c--3,
.c--4,
.c--5,
.c--6,
.c--7,
.c--8,
.c--9,
.c--10,
.c--11,
.c--12,
.col,
.c--auto,
.c--sm-1,
.c--sm-2,
.c--sm-3,
.c--sm-4,
.c--sm-5,
.c--sm-6,
.c--sm-7,
.c--sm-8,
.c--sm-9,
.c--sm-10,
.c--sm-11,
.c--sm-12,
.c--sm,
.c--sm-auto,
.c--md-1,
.c--md-2,
.c--md-3,
.c--md-4,
.c--md-5,
.c--md-6,
.c--md-7,
.c--md-8,
.c--md-9,
.c--md-10,
.c--md-11,
.c--md-12,
.c--md,
.c--md-auto,
.c--lg-1,
.c--lg-2,
.c--lg-3,
.c--lg-4,
.c--lg-5,
.c--lg-6,
.c--lg-7,
.c--lg-8,
.c--lg-9,
.c--lg-10,
.c--lg-11,
.c--lg-12,
.c--lg,
.c--lg-auto,
.c--xl-1,
.c--xl-2,
.c--xl-3,
.c--xl-4,
.c--xl-5,
.c--xl-6,
.c--xl-7,
.c--xl-8,
.c--xl-9,
.c--xl-10,
.c--xl-11,
.c--xl-12,
.c--xl,
.c--xl-auto {
  position: relative;
  width: 100%;
}

.c {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.c--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.c--1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.c--2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.c--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.c--4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.c--5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.c--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.c--7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.c--8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.c--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.c--10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.c--11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.c--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .c--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .c--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .c--sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .c--sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .c--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c--sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .c--sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .c--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c--sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .c--sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .c--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c--sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .c--sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .c--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .c--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .c--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .c--md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .c--md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .c--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c--md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .c--md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .c--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c--md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .c--md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .c--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c--md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .c--md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .c--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .c--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .c--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .c--lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .c--lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .c--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c--lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .c--lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .c--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c--lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .c--lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .c--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c--lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .c--lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .c--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .c--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .c--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .c--xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .c--xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .c--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c--xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .c--xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .c--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c--xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .c--xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .c--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c--xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .c--xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .c--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* BANDSINTOWN */

/*Hide unnecessary elements and remove spaces*/
a.bit-top-track-button {
  display: none !important;
}

div.bit-nav-bar {
  display: none !important;
}

div.bit-widget {
  padding-bottom: 0 !important;
}

.bit-upcoming-events {
  margin: 0 !important;
}

a.bit-details {
  width: 50% !important;
  text-align: left !important;
}

.bit-event:last-child {
  padding-bottom: 0 !important
}

.bit-widget .bit-no-dates-container {
  display: none !important;
}

.bit-rsvp-container {
  display: none !important;
}

a.bit-offers.bit-button {
  margin: 0 !important;
}

a.bit-details {
  pointer-events: none !important;
  overflow: hidden !important;
}

.bit-titleWrapper,
.bit-location {
  white-space: nowrap !important;
}

div.bit-event {
  border-top: 0px !important;
  text-decoration: none !important;
  padding: 0 !important;
}

.bit-widget .bit-upcoming-events {
  border-bottom: 0px !important;
}

div.bit-event:last-child {
  margin-bottom: 0rem !important;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.bit-widget .bit-event .bit-event-buttons {
    margin: 0 !important;
  }

  a.bit-details {
    width: auto !important;
    text-align: inherit !important;
  }
}

div.bit-event:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

/*Flexbox Application*/
/*BANDSINTOWN FLEXBOX*/
a.bit-details {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
  max-width: 100%;
  flex-direction: column;
}

a.bit-details div {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.bit-details.bit-event-buttons {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-right: 0.5rem;
}


/* SWIPER */
/* General Transitions */
[class^="swiper-button-"],
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section:has(div .swiper-container) {
  max-width: 100vw;
}

.swiper-container {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

/* Loading State */
.swiper-container.loading {
  opacityx: 0;
  visibilityx: hidden;
}

/* Hover Effects */
.image-swiper:hover .swiper-button-prev,
.image-swiper:hover .swiper-button-next, 
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* Swiper Slide Styling */
.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  position: absolute;
  width: 100%;
  height: auto;
}

.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
}

/* Aspect Ratio Wrapper */
.ratioWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}

.ratioWrapper img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper Navigation Buttons */
[class^="swiper-button-"] {
  width: 4rem;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
}

.swiper-button-next {
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
}

/* Swiper Pagination Bullets */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.85;
  position: relative;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  opacity: 0.5;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Slide Caption and SVG Play Button */
.slide-caption,
.swiper-slide button svg {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.swiper-slide-active .slide-caption,
.swiper-slide-active button svg {
  opacity: 1;
  transition: opacity 0.6s ease;
}

.slide-caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Disable Click Events on Previous and Next Slide */
.swiper-slide-next,
.swiper-slide-prev {
  pointer-events: none !important;
}

/* Video Wrapper */
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: 130%;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.videoIframe {
  position: absolute;
  top: 0;
}

/* SVG Play Button */
.play-vid {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.85;
  width: 11rem;
  height: 11rem;
}

.swiper-slide:hover .play-vid,
.swiper-container:hover [class^="swiper-button-"]:hover {
  opacity: 0.6;
}

/* Swiper 4.0.7 */
.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 100%
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
}

#gallery .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1280px;
  perspective: 1280px
}

.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 20px;
  right: auto
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 20px;
  left: auto
}

@media (min-width:768px) {
  .swiper-button-prev {
    left: 80px
  }

  .swiper-button-next {
    right: 80px
  }
}

.swiper-pagination {
  text-align: center;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1280px
}

/*Cookies Consent Popup*/

#cookie-consent-popup {
  display: none;
  position: fixed;
  z-index: 105;
  bottom: 2rem;
  right: 2rem;
  width: 65%;
  max-width: 230px;
  padding: 1.4rem 1rem 0;
  border-radius: 5px;
}

#cookie-consent-popup p {
  display: block;
  text-align: center;
}

#cookie-consent-popup a.button {
  cursor: pointer;
  width: 100%;
  margin: 0;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #cookie-consent-popup {
    max-width: 260px;
  }
}

/* MAILCHIMP */
#mc_embed_signup div.mce_inline_error {
  display: none !important;
}

input#mce-EMAIL {
  border: none;
  border-radius: 0rem;
  padding: 1.35rem;
  margin: 0rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  input#mce-EMAIL {
    padding: 1.1rem;
    min-width: 30rem;
  }
}

div#mc_embed_signup_scroll div:not(#mce-responses) {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* MODAL */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  /* Semi-transparent background */
  z-index: 9999;
  text-align: center;
  padding: 40px;
  opacity: 1;
  pointer-events: auto;
}

/* Close button */
#modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 3rem;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  font-weight: bold;
  z-index: 1;
}

/*PRIVATE*/
.private {
  display: none;
}


/* IMAGE SWIPER */

section#gallery {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

section .content.gallery {
  flex: 0 0 100%;
  max-width: 100%;
}

#gallery .image-swiper {
  position: relative;
  overflow: hidden;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  height: 40vh;
  /* adjust */
  min-width: 0;
}


@media (min-width: 992px) {
  #gallery .image-swiper {
    height: 65vh;
  }
}

/* Critical: override your global div flex rules */
#gallery .image-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
}

#gallery .image-swiper .swiper-slide {
  flex: 0 0 auto;
  /* not 100% width */
  max-width: none;
  width: auto;
  /* shrink-wrap to image width */
  height: 100%;
  display: flex;
}

/* Full-height, auto-width images (IMPORTANT: not absolute) */
#gallery .image-swiper .swiper-slide img {
  position: static;
  height: 100%;
  width: auto;
  max-width: none;
  display: block;

  user-select: none;
  -webkit-user-drag: none;
}

/* TEAM SWIPER (adjustable width + auto-height) */
#team .image-swiper {
  /* kill the fixed vh sizing used by #gallery */
  height: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

/* keep wrapper as a single row, but let height be natural */
#team .image-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  height: auto !important;
}

/* make slides obey the variable width */
#team .image-swiper .swiper-slide {
  flex: 0 0 auto;
  width: 16.666%;
  max-width: none;
  height: auto;
  display: block;
}

/* images should define the height naturally */
#team .image-swiper .swiper-slide img {
  position: static;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

