/*----------------------------FONTS----------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
  font-family: "druk";
  src: url("../fonts/Druk-Medium.woff2") format("woff2"), url("../fonts/Druk-Medium.woff") format("woff"), url("../fonts/Druk-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "druk-bold";
  src: url("../fonts/Druk-Bold.woff2") format("woff2"), url("../fonts/Druk-Bold.woff") format("woff"), url("../fonts/Druk-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

/*----------------------------RESET----------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  line-height: 1;
  background: #1a1a1a;
  font-family: Lora;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
  letter-spacing: .5px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::selection {
  background: #242424;
  color: #d6b96f;
}

::-moz-selection {
  background: #242424;
  color: #d6b96f;
}

em {
  font-style: italic;
}

p {
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: druk-bold;
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  font-size: 78px;
  line-height: .85;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

h2 {
  font-size: 34px;
  line-height: .9;
  letter-spacing: 1px;
  padding-bottom: 15px;
}

h3 {
  font-size: 26px;
  line-height: .9;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

h4 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  padding-bottom: 5px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #fff;
  text-decoration: none;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

/* body {
}
*/
.logo-loading {
  position: fixed;
  width: 70px;
  z-index: -99;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.total-wrapper {
  background: #1a1a1a;
  /*background: #fff;
   */
  /* opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; */
}

/* .total-wrapper.loaded {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
} */

/*----------------------------HELPERS----------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  border: 15px solid #242424;
  background: #242424;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe, .video-container object, .video-container embed {
  color: #fff;
}

.columns-2 {
  column-count: 2;
  column-gap: 40px;
}

.clear {
  clear: both;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.top-negative {
  position: relative;
  top: -30px;
}

.local-separator {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.local-separator:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 1px;
  width: 20px;
  left: 0;
  bottom: 0;
}

.little-title {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 20px;
  font-family: Lora;
  font-weight: 400;
  padding-right: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.link-std-wrapper {
  padding: 7px 15px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .15);
  display: inline-block;
}

.link-std {
  font-family: Druk;
  letter-spacing: 4px;
  color: #d6b96f;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 25px;
  background: url(../images/arrow-icon-button.png) center right no-repeat;
  background-size: 20px;
  min-height: 20px;
  line-height: 20px;
  display: inline-block;
}

.link-std-back {
  padding-right: 0;
  padding-left: 25px;
  background: url(../images/arrow-icon-button-back.png) center left no-repeat;
  background-size: 20px;
}

.color-1 {
  color: #242424;
}

.color-2 {
  color: #d6b96f;
}

.container-wide {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.std-box {
  padding: 50px;
  background-color: #242424;
}

.image-border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  border: 1px solid rgba(214, 185, 111, .3);
}

.position-over-vertical {
  margin-top: -30px;
}

.full-width-image {
  width: 100%;
}

/* .detail {
}
*/
.corp-background {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#242424+0,242424+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(36, 36, 36, 1) 0%, rgba(36, 36, 36, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(36, 36, 36, 1) 0%, rgba(36, 36, 36, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(36, 36, 36, 1) 0%, rgba(36, 36, 36, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#00242424', GradientType=0);
  /* IE6-9 */
}

.corp-background-detail {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#242424+0,242424+100&0+0,0+10,1+12,0+100 */
  background: -moz-linear-gradient(top, rgba(36, 36, 36, 0) 0%, rgba(36, 36, 36, 0) 40px, rgba(36, 36, 36, 1) 40px, rgba(36, 36, 36, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(36, 36, 36, 0) 0%, rgba(36, 36, 36, 0) 40px, rgba(36, 36, 36, 1) 40px, rgba(36, 36, 36, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(36, 36, 36, 0) 0%, rgba(36, 36, 36, 0) 40px, rgba(36, 36, 36, 1) 40px, rgba(36, 36, 36, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00242424', endColorstr='#00242424', GradientType=0);
  /* IE6-9 */
}

.top-space {
  margin-top: 80px;
}

.flat-corp-background {
  background: #242424;
}

/*----------------------------GRID----------------------------*/
/*.col {
    padding-left: 1px;
    padding-right: 1px;
}
.col-12 {
    width: 100%;
}
.col-9 {
    width: 75%;
    float: left;
}
.col-8 {
    width: 66.6666666%;
    float: left;
}
.col-6 {
    width: 50%;
    float: left;
}
.col-4 {
    width: 33.33%;
    float: left;
}
.col-3 {
    width: 25%;
    float: left;
}
*/
/*----------------------------GENERAL----------------------------*/
.main-wrapper {
  padding-top: 75px;
}

.video {
  position: relative;
  display: block;
}

.video img {
  display: block;
}

.video-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/video-play-icon.png) no-repeat center;
  background-size: 60px;
}

.modal-std-wrapper .fancybox-bg {
  background: #062332;
  opacity: .97;
}

.modal-std {
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .5)
}

.modal-std a:focus {
  outline: none;
}

.covid-banner {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  padding: 15px 20px;
  background: #d6b96f;
  color: #242424;
  text-align: center;
}

.covid-banner a {
  color: #242424;
  font-weight: 700;
}

/* .modal-std .cancel {
    margin 
}
*/
/* .modal-std .subscribe {
}
*/
/*----------------------------SECTION HEADER----------------------------*/
/* .section-header {
}
*/
.section-header .section-image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}

.section-header .section-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(36, 36, 36, 1) 0%, rgba(36, 36, 36, 0) 65%);
  background: -webkit-linear-gradient(left, rgba(36, 36, 36, 1) 0%, rgba(36, 36, 36, 0) 65%);
  background: linear-gradient(to right, rgba(36, 36, 36, 1) 0%, rgba(36, 36, 36, 0) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#00242424', GradientType=1);
}

.section-header .section-title {
  margin-top: -30px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.section-header .section-title:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-header .section-title h1 {
  padding-bottom: 0;
  text-shadow: 0 3px 20px rgba(36, 36, 36, .3);
}

.section-header .breadcrumbs {
  margin-top: 5px;
}

/*----------------------------SECTION HEADER DETAIL----------------------------*/
.section-header-detail {
  padding-top: 80px;
}

.section-header-detail .slogan {
  font-family: druk-bold;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1;
  display: block;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.section-header-detail .section-title {
  margin-bottom: -37px;
  position: relative;
  z-index: 1;
}

.section-header-detail .section-title h1 {
  padding-bottom: 0;
  text-shadow: 0 3px 20px rgba(36, 36, 36, .3);
}

.section-header-detail .section-title .date {
  padding: 0 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .15);
  display: inline-block;
}

.section-header-detail .breadcrumbs {
  margin-bottom: 5px;
}

.section-header-detail.streaming-template .section-title {
  margin-bottom: 0;
}

/*----------------------------SECTION HEADER IMAGES----------------------------*/
.festival .section-header .section-image {
  background-image: url(../images/header-title-bg/quisom-header.jpg);
}

.escenaris .section-header .section-image {
  background-image: url(../images/header-title-bg/escenaris-header.jpg);
}

.programacio .section-header .section-image {
  background-image: url(../images/header-title-bg/programacio-header.jpg);
}

.patrocinadors .section-header .section-image {
  background-image: url(../images/header-title-bg/patrocinadors-header.jpg);
}

.blog .section-header .section-image {
  background-image: url(../images/header-title-bg/blog-header.jpg);
}

.produccions-propies .section-header .section-image {
  background-image: url(../images/header-title-bg/produccions-header.jpg);
}

.arribar .section-header .section-image {
  background-image: url(../images/header-title-bg/contacte-header.jpg);
}

.activitats .section-header .section-image {
  background-image: url(../images/header-title-bg/campus-header.jpg);
}

.territori .section-header .section-image {
  background-image: url(../images/header-title-bg/territori-header.jpg);
}

.allotjament .section-header .section-image {
  background-image: url(../images/header-title-bg/allotjament-header.jpg);
}

.gastronomia .section-header .section-image {
  background-image: url(../images/header-title-bg/gastronomia-header.jpg);
}

.visites .section-header .section-image {
  background-image: url(../images/header-title-bg/visites-header.jpg);
}

.experiencia .section-header .section-image {
  background-image: url(../images/header-title-bg/experiencia-header.jpg);
}

/*----------------------------BREADCRUMBS----------------------------*/
/* .breadcrumbs {
    margin margin-left: -3px;
}
*/
.breadcrumbs a {
  color: #d6b96f;
  -webkit-transition: .2s;
  transition: .2s;
}

.breadcrumbs a:hover {
  color: #fff;
}

.breadcrumbs a, .breadcrumbs span {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  background: #242424;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.breadcrumbs .pre-breadcrumbs {
  padding: 0;
  text-indent: -99999px;
  background: url(../images/pre-breadcrumbs-2.png) center no-repeat;
  width: 7px;
  background-size: 7px;
  float: left;
}

.breadcrumbs .post-breadcrumbs {
  padding: 0;
  text-indent: -99999px;
  background: url(../images/post-breadcrumbs-2.png) center no-repeat;
  width: 7px;
  background-size: 7px;
  float: left;
}

/*----------------------------SLIDER----------------------------*/
.slider-arrows .slick-prev, .slider-arrows .slick-next {
  z-index: 1;
}

.slider-arrows .slick-prev:before, .slider-arrows .slick-next:before {
  font-size: 25px;
  color: #d6b96f;
  opacity: 1;
}

.slider-arrows .slick-prev {
  left: 40px;
  transform: translateY(-50%);
}

.slider-arrows .slick-next {
  right: 40px;
  transform: translateY(-50%);
}

/*----------------------------SHARE----------------------------*/
.share-links {
  margin-top: 30px;
}

.share-links .share-title {
  margin-right: 20px;
  background: url(../images/share-icon.png) center left no-repeat;
  padding-left: 35px;
  min-height: 29px;
  background-size: 29px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: druk;
  letter-spacing: 2px;
  font-size: 16px;
  float: left;
}

.share-links .shares {
  float: left;
}

.share-links .shares a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px;
  height: 29px;
  width: 29px;
  text-indent: -99999px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.share-links .shares a#facebook {
  background-image: url(../images/facebook-icon.png);
}

.share-links .shares a#twitter {
  background-image: url(../images/twitter-icon.png);
}

.share-links .shares a#linkedin {
  background-image: url(../images/linkedin-icon.png);
}

.share-links .shares a#pinterest {
  background-image: url(../images/pinterest-icon.png);
}

/*----------------------------HEADER----------------------------*/
.header {
  background: #242424;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.header .logo-wrapper {
  margin-left: 80px;
}

/* LOGO STANDARD */
/* .header .logo-wrapper .logo {
    display: block;
    background: url(../images/logo2.png) center no-repeat;
    background-size: 410px;
    text-indent: -99999px;
    width: 410px;
    height: 48px;
}
*/
/* LOGO LIVESTREAM */
.header .logo-wrapper .logo {
  display: block;
  background: url(../images/logo4.png) center no-repeat;
  background-size: 410px;
  text-indent: -99999px;
  width: 410px;
  height: 48px;
}

.header .header-right {
  margin-left: auto;
  display: flex;
}

.header .header-right .navigations {
  float: left;
}

.header .header-right .navigations .corp-nav {
  padding-right: 20px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}

.header .header-right .navigations .corp-nav ul {
  float: right;
}

.header .header-right .navigations .corp-nav ul li {
  float: left;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 10px;
  letter-spacing: 1px;
}

.header .header-right .navigations .corp-nav ul li a {
  display: block;
  display: block;
  padding: 5px 20px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .header-right .navigations .corp-nav ul li.donations-link {
  padding: 5px 20px;
}

.header .header-right .navigations .corp-nav ul li.donations-link a {
  color: #1a1a1a;
  padding: 0;
  background: #d6b96f;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 700;
  border-radius: 3px;
}

.header .header-right .navigations .corp-nav ul li.donations-link a:hover {
  color: #1a1a1a;
  background: #fff;
}

.header .header-right .navigations .corp-nav ul li a:hover {
  color: #d6b96f;
}

.header .header-right .navigations .main-nav {
  padding-right: 20px;
}

.header .header-right .navigations .main-nav ul {
  float: right;
}

.header .header-right .navigations .main-nav ul li {
  float: left;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
  position: relative;
}

.header .header-right .navigations .main-nav ul li a {
  display: block;
  padding: 17px 15px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .header-right .navigations .main-nav ul li a:hover {
  color: #d6b96f;
}

.header .header-right .navigations .main-nav ul li.current a {
  color: #d6b96f;
}

.header .header-right .navigations .main-nav ul li.current_ancestor>a {
  color: #d6b96f;
}

.header .header-right .navigations .main-nav ul li .menu_level_1 {
  position: absolute;
  z-index: 2;
  background: #242424;
  display: none;
}

.header .header-right .navigations .main-nav ul li .menu_level_1 li {
  float: none;
}

.header .header-right .navigations .main-nav ul li .menu_level_1 li a {
  padding-left: 30px;
  padding-right: 30px;
}

.header .header-right .lang-menu {
  float: left;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .05);
  display: flex;
  align-items: center;
  position: relative;
  font-family: Poppins;
}

.header .header-right .lang-menu a {
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .header-right .lang-menu a:hover {
  background-color: #242424;
}

.header .header-right .lang-menu a span {
  background: url(../images/lang-arrow.png) center right no-repeat;
  background-size: 10px;
  padding-right: 15px;
}

.header .header-right .lang-menu .lang-nav {
  position: absolute;
  width: 100%;
  background: #242424;
  display: none;
}

.header .header-right .lang-menu .lang-nav li {
  text-align: center;
  padding: 10px;
}

/* .header .header-right .entry-button {
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    display: block;
    color: #242424;
    padding: 18px 40px 18px 90px;
    background: url(../images/ticket-icon-info.png) 40px center no-repeat #d6b96f;
    background-size: 41px;
    line-height: 2.3;
    font-family: Druk;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}
.header .header-right .entry-button:hover {
    background-color: #e9d193;
    background-color: #fff;
}
.header .header-right .entry-button-mobile {
    display: none;
    float: left;
    width: 60px;
    height: 60px;
    background: url(../images/ticket-icon-info.png) center no-repeat #d6b96f;
    background-size: 30px;
}
*/
.header .header-right .entry-button {
  font-size: 18px;
  text-transform: uppercase;
  float: left;
  display: block;
  color: #00324c;
  padding: 18px 40px 18px 90px;
  background: url(../images/ticket-icon-3.png) 40px center no-repeat #d6b96f;
  background-size: 41px;
  line-height: 2.3;
  font-family: Druk;
  letter-spacing: 1px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .header-right .entry-button:hover {
  background-color: #e9d193;
  background-color: #fff;
}

.header .header-right .entry-button-mobile {
  display: none;
  float: left;
  width: 60px;
  height: 60px;
  background: url(../images/ticket-icon-3.png) center no-repeat #d6b96f;
  background-size: 30px;
}

.header .header-right .toggle-menu-button {
  display: none;
  align-items: center;
  background: #d6b96f
}

.header .header-right .toggle-menu-button a {
  text-indent: -99999px;
  display: block;
  background: url(../images/toggle-button.png) center no-repeat rgba(0, 0, 0, .2);
  background-size: 20px;
  width: 60px;
  height: 100%;
}

.mobile-menu {
  display: none;
  position: absolute;
  width: 100%;
  background: #242424;
  align-self: inherit;
}

.mobile-menu li {
  text-align: center;
  font-family: Poppins;
}

.mobile-menu li a {
  padding: 15px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.mobile-menu li.donations-link a {
  color: #002335;
  background: #d6b96f;
}

.mobile-menu li .menu_level_1 li a {
  padding-top: 7px;
  padding-bottom: 7px;
  background: rgba(0, 0, 0, .07);
}

.mobile-menu .menu_level_1 {
  display: none;
}

/*----------------------------HOME----------------------------*/
.slider-dots.desktop-slider {
  display: block;
}

.slider-dots.mobile-slider {
  display: none;
}

.slider-dots {
  margin-bottom: 0 !important;
}

.slider-dots .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider-dots .slide .slide-link {
  display: block;
  position: relative;
}

.slider-dots .slide .slide-link .overlay {
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(36, 36, 36, 1) 10%, rgba(36, 36, 36, 0) 60%);
  background: -webkit-linear-gradient(left, rgba(36, 36, 36, 1) 10%, rgba(36, 36, 36, 0) 60%);
  background: linear-gradient(to right, rgba(36, 36, 36, 1) 10%, rgba(36, 36, 36, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#00242424', GradientType=1);
}

.slider-dots .slide .info {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-dots .slide h1 {
  font-size: 90px;
  letter-spacing: 0;
  padding-bottom: 0;
}

.slider-dots .slide .slogan {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: druk-bold;
  line-height: 1.2;
}

.slider-dots .slide .date {
  display: inline-block;
  padding: 0 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .3);
  margin: 3px 0;
}

.slider-dots .slide .desc {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.slider-dots .slick-dots {
  bottom: 50px;
  max-width: 1200px;
  text-align: left;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.slider-dots .slick-dots li {
  margin: 0;
}

.slider-dots .slick-dots li button:before {
  color: #d6b96f;
  font-size: 9px;
}

.slider-dots .slick-dots li.slick-active button:before {
  color: #d6b96f;
}

.slider-dots .slick-arrow {
  z-index: 1;
}

.slider-dots .slick-prev {
  left: 30px;
}

.slider-dots .slick-next {
  right: 30px;
}

.slider-dots .slick-prev:before, .slider-dots .slick-next:before {
  opacity: 1;
  color: #d6b96f;
}

.streaming-video-home {
  padding-top: 80px;
}

/*.streaming-video-home .video-event iframe{
    border-color: #2c2c2c;
}
.streaming-video-home .info {
    background: #2c2c2c;
}
*/
.streaming-video-home .info h2 {
  padding-bottom: 0;
}

.streaming-video-home .info .slogan {
  font-family: druk-bold;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
  display: block;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.streaming-video-home .info .partner-info {
  text-align: right;
}

.streaming-video-home .info .partner-info .legend {
  display: block;
}

.streaming-video-home .info .partner-info img {
  max-width: 150px;
  margin-top: 20px;
}

.streaming-video-home .streaming-help, .streaming-video-detail .streaming-help {
  text-align: center;
  font-style: italic;
  margin-top: 1px;
}

.streaming-video-home .streaming-help .row, .streaming-video-detail .streaming-help .row {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.streaming-video-home .streaming-help a, .streaming-video-detail .streaming-help a {
  font-weight: bold;
  color: #d7b96e;
}

.title-home {
  padding-top: 80px;
  padding-bottom: 80px;
}

.title-home h2 {
  font-family: Lora;
  line-height: 1.3;
  /*letter-spacing: 3px;
   */
  font-size: 17px;
  letter-spacing: 2px;
  padding-bottom: 0;
}

.title-home .link-std-wrapper {
  margin-top: 15px;
}

.home .lema {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.home .blog-list {
  margin-bottom: 0;
}

.crosselling-wrapper .item-content {
  height: 100%;
  background: #242424;
  margin: 5px;
  display: flex;
}

.crosselling-wrapper .item-content .image {
  width: 33.33%;
}

.crosselling-wrapper .item-content .image img {
  height: 100%;
  object-fit: cover;
}

.crosselling-wrapper .item-content .info-wrapper {
  width: 66.66%;
}

.crosselling-wrapper .item .image img {
  display: block;
}

.crosselling-wrapper .item .info-wrapper {
  padding-top: 0;
}

.crosselling-wrapper .item .info-wrapper .info {
  margin-top: -16px;
}

.crosselling-wrapper .item .info-wrapper .info h2 {
  text-shadow: 0 -3px 20px rgba(0, 0, 0, .2);
}

.home-section {
  padding-bottom: 80px;
}

.top-padding-null {
  padding-top: 0;
}

.pieces-wrapper .title-home {
  padding-bottom: 20px;
}

.pieces-wrapper .text {
  margin-top: 20px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
}

.slider-pieces .slick-list {
  background: #242424;
}

.slider-pieces .slick-slide .info {
  margin-top: 20px; 
}

.slider-pieces .slick-slide .info h2 {
  padding-bottom: 0;
}

.slider-pieces .slick-slide img {
  margin: auto;
  max-height: 400px;
  width: auto;
  max-width: 100%;
}

.slider-pieces .slick-slide .info-alt {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}

.slider-pieces .slick-slide .info-alt span {
  display: block;
}

.slider-pieces .slick-prev {
  top: 30px;
  left: 30px;
  transform: none;
}

.slider-pieces .slick-next {
  top: 30px;
  right: 30px;
  transform: none;
}

.expo-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem;
}

.expo-item-image {
  display: block;
}

/*----------------------------STATIC----------------------------*/
.static-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*----------------------------EVENTS LIST----------------------------*/
.events-filters .filter-box {
  background: #2c2c2c;
  margin-bottom: 2px;
  padding: 40px;
}

.events-filters .filter-box h4 {
  margin-bottom: 20px;
}

.events-filters ul li {
  margin-bottom: 2px;
}

.events-filters ul li a {
  background: url(../images/filters-arrow.png) left center no-repeat;
  background-size: 6px;
  display: inline-block;
  padding-right: 8px;
  padding-left: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
}

.events-filters .sort a {
  padding: 5px 8px;
  border-radius: 3px;
}

.events-filters .calendars .calendar-wrapper:first-child {
  padding-bottom: 40px;
}

.events-filters .calendar {
  float: right;
}

.events-filters .calendars .dia {
  float: left;
  /* height: 23px;
   */
  line-height: 25px;
  overflow: hidden;
  text-align: center;
  width: 14.28571428571429%;
  font-weight: 700;
  color: rgba(255, 255, 255, .6);
}

.events-filters .calendars .dia.amagat {
  text-indent: -1000px;
}

.events-filters .calendars .amb-events {
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

.events-filters .calendars .amb-events:hover {
  background: rgba(255, 255, 255, .1);
}

.events-filters .calendars a, .events-filters .sort a, .events-filters .categories a, .events-filters .others a {
  background-color: rgba(0, 0, 0, .06);
}

.events-filters .categories a, .events-filters .others a {
  background-position: 8px center;
  padding-left: 22px;
}

.events-filters .calendars .actiu, .events-filters .sort .actiu, .events-filters .categories .actiu, .events-filters .others .actiu {
  background-color: #222;
}

.events-filters .calendars a:hover, .events-filters .sort a:hover, .events-filters .categories a:hover, .events-filters .others a:hover {
  background-color: rgba(0, 0, 0, .15);
}

.events-filters .calendars .actiu:hover, .events-filters .sort .actiu:hover, .events-filters .categories .actiu:hover, .events-filters .others .actiu:hover {
  color: #fff;
  background-color: #222;
}

/* .events-list {
}
*/
#espectacles-wrapper .events-list .item {
  display: none;
}

.events-list .item {
  padding-bottom: 2px;
}

.events-list .item .item-content-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #2c2c2c;
}

.events-list .item .item-content {
  width: 100%;
}

.events-list .item .item-content .image a {
  display: block;
  overflow: hidden;
}

/* .events-list .item .item-content .image a:hover {
}
*/
.events-list .item .item-content .image a img {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.events-list .item .item-content .image a:hover img {
  transform: scale(1.05);
  opacity: .6;
}

/*.events-list .item .item-content .image a img {
    opacity: .6;
}
*/
.events-list .item .info-wrapper {
  padding: 0 40px 40px 40px;
  position: relative;
}

.events-list .item .info-wrapper .info {
  margin-top: -16px;
}

.events-list .item .info-wrapper .info h2 {
  font-size: 34px;
  line-height: 1;
  padding-bottom: 0;
  text-shadow: 0 -3px 20px rgba(0, 0, 0, .2);
}

.events-list .item .info-wrapper .info .slogan {
  text-transform: uppercase;
  font-family: druk-bold;
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 7px;
}

.events-list .item .info-wrapper .info .date {
  padding: 0 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .15);
  display: inline-block;
}

.events-list .item .entry-button-wrapper {
  width: 100%;
  align-self: flex-end;
  text-align: right;
}

.events-list .item .entry-button-wrapper .sponsor-img-wrapper {
  padding: 40px;
  overflow: hidden;
}

.events-list .item .entry-button-wrapper .sponsor-img-wrapper .title {
  display: block;
  color: #d6b96f;
  font-weight: 700;
  font-size: 16px;
}

.events-list .item .entry-button-wrapper .sponsor-img-wrapper .subtitle {
  display: block;
}

.events-list .item .entry-button-wrapper .sponsor-img-wrapper .literal {
  display: block;
}

.events-list .item .entry-button-wrapper .sponsor-img-wrapper img {
  max-height: 60px;
  float: right;
  clear: both;
  margin-left: 7px;
}

.events-list .item .entry-button-wrapper .sponsor-img-wrapper img {
  max-height: 60px;
  float: right;
  clear: both;
  margin-left: 7px;
}

/* .events-list .item .entry-button-wrapper .entry-button {
}
*/
.events-list .item .entry-button-wrapper .entry-button a {
  background-color: rgba(255, 255, 255, .1);
  padding: 15px;
  padding-right: 44px;
  display: block;
  color: #fff;
  background-image: url(../images/arrow-icon-button-white-right-space.png);
  display: block;
  background-size: 36px;
  -webkit-transition: .2s;
  transition: .2s;
}

.events-list .item .entry-button-wrapper .entry-button a:hover {
  background-color: rgba(0, 0, 0, .2);
}

.events-list .item .entry-button-wrapper .entry-button a.soldout {
  background-image: url(../images/soldout-icon-list.png);
}

.expositions-list-wrapper .events-list .item .info-wrapper {
  padding-bottom: 25px;
}

.expositions-list-wrapper .events-list .item .info-wrapper .info .slogan {
  padding-bottom: 0;
}

.expositions-list-wrapper .events-list .item .info-wrapper .info .date {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.2;
  padding: 0;
  border-radius: 0;
  font-weight: 700;
  background: none;
}

#espectacles-wrapper.events-list-wrapper[data-filters="0"] .item, #espectacles-wrapper.espectacle.shown-dia.shown-cat, #espectacles-wrapper.events-list-wrapper[data-filters-cat="0"] .shown-dia, #espectacles-wrapper.events-list-wrapper[data-filters-dia="0"] .shown-cat {
  display: block;
}

/* .events-list .item.lrica-clssica .item-content-wrapper {
    background:#7f4058;
}
.events-list .item.estiu-musical .item-content-wrapper {
    background: #3e1c25;
}
.events-list .item.paral-lels .item-content-wrapper {
    background: #4d1132;
}
.events-list .item.dansa .item-content-wrapper {
    background: #824549;
}
.events-list .item.petit-peralada .item-content-wrapper {
    background: #3f5659;
}
.events-list .item.lirica .item-content-wrapper {
    background: #a2580e;
}
*/
.slider-partners {
  background: #fff;
}

/* .slider-partners .slick-list {
}
*/
/* .slider-partners .slide {
}
*/
.slider-partners .slick-dots {
  width: auto;
  left: 0;
  right: 0;
}

.slider-partners .slick-dots li button::before {
  color: #fff;
}

.slider-partners .slide .logo-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}

.slider-partners .slide h4 {
  color: #242424;
}

.slider-partners .slide img {
  height: 70px;
  float: left;
  margin-right: 35px;
  margin-left: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider-partners .slide .presentat img {
  height: 130px;
}

/*----------------------------EVENTS DETAIL----------------------------*/
/* .info-event {
}
*/
.info-event .std-box {
  height: 100%;
}

.info-event .date {
  display: block;
  display: flex;
}

.info-event .date span {
  display: inline-block;
  padding: 0 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .15);
}

.info-event .date span.day {
  flex: 1;
}

.info-event .date span.hour {
  margin-left: 5px;
}

.info-event .group {
  border-radius: 3px;
  margin-bottom: 5px;
}

.info-event .scenario {
  background: rgba(0, 0, 0, .2);
  padding: 15px;
  margin-bottom: 40px;
}

.info-event .scenario a {
  display: block;
}

.info-event .program-download {
  background: rgba(255, 255, 255, .05);
  padding: 15px;
}

.info-event .program-download a {
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  background: url(../images/arrow-icon-button-white.png) center right no-repeat;
  background-size: 20px;
  display: block;
}

.info-event .book-entry {
  background: #d6b96f;
  padding: 15px;
}

.info-event .book-entry a {
  display: block;
  background-image: url(../images/arrow-icon-button-dark.png);
  color: #242424;
}

.info-event .book-entry.soldout {
  background: rgba(255, 255, 255, .15);
}

.info-event .book-entry.soldout a {
  background-image: url(../images/soldout-icon.png);
  color: #d6b96f;
}

.info-event .book-entry.soldout a span {
  text-transform: none;
  font-family: Lora;
  letter-spacing: 0;
  padding-bottom: 5px;
  display: inline-block;
}

.info-event .collaboration-img-wrapper {
  margin-top: 60px;
}

.info-event .collaboration-img-wrapper span {
  display: block;
}

.info-event .collaboration-img-wrapper img {
  max-height: 70px;
  padding-top: 20px;
}

.info-event .bottom {
  margin-top: 60px;
}

.info-event .sponsor-img-wrapper {
  padding-top: 40px;
  overflow: hidden;
}

.info-event .sponsor-img-wrapper .title {
  display: block;
  color: #d6b96f;
  font-weight: 700;
  font-size: 16px;
}

.info-event .sponsor-img-wrapper .subtitle {
  display: block;
}

.info-event .sponsor-img-wrapper .literal {
  display: block;
}

.info-event .sponsor-img-wrapper img {
  max-height: 70px;
  float: left;
  clear: both;
}

.info-event .group .title {
  padding: 15px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .05);
}

.info-event .group .title span {
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 11px;
  display: block;
  background: url(../images/arrow-icon-button-down-white.png) center right no-repeat;
  background-size: 20px;
}

.info-event .group .info {
  display: none;
  padding: 15px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .05);
}

.info-event .video {
  margin-top: 2px;
}

.streaming-video-detail {
  margin-bottom: 15px;
}

.streaming-video-detail .partner-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.streaming-video-detail .partner-info .legend {
  margin-right: 15px;
}

.streaming-video-detail .partner-info img {
  max-width: 150px;
}

/*----------------------------PRODUCTIONS LIST----------------------------*/
/* .productions-list {
}
*/
.productions-list .item {
  margin-bottom: 60px;
}

.productions-list .item .image a {
  display: block;
  position: relative;
}

.productions-list .item .image a img {
  display: block;
  width: 100%;
}

.productions-list .item .image a .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* border: 10px solid #242424;
   */
}

.productions-list .item .info-wrapper {
  padding: 30px;
  background: #2c2c2c;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

.productions-list .item .info-wrapper .info {
  display: flex;
  align-items: center;
}

.productions-list .item .info-wrapper .info h2 {
  font-size: 28px;
  padding-bottom: 0;
}

.productions-list .item .info-wrapper .info .subtitle {
  font-size: 11px;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}

.productions-list .item .info-wrapper .info .buttons {
  display: flex;
  justify-content: flex-end;
}

.productions-list .item .info-wrapper .info .buttons a {
  box-sizing: content-box;
  text-indent: -99999px;
  display: inline-block;
  border: 4px solid #2c2c2c;
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
}

.productions-list .item .info-wrapper .info .buttons a:hover {
  border-color: #fff;
}

.productions-list .item .info-wrapper .info .buttons .gallery {
  background-image: url(../images/gallery-circular-icon.png);
}

.productions-list .item .info-wrapper .info .buttons .download {
  background-image: url(../images/document-circular-icon.png);
}

/*----------------------------BLOG LIST----------------------------*/
.blog-list {
  margin-bottom: 10px;
}

.blog-list .item {
  margin-bottom: 20px;
  align-items: center;
}

.blog-list .item .image iframe {
  width: 100%;
}

.blog-list .item .image a {
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-list .item .image a img {
  display: block;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.blog-list .item .image a:hover img {
  transform: scale(1.05);
}

.blog-list .item .image a .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 15px solid #242424;
}

.blog-list .item .info-wrapper {
  margin-left: -60px;
  position: relative;
  z-index: 1;
}

.blog-list .item .info-wrapper .info {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-list .item .info-wrapper .info:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #d6b96f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-list .item .info-wrapper .info h2 {
  /*margin-left: -70px;
   */
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 46px;
}

.blog-list .item .info-wrapper .info h2 a {
  -webkit-transition: .2s;
  transition: .2s;
}

.blog-list .item .info-wrapper .info h2 a:hover {
  color: #d6b96f;
}

.blog-list .item .info-wrapper .info .date {
  padding: 0 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .15);
  display: inline-block;
}

.blog-list .item .info-wrapper .link-std {
  display: inline-block;
}

.paginator {
  border-top: 1px solid rgba(214, 185, 111, 1);
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}

.paginator a {
  margin: 0 10px;
}

/*----------------------------SCENARIOS----------------------------*/
/* .intro-scenarios {
}
*/
.intro-scenarios .std-box {
  height: 100%;
  padding-bottom: 90px;
}

.intro-scenarios .scenarios-list li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.intro-scenarios .scenarios-list li a .number {
  font-family: Lora;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  height: 30px;
  width: 30px;
  background: rgba(214, 185, 111, .15);
}

.intro-scenarios .scenarios-list li+li {
  border-top: 1px solid rgba(214, 185, 111, .3);
}

.map-scenarios {
  background-color: #2c2c2c;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: -40px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  text-align: center;
}

/*----------------------------SCENARIOS DETAIL----------------------------*/
/* .info-scenario {
}
*/
.info-scenario .std-box {
  height: 100%;
}

.info-scenario .scenarios-events-list-wrapper {
  margin-top: 40px;
}

.info-scenario .scenarios-events-list {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.info-scenario .scenarios-events-list li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.info-scenario .scenarios-events-list li a span {
  display: block;
  font-family: Lora;
  text-transform: none;
  font-size: 13px;
  letter-spacing: .5px;
}

.info-scenario .scenarios-events-list li+li {
  border-top: 1px solid rgba(214, 185, 111, .3);
}

/*----------------------------PATROCINADORS----------------------------*/
.patrocinadors .section-header .agreement {
  display: block;
  font-size: 20px;
  font-style: italic;
  margin-top: 30px;
  line-height: 1.4;
}

.patrocinadors-logos {
  padding: 10px;
  margin-bottom: 2px;
  background: #2c2c2c;
}

.patrocinadors-logos .kind {
  background: #fff;
  padding: 50px;
}

.patrocinadors-logos .kind+.kind {
  margin-top: 10px;
}

.patrocinadors-logos h4 {
  border-bottom: 1px solid rgba(214, 185, 111, .3);
  margin-bottom: 40px;
}

.patrocinadors-logos .kind .logos {
  margin: 0 4% 0 4%;
}

.patrocinadors-logos .patrocinador {
  margin-right: 75px;
  margin-bottom: 45px;
  height: 60px;
  float: left;
  -webkit-transition: .2s;
  transition: .2s;
}

.patrocinadors-logos .patrocinador:hover {
  opacity: .66;
}

.patrocinadors-logos .patrocinador, .patrocinadors-logos .patrocinador img {
  height: 60px;
  float: left;
}

.patrocinadors-logos .presentat .patrocinador, .patrocinadors-logos .presentat .patrocinador img, .patrocinadors-logos .organitzat .patrocinador, .patrocinadors-logos .organitzat .patrocinador img {
  height: 130px;
}

.patrocinadors-logos .copatrocini .patrocinador, .patrocinadors-logos .copatrocini .patrocinador img {
  height: 90px;
}

.patrocinadors-logos .suport .patrocinador, .patrocinadors-logos .suport .patrocinador img {
  height: 60px;
}

/*----------------------------CAMPUS----------------------------*/
.intro-campus {
  padding-bottom: 40px;
}

.info-campus {
  margin-bottom: 2px;
}

.info-campus a {
  color: #d6b96f;
  font-weight: 700;
}

.info-campus .link-std {
  font-weight: normal;
}

.info-campus .std-box {
  height: 100%;
}

.info-campus .buttons {
  margin-top: 30px;
}

.info-campus .buttons a {
  margin: 5px 0;
}

.campus-list .item-content {
  height: 100%;
  background: #242424;
}

.campus-list .item .image img {
  display: block;
}

.campus-list .item .info-wrapper {
  padding-top: 0;
}

.campus-list .item .info-wrapper .info {
  margin-top: -16px;
}

.campus-list .item .info-wrapper .info h2 {
  text-shadow: 0 -3px 20px rgba(0, 0, 0, .2);
}

.campus-list .item .info-wrapper .info {
  margin-top: -16px;
}

.campus-list .item .info-wrapper .info h2 {
  text-shadow: 0 -3px 20px rgba(0, 0, 0, .2);
}

.gallery-campus .col {
  padding-top: 1px;
  padding-bottom: 1px;
}

.gallery-campus img {
  display: block;
}

/*.video-campus {
    padding-top: 80px;
}
*/
.video-campus .col {
  padding-top: 1px;
  padding-bottom: 1px;
}

.video-campus .std-box {
  background: #2c2c2c;
}

.video-campus iframe {
  max-width: 100%;
}

/* .vueling-area {
    margin-bottom: 2px;
}
.vueling-area img {
    width: 100%;
}
.vueling-area .info {
   margin-left: 20px;
}
.vueling-area .info .subtitle {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.3;
}
.vueling-area .info .title {
    display: block;
    font-size: 26px;
    line-height: 1.3;
}
.vueling-area .info .link-std {
    margin-top: 10px;
}
*/
/*----------------------------CONTACTE----------------------------*/
.map-wrapper {
  padding: 15px;
  background: #2c2c2c;
}

.ways-wrapper .flex-wrapper {
  margin-bottom: 2px;
}

.ways-wrapper .std-box {
  height: 100%;
  background: #2c2c2c;
}

.ways-wrapper a {
  font-family: druk;
  letter-spacing: 3px;
  color: #d6b96f;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 30px;
  background: url(../images/arrow-icon-button.png) center right no-repeat;
  background-size: 20px;
  min-height: 20px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 2px;
}

.ways-wrapper .mode-container h2 {
  padding-bottom: 30px;
}

.ways-wrapper .mode-container h3 {
  font-family: Lora;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 15px;
}

.ways-wrapper .mode-container .mode {
  margin: 2px 0;
  padding: 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .05);
}

.contacts-wrapper {
  text-align: center;
}

.contacts-wrapper h3 {
  font-family: Lora;
  font-weight: 700;
  font-size: 18px;
}

.contacts-wrapper .address {
  font-size: 28px;
  font-weight: 700;
}

.contacts-wrapper .flex-wrapper {
  margin-bottom: 2px;
}

.contacts-wrapper .std-box {
  background: #2c2c2c;
  height: 100%;
}

/*----------------------------FESTIVAL----------------------------*/
.info-festival {
  top: -60px;
}

.info-festival .lema {
  text-align: center;
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: relative;
  z-index: 1;
}

.info-festival .lema img {
  background: #2c2c2c;
  padding: 20px 30px;
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*.info-festival .col .std-box:first-child {
   padding-top: 120px;
}
*/
.info-festival .block {
  margin-bottom: 2px;
}

.info-festival .block .col {
  display: flex;
  align-items: center;
}

.info-festival .block .col .box {
  padding: 20px;
}

.info-festival .block .logos {
  margin-top: 30px;
}

.info-festival .block .logos a {
  padding: 10px;
}

/*----------------------------TERRITORI----------------------------*/
.intro-territori {
  padding-bottom: 40px;
}

.territori-list .item {
  margin-bottom: 2px;
}

.territori-list .item .item-content-wrapper {
  height: 100%;
  background: #2c2c2c;
}

.territori-list .item .item-content-wrapper .std-box {
  padding-top: 0;
}

.territori-list .item .image a {
  display: block;
  overflow: hidden;
  background: #2c2c2c;
}

.territori-list .item .image a img {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.territori-list .item .image a:hover img {
  transform: scale(1.05);
  opacity: .6;
}

.territori-list .item .info-wrapper {
  background: #2c2c2c;
}

.territori-list .item .info-wrapper .info {
  position: relative;
  top: -16px;
}

.territori-list .item .info-wrapper h2 {
  padding-bottom: 0;
  text-shadow: 0 -3px 20px rgba(0, 0, 0, .2);
}

.territori-list .item .info-wrapper h2 a {
  -webkit-transition: .2s;
  transition: .2s;
}

.territori-list .item .info-wrapper h2 a:hover {
  color: #d6b96f;
}

/*----------------------------ALLOTJAMENT----------------------------*/
/* .allotjament-list {
}
*/
.allotjament-list .item {
  margin-bottom: 2px;
}

.allotjament-list .item .std-box {
  height: 100%;
}

.allotjament-list .item .image a {
  display: block;
  overflow: hidden;
  background: #2c2c2c;
}

.allotjament-list .item .image a img {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.allotjament-list .item .image a:hover img {
  transform: scale(1.05);
  opacity: .6;
}

.allotjament-list .item .info-wrapper {
  background: #2c2c2c;
}

.allotjament-list .item .info-wrapper .info {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.allotjament-list .item .info-wrapper .info h2 a {
  -webkit-transition: .2s;
  transition: .2s;
}

.allotjament-list .item .info-wrapper .info h2 a:hover {
  color: #d6b96f;
}

.allotjament-list .item .info-wrapper .info p {
  margin-bottom: 0;
}

.allotjament-list .item .info-wrapper .info:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #d6b96f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.allotjament-list .item .info-wrapper .cbhl-logo {
  margin-top: 15px;
  display: inline-block;
}

.allotjament-list .item .info-wrapper .cbhl-logo img {
  width: 150px;
}

/*----------------------------GASTRONOMIA----------------------------*/
/* .gastronomia-list {
}
*/
.gastronomia-list .item {
  margin-bottom: 2px;
}

.gastronomia-list .item .item-content-wrapper {
  height: 100%;
  background: #2c2c2c;
}

.gastronomia-list .item .item-content-wrapper .std-box {
  padding-top: 0;
}

.gastronomia-list .item .item-content-wrapper .image a {
  display: block;
  overflow: hidden;
  background: #2c2c2c;
}

.gastronomia-list .item .item-content-wrapper .image a img {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.gastronomia-list .item .item-content-wrapper .image a:hover img {
  transform: scale(1.05);
  opacity: .6;
}

.gastronomia-list .item .item-content-wrapper .info-wrapper {
  background: #2c2c2c;
}

.gastronomia-list .item .item-content-wrapper .info-wrapper .info {
  margin-top: -16px;
}

.gastronomia-list .item .item-content-wrapper .info-wrapper .info h2 {
  text-shadow: 0 -3px 20px rgba(0, 0, 0, .4);
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.gastronomia-list .item .item-content-wrapper .info-wrapper .info h2:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #d6b96f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gastronomia-list .item .item-content-wrapper .info-wrapper .info h2 a {
  -webkit-transition: .2s;
  transition: .2s;
}

.gastronomia-list .item .item-content-wrapper .info-wrapper .info h2 a:hover {
  color: #d6b96f;
}

/*----------------------------VISITES----------------------------*/
/* .visites-list {
}
*/
.visites-list .item {
  margin-bottom: 2px;
}

.visites-list .item .std-box {
  height: 100%;
}

.visites-list .item .image a {
  display: block;
  overflow: hidden;
  background: #2c2c2c;
}

.visites-list .item .image a img {
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
}

.visites-list .item .image a:hover img {
  transform: scale(1.05);
  opacity: .6;
}

.visites-list .item .info-wrapper {
  background: #2c2c2c;
}

.visites-list .item .info-wrapper .info {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.visites-list .item .info-wrapper .info h2 a {
  -webkit-transition: .2s;
  transition: .2s;
}

.visites-list .item .info-wrapper .info h2 a:hover {
  color: #d6b96f;
}

.visites-list .item .info-wrapper .info p {
  margin-bottom: 0;
}

.visites-list .item .info-wrapper .info:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #d6b96f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.visites-list .item .info-wrapper .info .data {
  margin-top: 10px;
}

.visites-list .item .info-wrapper .info .data .mail {
  display: inline-block;
}

.visites-list .item .info-wrapper .info .data .tel {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

/*----------------------------COMPLETA L'EXPERIÈNCIA----------------------------*/
.intro-completa {
  padding-bottom: 40px;
}

.intro-completa .costabrava-logo {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

.completaexperiencia-video {
  margin-bottom: 40px;
}

.completaexperiencia-video img {
  display: block;
}

/* .completaexperiencia-list {
}
*/
.completaexperiencia-list .item {
  margin-bottom: 40px;
}

.completaexperiencia-list .item .image img {
  display: block;
}

.completaexperiencia-list .item .std-box {
  padding-top: 0;
}

.completaexperiencia-list .item .info-wrapper {
  background: #2c2c2c;
  margin-left: 40px;
  margin-right: 40px;
}

.completaexperiencia-list .item .info-wrapper .info {
  margin-top: -16px;
}

.completaexperiencia-list .item .info-wrapper .info h2 {
  text-shadow: 0 -3px 20px rgba(0, 0, 0, .4);
  padding-bottom: 0;
  text-align: center;
}

/* -------------------------- FUNDACIÓ ------------------------- */
.fundacio .section-header .section-image {
  height: auto;
  padding-top: 100px;
}

.intro-fundacio {
  margin-top: -40px;
}

.intro-fundacio .std-box {
  height: 100%;
}

.intro-fundacio .intro {
  font-style: italic;
  font-size: 18px;
}

.intro-fundacio .linies ol {
  list-style: decimal;
  padding-left: 15px;
}

.intro-fundacio .linies ol li {
  margin-bottom: 15px;
}

/* -------------------------- CLUB D'AMICS ------------------------- */
.club .section-header .section-image {
  height: auto;
  padding-top: 100px;
}

.intro-club {
  margin-top: -40px;
  margin-bottom: 2px;
}

.intro-club .std-box {
  height: 100%;
}

.intro-versions-club {
  margin-bottom: 2px;
  text-align: center;
  font-size: 22px;
  color: #d6b96f;
  line-height: 1.3;
}

.intro-versions-club .club-logo {
  max-width: 150px;
  margin-bottom: 30px;
}

.versions-club {
  margin-bottom: 2px;
}

.versions-club .std-box {
  height: 100%;
}

.versions-club h4 {
  font-family: Lora;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.versions-club h4:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.versions-club .subtitle {
  font-style: italic;
  font-size: 18px;
  color: #d6b96f;
}

.calcul-club {
  text-align: center;
  margin-bottom: 2px;
}

.images-deduccio-club {
  margin-bottom: 2px;
}

.images-deduccio-club img {
  display: block;
}

/* -------------------------- DONACIONS ------------------------- */
.donacions .section-header .section-image {
  height: auto;
  padding-top: 100px;
}

.info-donacions .std-box {
  height: 100%;
  padding-bottom: 90px;
  background: #2c2c2c;
}

.info-donacions .buttons a {
  margin: 5px 0;
}

.info-donacions .images {
  margin-top: 40px;
}

.info-donacions .images img {
  max-height: 57px;
  margin-right: 40px;
}

.info-donacions .avantatges-wrapper {
  padding: 40px 0;
  display: none;
}

.info-donacions .avantatges-wrapper .diagrams {
  text-align: center;
  margin: 10px 0;
}

.info-donacions .avantatges-wrapper .diagrams img {
  border-radius: 5px;
  width: 100%;
}

.info-donacions .avantatges-wrapper .conditions {
  font-weight: 700;
  font-size: 11px;
}

.donations-button-wrapper {
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 1;
}

.donations-button {
  display: inline-block;
  padding: 40px;
  background: #d6b96f;
}

.donations-button a {
  font-family: Druk;
  letter-spacing: 4px;
  color: #242424;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 36px;
  background: url(../images/donation-icon.png) center right no-repeat;
  background-size: 28px;
  line-height: 28px;
  display: inline-block;
}

/*--------------------------NEWSLETTER ------------------------------*/
.mailchimp h1 {
  text-align: center;
  margin-top: 60px;
}

#mc_embed_signup {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#mc_embed_signup .mc-field-group {
  margin-bottom: 2px;
}

#mc_embed_signup .indicates-required {
  margin-bottom: 2px;
}

#mc_embed_signup input[type="radio"i] {
  margin-left: 0;
}

#mc_embed_signup input[type="checkbox"i] {
  margin-left: 0;
}

#mc_embed_signup input {
  background: rgba(255, 255, 255, .2);
  border: none;
  padding: 10px;
  color: #fff;
  font-family: Lora;
}

#mc_embed_signup .personal-data {
  margin-bottom: 2px;
}

#mc_embed_signup .personal-data input {
  width: 100%;
}

#mc_embed_signup input[type="submit"], #mc_embed_signup button[type="submit"] {
  width: 100%;
  background: #d6b96f;
  color: #242424;
  border-radius: 3px;
  font-family: "druk-bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  border: 0 none;
}

#mc_embed_signup h3 {
  font-size: 18px;
}

#mc_embed_signup input::placeholder {
  color: #fff;
  opacity: 1;
}

#mc_embed_signup input:-ms-input-placeholder {
  color: #fff;
}

#mc_embed_signup input::-ms-input-placeholder {
  color: #fff;
}

/*----------------------------PREMSA STREAMING----------------------------*/
.press-streaming-wrapper h1 {
  padding-bottom: 0;
}

/*----------------------------FAQ----------------------------*/
.faqs .section-header .section-image {
  height: auto;
  padding-top: 100px;
}

.faq-list .faq-item.std-box {
  padding: 30px;
  margin-bottom: 2px;
}

.faq-list .faq-item .faq-item-question {
  cursor: pointer;
  transition: .2s;
}

.faq-list .faq-item .faq-item-question h4 {
  font-family: Lora;
  text-transform: none;
  letter-spacing: 0;
  padding-bottom: 0;
  line-height: 1.2;
}

.faq-list .faq-item .faq-item-question:hover {
  color: #d6b96f;
}

.faq-list .faq-item .faq-item-answer {
  display: none;
  margin-top: 15px;
}

/*----------------------------COVID----------------------------*/
.covid .section-header .section-image {
  height: auto;
  padding-top: 100px;
}

.covid-images.std-box {
  background: #2c2c2c;
  margin-bottom: 2px;
}

.covid-info.std-box {
  background: #2c2c2c;
}

.covid-info .extra-info {
  font-style: italic;
  font-weight: 700;
  color: #d6b96f;
  font-size: 18px;
}

/*----------------------------FOOTER----------------------------*/
.footer {
  color: #d6b96f;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer a {
  color: #d6b96f;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer a:hover {
  color: #fff;
}

.footer-box {
  padding: 30px;
}

.footer .title {
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: Lora;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footer .title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 20px;
  left: 0;
  bottom: 0;
  background: #d6b96f;
}

.footer .footer-1 {
  word-break: break-word;
}

.footer .social-media-nav {
  margin-top: 25px;
}

.footer .social-media-nav li {
  display: inline-block;
  margin: 3px;
}

.footer .social-media-nav li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px;
  height: 29px;
  width: 29px;
  text-indent: -99999px;
  display: block;
}

.footer .social-media-nav .facebook a {
  background-image: url(../images/facebook-icon.png);
}

.footer .social-media-nav .twitter a {
  background-image: url(../images/twitter-icon.png);
}

.footer .social-media-nav .youtube a {
  background-image: url(../images/youtube-icon.png);
}

.footer .social-media-nav .instagram a {
  background-image: url(../images/instagram-icon.png);
}

.footer .posts-list li {
  margin-bottom: 30px;
}

.footer .posts-list li time {
  display: block;
  font-style: italic;
  font-weight: 700;
}

.footer .sections-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer #newsletterForm #newsletter-email::placeholder {
  color: #d6b96f;
  opacity: 1;
}

.footer #newsletterForm #newsletter-email:-ms-input-placeholder {
  color: #d6b96f;
}

.footer #newsletterForm #newsletter-email::-ms-input-placeholder {
  color: #d6b96f;
}

.footer #newsletterForm .input {
  background: none;
  border: none;
  width: 100%;
  font-family: inherit;
  border-bottom: 1px solid #d6b96f;
  font-size: 13px;
  font-family: Lora;
  padding: 10px 0;
}

.footer #newsletterForm .submit {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-top: 20px;
  cursor: pointer;
  padding: 10px;
  background: #d6b96f;
  border-radius: 3px;
  color: #242424;
  display: inline-block;
}

.footer #newsletterForm .submit:hover {
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

[data-aos=fade-left] {
  transform: translate3d(15px, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 15px, 0);
}

[data-aos=zoom-in] {
  transform: scale(.97);
}

.footer .quality-logos {
  margin-top: 30px;
  overflow: hidden;
}

.footer .quality-logos img {
  max-width: 120px;
  margin-bottom: 10px;
}

/*----------------------------GRID----------------------------*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 1px;
  padding-right: 1px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

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

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

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

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

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

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

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

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

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

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

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

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

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

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

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

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

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

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

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

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

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

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media only screen and (max-width: 1620px) {
  .container-wide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .logo-wrapper {
    margin-left: 40px;
  }

  .header .logo-wrapper .logo {
    width: 270px;
    height: 32px;
    background-size: 270px;
  }

  .header .header-right .navigations .main-nav ul li {
    font-size: 10px;
  }

  .header .header-right .navigations .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header .header-right .navigations .corp-nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .header-right .lang-menu .lang-nav li {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .header .header-right .navigations {
    display: none;
  }

  /*.mobile-menu {
        display: block;
   }
   */
  .header .header-right .toggle-menu-button {
    display: block;
    display: flex;
  }

  .slider-dots .slide h1 {
    font-size: 80px;
  }

  .header .logo-wrapper .logo {
    background-size: 410px;
    width: 410px;
    height: 48px;
  }
}

@media only screen and (max-width: 1280px) {
  .title-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-header .section-image {
    height: 350px;
  }

  .fundacio .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  .faqs .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  .covid .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  .donacions .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
  .header .header-right .entry-button {
    line-height: 1.2;
  }

  .slider-dots.desktop-slider {
    display: none;
  }

  .slider-dots.mobile-slider {
    display: block;
  }

  /* .slider-dots .slide .info {
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
        top: 0;
        transform: none;
   }
    .slider-dots .slide .slide-link .overlay {
        display: none;
   }
    */
  .events-list .item .info-wrapper {
    padding: 0 30px 30px 30px;
    position: relative;
  }

  .blog-list .item .info-wrapper {
    margin-left: 0;
  }

  .blog-list .item .info-wrapper .info h2 {
    margin-left: 0;
  }

  .home .blog-list {
    padding-bottom: 50px;
  }

  .home .lema {
    max-width: 100%;
  }

  .section-header .section-image {
    height: 300px;
  }

  .donacions .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  .info-festival {
    top: 0;
  }

  .info-festival .lema {
    transform: none;
    margin: 0 40px;
  }

  .info-festival .lema img {
    width: 100%;
    display: block;
  }

  .info-festival .col .std-box:first-child {
    padding-top: 50px;
  }

  .header .logo-wrapper .logo {
    width: 270px;
    height: 32px;
    background-size: 270px;
  }

  .intro-completa .costabrava-logo {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .streaming-video-home .info {
    text-align: center;
  }

  .streaming-video-home .info .partner-info {
    text-align: center;
    margin-top: 30px;
  }

  .section-header .section-title {
    margin-top: -23px;
  }

  .section-header .section-title h1 {
    font-size: 60px;
  }

  .section-header-detail .section-title {
    margin-top: -23px;
  }

  .section-header-detail .section-title h1 {
    font-size: 60px;
  }

  .slider-dots .slide h1 {
    font-size: 60px;
  }

  .static-wrapper h1 {
    font-size: 60px;
  }

  .breadcrumbs {
    display: none;
  }

  .std-box {
    padding: 30px;
  }

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

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-dots .slick-dots {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header .logo-wrapper {
    margin-left: 20px;
  }

  .header .header-right .entry-button {
    display: none;
  }

  .header .header-right .entry-button-mobile {
    display: block;
  }

  .footer {
    text-align: center;
    padding-top: 20px;
  }

  .footer-box {
    background: rgba(255, 255, 255, .05);
    border-radius: 3px;
    margin-bottom: 2px;
  }

  .footer .title {
    margin-bottom: 0;
  }

  .footer .title:after {
    display: none;
  }

  .footer #newsletterForm .input {
    text-align: center;
  }

  .footer #newsletterForm .submit {
    text-align: center;
  }

  .title-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* .home-section {
        padding-bottom: 40px;
        padding-bottom: 40px;
   }
   */
  .productions-list .item .info-wrapper .info .name {
    text-align: center;
  }

  .productions-list .item .info-wrapper .info .buttons {
    justify-content: center;
    margin-top: 20px;
  }

  .events-filter-wrapper {
    order: 2;
  }

  .events-wrapper {
    order: 1;
  }

  .columns-2 {
    column-count: 1;
    column-gap: 0;
  }

  .section-header .section-image {
    height: 250px;
  }

  .fundacio .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  .faqs .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  .covid .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  .donacions .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  /*.info-donacions .std-box {
        padding-bottom: 40px;
   }
   */
  .info-festival .lema {
    margin: 0 30px;
  }

  .info-festival .col .std-box:first-child {
    padding-top: 30px;
  }

  .patrocinadors-logos .patrocinador {
    max-height: 60px;
    height: auto;
  }

  .patrocinadors-logos .patrocinador, .patrocinadors-logos .patrocinador img {
    max-height: 60px;
    height: auto;
  }

  .patrocinadors-logos .presentat .patrocinador, .patrocinadors-logos .presentat .patrocinador img, .patrocinadors-logos .organitzat .patrocinador, .patrocinadors-logos .organitzat .patrocinador img {
    max-height: 130px;
    height: auto;
  }

  .patrocinadors-logos .copatrocini .patrocinador, .patrocinadors-logos .copatrocini .patrocinador img {
    max-height: 90px;
    height: auto;
  }

  .patrocinadors-logos .suport .patrocinador, .patrocinadors-logos .suport .patrocinador img {
    max-height: 60px;
    height: auto;
  }

  .completaexperiencia-list .item {
    margin-bottom: 20px;
  }

  .vueling-area .info {
    margin-left: 0;
    margin-top: 20px;
  }

  .slider-pieces .slick-slide .info {
    text-align: center;
  }

  .slider-pieces .slick-slide .info-alt {
    align-items: center;
  }
}

@media only screen and (max-width: 480px) {
  .slider-dots .slide h1 {
    font-size: 50px;
  }

  .home .blog-list {
    padding-bottom: 40px;
  }

  .faq-list .faq-item.std-box {
    padding: 20px;
  }

  .header .logo-wrapper .logo {
    background-image: url(../images/logo5.png);
    width: 100px;
    height: 32px;
    background-size: contain;
    background-position-x: left;
  }

  .section-header .section-image {
    height: 175px;
  }

  .fundacio .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  .donacions .section-header .section-image {
    height: auto;
    padding-top: 100px;
  }

  .patrocinadors-logos .patrocinador, .patrocinadors-logos .patrocinador img {
    margin: 0 auto 45px;
  }

  .patrocinadors-logos .patrocinador, .patrocinadors-logos .patrocinador img {
    float: none;
    display: block;
  }

  .crosselling-wrapper .item-content {
    flex-direction: column;
  }

  .crosselling-wrapper .item-content .image {
    width: auto;
  }

  .crosselling-wrapper .item-content .image img {
    height: auto;
  }

  .crosselling-wrapper .item-content .info-wrapper {
    width: auto;
  }
  .crosselling-wrapper .item-content .info-wrapper .info {
    margin-top: -46px;
  }
}

@supports (-ms-ime-align:auto) {
  .total-wrapper {
    opacity: 1;
  }
}

_:-ms-lang(x), .total-wrapper {
  opacity: 1;
}