:root {
  --color-primary: #2E276A;
  --color-link-artist: #566476;
  --color-buttonsfilter: #466623;
}

.album-single .album-above {
  min-height: 400px;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.album-single .album-header-row .inside {
  display: flex;
  flex-direction: column;
}
.album-single .album-header-row .inside .album-header-title h1 {
  font-size: 1.2rem;
}
@media (min-width: 800px) {
  .album-single .album-header-row .inside .album-header-title h1 {
    font-size: 2rem;
  }
}
.album-single .album-header-row .inside .album-header-title {
  margin-bottom: 30px;
}
.album-single .album-header-row .inside .album-header-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (min-width: 800px) {
  .album-single .album-header-row .inside .album-header-content {
    flex-direction: row;
    align-items: center;
  }
}
.album-single .album-header-row .inside .album-header-content > .picture {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .album-single .album-header-row .inside .album-header-content > .picture {
    width: 33.333%;
  }
}
.album-single .album-header-row .inside .album-header-content > .picture img {
  border-radius: 24px;
}
.album-single .album-header-row .inside .album-header-content > .content {
  margin-left: 20px;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 800px) {
  .album-single .album-header-row .inside .album-header-content > .content {
    width: 66.666%;
    padding-top: 0px;
  }
}
.album-single .album-header-row .inside .agerec {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.album-single .album-content-description {
  padding: 20px;
  border: 1px solid var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}
.album-single .album-content-description .headline h2 {
  color: var(--color-primary);
}
.album-single .album-content-description .header {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-primary);
}
.album-single .album-content-description .content {
  line-height: 1.6em;
}
.album-single .album-content-description .description {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.album-single .album-artist-row {
  display: block;
  width: 100%;
}
.album-single .album-artist-row .artist-list {
  display: block;
}
.album-single .album-artist-row .artist-list .artist-list-content .artist-item .artist-picture {
  text-align: center;
  margin-bottom: 20px;
}
.album-single .album-artist-row .artist-list .artist-list-content .artist-item .artist-picture img {
  border-radius: 50%;
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.album-single .album-artist-row .artist-list .artist-list-content .artist-item .artist-name {
  text-align: center;
}
.album-single .album-artist-row .artist-list .artist-list-content .artist-item .artist-name .artist-link {
  font-size: 14px;
}
@media (min-width: 800px) {
  .album-single .album-artist-row .artist-list .artist-list-content .artist-item .artist-name .artist-link {
    font-size: 16px;
  }
}
.album-single .album-artist-row .artist-list .artist-list-content .artist-item .artist-name .artist-link {
  color: var(--color-link-artist);
}
.album-single .album-details {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 800px) {
  .album-single .album-details {
    flex-direction: row;
    align-items: flex-start;
  }
}
.album-single .album-details > .left-side {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.album-single .album-details > .left-side h2 {
  color: var(--color-primary);
}
@media (min-width: 800px) {
  .album-single .album-details > .left-side {
    width: 33.333%;
  }
}
.album-single .album-details > .right-side {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 800px) {
  .album-single .album-details > .right-side {
    width: 66.666%;
    padding-left: 20px;
  }
}
.album-single .album_overview {
  width: 100%;
}
.album-single .album_overview .quickinfo {
  width: 100%;
}
.album-single .album_overview .quickinfo .quick-information-row {
  width: 100%;
  background: rgba(250, 250, 250, 0.8);
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 900px) {
  .album-single .album_overview .quickinfo .quick-information-row {
    min-height: 386px;
  }
}
.album-single .album_overview .quickinfo .quick-information-row > * {
  flex-grow: 1;
  padding: 10px;
}
.album-single .album_overview .quickinfo .quick-information-row > * h4 {
  text-align: center;
  text-transform: uppercase;
}
.album-single .album_overview .quickinfo .quick-information-row > * {
  text-align: center;
}
.album-single .videobox > h2 {
  color: var(--color-primary);
}
.album-single .tracks .headline h2 {
  color: var(--color-primary);
}
.album-single .tracks .headline {
  margin: 0px 0px 0px 0px;
}
.album-single .tracks .about {
  background: rgb(132, 51, 48);
  color: #fff;
}
.album-single .tracks .album-title {
  padding: 10px;
}
.album-single .tracks .album-title .title {
  font-weight: 700;
}
.album-single .tracks .tracklist {
  max-height: 412px;
  overflow-y: scroll;
}
.album-single .tracks .tracklist .track {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  font-weight: 700;
  font-size: 0.7em;
  background: rgba(132, 51, 48, 0.7);
}
.album-single .tracks .tracklist .track > * {
  padding: 5px;
}
.album-single .tracks .tracklist .track .position {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.album-single .tracks .tracklist .track:nth-of-type(2n-1) {
  background: rgba(153, 60, 57, 0.7);
}
.album-single .tracks .tracklist {
  margin-bottom: 50px;
}
.album-single .album-cover-download > a {
  display: flex;
  align-items: center;
}
.album-single .title h2 > div {
  display: flex;
  flex-wrap: wrap;
}
.album-single .title h2 > div figure {
  margin-right: 15px !important;
}
.album-single .album_overview_streaming {
  margin-top: 30px;
}
.album-single .album_overview_streaming h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.album-single .album_overview_streaming {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.album-single .album_overview_streaming img {
  width: 50px;
  height: auto;
}
.album-single .album_overview_streaming > * {
  margin-bottom: 5px;
}
.album-single .album_overview_streaming a {
  width: 300px;
  max-width: 100%;
}
.album-single .album_overview_store {
  margin-top: 30px;
}
.album-single .album_overview_store h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.album-single .album_overview_store img {
  width: 50px;
  height: auto;
}
.album-single .album_overview_store {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.album-single .album_overview_store > * {
  margin-bottom: 5px;
}
.album-single .album_overview_store a {
  width: 300px;
  max-width: 100%;
}

.member-worlds .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.member-worlds .items > .inside {
  width: 45%;
}
@media (min-width: 800px) {
  .member-worlds .items > .inside {
    width: 30%;
  }
}
.member-worlds .items > .inside {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
  margin: 1.5111%;
}
.member-worlds .items > .inside > .picture {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-worlds .items > .inside > .picture img {
  width: 200px;
  height: 200px;
}
@media (min-width: 800px) {
  .member-worlds .items > .inside > .picture img {
    width: 350px;
    height: 350px;
  }
}
.member-worlds .items > .inside > .picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 24px;
}
.member-worlds .items > .inside > .content {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
.member-worlds .items > .inside > .content h3 {
  font-size: 16px;
}
@media (min-width: 800px) {
  .member-worlds .items > .inside > .content h3 {
    font-size: 24px;
  }
}

.letterFilter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.letterFilter > * {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-primary);
  text-align: center;
}
.letterFilter > *.disabled-link {
  color: grey;
  border-color: grey;
  pointer-events: none;
}

.artist-single-world .team-header-row .inside {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 800px) {
  .artist-single-world .team-header-row .inside {
    flex-direction: row;
    align-items: center;
  }
}
.artist-single-world .team-header-row .inside > .picture {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .artist-single-world .team-header-row .inside > .picture {
    width: 33.333%;
  }
}
.artist-single-world .team-header-row .inside > .picture img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.artist-single-world .team-header-row .inside > .content {
  margin-left: 20px;
  width: 100%;
  width: calc(100% - 40px);
}
@media (min-width: 800px) {
  .artist-single-world .team-header-row .inside > .content {
    width: 66.666%;
  }
}
.artist-single-world .team-header-row .inside > .content h1 {
  color: var(--color-primary);
  margin-bottom: 25px;
}
.artist-single-world .team-header-row .inside > .content .link-to-other {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.artist-single-world .team-header-row .inside > .content .link-to-other .streaming-box {
  margin-left: unset;
}
@media (max-width: 500px) {
  .artist-single-world .team-header-row .inside > .content .link-to-other .img-btn-keativewelt {
    margin-left: auto;
    margin-right: auto;
  }
  .artist-single-world .team-header-row .inside > .content .link-to-other .streaming-box {
    margin-left: auto;
  }
  .artist-single-world .team-header-row .inside > .content .link-to-other .streaming-box + a {
    margin-right: auto;
  }
}
.artist-single-world .publications {
  overflow: hidden;
}
.artist-single-world .publications > h2 {
  color: var(--color-primary);
}
.artist-single-world .publications .swiper-button-next {
  /* SVG uses currentColor so it inherits the element color */
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='currentColor'/%3E%3C/svg%3E");
  right: 0px;
  top: 50%;
  width: 30px;
  height: 55px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
  color: var(--color-primary);
}
.artist-single-world .publications .swiper-button-next:after {
  color: var(--color-primary);
}
.artist-single-world .publications .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='currentColor'/%3E%3C/svg%3E");
  left: 0px;
  top: 50%;
  width: 30px;
  height: 55px;
  position: absolute;
  background-repeat: no-repeat;
  color: var(--color-primary);
  z-index: 100;
  cursor: pointer;
}
.artist-single-world .publications .swiper-button-prev:after {
  color: var(--color-primary);
}
@media (max-width: 599px) {
  .artist-single-world .publications .swiper-container {
    max-width: 85%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .artist-single-world .publications .swiper-container .swiper-button-next {
    right: 0px;
  }
  .artist-single-world .publications .swiper-container .swiper-button-prev {
    left: 0px;
  }
}
.artist-single-world .publications .swiper-wrapper {
  width: 95%;
}
.artist-single-world .publications .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.artist-single-world .publications .swiper-pagination > * {
  margin: 0px 5px;
}
.artist-single-world .publications .swiper-slide .picture {
  position: relative;
}
.artist-single-world .publications .swiper-slide .linkfire-thickbox {
  display: none;
}
.artist-single-world .publications .swiper-slide .linkfire-thickbox > .inside {
  display: flex;
  flex-direction: column;
}
.artist-single-world .publications .swiper-slide .linkfire-thickbox > .inside a {
  font-size: 2rem;
  line-height: 2.5rem;
}
.artist-single-world .publications .swiper-slide .linkfire-hover {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border-radius: 24px;
  display: none;
}
@media (min-width: 991px) {
  .artist-single-world .publications .swiper-slide .linkfire-hover {
    display: block;
  }
}
.artist-single-world .publications .swiper-slide .linkfire-hover > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  width: 60%;
  text-align: left;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}
.artist-single-world .publications .swiper-slide .linkfire-hover > * .stream-link {
  font-size: 1.4em;
  line-height: 1.7em;
}
.artist-single-world .publications .swiper-slide .linkfire-hover {
  transition: 0.3s all;
}
@media (min-width: 991px) {
  .artist-single-world .publications .swiper-slide:hover .linkfire-hover {
    opacity: 1;
  }
}
.artist-single-world .publication-row {
  width: 33.33%;
}
.artist-single-world .publication-row > .inside {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 800px) {
  .artist-single-world .publication-row > .inside {
    /* flex-direction: row;
    align-items: center; */
  }
}
.artist-single-world .publication-row > .inside > .picture {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.artist-single-world .publication-row > .inside > .picture img {
  border-radius: 24px;
  width: 100%;
}
.artist-single-world .publication-row > .inside > .content {
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}
.artist-single-world .publication-row > .inside > .content h3 {
  font-size: 20px;
  margin-top: 10px;
}
.artist-single-world .publication-row {
  /* &:nth-of-type(2n){
      @media(min-width:800px){
          .inside{
              >.picture{
                  order:2;
              }
              >.content{
                  order:1;
              }
          }
      }
  } */
}
.artist-single-world .videobox > h2 {
  color: var(--color-primary) !important;
}

.album-artist-row {
  display: flex;
  justify-content: space-between;
}

.inside-linkfire-thickbox {
  display: flex;
  flex-direction: column;
}
.inside-linkfire-thickbox a {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.inside-linkfire-thickbox .close-button {
  text-align: right;
  font-size: 2rem;
  color: var(--color-primary);
}

#TB_ajaxContent {
  margin-left: auto;
  margin-right: auto;
}

.publication-list-all {
  display: flex;
  flex-wrap: wrap;
}
.publication-list-all > div {
  width: 19%;
  margin: 0.5%;
}
@media (max-width: 800px) {
  .publication-list-all > div {
    width: 32.3333%;
  }
}
@media (max-width: 400px) {
  .publication-list-all > div {
    width: 49%;
  }
}
.publication-list-all > div .inside {
  padding: 10px;
}
.publication-list-all > div .inside .picture {
  position: relative;
}
.publication-list-all > div .inside .picture img {
  border-radius: 5px;
}
.publication-list-all > div .inside .picture .linkfire-thickbox {
  display: none;
}
.publication-list-all > div .inside .picture .linkfire-thickbox > .inside {
  display: flex;
  flex-direction: column;
}
.publication-list-all > div .inside .picture .linkfire-thickbox > .inside a {
  font-size: 2rem;
  line-height: 2.5rem;
}
.publication-list-all > div .inside .picture .linkfire-hover {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  display: none;
}
@media (min-width: 991px) {
  .publication-list-all > div .inside .picture .linkfire-hover {
    display: block;
  }
}
.publication-list-all > div .inside .picture .linkfire-hover > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  width: 90%;
  text-align: left;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}
.publication-list-all > div .inside .picture .linkfire-hover {
  transition: 0.3s all;
}
.publication-list-all > div .inside h3 {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 991px) {
  .publication-list-all > div:hover .inside .picture .linkfire-hover {
    opacity: 1;
  }
}

.embed-pinterest > span {
  width: 100% !important;
}

.accordion {
  padding: 10px;
  border: 1px solid var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion-content {
  display: none; /* Hidden by default, toggled by JS */
  padding: 10px;
}

.accordion-header {
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
  font-size: 25px;
  color: var(--color-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-header:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.accordion-header.active:after {
  transform: rotate(180deg);
}

.themenwelten-listing #filtered-elements {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 20px;
  width: 300px;
  transition: all 0.3s;
  overflow-y: auto;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  right: -300px;
}
.themenwelten-listing #filtered-elements.active {
  right: 0px;
}
@media (min-width: 768px) {
  .themenwelten-listing #filtered-elements {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #fff;
    width: 100%;
    box-shadow: none;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.7s;
    padding: 0px;
    margin: 0px;
    right: 0px;
    top: 0px !important;
    z-index: 10;
  }
  .themenwelten-listing #filtered-elements.active {
    right: 0px;
    max-height: 500px;
    top: 0px !important;
  }
}
.themenwelten-listing .mobile-info .title {
  font-family: "BryantWebRegular", "Arial", sans-serif;
  font-weight: bold;
  color: var(--color-primary);
  font-size: 1.2em;
}
.themenwelten-listing .mobile-info .filter-btn-box {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  cursor: pointer;
  font-family: "BryantWebRegular", "Arial", sans-serif;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .themenwelten-listing .mobile-info {
    display: none;
  }
}
.themenwelten-listing .filter-text {
  width: 100%;
  margin-bottom: 20px;
}
.themenwelten-listing .filter-btn-show {
  display: flex;
  justify-content: flex-end;
}
.themenwelten-listing .filter-btn-show .filter-show-btn-inner {
  padding: 5px 15px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width:150px; */
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 14px;
}
.themenwelten-listing .filter-btn-show .filter-show-btn-inner:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.themenwelten-listing .filter-genre-button, .themenwelten-listing .filter-age-button {
  border-radius: 0px;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #f0f0f0;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  color: var(--color-primary);
  transition: 0.3s all;
}
.themenwelten-listing .filter-genre-button.active, .themenwelten-listing .filter-genre-button:hover, .themenwelten-listing .filter-age-button.active, .themenwelten-listing .filter-age-button:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.themenwelten-listing .all-filters {
  margin-left: 1.5111%;
  margin-right: 1.5111%;
}
@media (min-width: 900px) {
  .themenwelten-listing .all-filters {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.themenwelten-listing .button-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}/*# sourceMappingURL=default.css.map */