:root {
  --menu_height: 80px;
  --menu_position: relative; }

:root {
  --primary: #000;
  --secondary: #fff;
  --menu_height: 64px;
  --menu_position: relative;
  --xm: 40px;
  --ym: 5%;
  --h1_size: 7.5rem;
  --h2_size: 3.75rem;
  --h3_size: 2.5rem;
  --h4_size: 2rem;
  --h5_size: 1.5rem;
  --h6_size: 1rem;
  --content_size: 1rem;
  --nav_size: 1rem;
  --button_size: 1rem;
  --font_120: 7.5rem;
  --font_80: 5rem;
  --font_60: 3.75rem;
  --font_40: 2.5rem;
  --font_32: 2rem;
  --font_24: 1.5rem;
  --font_20: 1.25rem;
  --font_16: 1rem;
  --font_14: 0.875rem;
  --font_12: 0.75rem;
  --bs-body-font-family: 'Sohne', sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5em;
  --bs-body-color: #000;
  --bs-body-bg: #000;
  --bs-primary: #000;
  --bs-secondary: #fff;
  --wpforms-button-background-color-alt: #000;
  --wpforms-button-background-color: #000;
  --wpforms-button-text-color: #fff;
  --tec-font-family-sans-serif: 'Sohne', sans-serif; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  font-size: var(--content_size);
  line-height: 1.5em;
  color: #000;
  font-family: 'Sohne', sans-serif;
  background: #fff;
  font-weight: 400;
  zoom: 1; }

#container {
  width: 100%;
  overflow: clip; }

#page-wrap, .container {
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px; }

body.page-template-template_full-width #page-wrap {
  max-width: 100% !important; }

body.single .entry-content {
  padding-top: 40px; }

body.page-template-template_home, body.page-template-template_about, body.post-type-archive-press, body.page-template-template_contact, body.page-template-template_venue, body.page-template-template_whatson, body.page-template-template_tickets, body.page-template-template_partner-events, body.tribe_events-template-default, body.page-template-template_design-conference, body.page-template-template_design-days, body.page-template-template_design-circuits, body.woocommerce-account {
  background: #000 !important; }

.wpml_switch.show_desktop {
  display: inline-block; }

.wpml_switch.show_mobile {
  display: none; }

.wpml_switch .wpml-ls-legacy-list-horizontal {
  border-radius: 9999px;
  border-width: 1px;
  display: inline-block;
  height: 32px;
  padding: 2px 4px; }
  .wpml_switch .wpml-ls-legacy-list-horizontal ul {
    margin: 0px !important;
    padding: 0px !important; }
    .wpml_switch .wpml-ls-legacy-list-horizontal ul li a {
      width: 24px;
      height: 24px;
      border-radius: 9999px;
      font-size: 12px;
      padding: 0px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-transform: capitalize;
      font-family: 'Sohne', sans-serif; }
      .wpml_switch .wpml-ls-legacy-list-horizontal ul li a:hover {
        background: #333;
        color: #fff; }
    .wpml_switch .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a:hover {
      background: #fff;
      color: #000; }
  .wpml_switch .wpml-ls-legacy-list-horizontal li {
    list-style: none !important;
    display: inline-block !important; }

.wpml-ls-statics-footer {
  display: none; }

.navbar-brand {
  padding: 0px 0px 0px 0px;
  margin-right: 32px; }
  .navbar-brand img {
    height: 32px; }

body.admin-bar #primary-nav {
  top: 32px; }
  body.admin-bar #primary-nav.show {
    top: 32px !important; }

#primary-nav {
  background: #000;
  color: #fff !important;
  top: 0px;
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0px;
  height: var(--menu_height); }
  #primary-nav .container-fluid {
    padding: 0px 20px 0px 40px !important; }
  #primary-nav ul.navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  #primary-nav ul.navbar-nav li {
    padding: 0px 20px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    font-size: var(--font_14) !important;
    color: #fff;
    line-height: 100%; }
    #primary-nav ul.navbar-nav li a {
      color: #fff; }
    #primary-nav ul.navbar-nav li span {
      font-family: 'Sohne', sans-serif;
      color: rgba(255, 255, 255, 0.6);
      font-size: var(--font_14);
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      text-transform: none; }
  #primary-nav .utility {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #primary-nav .utility .icons a {
    padding: 0px 10px; }
  #primary-nav .utility .btn-solid-white {
    padding: 0px 20px !important;
    font-size: var(--font_12) !important;
    height: 32px;
    line-height: 30px !important; }
  #primary-nav .icon-account, #primary-nav .icon-cart {
    padding: 0px 10px !important; }
  #primary-nav .icon-account img, #primary-nav .icon-cart img {
    width: 24px; }
  #primary-nav .navbar-toggler, #primary-nav .navbar-toggle, #primary-nav #offcanvasNavbar {
    display: none; }
  #primary-nav .navbar-toggle {
    border: none;
    background: none;
    opacity: 1; }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: 300;
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  --bs-nav-link-disabled-color: #fff; }

.bg-body-tertiary {
  background: #000 !important;
  font-family: 'Sohne Breit Halbfett', sans-serif;
  color: #fff;
  font-size: var(--font_14);
  text-transform: uppercase; }

.modal-header, .modal-title, .modal-content, .btn-close {
  color: #fff;
  border: none; }

.modal .btn-close {
  --bs-btn-close-bg: none;
  width: 40px;
  height: 40px;
  opacity: 1; }
  .modal .modal-header {
    padding: 23px 40px; }
  .modal .modal-header h1 {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_14) !important;
    color: #fff;
    line-height: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    text-transform: uppercase; }
    .modal .modal-header h1 .translation {
      color: rgba(255, 255, 255, 0.6);
      font-family: 'Sohne', sans-serif;
      font-size: var(--font_14);
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      text-transform: none; }
  .modal .modal-header .menu-line {
    padding: 0px 10px; }
  .modal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px; }

.menu__grid {
  display: flex;
  column-gap: 20px;
  align-items: flex-end;
  transition: all 0.5s ease; }
  .menu__item {
    width: 25vw;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative; }
  .menu__image {
    position: relative;
    transition: height 0.5s ease; }
  .menu__image a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden; }
  .menu__image img.menu-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease; }
  .menu__icon {
    position: absolute;
    bottom: 0px; }
  .menu__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_20);
    color: #fff;
    line-height: 100%;
    margin: 15px 0px 4px 0px; }
  .menu__heading a {
    color: #fff;
    line-height: 100%; }
    .menu__heading a:hover {
      color: #fff;
      line-height: 100%; }
  .menu__content {
    font-size: var(--font_14);
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Sohne', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px; }
  .menu__sub {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase; }

.menu__grid.active .menu__item {
  opacity: 0.6; }
  .menu__grid.active .menu__item:hover {
    opacity: 1 !important; }
  .menu__grid.active .menu__item:hover .menu__image img.menu-img {
    width: 100%;
    height: 100%;
    transform: scale(1.05); }
    .menu__grid.active .menu__item:hover .menu__image a {
      width: 100%;
      height: 100%; }

#modalProgramme .menu__item:nth-child(1) h6.menu__heading {
  color: #ff305c !important; }
  #modalProgramme .menu__item:nth-child(1) h6.menu__heading a {
    color: #ff305c !important; }
  #modalProgramme .menu__item:nth-child(2) h6.menu__heading {
    color: #d64fff !important; }
  #modalProgramme .menu__item:nth-child(2) h6.menu__heading a {
    color: #d64fff !important; }
  #modalProgramme .menu__item:nth-child(3) h6.menu__heading {
    color: #54ffb0 !important; }
  #modalProgramme .menu__item:nth-child(3) h6.menu__heading a {
    color: #54ffb0 !important; }
  #modalProgramme .menu__item:nth-child(4) h6.menu__heading {
    color: #00c8ff !important; }
  #modalProgramme .menu__item:nth-child(4) h6.menu__heading a {
    color: #00c8ff !important; }

.offcanvas {
  background: #000;
  width: 100vw !important; }
  .offcanvas .offcanvas-header {
    justify-content: space-between;
    height: 56px; }
  .offcanvas .offcanvas-header button {
    background: none;
    border: none; }
  .offcanvas .offcanvas-header button img {
    width: 30px;
    height: 30px; }
  .offcanvas .offcanvas-body {
    height: 100%; }
  .offcanvas .mobile__flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 80px);
    overflow: auto;
    padding-bottom: 100px; }
  .offcanvas .mobile__flex::-webkit-scrollbar {
    display: none; }
  .offcanvas .mobile__section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 14px;
    margin-bottom: 16px; }
  .offcanvas .mobile__heading {
    font-size: 0.75rem;
    font-family: 'Sohne Mono', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 14px; }
  .offcanvas .mobile__item {
    font-size: var(--font_16);
    font-family: 'Sohne Breit Halbfett', sans-serif;
    color: #fff;
    padding: 8px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .offcanvas .mobile__item a {
    color: #fff; }
  .offcanvas .mobile__item span {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Sohne', sans-serif;
    font-size: var(--font_14);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: none; }
  .offcanvas .mobile__icons {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .offcanvas .mobile__icons a {
    color: #fff;
    font-size: var(--font_14);
    padding: 6px 0px;
    font-family: 'Sohne', sans-serif;
    text-transform: none;
    display: flex;
    align-items: center;
    flex-direction: row; }
  .offcanvas .mobile__icons img {
    padding-right: 5px; }
  .offcanvas .mobile__icons span {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Sohne', sans-serif;
    font-size: var(--font_14);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: none;
    margin-left: 8px; }
  .offcanvas .mobile__btn {
    margin-top: 40px; }
  .offcanvas .mobile__btn .btn-solid-coral {
    width: 100%;
    text-transform: uppercase;
    padding: 10px 20px !important; }

body.admin-bar .modal-fullscreen {
  top: 32px; }
  body.admin-bar .offcanvas {
    top: 32px; }

#page-wrap {
  padding: 0px 40px; }

#wrap {
  margin-top: var(--menu_height); }

#home-page #header {
  height: 85vh; }
  #home-page #header .slider__item {
    position: relative;
    height: 100%; }
  #home-page #header .slider__item.even .slider__overlay {
    color: #fff; }
  #home-page #header .slider__image {
    position: relative;
    z-index: 1;
    margin-bottom: -6px !important;
    height: 100%; }
    #home-page #header .slider__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #home-page #header .slider__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 110%;
    padding: 40px;
    z-index: 2; }
    #home-page #header .slider__overlay .slider__left {
      font-family: 'Sohne Mono Kraftig', sans-serif;
      font-size: var(--font_24);
      line-height: 110%; }
    #home-page #header .slider__overlay .slider__right {
      font-family: 'Sohne Mono', sans-serif;
      font-size: var(--font_14);
      line-height: 110%; }
  #home-page #header .slider__left {
    text-align: left;
    text-transform: uppercase; }
  #home-page #header .slider__right {
    text-align: right;
    text-transform: uppercase; }
  #home-page #header .home-slider {
    height: 100%; }
  #home-page #header .home-slider .slick-track .slick-slide:nth-child(1) .slider__image img, #home-page #header .home-slider .slick-track .slick-slide:nth-child(3) .slider__image img, #home-page #header .home-slider .slick-track .slick-slide:nth-child(5) .slider__image img {
    object-fit: contain !important;
    margin: 0 auto !important; }
    #home-page #header .home-slider .slick-track .slick-slide:nth-child(1) {
      background-color: #d64fff; }
    #home-page #header .home-slider .slick-track .slick-slide:nth-child(3) {
      background-color: #54ffb0; }
    #home-page #header .home-slider .slick-track .slick-slide:nth-child(5) {
      background-color: #ff305c; }
  #home-page #header .home-slider .slick-list, #home-page #header .home-slider .slick-track, #home-page #header .home-slider .slick-slide {
    height: 100%; }
    #home-page #header .home-slider .slick-list > div, #home-page #header .home-slider .slick-track > div, #home-page #header .home-slider .slick-slide > div {
      height: 100%; }
  #home-page #header .home-slider .slick-dots {
    bottom: 20px;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    #home-page #header .home-slider .slick-dots li {
      margin: 0px !important; }
    #home-page #header .home-slider .slick-dots li button {
      border: none !important;
      background: rgba(0, 0, 0, 0.33) !important; }
    #home-page #header .home-slider .slick-dots li.slick-active {
      margin-right: 10px; }
    #home-page #header .home-slider .slick-dots li.slick-active button {
      background: #000 !important; }
  #home-page #header .slick-dotted.slick-slider {
    margin-bottom: 0px !important; }
  #home-page #intro {
    background: #000;
    padding: 7% var(--xm); }
  #home-page #intro .intro__content {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    font-size: var(--font_32); }
    #home-page #intro .intro__content .btn {
      color: #fff;
      border: 2px solid #fff;
      text-transform: uppercase;
      font-family: 'Sohne Breit Halbfett', sans-serif;
      font-size: 11px !important;
      font-weight: 400;
      border-radius: 50px;
      margin-left: 10px;
      opacity: 0;
      will-change: opacity; }
  #home-page #intro .content__animated {
    font-family: 'Sohne Kraftig', sans-serif;
    font-size: var(--font_32);
    color: #fff;
    line-height: 140%; }
  #home-page #people {
    background: #000;
    color: #fff;
    padding: var(--ym) var(--xm); }
  #home-page #people .people__heading {
    color: #fff;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400; }
  #home-page #people .people__content {
    color: #fff;
    padding-top: 7vw;
    padding-bottom: 40px;
    width: 100%;
    max-width: 600px; }
  #home-page #whatson {
    background: #fff;
    color: #000;
    padding: var(--ym) var(--xm) 10% var(--xm); }
  #home-page #whatson .whatson__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    margin-bottom: 0px; }
  #home-page #whatson .whatson__content {
    padding-top: 40px;
    font-size: var(--font_24); }
  #home-page #whatson .slide-btns {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center; }
  #home-page #whatson .whatson-slider-buttons {
    display: flex;
    padding-left: 12px; }
  #home-page #whatson .whatson-slider-buttons .slick-arrow.previous {
    margin-right: 4px; }
  #home-page #whatson .slider-mob-btn {
    display: none; }
  #home-page #whatson .whatson-slider {
    padding-top: 48px; }
  #home-page #whatson .event-tile__image {
    min-height: 23.5vw;
    max-height: 23.5vw; }
  #home-page #whatson .event-tile__image img {
    min-height: 23.5vw;
    max-height: 23.5vw;
    width: 100%;
    height: 100%; }
  #home-page #whatson .event-tile__image a {
    width: 100%;
    height: 100%; }
  #home-page #whatson .event-tile__overlay .btn-solid-white {
    display: flex; }
    #home-page #whatson .event-tile__overlay .btn-solid-white img {
      top: -5px; }
    #home-page #whatson .event-tile__overlay .btn-solid-white span {
      display: flex;
      flex-direction: row;
      align-content: center;
      justify-content: center;
      height: 28px;
      padding-top: 4px; }
  #home-page #whatson .whatson-slider__item {
    padding: 0px 6px; }
  #home-page #whatson .whatson-slider__item .event-tile__overlay {
    opacity: 0; }
  #home-page #whatson .whatson-slider__item:hover .event-tile__overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2); }
    #home-page #whatson .whatson-slider__item:hover .event-tile__image {
      transform: scale(1.1); }
  #home-page #whatson .tribe-events-pro-photo__event-title {
    font-family: 'Sohne Kraftig', sans-serif !important;
    font-size: var(--font_20) !important;
    line-height: 125% !important;
    padding: 16px 0 0 0px;
    margin: 0px; }
  #home-page #whatson .tribe-events-pro-photo__event-title h3, #home-page #whatson .tribe-events-pro-photo__event-title a {
    font-size: var(--font_20) !important;
    font-weight: 400;
    font-family: 'Sohne Kraftig', sans-serif !important; }
  #home-page #whatson .tribe-events-pro-photo__event-date-tag {
    font-family: 'Sohne Mono', sans-serif !important;
    font-size: var(--font_12) !important;
    text-transform: uppercase !important;
    text-align: left;
    color: rgba(0, 0, 0, 0.75) !important;
    padding-top: 8px !important; }
  #home-page #adw {
    background: #ff305c; }
  #home-page #adw .adw__image {
    top: -75px;
    position: relative;
    padding-top: 40px;
    margin-bottom: -50px;
    display: flex;
    justify-content: center; }
    #home-page #adw .adw__image img {
      width: 100%;
      max-height: 580px;
      padding: 0px 10px; }
  #home-page #adw .marquee {
    padding: 40px 0px; }
  #home-page #adw .marquee__inner {
    animation: marquee 30s linear infinite;
    -webkit-animation: marquee 30s linear infinite; }
    #home-page #adw .marquee__inner span {
      color: #fff;
      font-size: var(--font_24);
      text-transform: uppercase;
      padding: 0 30px; }
      #home-page #adw .marquee__inner span img {
        padding: 0px 10px; }

#people-place-page {
  padding: var(--ym) var(--xm); }
  #people-place-page .people_place__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
  #people-place-page .people_place__subheading {
    margin-bottom: 12px; }
  #people-place-page .people_place__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    margin-bottom: 40px; }
  #people-place-page .people_place__content {
    max-width: 80%; }
  #people-place-page .people_place__subheading {
    font-family: 'Sohne Mono', sans-serif;
    text-transform: uppercase;
    font-size: var(--font_14); }
  #people-place-page .people_place__item img {
    width: 100%; }
  #people-place-page .show_desktop {
    width: 100%; }
  #people-place-page .item-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end; }
  #people-place-page .item-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end; }
  #people-place-page .item-3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start; }
  #people-place-page .item-4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
  #people-place-page .right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }

body.page-template-template_about #footer-wrap #partners {
  display: none; }

#about-page #header {
  padding: var(--ym) var(--xm); }
  #about-page #header .header__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    color: #fff;
    font-size: var(--font_120); }
  #about-page #gallery {
    padding: 0px 0px var(--ym) 0px; }
  #about-page #mission {
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #about-page #mission .mission__wrap {
    width: 100%;
    max-width: 785px; }
  #about-page #history {
    padding: var(--ym) var(--xm) 0px var(--xm); }
  #about-page #history hr {
    margin: 40px 0px;
    opacity: 1; }
  #about-page #history .history__wrap {
    width: 100%;
    max-width: 800px;
    padding-left: 2vw; }
  #about-page #history #testimonials {
    padding: 0px; }
  #about-page #history #testimonials .testimonials__item {
    max-width: 100% !important; }
  #about-page #media {
    background: #fff;
    background: linear-gradient(360deg, #fff 0%, #fff 50%, #000 50%, #000 100%); }
  #about-page #team {
    padding: 0px var(--xm) var(--ym) var(--xm);
    background: #fff; }
  #about-page #team .team__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    padding-bottom: 20px; }
  #about-page #team .team__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 80px; }
  #about-page #team .team__image img {
    width: 100%; }
  #about-page #team .team__name {
    font-size: var(--font_16);
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 5px; }
  #about-page #team .team__position {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    color: rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    line-height: 110%; }
  #about-page #sponsors {
    padding: var(--ym) var(--xm); }
  #about-page #sponsors .sponsors__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    padding-bottom: 30px; }
  #about-page #sponsors .sponsors__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.60);
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    padding: 10px 0px 40px 0px; }
  #about-page #sponsors .sponsors__item {
    display: flex;
    height: 170px;
    flex-direction: column;
    justify-content: space-between; }
  #about-page #sponsors .sponsors__image {
    text-align: center; }
    #about-page #sponsors .sponsors__image img {
      width: 100%;
      max-height: 150px; }
  #about-page #sponsors .sponsors__label {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    color: rgba(255, 255, 255, 0.6) !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 125%; }
  #about-page #sponsors .sponsors__list {
    columns: 2; }
  #about-page #sponsors .btn-solid-white {
    color: #000 !important; }
  #about-page #sponsors .secondary {
    padding-top: 50px; }
  #about-page #adw {
    background: #000; }
  #about-page #adw .adw__image {
    bottom: -50px;
    position: relative;
    display: flex;
    justify-content: center; }
    #about-page #adw .adw__image img {
      width: 100%;
      max-height: 580px;
      padding: 0px 10px; }
  #about-page #press {
    padding-top: calc(var(--ym) + 50px);
    background: #fff; }

body.page-template-template_contact #footer-wrap #newsletter {
  display: none; }
  body.page-template-template_contact #footer-wrap #partners {
    display: none; }

#contact-page #header {
  padding: var(--ym) var(--xm); }
  #contact-page #header .header__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_120); }
  #contact-page #header .header__desc {
    width: 100%;
    max-width: 800px; }
  #contact-page #header .row {
    align-items: flex-end; }
  #contact-page .social-btn {
    text-align: right; }
  #contact-page .social-btn .btn-outline-white {
    background: #000 !important;
    padding: 10px 20px !important;
    font-size: var(--font_12) !important; }
  #contact-page .social-btn .btn-outline-white:hover {
    background: #fff !important;
    color: #000 !important; }
  #contact-page .social-btn .btn-outline-white:first-child {
    margin-bottom: 20px; }
  #contact-page .social-btn .btn-outline-white svg {
    margin-left: 10px;
    position: relative;
    top: -2px; }
  #contact-page #contact h4 {
    font-size: var(--font_32); }
  #contact-page #contact #chat {
    padding: 40px; }
  #contact-page #contact #chat p {
    color: rgba(255, 255, 255, 0.8) !important;
    padding-bottom: 15px; }
  #contact-page #contact #email {
    padding: 40px; }
  #contact-page #contact #email input[type=text], #contact-page #contact #email input[type=email], #contact-page #contact #email select, #contact-page #contact #email textarea, #contact-page #contact #email input {
    padding: 5px 10px !important;
    height: 50px !important;
    border: 1px solid #000 !important; }
    #contact-page #contact #email input[type=text]::placeholder, #contact-page #contact #email input[type=email]::placeholder, #contact-page #contact #email select::placeholder, #contact-page #contact #email textarea::placeholder, #contact-page #contact #email input::placeholder {
      color: rgba(0, 0, 0, 0.5) !important; }
  #contact-page #contact #email .wpforms-field-label {
    font-family: 'Sohne', sans-serif;
    font-weight: 400;
    font-size: var(--content_size);
    margin-bottom: 5px; }
  #contact-page #contact #email .wpforms-one-half {
    margin-left: 0px;
    width: 50%; }
  #contact-page #contact #email #wpforms-290-field_2-container {
    margin-left: -1px; }
  #contact-page #contact #email .wpforms-submit-container {
    text-align: left; }
    #contact-page #contact #email .wpforms-submit-container button.wpforms-submit {
      background-color: #ff305c !important;
      border: 2px solid #ff305c !important;
      color: #fff !important;
      height: 50px !important;
      letter-spacing: 0.64px; }
  #contact-page #adw {
    background: #fff;
    background: linear-gradient(270deg, #fff 0%, #fff 50%, #272727 50%, #272727 100%);
    padding-top: 40px; }
  #contact-page #adw .adw__image {
    bottom: -50px;
    position: relative;
    display: flex;
    justify-content: center; }
    #contact-page #adw .adw__image img {
      width: 100%;
      max-height: 580px;
      padding: 0px 10px; }
  #contact-page #adw-buffer {
    background: #000;
    height: 50px; }

#design-conference-page #header, #design-circuits-page #header, #design-days-page #header, #partner-events-page #header {
  padding: 115px var(--xm) 48px var(--xm); }
  #design-conference-page #header .header__heading, #design-circuits-page #header .header__heading, #design-days-page #header .header__heading, #partner-events-page #header .header__heading {
    line-height: 100%;
    margin-bottom: 48px; }
  #design-conference-page #header .header__info, #design-circuits-page #header .header__info, #design-days-page #header .header__info, #partner-events-page #header .header__info {
    width: 100%;
    max-width: 1412px; }
    #design-conference-page #header .header__info .col-xl-5, #design-circuits-page #header .header__info .col-xl-5, #design-days-page #header .header__info .col-xl-5, #partner-events-page #header .header__info .col-xl-5 {
      width: 43%; }
    #design-conference-page #header .header__info .col-xl-7, #design-circuits-page #header .header__info .col-xl-7, #design-days-page #header .header__info .col-xl-7, #partner-events-page #header .header__info .col-xl-7 {
      width: 57%; }
  #design-conference-page #header .header__sub, #design-circuits-page #header .header__sub, #design-days-page #header .header__sub, #partner-events-page #header .header__sub {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_14);
    text-transform: uppercase;
    letter-spacing: 0.42px;
    padding: 0px 0px;
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.60); }
    #design-conference-page #header .header__sub > div, #design-circuits-page #header .header__sub > div, #design-days-page #header .header__sub > div, #partner-events-page #header .header__sub > div {
      border-bottom: 1px solid rgba(255, 255, 255, 0.60);
      padding: 4px 0px; }
  #design-conference-page #header .header__content, #design-circuits-page #header .header__content, #design-days-page #header .header__content, #partner-events-page #header .header__content {
    font-size: var(--font_16);
    padding-left: 20px; }

#design-conference-page #header .header__heading img, #design-days-page #header .header__heading img, #design-circuits-page #header .header__heading img {
  margin-top: -23px;
  margin-left: -1.2vw; }

#partner-events-page #header .header__heading img {
  margin-top: -23px;
  margin-left: -0.8vw; }

body.page-template-template_design-conference #footer-wrap #newsletter {
  background: #ff305c; }

#design-conference-page #agenda-header {
  padding: 120px var(--xm) 48px var(--xm); }
  #design-conference-page #agenda-header .agenda-header__heading {
    font-size: var(--font_60);
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 0px; }
    #design-conference-page #agenda-header .agenda-header__heading span {
      color: #ff305c !important; }
  #design-conference-page #agenda-header .agenda-header__button {
    text-align: right; }
    #design-conference-page #agenda-header .agenda-header__button .btn-solid-coral {
      color: #fff !important;
      height: 48px !important;
      line-height: 48px !important;
      padding: 0px 20px !important;
      display: inline-flex;
      align-items: center; }
  #design-conference-page #agenda-header .row {
    display: flex;
    align-items: flex-end; }
  #design-conference-page #agenda {
    padding: 0px var(--xm) 120px var(--xm); }
  #design-conference-page #agenda .agenda__item {
    margin-bottom: 64px; }
    #design-conference-page #agenda .agenda__item:last-child {
      margin-bottom: 0px; }
    #design-conference-page #agenda .agenda__item .col-xl-2, #design-conference-page #agenda .agenda__item .col-xl-3, #design-conference-page #agenda .agenda__item .col-xl-7 {
      border-top: 1px solid #000;
      margin: 0px;
      padding: 0px; }
    #design-conference-page #agenda .agenda__item .col-xl-2 {
      margin-right: 12px;
      width: calc(16.66666667% - 12px); }
  #design-conference-page #agenda .agenda__time {
    padding-top: 32px;
    font-family: 'Sohne Mono Kraftig', sans-serif;
    font-size: var(--font_16); }
  #design-conference-page #agenda .agenda__wrap {
    padding-left: 32px; }
  #design-conference-page #agenda .agenda__image img {
    width: 100%; }
  #design-conference-page #agenda .agenda__heading {
    font-family: 'Sohne Kraftig', sans-serif;
    font-size: var(--font_20);
    margin-bottom: 12px;
    padding-top: 32px;
    line-height: 125%; }
  #design-conference-page #agenda .agenda__presented {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    line-height: 125%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.75) !important;
    margin-bottom: 16px; }
  #design-conference-page #agenda .agenda__content {
    width: 100%;
    max-width: 730px; }
  #design-conference-page #agenda .agenda__tags {
    margin-bottom: 16px; }
  #design-conference-page #agenda .agenda__tag {
    display: inline-flex;
    height: 24px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    border-radius: 9999px;
    background: #000;
    color: #fff !important;
    font-size: var(--font_12);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  #design-conference-page #agenda #presented-logo {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    color: rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 12px;
    padding-top: 24px; }
  #design-conference-page #agenda #presented-logo span {
    display: block; }
  #design-conference-page #agenda #presented-logo img {
    max-width: 200px; }
  #design-conference-page #speakers {
    padding-top: 24px; }
  #design-conference-page #speakers .speakers__item {
    display: flex;
    align-items: center;
    padding-bottom: 12px; }
  #design-conference-page #speakers .speakers__content {
    padding-left: 12px;
    font-size: var(--font_14);
    line-height: 130%; }
    #design-conference-page #speakers .speakers__content span {
      font-size: var(--font_12);
      color: rgba(0, 0, 0, 0.75) !important; }
  #design-conference-page #speakers .speakers__image {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #f3f3f3; }
    #design-conference-page #speakers .speakers__image img {
      width: 48px;
      height: 48px;
      border-radius: 100%; }
  #design-conference-page #floorplan {
    padding: var(--ym) var(--xm);
    position: relative; }
  #design-conference-page #floorplan .floorplan__map {
    text-align: center;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 160px; }
    #design-conference-page #floorplan .floorplan__map img {
      width: 100%; }
  #design-conference-page #floorplan .floorplan__caption {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_16);
    margin-bottom: 10px; }
  #design-conference-page #floorplan .floorplan__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_60);
    margin-bottom: 10px; }
  #design-conference-page #floorplan .floorplan__content {
    padding-top: 40px;
    padding-bottom: 32px;
    font-size: var(--font_16); }
  #design-conference-page #floorplan .floorplan__button .btn-solid-white {
    color: #000 !important; }
  #design-conference-page #floorplan .floorplan__subtext {
    padding-top: 12px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: var(--font_14); }

body.page-template-template_design-days #footer-wrap #newsletter {
  background: #d64fff; }

#design-days-page #anchors {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center; }
  #design-days-page #anchors .pro, #design-days-page #anchors .public {
    width: 50%; }
  #design-days-page #anchors .bdr {
    border-right: 1px solid #000; }
  #design-days-page #anchors .anchor__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #272727;
    padding: 40px; }
    #design-days-page #anchors .anchor__wrap:hover {
      background: #d64fff; }
      #design-days-page #anchors .anchor__wrap:hover .anchor__button {
        background: #fff !important;
        color: #000 !important; }
  #design-days-page #anchors .anchor__date {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    width: 60px;
    margin-right: 40px; }
  #design-days-page #anchors .anchor__name {
    color: #fff;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_32);
    line-height: 100%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-right: 16px; }
  #design-days-page #anchors .anchor__button {
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: var(--font_12) !important;
    height: 32px !important;
    line-height: 32px !important;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #design-days-page #anchors .anchor__button:hover {
      background-color: #000;
      border: 2px solid #fff;
      color: #fff; }
  #design-days-page #toggle {
    position: sticky;
    top: 20px;
    display: none;
    justify-content: center;
    z-index: 9;
    animation: fadeout 0.5s ease-in; }
  #design-days-page #toggle .toggle-buttons {
    display: flex;
    gap: 0px;
    margin-bottom: 20px;
    background: #000;
    border-radius: 99px;
    border: 1px solid #000;
    height: 44px !important; }
  #design-days-page #toggle .toggle-buttons .btn {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: var(--font_14) !important;
    height: 42px !important;
    font-weight: 400 !important;
    padding: 11px 20px !important; }
    #design-days-page #toggle .toggle-buttons .btn:hover {
      background: transparent;
      border-color: transparent; }
  #design-days-page #toggle .toggle-buttons .btn.active {
    background: #fff;
    color: #000 !important; }
  #design-days-page #toggle.active {
    display: flex;
    animation: fadein 0.5s ease-in; }
  #design-days-page #agenda-header {
    padding: 120px var(--xm) 48px var(--xm); }
  #design-days-page #agenda-header .agenda-header__date {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_14);
    text-transform: uppercase;
    padding-bottom: 16px; }
  #design-days-page #agenda-header .agenda-header__heading {
    font-size: var(--font_60);
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 0px; }
    #design-days-page #agenda-header .agenda-header__heading span {
      color: #d64fff !important; }
  #design-days-page #agenda-header .agenda-header__button {
    text-align: right; }
    #design-days-page #agenda-header .agenda-header__button .btn-solid-violet {
      color: #fff !important;
      height: 48px !important;
      line-height: 48px !important;
      padding: 0px 20px !important;
      display: inline-flex;
      align-items: center; }
  #design-days-page #agenda-header .row {
    display: flex;
    align-items: flex-end; }
  #design-days-page #agenda {
    padding: 0px var(--xm) 120px var(--xm); }
  #design-days-page #agenda .agenda__item {
    margin-bottom: 64px; }
    #design-days-page #agenda .agenda__item:last-child {
      margin-bottom: 0px; }
    #design-days-page #agenda .agenda__item .col-xl-2, #design-days-page #agenda .agenda__item .col-xl-3, #design-days-page #agenda .agenda__item .col-xl-7 {
      border-top: 1px solid #000;
      margin: 0px;
      padding: 0px; }
    #design-days-page #agenda .agenda__item .col-xl-2 {
      margin-right: 12px;
      width: calc(16.66666667% - 12px); }
  #design-days-page #agenda .agenda__time {
    padding-top: 32px;
    font-family: 'Sohne Mono Kraftig', sans-serif;
    font-size: var(--font_16);
    margin-bottom: 12px; }
  #design-days-page #agenda .agenda__wrap {
    padding-left: 32px; }
  #design-days-page #agenda .agenda__image img {
    width: 100%; }
  #design-days-page #agenda .agenda__heading {
    font-family: 'Sohne Kraftig', sans-serif;
    font-size: var(--font_20);
    margin-bottom: 12px;
    padding-top: 32px;
    line-height: 125%; }
  #design-days-page #agenda .agenda__location {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    line-height: 125%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.75) !important; }
  #design-days-page #agenda .agenda__content {
    width: 100%;
    max-width: 730px; }
  #design-days-page #agenda .agenda__tags {
    margin-bottom: 16px; }
  #design-days-page #agenda .agenda__tag {
    display: inline-flex;
    height: 24px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    border-radius: 9999px;
    background: #000;
    color: #fff !important;
    font-size: var(--font_12);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  #design-days-page #agenda #presented-logo {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    color: rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 12px;
    padding-top: 24px; }
  #design-days-page #agenda #presented-logo span {
    display: block; }
  #design-days-page #agenda #presented-logo img {
    max-width: 150px; }
  #design-days-page #speakers {
    padding-top: 24px; }
  #design-days-page #speakers .speakers__item {
    display: flex;
    align-items: center;
    padding-bottom: 12px; }
  #design-days-page #speakers .speakers__content {
    padding-left: 12px;
    font-size: var(--font_14);
    line-height: 130%; }
    #design-days-page #speakers .speakers__content span {
      font-size: var(--font_12);
      color: rgba(0, 0, 0, 0.75) !important; }
  #design-days-page #speakers .speakers__image img {
    width: 48px;
    height: 48px;
    border-radius: 100%; }
  #design-days-page #floorplan {
    padding: var(--ym) var(--xm);
    position: relative; }
  #design-days-page #floorplan .floorplan__map {
    text-align: center;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 160px; }
    #design-days-page #floorplan .floorplan__map img {
      width: 100%; }
  #design-days-page #floorplan .floorplan__caption {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_16);
    margin-bottom: 10px; }
  #design-days-page #floorplan .floorplan__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_60);
    margin-bottom: 10px; }
  #design-days-page #floorplan .floorplan__content {
    padding-top: 40px;
    padding-bottom: 32px;
    font-size: var(--font_16); }
  #design-days-page #floorplan .floorplan__button .btn-solid-white {
    color: #000 !important; }
  #design-days-page #floorplan .floorplan__subtext {
    padding-top: 12px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: var(--font_14); }
  #design-days-page #pro {
    border-bottom: 1px solid #ebebeb; }
  #design-days-page #stub {
    display: none; }

body.page-template-template_partner-events #footer-wrap #newsletter {
  background: #00d098; }

#partner-events-page #full-calendar {
  padding: var(--ym) var(--xm);
  background: #fff; }
  #partner-events-page #full-calendar .calendar__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400; }
  #partner-events-page .unique-filterbar_category-toggle-63df8851-0631-426f-b219-1a3a4f4ce469 {
    display: none; }

body.page-template-template_design-circuits #footer-wrap #newsletter {
  background: #00c8ff; }

#design-circuits-page #full-calendar {
  padding: var(--ym) var(--xm);
  background: #fff; }
  #design-circuits-page #full-calendar .calendar__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400; }
  #design-circuits-page #full-calendar .tribe-events-header {
    display: none !important; }
  #design-circuits-page #cta {
    background: #fff;
    padding: 120px var(--xm) 0px var(--xm); }
  #design-circuits-page #cta .cta__inner {
    display: flex;
    column-gap: 82px;
    align-items: center;
    justify-content: center;
    padding-right: 120px; }
  #design-circuits-page #cta .cta__wrap {
    width: 100%;
    max-width: 420px;
    margin-top: -70px; }
  #design-circuits-page #cta .cta__heading {
    color: #000;
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #design-circuits-page #cta .cta__content {
    margin-bottom: 32px;
    line-height: 150%;
    font-size: var(--font_16); }
  #design-circuits-page #cta .cta__image {
    width: 100%;
    max-width: 740px; }
    #design-circuits-page #cta .cta__image img {
      width: 100%; }
  #design-circuits-page #cta .cta__code {
    width: 100%;
    max-width: 594px;
    margin: 0 auto; }
    #design-circuits-page #cta .cta__code form {
      padding: 0px !important;
      margin: 0px !important; }
      #design-circuits-page #cta .cta__code form div {
        padding: 0px !important;
        margin: 0px !important; }
    #design-circuits-page #cta .cta__code [data-testid="form-row"] {
      flex-direction: column !important; }
    #design-circuits-page #cta .cta__code [data-testid="form-component"] {
      padding: 0px !important;
      flex: unset !important;
      margin-top: -1px !important; }
    #design-circuits-page #cta .cta__code label {
      display: none !important; }
    #design-circuits-page #cta .cta__code input[type=text], #design-circuits-page #cta .cta__code input[type=email], #design-circuits-page #cta .cta__code select, #design-circuits-page #cta .cta__code textarea, #design-circuits-page #cta .cta__code input {
      padding: 5px 16px !important;
      height: 48px !important;
      border: 1px solid #000 !important; }
      #design-circuits-page #cta .cta__code input[type=text]::placeholder, #design-circuits-page #cta .cta__code input[type=email]::placeholder, #design-circuits-page #cta .cta__code select::placeholder, #design-circuits-page #cta .cta__code textarea::placeholder, #design-circuits-page #cta .cta__code input::placeholder {
        color: rgba(0, 0, 0, 0.5) !important; }
    #design-circuits-page #cta .cta__code button {
      font-family: 'Sohne Breit Halbfett', sans-serif !important;
      font-size: var(--font_16) !important;
      line-height: var(--font_16) !important;
      padding: 0px 20px !important;
      text-align: center !important;
      display: inline-block !important;
      font-weight: 400 !important;
      border-radius: 100px !important;
      text-transform: uppercase !important;
      background-image: none !important;
      text-shadow: none !important;
      box-shadow: none !important;
      background: #000 !important;
      margin: 24px auto !important;
      height: 48px !important;
      text-align: left !important; }

#press-page #press {
  background: #fff; }

#single-press {
  padding: var(--ym) 0px;
  max-width: 720px;
  margin: 0 auto; }
  #single-press b, #single-press strong {
    font-family: 'Sohne Kraftig', sans-serif;
    font-weight: 400; }
  #single-press img {
    width: 100%; }
  #single-press .col-xl-12 {
    padding: 0px; }
  #single-press .blog__header {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_40) !important;
    padding-bottom: 20px; }
  #single-press .blog__image {
    padding-bottom: 20px; }
  #single-press .blog__image img {
    width: 100%; }
  #single-press .blog__content p {
    font_size: var(--font_16);
    margin-bottom: 24px;
    padding-bottom: 0px; }
  #single-press .blog__content blockquote {
    border-top: 1px solid rgba(0, 0, 0, 0.50);
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding-top: 20px;
    font-family: 'Sohne', sans-serif;
    font-weight: 400;
    margin-bottom: 24px; }
    #single-press .blog__content blockquote b, #single-press .blog__content blockquote strong {
      font-family: 'Sohne Kraftig', sans-serif;
      font-weight: 400; }
    #single-press .blog__content blockquote em {
      font-style: normal !important; }
    #single-press .blog__content blockquote h1, #single-press .blog__content blockquote h2, #single-press .blog__content blockquote h3, #single-press .blog__content blockquote h4, #single-press .blog__content blockquote h5, #single-press .blog__content blockquote h6 {
      font-family: 'Sohne Kraftig', sans-serif !important;
      font-size: var(--font_20) !important;
      line-height: 112%;
      letter-spacing: 0px;
      text-transform: none !important;
      font-weight: 400 !important;
      margin-bottom: 24px;
      padding-bottom: 0px; }
  #single-press .blog__content h1, #single-press .blog__content h2, #single-press .blog__content h3, #single-press .blog__content h4, #single-press .blog__content h5, #single-press .blog__content h6 {
    line-height: 112%;
    letter-spacing: 0.6px;
    margin-bottom: 24px;
    padding-bottom: 0px; }
  #single-press .blog__content h1, #single-press .blog__content h2 {
    font-size: var(--font_24) !important; }
  #single-press .blog__content h3 {
    font-size: var(--font_20) !important; }
  #single-press .blog__content h4 {
    font-size: var(--font_16) !important; }
  #single-press .blog__content h5 {
    font-size: var(--font_14) !important; }
  #single-press .blog__content h6 {
    font-size: var(--font_14) !important; }
  #single-press .blog__content ul {
    margin: 0px;
    padding: 0px 0px 0px 10px; }
    #single-press .blog__content ul li {
      padding-bottom: 10px;
      padding-left: 10px; }
      #single-press .blog__content ul li::marker {
        content: '\f061';
        font-size: var(--font_16);
        font-family: "Font Awesome 5 Pro"; }
  #single-press #press {
    padding-left: 0px;
    padding-right: 0px; }
  #single-press #press .press__grid {
    grid-template-columns: repeat(2, 1fr); }

body.page-template-template_venue #footer-wrap #newsletter {
  background: #54ffb0; }
  body.page-template-template_venue #footer-wrap #newsletter img {
    filter: brightness(0.5); }

#venue-page #map {
  padding: 0px var(--xm);
  text-align: center;
  background: #fff;
  background: linear-gradient(360deg, #fff 0%, #fff 50%, #000 50%, #000 100%);
  padding-top: 40px; }
  #venue-page #map img {
    width: 100%; }
  #venue-page #info {
    padding: var(--ym) var(--xm); }
  #venue-page #info .info__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_20);
    margin-bottom: 10px; }
  #venue-page #info .info__content {
    margin-bottom: 20px; }
  #venue-page #info .info__button .btn-primary {
    padding: 6px 12px !important;
    font-size: var(--font_12) !important; }
  #venue-page #floorplan {
    padding: var(--ym) var(--xm);
    position: relative; }
  #venue-page #floorplan .floorplan__map {
    text-align: center;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 160px; }
    #venue-page #floorplan .floorplan__map img {
      width: 100%; }
  #venue-page #floorplan .floorplan__caption {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_16);
    margin-bottom: 10px; }
  #venue-page #floorplan .floorplan__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_60);
    margin-bottom: 10px; }
  #venue-page #floorplan .floorplan__content {
    padding-top: 40px; }
  #venue-page #exhibit {
    padding: 120px var(--xm) 120px var(--xm); }
  #venue-page #exhibit .exhibit__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400; }
  #venue-page #exhibit .exhibit__content {
    padding-top: 7vw;
    padding-bottom: 24px;
    width: 100%;
    max-width: 600px; }
  #venue-page #exhibit2 {
    padding: 120px var(--xm) 120px var(--xm);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 65px; }
  #venue-page #exhibit2 .div1 {
    grid-area: 1 / 1 / 2 / 2; }
  #venue-page #exhibit2 .div2 {
    grid-area: 1 / 2 / 2 / 3; }
  #venue-page #exhibit2 .div3 {
    grid-area: 2 / 1 / 3 / 2; }
  #venue-page #exhibit2 .div4 {
    grid-area: 2 / 2 / 3 / 3; }
  #venue-page #exhibit2 .exhibit__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400; }
  #venue-page #exhibit2 .exhibit__content {
    padding-bottom: 24px;
    width: 100%;
    max-width: 600px; }

body.page-template-template_tickets #footer-wrap #newsletter, body.page-template-template_tickets #partners {
  display: none; }

#tickets-page {
  background: #000; }
  #tickets-page #global-header {
    padding: 96px var(--xm) 80px var(--xm); }
  #tickets-page #cta {
    padding: 0px var(--xm) 12px var(--xm); }
  #tickets-page #cta .cta__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(0deg, #000 0%, #000 25%, #272727 25%, #272727 75%, #000 75%, #000 100%); }
  #tickets-page #cta .cta__heading {
    color: #fff;
    margin-bottom: 12px;
    font-size: var(--font_20);
    text-transform: uppercase; }
  #tickets-page #cta .cta__content {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--font_14);
    max-width: 490px;
    line-height: 150%; }
  #tickets-page #cta .cta__image {
    position: relative;
    top: 17px; }
  #tickets-page #tickets {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  #tickets-page #tickets .tickets__group {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    width: 95%; }
  #tickets-page #tickets .tickets__box {
    max-width: 1050px; }
  #tickets-page #tickets .tickets__header {
    display: grid;
    grid-template-columns: 3fr 1fr;
    max-width: 1050px; }
  #tickets-page #tickets .tickets__heading {
    line-height: 100%; }
    #tickets-page #tickets .tickets__heading img {
      position: relative;
      top: -3px; }
  #tickets-page #tickets .tickets__content {
    max-width: 746px; }
  #tickets-page #tickets .tickets__date, #tickets-page #tickets .tickets__location {
    color: rgba(0, 0, 0, 0.75);
    font-size: var(--font_14); }
  #tickets-page #tickets .tickets__flex .tribe-tickets__tickets-form {
    display: flex; }
    #tickets-page #tickets .tickets__flex .tribe-tickets__tickets-item {
      width: 100%; }
  #tickets-page #tickets .tickets__bg {
    width: 18px;
    height: 100%;
    background-image: url(../images/ticket-bg.png);
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #tickets-page #tickets .tickets__stub {
    background: #fff;
    padding: 40px 10px;
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0px 12px 12px 0px; }
  #tickets-page #tickets .tickets__sub {
    transform: rotate(-90deg);
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    line-height: 120%;
    text-transform: uppercase; }
  #tickets-page #tickets .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 32px; }
  #tickets-page #partner-events .tribe-tickets__ticket-type-header__wrapper {
    display: none !important; }
  #tickets-page .scheme-coral h3 {
    color: #ff305c; }
  #tickets-page .scheme-violet h3 {
    color: #d64fff; }
  #tickets-page .scheme-turquoise h3 {
    color: #00d098; }
  #tickets-page .scheme-sky h3 {
    color: #00c8ff; }
  #tickets-page .tribe-tickets__tickets-form {
    border: none;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%; }
  #tickets-page .tribe-tickets__tickets-title, #tickets-page .tribe-tickets__tickets-form__series-pass-header {
    display: none; }
  #tickets-page .tribe-tickets__tickets-buy {
    background: #000;
    border: 2px solid #000;
    color: #fff;
    border-radius: 9999px; }
  #tickets-page .tribe-tickets__tickets-buy:disabled, #tickets-page .tribe-tickets__tickets-buy[disabled] {
    background: #a6a6a6;
    border: 2px solid #a6a6a6;
    color: #fff;
    border-radius: 9999px; }
  #tickets-page .tribe-tickets__tickets-item-content-title {
    font-family: 'Sohne Kraftig', sans-serif;
    font-size: var(--font_16); }
  #tickets-page .tribe-tickets__tickets-item-details-content {
    font-size: var(--font_14);
    margin: 0px !important;
    line-height: 100% !important; }
  #tickets-page .tribe-tickets__tickets-item-details-content strong, #tickets-page .tribe-tickets__tickets-item-details-content b {
    font-size: var(--font_14) !important;
    font-weight: 400 !important;
    padding-top: 5px !important;
    color: #ff305c !important;
    display: block; }
  #tickets-page .tribe-tickets__tickets-item {
    border-color: var(--Border-border-mid, rgba(0, 0, 0, 0.50));
    padding: 20px 0px; }
  #tickets-page .tribe-tickets__tickets-footer {
    border-color: var(--Border-border-mid, rgba(0, 0, 0, 0.50)); }
  #tickets-page .tribe-tickets__tickets-item--price-suffix {
    grid-template-columns: 4fr 1fr; }
  #tickets-page .tickets__table {
    margin-top: 32px;
    padding-top: 20px;
    display: flex;
    border-top: 1px solid var(--Border-border-mid, rgba(0, 0, 0, 0.50)); }
  #tickets-page .tickets__table .table__name {
    font-family: 'Sohne Kraftig', sans-serif;
    font-size: var(--font_16); }
  #tickets-page .tickets__table .table__description {
    font-size: var(--font_14);
    color: var(--tec-color-text-secondary); }
  #tickets-page .tickets__table .table__description p {
    margin-bottom: 0px; }
  #tickets-page .tickets__table .c-1 {
    width: 75%; }
  #tickets-page .tickets__table .c-2 {
    width: 15%; }
  #tickets-page .tickets__table .c-3 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 10%; }
  #tickets-page .tickets__table .c-3 .end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  #tickets-page .tickets__table .gst {
    font-size: 0.875em;
    color: var(--tec-color-text-secondary); }
  #tickets-page .tickets__table del {
    color: var(--tec-color-text-secondary);
    font-size: var(--tec-font-size-1); }
  #tickets-page .tickets__table .table__price--sale .woocommerce-Price-amount bdi {
    font-family: 'Sohne Kraftig', sans-serif !important; }
  #tickets-page .table-button {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px; }
  #tickets-page .entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-sale-label, #tickets-page .event-tickets .tribe-tickets__tickets-item-content-sale-label {
    background-color: #fff !important;
    padding: 0px 0px 3px 0px;
    margin: 0px; }
  #tickets-page .scheme-coral .entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-sale-label, #tickets-page .scheme-coral .event-tickets .tribe-tickets__tickets-item-content-sale-label {
    color: #ff305c; }
  #tickets-page .scheme-violet .entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-sale-label, #tickets-page .scheme-violet .event-tickets .tribe-tickets__tickets-item-content-sale-label {
    color: #d64fff; }
  #tickets-page .scheme-turquoise .entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-sale-label, #tickets-page .scheme-turquoise .event-tickets .tribe-tickets__tickets-item-content-sale-label {
    color: #00d098; }
  #tickets-page .scheme-sky .entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-sale-label, #tickets-page .scheme-sky .event-tickets .tribe-tickets__tickets-item-content-sale-label {
    color: #00c8ff; }
  #tickets-page .tribe-dialog__wrapper {
    padding: 40px; }
  #tickets-page .tribe-dialog__wrapper .tribe-modal__close-button {
    border: none !important; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer-cart-button {
    border: 2px solid #000;
    border-radius: 9999px;
    color: #000;
    text-decoration: none;
    margin-right: 13px; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer-cart-button:hover {
    border: 2px solid #000;
    border-radius: 9999px;
    color: #000;
    background: #fff; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer-checkout-button {
    background: #ff305c;
    border: 2px solid #ff305c; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer-checkout-button:hover {
    background: #ff305c;
    border: 2px solid #ff305c;
    color: #fff; }
  #tickets-page .tribe-dialog__wrapper .tribe-ticket__tickets-heading {
    color: #000 !important; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__attendee-tickets-item-remove {
    background: transparent;
    border: none; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr 2fr repeat(2, 1fr) !important;
    grid-template-rows: unset !important;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-remove-wrap {
    grid-area: 1 / 1 / 4 / 2;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 10px; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-title-container {
    grid-area: 1 / 2 / 2 / 4; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-summary {
    grid-area: 2 / 2 / 3 / 4; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-content {
    grid-area: 3 / 2 / 4 / 4;
    padding-top: 10px;
    max-width: 80%;
    line-height: 125% !important; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra {
    grid-area: 1 / 4 / 4 / 5;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 10px; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity-tickets__tickets-item-quantity {
    grid-area: 1 / 5 / 4 / 6; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-total-wrap {
    grid-area: 1 / 6 / 4 / 7;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 10px; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-total-wrap .tribe-tickets__tickets-item-total {
      align-self: unset !important; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity {
    grid-column: 5 !important; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-remove {
    border: none; }
  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-summary button {
    border: none !important; }
  #tickets-page #pro-design-day .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-number, #tickets-page #public-design-day .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-number, #tickets-page #partner-events .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-number, #tickets-page #pro-design-day .event-tickets .tribe-tickets__tickets-item-quantity-number, #tickets-page #public-design-day .event-tickets .tribe-tickets__tickets-item-quantity-number, #tickets-page #partner-events .event-tickets .tribe-tickets__tickets-item-quantity-number {
    align-items: unset;
    appearance: unset;
    background-color: unset;
    border: unset;
    color: unset;
    cursor: unset;
    display: unset;
    height: unset;
    justify-content: center;
    margin: unset;
    outline: unset;
    overflow: unset;
    position: unset;
    width: 100px; }
  #tickets-page #pro-design-day .tribe-tickets__tickets-item-quantity-number, #tickets-page #public-design-day .tribe-tickets__tickets-item-quantity-number, #tickets-page #partner-events .tribe-tickets__tickets-item-quantity-number, #tickets-page #pro-design-day .tribe-tickets__tickets-item-quantity-number, #tickets-page #public-design-day .tribe-tickets__tickets-item-quantity-number, #tickets-page #partner-events .tribe-tickets__tickets-item-quantity-number, #tickets-page #pro-design-day .tribe-tickets__tickets-item-quantity-add, #tickets-page #public-design-day .tribe-tickets__tickets-item-quantity-add, #tickets-page #partner-events .tribe-tickets__tickets-item-quantity-add, #tickets-page #pro-design-day .tribe-tickets__tickets-item-quantity-remove, #tickets-page #public-design-day .tribe-tickets__tickets-item-quantity-remove, #tickets-page #partner-events .tribe-tickets__tickets-item-quantity-remove, #tickets-page #pro-design-day .tribe-tickets__tickets-item-quantity-add, #tickets-page #public-design-day .tribe-tickets__tickets-item-quantity-add, #tickets-page #partner-events .tribe-tickets__tickets-item-quantity-add, #tickets-page #pro-design-day .tribe-tickets__tickets-item-quantity-remove, #tickets-page #public-design-day .tribe-tickets__tickets-item-quantity-remove, #tickets-page #partner-events .tribe-tickets__tickets-item-quantity-remove {
    width: 100px !important; }
  #tickets-page #pro-design-day .bootstrap-touchspin, #tickets-page #public-design-day .bootstrap-touchspin, #tickets-page #partner-events .bootstrap-touchspin {
    height: 38px !important; }
  #tickets-page #pro-design-day .bootstrap-touchspin .bootstrap-touchspin-down, #tickets-page #public-design-day .bootstrap-touchspin .bootstrap-touchspin-down, #tickets-page #partner-events .bootstrap-touchspin .bootstrap-touchspin-down, #tickets-page #pro-design-day .bootstrap-touchspin .bootstrap-touchspin-up, #tickets-page #public-design-day .bootstrap-touchspin .bootstrap-touchspin-up, #tickets-page #partner-events .bootstrap-touchspin .bootstrap-touchspin-up {
    padding: 0px 10px !important; }

#whatson-page #global-header .header__heading {
  margin-bottom: 30px; }
  #whatson-page #tba {
    padding: var(--ym) var(--xm);
    background: #fff;
    color: #000;
    display: none; }
  #whatson-page #mini-calendar {
    padding: 10px 0px 40px 0px; }
  #whatson-page #full-calendar {
    padding: var(--ym) var(--xm);
    background: #fff; }
  #whatson-page #full-calendar .calendar__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400; }

#header-slim {
  height: 64px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  font-family: 'Sohne Mono', sans-serif;
  font-size: var(--font_14);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  padding: 20px var(--xm); }
  #header-slim .lineimg {
    padding: 0px 12px; }

body.page-tribe-attendee-registration .tribe-tickets__registration {
  max-width: 100% !important; }
  body.page-tribe-attendee-registration .tribe-tickets__registration-submit {
    background: #000 !important;
    color: #fff; }
  body.page-tribe-attendee-registration .tribe-tickets__registration-submit:hover {
    background: #fff !important;
    color: #000; }
  body.page-tribe-attendee-registration .tribe-tickets__registration-grid {
    padding-top: 0px !important;
    border-top: none !important;
    display: block !important;
    max-width: 80%; }
  body.page-tribe-attendee-registration .tribe-tickets__registration-actions {
    margin: 0px !important;
    display: none; }
  body.page-tribe-attendee-registration .tribe-tickets__registration-page-title {
    text-align: left;
    padding: 0px 0px 40px 0px;
    margin-bottom: 40px !important;
    color: #000;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
  body.page-tribe-attendee-registration .tribe-tickets__registration-actions, body.page-tribe-attendee-registration .tribe-tickets__registration-page-title, body.page-tribe-attendee-registration .ribe-tickets__iac-email-disclaimer, body.page-tribe-attendee-registration .tribe-tickets__registration-footer, body.page-tribe-attendee-registration #tribe-tickets__registration-form {
    width: 65% !important;
    padding-left: var(--xm) !important;
    padding-right: var(--xm) !important; }
  body.page-tribe-attendee-registration #tribe-tickets__mini-cart {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    margin: 0px !important;
    width: 35% !important;
    height: 100% !important;
    background: #000 !important;
    color: #fff !important;
    padding: 40px var(--xm) !important;
    border-radius: 0px !important;
    border: none !important; }
  body.page-tribe-attendee-registration #tribe-tickets__mini-cart .tribe-tickets__mini-cart-title {
    color: #fff !important;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    margin: 0px 0px 24px 0px !important; }
  body.page-tribe-attendee-registration #tribe-tickets__mini-cart .tribe-tickets__tickets-item-content-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--font_12); }
  body.page-tribe-attendee-registration #tribe-tickets__mini-cart .tribe-tickets__tickets-sale-price {
    line-height: 100%;
    font-size: var(--font_14); }
  body.page-tribe-attendee-registration #tribe-tickets__mini-cart .tribe-tickets__tickets-sale-price-suffix {
    display: block;
    font-size: 11px !important; }
  body.page-tribe-attendee-registration #tribe-tickets__mini-cart .tribe-tickets__tickets-footer-back-link, body.page-tribe-attendee-registration #tribe-tickets__mini-cart .tribe-tickets__tickets-footer-quantity-label {
    color: #fff !important; }
  body.page-tribe-attendee-registration .entry .entry-content .event-tickets .tribe-tickets__tickets-footer-quantity-number, body.page-tribe-attendee-registration .entry .entry-content .event-tickets .tribe-tickets__tickets-footer-total-number, body.page-tribe-attendee-registration .entry .entry-content .event-tickets .tribe-tickets__tickets-footer-total-wrap, body.page-tribe-attendee-registration .event-tickets .tribe-tickets__tickets-footer-quantity-number, body.page-tribe-attendee-registration .event-tickets .tribe-tickets__tickets-footer-total-number, body.page-tribe-attendee-registration .event-tickets .tribe-tickets__tickets-footer-total-wrap {
    color: #fff !important; }
  body.page-tribe-attendee-registration .entry .entry-content .event-tickets .tribe-tickets__tickets-item, body.page-tribe-attendee-registration .event-tickets .tribe-tickets__tickets-item {
    border-top: none !important; }
  body.page-tribe-attendee-registration .entry .entry-content .event-tickets .tribe-tickets__tickets-footer, body.page-tribe-attendee-registration .event-tickets .tribe-tickets__tickets-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.60); }
  body.page-tribe-attendee-registration .entry .entry-content .event-tickets .tribe-tickets__attendee-tickets-item:after, body.page-tribe-attendee-registration .event-tickets .tribe-tickets__attendee-tickets-item:after {
    display: none; }

body.page-tribe-attendee-registration.admin-bar #tribe-tickets__mini-cart {
  top: 32px !important; }

.event-tile__wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .event-tile__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 7;
    transition: all 0.5s ease; }
  .event-tile__overlay a.parent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%; }
  .event-tile__overlay a.btn-solid-white {
    position: relative;
    z-index: 9;
    background: #fff;
    border: 2px solid #fff;
    padding: 5px 20px 1px 20px !important; }
  .event-tile__overlay img {
    width: 28px;
    height: 28px;
    position: relative;
    top: -1px; }
  .event-tile__image {
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
    overflow: hidden; }
  .event-tile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .event-tile__tags {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .event-tile__tags .event-tags {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 100%;
    padding: 0px 0px 15px 10px;
    flex-wrap: wrap;
    align-content: flex-end; }
  .event-tile__tags .event-tag {
    background: #000;
    color: #fff; }
  .event-tile__tags .event-tag a {
    color: #fff; }
  .event-tile__category {
    position: relative;
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background-image: url(../images/event_tile_overlay.png);
    background-repeat: repeat-y; }

.tribe-events-view .tribe-events-l-container {
  max-width: 100% !important;
  padding: 40px 0px 0px 0px !important; }
  .tribe-events-view .event-tile__image, .tribe-events-view .tribe-events-pro-photo__event-featured-image-wrapper, .tribe-events-view .tribe-events-pro-photo__event-featured-image-link, .tribe-events-view .tribe-events-pro-photo__event-featured-image {
    min-height: 23.5vw;
    max-height: 23.5vw; }
  .tribe-events-view .tribe-events-pro-photo__event .event-tile__overlay {
    opacity: 0; }
  .tribe-events-view .tribe-events-pro-photo__event:hover .event-tile__overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2); }
  .tribe-events-view .tribe-events-pro-photo__event:hover .event-tile__image {
    transform: scale(1.1); }
  .tribe-events-view .tribe-events-pro-photo-nav, .tribe-events-view .tribe-events-c-subscribe-dropdown__container, .tribe-events-view .tribe-events-header__top-bar {
    display: none !important; }
  .tribe-events-view .tribe-events-header--has-event-search {
    display: flex !important;
    flex-direction: row-reverse !important; }
  .tribe-events-view .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button-container, .tribe-events-view .tribe-events-header--has-event-search .tribe-events-c-events-bar__views {
    display: none; }
  .tribe-events-view .tribe-events-header--has-event-search .tribe-events-header__events-bar {
    width: 25% !important;
    border: none !important; }
  .tribe-events-view .tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-search__input-group {
    margin-top: 15px; }
  .tribe-events-view .tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-search__input {
    background: #efefef !important;
    color: #000 !important;
    border-bottom: 0px !important;
    border-radius: 9999px !important;
    padding: 10px 0px 10px 40px !important;
    height: 40px; }
    .tribe-events-view .tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-search__input::placeholder {
      color: rgba(0, 0, 0, 0.40) !important; }
  .tribe-events-view .tribe-events-header--has-event-search .tribe-events-header__events-bar .tribe-events-c-search__button {
    display: none !important; }
  .tribe-events-view .tribe-events-header--has-event-search .tribe-filter-bar {
    width: 75% !important;
    margin-bottom: 0px !important; }
  .tribe-events-view .tribe-events-pro-photo .tribe-common-g-row {
    column-gap: 0px; }
  .tribe-events-view .tribe-events-pro-photo .tribe-common-g-row--gutters {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 48px; }
  .tribe-events-view .tribe-events-pro-photo__event {
    margin-bottom: 0px !important; }
  .tribe-events-view .tribe-events-pro-photo__event {
    width: 100% !important;
    padding: 0px !important; }
  .tribe-events-view .tribe-events-pro-photo__event .tec-events-calendar-photo__event-categories, .tribe-events-view .tribe-events-pro-photo__event .tribe-events-pro-photo__event-cost {
    display: none !important; }
  .tribe-events-view .tribe-events-pro-photo__event .tribe-events-pro-photo__event-title {
    font-family: 'Sohne Kraftig', sans-serif !important;
    font-size: var(--font_20) !important;
    line-height: 125% !important;
    padding: 16px 0 0 0px;
    margin: 0px; }
  .tribe-events-view .tribe-events-pro-photo__event .tribe-events-pro-photo__event-title h3, .tribe-events-view .tribe-events-pro-photo__event .tribe-events-pro-photo__event-title a {
    font-size: var(--font_20) !important;
    font-weight: 400;
    font-family: 'Sohne Kraftig', sans-serif !important; }
  .tribe-events-view .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details-wrapper {
    display: flex;
    flex-direction: column-reverse; }
  .tribe-events-view .tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag {
    width: 100%; }
  .tribe-events-view .tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag-datetime {
    font-family: 'Sohne Mono', sans-serif !important;
    font-size: var(--font_12) !important;
    text-transform: uppercase !important;
    text-align: left;
    color: rgba(0, 0, 0, 0.75) !important;
    padding-top: 8px !important; }
  .tribe-events-view .tribe-events-pro-photo__event .tribe-events-pro-photo__event-details {
    display: flex !important;
    flex-direction: column-reverse !important; }
  .tribe-events-view .tribe-events-pro-photo__event .tribe-events-pro-photo__event-datetime {
    font-family: 'Sohne Mono', sans-serif !important;
    font-size: var(--font_12) !important;
    text-transform: uppercase !important;
    text-align: left;
    color: rgba(0, 0, 0, 0.75) !important; }

.tribe-tickets__tickets-item-quantity {
  border: 2px solid #000 !important;
  border-radius: 9999px !important; }
  .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-remove, .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-add {
    border: none !important;
    color: #000 !important;
    padding: 0px 10px !important;
    width: 30px !important;
    font-size: var(--font_24) !important;
    font-family: 'Sohne Kraftig', sans-serif; }
  .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-number input {
    border: none !important;
    font-size: var(--font_16) !important;
    font-family: 'Sohne Kraftig', sans-serif; }

.tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__filters-legend {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  text-transform: uppercase !important;
  margin-bottom: 30px; }
  .tribe-filter-bar__filters-container .tribe-common-form-control-checkbox__input {
    border-radius: 100%; }
  .tribe-filter-bar__filters-container .tribe-common .tribe-common-form-control-checkbox__input:checked, .tribe-filter-bar__filters-container .tribe-common .tribe-common-form-control-radio__input:checked {
    background: #000 !important; }
  .tribe-filter-bar__filters-container .tribe-common .tribe-common-form-control-checkbox__input:checked::after, .tribe-filter-bar__filters-container .tribe-common .tribe-common-form-control-radio__input:checked::after {
    display: none !important; }
  .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__filter-fields {
    margin-top: 0px !important; }
  .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__filter-fields input[type=checkbox] {
    border-radius: 100% !important; }
  .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__filter-fields input[type=checkbox]:checked {
    border-radius: 100% !important;
    background: #000 !important; }
  .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__filter-fields input[type=checkbox]:checked:after {
    display: none; }
  .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__container {
    border-radius: 12px !important;
    box-shadow: 4px 12px 40px 0 rgba(0, 0, 0, 0.12) !important;
    border: none !important; }

.tribe-filter-bar__filters-slider-container .tribe-filter-bar-c-pill__pill {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  height: 40px !important;
  border-radius: 9999px !important;
  padding: 0px 12px !important;
  font-family: 'Sohne', sans-serif !important;
  font-size: var(--font_12) !important; }
  .tribe-filter-bar__filters-slider-container .tribe-filter-bar-c-pill__pill .tribe-filter-bar-c-pill__pill-label {
    padding-right: 5px !important;
    font-size: 12px !important; }
  .tribe-filter-bar__filters-slider-container .tribe-filter-bar-c-pill__pill .tribe-filter-bar-c-pill__pill-label i {
    font-size: 10px; }

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:focus, .tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
  outline: none !important;
  background: var(--white) !important;
  border: 1px solid rgba(0, 0, 0, 0.10) !important; }

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__filters-close {
  top: -10px !important;
  width: 60px !important; }

.filter-btn-done {
  background: #000 !important;
  color: #fff !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 0px 12px !important;
  border-radius: 9999px !important;
  height: 32px !important;
  display: inline-block !important;
  line-height: 32px !important; }

#filter-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  #filter-overlay .tribe-filter-bar-c-filter__container {
    z-index: 99999;
    position: relative; }

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
  width: 350px !important; }

.tribe-filter-bar__form {
  width: 100% !important;
  display: block !important; }

.tribe-tickets__registration-event, .tribe-tickets__attendee-tickets-form {
  margin-bottom: 40px !important; }
  .tribe-tickets__registration-event .tribe-tickets__registration-summary, .tribe-tickets__attendee-tickets-form .tribe-tickets__registration-summary {
    display: flex;
    flex-direction: column-reverse; }
  .tribe-tickets__registration-event .tribe-ticket__tickets-heading, .tribe-tickets__attendee-tickets-form .tribe-ticket__tickets-heading {
    font-family: 'Sohne Kraftig', sans-serif !important;
    text-transform: none;
    font-size: var(--font_24); }
  .tribe-tickets__registration-event .tribe-tickets__attendee-tickets-item, .tribe-tickets__attendee-tickets-form .tribe-tickets__attendee-tickets-item {
    background: #fff !important;
    border: none !important;
    padding: 0px !important; }
  .tribe-tickets__registration-event .tribe-tickets__attendee-tickets-item:before, .tribe-tickets__attendee-tickets-form .tribe-tickets__attendee-tickets-item:before {
    background: none !important;
    width: 0px; }
  .tribe-tickets__registration-event .tribe-tickets__attendee-tickets-item-title, .tribe-tickets__attendee-tickets-form .tribe-tickets__attendee-tickets-item-title {
    font-family: 'Sohne Kraftig', sans-serif !important;
    text-transform: none;
    font-size: var(--font_14); }
  .tribe-tickets__registration-event .tribe-tickets__form-field-label, .tribe-tickets__attendee-tickets-form .tribe-tickets__form-field-label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important; }
  .tribe-tickets__registration-event .tribe-tickets__form-field-input, .tribe-tickets__attendee-tickets-form .tribe-tickets__form-field-input {
    border: 1px solid #000 !important;
    padding: 5px 16px !important; }

body.single-tribe_events #footer-wrap #newsletter {
  display: none; }
  body.single-tribe_events #footer-wrap #partners {
    display: none; }
  body.single-tribe_events #footer-wrap #footer {
    display: none; }
  body.single-tribe_events #footer-wrap #copyright {
    display: none; }
  body.single-tribe_events .tribe-link-view-attendee {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_14);
    text-transform: uppercase;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
    margin-top: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50); }
  body.single-tribe_events .tribe-link-view-attendee a {
    border-radius: 9999px;
    line-height: 100%;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    font-size: var(--font_12);
    display: inline-flex !important;
    align-items: center;
    height: 32px !important;
    padding: 0px 12px; }
  body.single-tribe_events .tribe-link-view-attendee a:hover {
    background: #000 !important;
    color: #fff !important; }
  body.single-tribe_events .event__rsvp {
    position: absolute;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  body.single-tribe_events .event__rsvp .tribe-link-view-attendee {
    display: none !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-wrapper {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp {
    padding: 0px !important;
    margin: 0px !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-details-wrapper {
    display: none !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-wrapper {
    display: none !important;
    padding: 0px !important;
    margin: 0px !important;
    border-left: none !important;
    width: 100% !important; }
    body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-wrapper .tribe-tickets__rsvp-actions .tribe-common-h2 {
      display: none !important; }
    body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-wrapper .tribe-tickets__rsvp-actions-wrapper .tribe-tickets__rsvp-actions-rsvp-going {
      margin-top: 0px !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 800px;
    padding: 40px !important;
    margin: 0 auto !important;
    border-radius: 16px; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-form-title, body.single-tribe_events .event__rsvp .tribe-common-h5 {
    font-size: var(--font_24) !important;
    color: #000 !important;
    line-height: 100%; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-form-buttons {
    justify-content: center; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-form-button {
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-form-button:hover {
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-form-button--submit {
    background: #000; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-form-button--submit:hover {
    background: #000;
    color: #fff !important;
    border: none !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-guest-list-item button {
    border: none;
    background: transparent; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-quantity .tribe-common-h7 {
    display: block;
    padding-bottom: 10px; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-quantity-input {
    border: 1px solid #000;
    border-radius: 20px;
    display: inline-flex; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-quantity-input input[type=number] {
    border-bottom: none !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-quantity-input input::-webkit-outer-spin-button, body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-quantity-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-quantity-input input[type="number"] {
    -moz-appearance: textfield; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-quantity-input-number {
    border: none !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-ar-form-wrapper {
    background: none !important; }
  body.single-tribe_events .event__rsvp .tribe-tickets__rsvp-attendees {
    margin-top: 20px !important; }
  body.single-tribe_events .event__rsvpinfo {
    color: rgba(0, 0, 0, 0.75); }
  body.single-tribe_events .event__rsvpinfo a {
    color: rgba(0, 0, 0, 0.75); }
  body.single-tribe_events .event__rsvpinfo .tribe-tickets__rsvp-wrapper {
    display: none !important; }
  body.single-tribe_events .tribe-rsvp .user-details {
    display: none; }
  body.single-tribe_events .tribe-rsvp-list .tribe-item .attendee-meta.toggle {
    color: #000 !important;
    font-size: var(--font_14) !important; }
  body.single-tribe_events .tribe-rsvp-list .tribe-item .tribe-tickets__form-field label {
    font-size: var(--font_14) !important; }
    body.single-tribe_events .tribe-rsvp-list .tribe-item .tribe-tickets__form-field input {
      border: 1px solid #000 !important;
      padding: 5px 10px !important; }
  body.single-tribe_events .tribe-item .user-details {
    display: none; }
  body.single-tribe_events .tec-tickets__wallet-plus-component-pdf-button-container, body.single-tribe_events .tec-tickets__wallet-plus-component-apple-wallet-button-container {
    padding-top: 8px; }
  body.single-tribe_events .tec-tickets__wallet-plus-component-pdf-button-container a, body.single-tribe_events .tec-tickets__wallet-plus-component-apple-wallet-button-container a {
    border-radius: 9999px;
    line-height: 100%;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    font-size: var(--font_12);
    display: flex !important;
    align-items: center;
    height: 32px !important;
    padding: 0px 12px; }
  body.single-tribe_events .tec-tickets__wallet-plus-component-pdf-button-container a:hover, body.single-tribe_events .tec-tickets__wallet-plus-component-apple-wallet-button-container a:hover {
    background: #000 !important;
    color: #fff !important; }
  body.single-tribe_events .tec-tickets__wallet-plus-component-pdf-button-container img, body.single-tribe_events .tec-tickets__wallet-plus-component-apple-wallet-button-container img {
    display: none; }
  body.single-tribe_events .tec-tickets__wallet-plus-component-pdf-button-container .tribe-common-a11y-hidden, body.single-tribe_events .tec-tickets__wallet-plus-component-apple-wallet-button-container .tribe-common-a11y-hidden {
    display: inline-block !important;
    visibility: visible !important;
    text-align: center; }
  body.single-tribe_events .tec-tickets__wallet-plus-component-pdf-button-container {
    padding-right: 8px; }
  body.single-tribe_events .tec-tickets__my-tickets-list__series-link {
    display: none !important; }
  body.single-tribe_events .tribe-tickets__tickets-page-wrapper {
    padding-bottom: 40px; }
  body.single-tribe_events .attendee-meta.toggle {
    color: #000 !important;
    font-size: var(--font_14) !important; }
  body.single-tribe_events .tribe-tickets__form-field label {
    font-size: var(--font_14) !important; }
  body.single-tribe_events .tribe-tickets__form-field input {
    border: 1px solid #000 !important;
    padding: 5px 10px !important; }

#single-event {
  padding: 65px var(--xm) 200px var(--xm);
  position: relative;
  background: #fff; }
  #single-event .event__heading.wide {
    display: none;
    max-width: 1000px; }
  #single-event .event__grid {
    display: flex;
    column-gap: 10%; }
  #single-event .event__main {
    width: 70%; }
  #single-event .event__aside {
    width: 30%; }
  #single-event .event__sidebar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    height: calc(100% - 16px);
    background: #000; }
  #single-event .event__sidebar__inner {
    padding: 12px 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
    width: 40px; }
  #single-event .event__sidebar__label {
    color: #000;
    font-size: var(--font_12);
    font-family: 'Sohne Mono', sans-serif;
    text-transform: uppercase;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    padding-top: 8px; }
  #single-event .event__details {
    margin-left: 56px; }
  #single-event .event__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_60);
    margin-bottom: 48px; }
  #single-event .event__content {
    max-width: 1140px; }
  #single-event .event__image {
    padding-bottom: 25px; }
  #single-event .event__image img {
    width: 100%; }
  #single-event .event__tags {
    padding-bottom: 25px; }
  #single-event .event__tags .event-tags {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    height: 100%;
    padding-bottom: 20px; }
  #single-event .event__datetime {
    border-top: 1px solid rgba(0, 0, 0, 0.50); }
  #single-event .event__date, #single-event .event__time, #single-event .event__venue {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_14);
    text-transform: uppercase;
    line-height: 125%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
    padding: 10px 0px; }
  #single-event .event__category {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background: #ccc;
    display: flex;
    flex-direction: column; }
  #single-event .event__category span {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    text-transform: uppercase;
    line-height: 100%;
    padding-left: 20px;
    transform: rotate(270deg) translate(-40%, 0%); }
  #single-event .event__category img {
    width: 40px; }
  #single-event .speakers__item {
    display: flex;
    align-items: center;
    padding-bottom: 20px; }
  #single-event .speakers__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_40);
    padding-top: 20px; }
  #single-event .speakers__content {
    padding-left: 12px;
    font-size: var(--font_16);
    line-height: 130%;
    width: 94%; }
  #single-event .speakers__content span {
    font-size: var(--font_14);
    color: rgba(0, 0, 0, 0.75); }
  #single-event .speakers__image {
    width: 64px;
    height: 64px; }
  #single-event .speakers__image img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 9999px; }
  #single-event .presented__heading {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    color: rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 10px; }
  #single-event .presented__image img {
    max-width: 200px; }
  #single-event .tribe-events-single .tribe-events-single-event-title, #single-event .tribe-events-single .tribe-events-schedule {
    display: none !important; }
  #single-event .tribe-events-single .tribe-tickets__form .button {
    background: #000 !important; }
    #single-event .tribe-events-single .tribe-tickets__form .button:hover {
      color: #fff !important; }
  #single-event .tribe-events-single .tribe-tickets__form .tribe-answer label {
    display: flex;
    flex-direction: row;
    align-items: center; }
    #single-event .tribe-events-single .tribe-tickets__form .tribe-answer select {
      padding-left: 10px; }
  #single-event .tribe-events-single .tec-tickets__my-tickets-list-title {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_24); }
  #single-event .tribe-events-single .list-attendee {
    font-family: 'Sohne Kraftig', sans-serif;
    letter-spacing: 0px;
    order: 2 !important; }
  #single-event .tribe-events-single .tribe-ticket-information {
    order: 0 !important; }

body.tribe_event_series-template-default #newsletter, body.tribe_event_series-template-default #partners {
  display: none; }
  body.tribe_event_series-template-default .blog__title, body.tribe_event_series-template-default .tribe-back {
    display: none; }
  body.tribe_event_series-template-default #content {
    padding: var(--ym) 0px; }
  body.tribe_event_series-template-default .tribe-events-single-event-title {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_60); }
  body.tribe_event_series-template-default .tribe-item .user-details {
    display: none; }
  body.tribe_event_series-template-default .tribe-item .tribe-tickets-list {
    max-width: 600px; }
  body.tribe_event_series-template-default .tribe-item .list-attendee {
    letter-spacing: 0px; }
  body.tribe_event_series-template-default .tribe-item .ticket-name {
    font-family: 'Sohne Kraftig', sans-serif; }
  body.tribe_event_series-template-default .tribe-item .tec-tickets__wallet-plus-component-pdf-button-link, body.tribe_event_series-template-default .tribe-item .tec-tickets__wallet-plus-component-apple-wallet-button-link {
    border-radius: 9999px;
    line-height: 100%;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    font-size: var(--font_12);
    display: flex !important;
    align-items: center;
    height: 32px !important;
    padding: 0px 12px; }
  body.tribe_event_series-template-default .tribe-item .tec-tickets__wallet-plus-component-pdf-button-link:hover, body.tribe_event_series-template-default .tribe-item .tec-tickets__wallet-plus-component-apple-wallet-button-link:hover {
    background: #000 !important;
    color: #fff !important; }
  body.tribe_event_series-template-default .tribe-item .tec-tickets__wallet-plus-component-pdf-button-link img, body.tribe_event_series-template-default .tribe-item .tec-tickets__wallet-plus-component-apple-wallet-button-link img {
    display: none; }
  body.tribe_event_series-template-default .tribe-item .tec-tickets__wallet-plus-component-pdf-button-link .tribe-common-a11y-hidden, body.tribe_event_series-template-default .tribe-item .tec-tickets__wallet-plus-component-apple-wallet-button-link .tribe-common-a11y-hidden {
    display: inline-block !important;
    visibility: visible !important;
    text-align: center; }
  body.tribe_event_series-template-default .tribe-item .tec-tickets__my-tickets-list-title {
    display: none; }
  body.tribe_event_series-template-default .tribe-submit-tickets-form button {
    background-color: #000 !important; }
  body.tribe_event_series-template-default .tribe-submit-tickets-form button:hover {
    background-color: #fff !important;
    color: #000 !important; }
  body.tribe_event_series-template-default .attendee-meta.toggle {
    color: #000 !important;
    font-size: var(--font_14) !important; }
  body.tribe_event_series-template-default .tribe-tickets__form-field label {
    font-size: var(--font_14) !important; }
  body.tribe_event_series-template-default .tribe-tickets__form-field input {
    border: 1px solid #000 !important;
    padding: 5px 10px !important; }

form .g-recaptcha {
  margin-top: 24px;
  margin-bottom: 24px; }

.otgs-development-site-front-end {
  display: none !important; }

.slick-dots li button {
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  border-radius: 100%; }
  .slick-dots li button:before {
    font-size: 0px; }
  .slick-dots li.slick-active button {
    background: #000 !important; }
  .slick-dots li:only-child {
    display: none; }

#global-header {
  padding: var(--ym) var(--xm); }
  #global-header .header__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_120); }
  #global-header .header__content {
    width: 100%;
    max-width: 800px; }

#mini-calendar {
  padding-top: var(--ym); }
  #mini-calendar .calendar__heading {
    color: #fff;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    padding-bottom: 20px;
    font-size: var(--font_24);
    letter-spacing: 0.24px; }
  #mini-calendar img {
    width: 100%; }

#press {
  padding: var(--ym) var(--xm); }
  #press .press__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    margin-bottom: 0px !important; }
  #press .press__button {
    width: 100%;
    text-align: right; }
  #press .press__button .btn-outline-black {
    padding: 15px 20px !important; }
  #press .press__wrap {
    padding: 0px 4px; }
  #press .press__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    padding-top: 40px; }
  #press .press__title {
    font-family: 'Sohne Kraftig', sans-serif;
    font-size: var(--font_20);
    padding-top: 16px;
    margin-bottom: 8px;
    line-height: 115%; }
  #press .press__title a {
    text-transform: none;
    line-height: 115%;
    font-size: var(--font_20); }
  #press .press__source {
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    line-height: 125%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.75); }
  #press .press__source a {
    color: rgba(0, 0, 0, 0.75); }
  #press .press__image {
    position: relative; }
  #press .press__image img {
    width: 100%; }
  #press .press__tag {
    background: #fff;
    color: #000;
    text-transform: capitalize;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0px 8px;
    border-radius: 50px;
    font-size: var(--font_12); }
  #press .flex {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
  #press .press-slider {
    padding-top: 40px; }
  #press .slider-buttons {
    margin: 0 auto;
    padding: 0px 0px 0px 10px;
    justify-content: space-between;
    position: relative;
    top: -3px;
    left: 0;
    max-width: 110px;
    width: 100%; }
  #press .slider-buttons img {
    width: 45px; }
  #press .slider-buttons .previous {
    margin-right: 10px; }

#testimonials {
  background: #000;
  color: #fff;
  padding: var(--ym) var(--xm); }
  #testimonials .testimonials__heading {
    color: #fff;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400; }
  #testimonials .testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 18%;
    grid-row-gap: 0px; }
  #testimonials .testimonials__grid .item-1 {
    grid-area: 1 / 2 / 2 / 3; }
  #testimonials .testimonials__grid .item-2 {
    grid-area: 2 / 1 / 3 / 2; }
  #testimonials .testimonials__grid .item-3 {
    grid-area: 2 / 3 / 3 / 4; }
  #testimonials .testimonials__grid .item-4 {
    grid-area: 3 / 2 / 4 / 3; }
  #testimonials .testimonials__item {
    width: 100%;
    margin: 0 auto; }
  #testimonials .testimonials__content img {
    padding-right: 5px; }
  #testimonials .testimonials__wrap {
    display: flex;
    padding-top: 20px; }
  #testimonials .testimonials__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 120%;
    padding-left: 15px; }
  #testimonials .testimonials__name {
    font-size: var(--font_14); }
  #testimonials .testimonials__company {
    font-size: var(--font_12);
    color: rgba(255, 255, 255, 0.8); }
  #testimonials .testimonials__image img {
    border-radius: 100%;
    width: 48px;
    height: 48px; }

#stub {
  position: fixed;
  min-height: 106px;
  left: calc(100vw - 420px - 16px);
  z-index: 99;
  width: 420px;
  bottom: 6px;
  filter: drop-shadow(4px 12px 40px rgba(0, 0, 0, 0.12)); }
  #stub .stub__top {
    position: relative;
    width: 100%;
    bottom: -3px; }
  #stub .stub__top img {
    width: 100%; }
  #stub .stub__btm {
    position: relative;
    width: 100%;
    top: -8px; }
  #stub .stub__btm img {
    width: 100%; }
  #stub .stub__inner {
    background-image: url(../images/stub_bg.svg);
    background-repeat: repeat-y;
    background-size: 100%;
    width: 100%; }
  #stub .stub__content {
    width: 340px;
    padding: 6px 20px;
    font-size: var(--font_14);
    line-height: 150%; }
  #stub .stub__content p {
    margin-bottom: 0px; }
  #stub .stub__content strong {
    font-family: 'Sohne Kraftig', sans-serif;
    font-weight: 400; }
  #stub .stub__stub {
    padding: 0px 0px;
    width: 68px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  #stub .stub__name {
    transform: rotate(-90deg);
    font-family: 'Sohne Mono', sans-serif;
    font-size: 7px;
    line-height: 120%;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto; }
  #stub .stub__name img {
    height: 14px;
    margin-right: 6px; }
  #stub .stub__barcode {
    display: flex;
    justify-content: center; }
  #stub .stub__barcode img {
    width: 20px; }
  #stub .stub__wrap {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
    text-align: right; }
  #stub .stub__pricing {
    font-size: var(--font_12);
    line-height: 150%; }
  #stub .stub__pricing .urgency {
    color: #ff305c;
    line-height: 110%; }
  #stub .stub__button .btn {
    font-size: var(--font_14) !important; }

#stub.coral .stub__pricing .urgency {
  color: #ff305c; }
  #stub.coral .stub__button .btn-solid-black {
    background: #ff305c !important;
    color: #fff !important;
    border-color: #ff305c !important; }

#stub.violet .stub__pricing .urgency {
  color: #d64fff; }
  #stub.violet .stub__button .btn-solid-black {
    background: #d64fff !important;
    color: #fff !important;
    border-color: #d64fff !important; }

body.single-tribe_events {
  position: relative; }
  body.single-tribe_events #stub {
    position: fixed;
    left: calc(100vw - 420px - 16px);
    top: unset;
    bottom: 6px; }

#instagram-feed {
  background: #000;
  color: #fff;
  padding: var(--ym) 0px; }
  #instagram-feed a {
    text-align: right;
    color: #fff;
    display: block;
    padding-right: 20px; }

#gallery {
  background: #000;
  padding: var(--ym) 0px 0px 0px; }
  #gallery .gallery__wrap {
    width: 100vw;
    display: flex;
    left: 0vw;
    position: relative; }
  #gallery .gallery__section {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    column-gap: 12px;
    width: 100%;
    margin-right: 10px; }
  #gallery .gallery__item {
    width: 25vw; }
  #gallery .gallery__item img {
    width: 100%; }
  #media .image-cover {
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 80vh; }
  #media .video-cover {
    width: 100vw;
    height: 80vh;
    overflow: hidden; }
  #media .video-cover video {
    object-fit: cover;
    width: 100vw;
    height: 80vh; }
  #media .image-inline, #media .video-inline {
    text-align: center;
    padding: 5% 40px; }
  #media .video-inline {
    width: 100%;
    max-width: 80%;
    margin: 0 auto; }

body.single-lesson p {
  font-family: 'Sohne', sans-serif; }
  body.single-lesson .entry-content p {
    color: #fff; }
  body.single-lesson .sensei-lms-course-navigation__lessons {
    color: #fff; }
  body.single-lesson .sensei-lms-course-navigation__lessons a {
    color: #fff; }
  body.single-lesson .sensei-course-theme__video-container:not(.has-background) {
    border: none;
    padding: 0px !important; }
  body.single-lesson .wp-block-sensei-lms-course-theme-course-progress-counter {
    color: #fff; }
  body.single-lesson .wp-block-post-title {
    margin-bottom: 20px !important;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: 40px;
    text-transform: uppercase; }
  body.single-lesson .wp-block-sensei-lms-exit-course {
    color: #fff; }
  body.single-lesson .wp-block-sensei-lms-exit-course a {
    color: #fff; }
  body.single-lesson .sensei-buttons-container button {
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    color: #fff !important;
    background: transparent !important;
    margin: 0px !important;
    display: block !important;
    font-size: 20px !important;
    line-height: 115% !important;
    border: 3px solid #fff !important;
    padding: 10px 20px 13px !important;
    text-transform: uppercase !important;
    border-radius: 100px !important; }
  body.single-lesson .sensei-buttons-container button:hover {
    background: #fff !important;
    color: #000 !important; }
  body.single-lesson .sensei-buttons-container .wp-block-sensei-lms-button-complete-lesson, body.single-lesson .sensei-buttons-container .wp-block-sensei-lms-button-lesson-completed, body.single-lesson .sensei-buttons-container .wp-block-sensei-lms-button-next-lesson {
    background: transparent !important;
    margin-right: 20px; }
  body.single-lesson .wp-block-sensei-lms-course-title {
    font-family: 'Sohne Kraftig', sans-serif !important; }
  body.single-lesson .wp-block-site-logo {
    width: 100px !important; }
  body.single-lesson .sensei-course-theme .wp-block-site-logo img {
    max-height: 20px !important; }
  body.single-lesson .sensei-buttons-container {
    display: flex !important; }
  body.single-lesson .sensei-course-theme-course-progress-bar-inner {
    background-color: #ff305c !important; }
  body.single-lesson .sensei-lms-notice {
    background-color: #000;
    color: #fff; }
  body.single-lesson .sensei-lms-notice .sensei-course-theme__button {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    color: #fff !important;
    background: transparent !important;
    margin: 0px !important;
    display: block !important;
    font-size: 20px !important;
    line-height: 115% !important;
    border: 3px solid #fff !important;
    padding: 10px 20px 13px !important;
    text-transform: uppercase !important;
    border-radius: 100px !important; }
  body.single-lesson .sensei-lms-notice .sensei-course-theme__button:hover {
    background: #fff !important;
    color: #000 !important; }

body.page-id-6199 .container, body.postid-7802 .container, body.postid-7801 .container {
  max-width: 100%; }
  body.page-id-6199 .archive-header h1, body.postid-7802 .archive-header h1, body.postid-7801 .archive-header h1 {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: 8vw;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
  body.page-id-6199 .wp-block-sensei-lms-course-list-filter, body.postid-7802 .wp-block-sensei-lms-course-list-filter, body.postid-7801 .wp-block-sensei-lms-course-list-filter {
    display: none; }
  body.page-id-6199 .wp-block-sensei-lms-course-list, body.postid-7802 .wp-block-sensei-lms-course-list, body.postid-7801 .wp-block-sensei-lms-course-list {
    padding: 40px 0px; }
  body.page-id-6199 .wp-block-sensei-lms-course-list ul, body.postid-7802 .wp-block-sensei-lms-course-list ul, body.postid-7801 .wp-block-sensei-lms-course-list ul {
    margin: 0px;
    padding: 0px; }
  body.page-id-6199 .wp-block-columns, body.postid-7802 .wp-block-columns, body.postid-7801 .wp-block-columns {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: 0px;
    border: 2px solid #fff;
    padding: 40px;
    gap: 20px; }
  body.page-id-6199 .wp-block-columns .wp-block-button__link, body.postid-7802 .wp-block-columns .wp-block-button__link, body.postid-7801 .wp-block-columns .wp-block-button__link {
    font-size: 40px !important;
    padding: 10px 40px 13px !important;
    background: #000;
    border: 3px solid #fff;
    font-size: 40px !important;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase !important;
    height: auto !important;
    line-height: 40px !important; }
  body.page-id-6199 .wp-block-columns h2, body.postid-7802 .wp-block-columns h2, body.postid-7801 .wp-block-columns h2 {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
  body.page-id-6199 .wp-block-columns .wp-block-post-author, body.postid-7802 .wp-block-columns .wp-block-post-author, body.postid-7801 .wp-block-columns .wp-block-post-author {
    display: none; }
  body.page-id-6199 .wp-block-columns .wp-block-sensei-lms-course-overview, body.postid-7802 .wp-block-columns .wp-block-sensei-lms-course-overview, body.postid-7801 .wp-block-columns .wp-block-sensei-lms-course-overview {
    display: none; }
  body.page-id-6199 .sensei-progress-bar__progress, body.postid-7802 .sensei-progress-bar__progress, body.postid-7801 .sensei-progress-bar__progress {
    background-color: #ff305c !important; }

body.postid-6220 .course-lessons {
  margin: 0px;
  padding: 0px;
  border: none; }
  body.postid-6220 .lesson-title h2 {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    font-size: var(--font_32) !important; }
  body.postid-6220 .lesson-meta {
    color: #fff;
    margin-bottom: 0px; }
  body.postid-6220 .lesson-meta p {
    color: #fff; }
  body.postid-6220 .meter.red > span {
    background: #ff305c; }
  body.postid-6220 .entry-content > header {
    display: none; }
  body.postid-6220 .course-enrolment {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    justify-content: center; }
  body.postid-6220 .course-enrolment button {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    color: #fff !important;
    background: transparent !important;
    margin: 0px !important;
    display: block !important;
    font-size: 20px !important;
    line-height: 115% !important;
    border: 3px solid #fff !important;
    padding: 10px 20px 13px !important;
    text-transform: uppercase !important;
    border-radius: 100px !important; }
  body.postid-6220 .course-enrolment button:hover {
    background: #fff !important;
    color: #000 !important; }

body.page-id-6200 #page-wrap {
  padding: 100px; }
  body.page-id-6200 .wp-block-button__link {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    color: #fff !important;
    background: transparent !important;
    margin: 0px !important;
    display: block !important;
    font-size: 20px !important;
    line-height: 115% !important;
    border: 3px solid #fff !important;
    padding: 10px 20px 13px !important;
    text-transform: uppercase !important;
    border-radius: 100px !important; }
  body.page-id-6200 .wp-block-button__link:hover {
    background: #fff !important;
    color: #000 !important; }

body.page-id-6199 h1 {
  font-family: 'Sohne Breit Halbfett', sans-serif;
  font-size: 8vw;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px; }
  body.page-id-6199 .wp-block-sensei-lms-course-list ul {
    margin: 0 auto;
    padding: 0px; }
  body.page-id-6199 .wp-block-sensei-lms-course-list li {
    list-style: none; }
  body.page-id-6199 .wp-block-sensei-lms-course-list {
    padding: 0px 0px; }
  body.page-id-6199 .wp-block-column {
    text-align: center; }

article.type-course .progress {
  background-color: #000;
  color: #fff;
  min-height: 50px;
  font-size: 18px; }

body.lesson-template-default .entry-content, body.lesson-template-default .wp-block-sensei-lms-exit-course a {
  color: #000; }

#footer-wrap {
  background: #000;
  color: #fff; }
  #footer-wrap #newsletter {
    background-color: #d64fff;
    position: relative;
    min-height: 700px; }
  #footer-wrap #newsletter .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  #footer-wrap #newsletter .newsletter__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: var(--ym) var(--xm); }
  #footer-wrap #newsletter .newsletter__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_32);
    text-align: center;
    color: #000; }
  #footer-wrap #newsletter .newsletter__content {
    text-align: center;
    font-size: var(--font_16);
    color: #000; }
  #footer-wrap #newsletter .newsletter__code {
    width: 100%;
    max-width: 594px;
    margin: 0 auto; }
    #footer-wrap #newsletter .newsletter__code .klaviyo-form-Si5qY5 {
      padding-top: 32px; }
    #footer-wrap #newsletter .newsletter__code form {
      padding: 0px !important;
      margin: 0px !important; }
      #footer-wrap #newsletter .newsletter__code form div {
        padding: 0px !important;
        margin: 0px !important; }
    #footer-wrap #newsletter .newsletter__code [data-testid="form-row"] {
      flex-direction: column !important; }
    #footer-wrap #newsletter .newsletter__code [data-testid="form-component"] {
      padding: 0px !important;
      flex: unset !important;
      margin-top: -1px !important; }
    #footer-wrap #newsletter .newsletter__code label {
      display: none !important; }
    #footer-wrap #newsletter .newsletter__code input[type=text], #footer-wrap #newsletter .newsletter__code input[type=email], #footer-wrap #newsletter .newsletter__code select, #footer-wrap #newsletter .newsletter__code textarea, #footer-wrap #newsletter .newsletter__code input {
      padding: 5px 16px !important;
      height: 48px !important;
      border: 1px solid #000 !important; }
      #footer-wrap #newsletter .newsletter__code input[type=text]::placeholder, #footer-wrap #newsletter .newsletter__code input[type=email]::placeholder, #footer-wrap #newsletter .newsletter__code select::placeholder, #footer-wrap #newsletter .newsletter__code textarea::placeholder, #footer-wrap #newsletter .newsletter__code input::placeholder {
        color: rgba(0, 0, 0, 0.5) !important; }
    #footer-wrap #newsletter .newsletter__code button.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
      font-family: 'Sohne Breit Halbfett', sans-serif !important;
      font-size: var(--font_16) !important;
      line-height: var(--font_16) !important;
      padding: 0px 20px !important;
      text-align: center !important;
      display: inline-block !important;
      font-weight: 400 !important;
      border-radius: 100px !important;
      text-transform: uppercase !important;
      background-image: none !important;
      text-shadow: none !important;
      box-shadow: none !important;
      background: #000 !important;
      margin: 24px auto !important;
      height: 48px !important; }
  #footer-wrap #newsletter .marquee .marquee__inner {
    animation: marquee 90s linear infinite;
    -webkit-animation: marquee 90s linear infinite; }
    #footer-wrap #newsletter .marquee .marquee__inner span {
      white-space: unset;
      padding: 0px; }
    #footer-wrap #newsletter .marquee .marquee__inner img {
      min-height: 700px;
      max-width: unset; }
  #footer-wrap #partners {
    background: #272727; }
  #footer-wrap #partners .partners__image {
    padding: 40px 0px 20px 0px;
    height: 8vw; }
    #footer-wrap #partners .partners__image img {
      max-width: 320px; }
  #footer-wrap #partners .partners__label {
    padding: 20px 0px 20px 0px;
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_12);
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6); }
  #footer-wrap #partners .text-center {
    border-left: 1px solid #000;
    border-right: 1px solid #000; }
  #footer-wrap #partners .text-end {
    border-left: 1px solid #000; }
  #footer-wrap #partners .container-fluid {
    margin-left: 0px;
    margin-right: 0px; }
  #footer-wrap #partners .text-start, #footer-wrap #partners .text-center, #footer-wrap #partners .text-end {
    padding: 24px 40px; }
  #footer-wrap #footer {
    padding: 40px var(--xm);
    font-size: var(--font_14); }
  #footer-wrap #footer ul {
    margin: 0px;
    padding: 0px; }
  #footer-wrap #footer li {
    list-style: none;
    padding: 0px 0px 20px 0px;
    display: block;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_14); }
  #footer-wrap #footer li a {
    font-size: var(--font_14); }
  #footer-wrap #footer a {
    color: #fff; }
  #footer-wrap #copyright {
    padding: 20px var(--xm);
    font-size: var(--font_12);
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Sohne Mono', sans-serif;
    letter-spacing: 0.36px;
    text-transform: uppercase; }
  #footer-wrap #copyright a {
    color: rgba(255, 255, 255, 0.8) !important; }
  #footer-wrap #copyright .logo {
    padding-bottom: 20px; }
  #footer-wrap #copyright .col-xl-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  #footer-wrap #copyright .inline .show_desktop {
    display: inline-block; }

body.page-template-template_about #footer-wrap #newsletter {
  background-color: #ff305c !important; }

body.page-template-default .entry-content strong {
  font-family: 'Sohne Kraftig', sans-serif;
  font-weight: 400; }

.show_desktop {
  display: block; }

.show_mobile {
  display: none; }

.show_tablet {
  display: none; }

.grecaptcha-badge {
  display: none !important; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9; }

.clear {
  clear: both !important; }

.page-title {
  color: #000 !important; }

.alignleft {
  position: relative;
  float: left;
  padding-right: 40px; }

.alignright {
  position: relative;
  float: right;
  padding-left: 40px; }

p {
  margin: 0 0 25px; }

p:empty {
  display: none; }

legend {
  text-transform: uppercase; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
  color: #000; }
  a:hover {
    color: #000; }

.section_wrap {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.stick {
  position: sticky;
  top: 0px;
  z-index: -1; }

.bootstrap-touchspin {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #000;
  background: #fff;
  width: 100%;
  max-width: 100px; }
  .bootstrap-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin .bootstrap-touchspin-up {
    background: transparent;
    color: #000 !important;
    padding: 0px !important;
    border-radius: 0px !important;
    border: none !important;
    font-size: 12px !important; }
  .bootstrap-touchspin .bootstrap-touchspin-down:hover, .bootstrap-touchspin .bootstrap-touchspin-up:hover {
    padding: 0px !important; }
  .bootstrap-touchspin .qty {
    width: 40px !important;
    margin: 0px 8px !important;
    border-bottom: none !important;
    flex: unset !important;
    text-align: center !important; }
  .bootstrap-touchspin input::-webkit-outer-spin-button, .bootstrap-touchspin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .bootstrap-touchspin input[type="number"] {
    -moz-appearance: textfield; }

body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-down.btn-primary, body.woocommerce-cart .product-quantity .quantity .bootstrap-touchspin-up.btn-primary, .woocommerce .quantity .bootstrap-touchspin-down.btn-primary, .woocommerce .quantity .bootstrap-touchspin-up.btn-primary {
  color: #000 !important;
  background-color: transparent !important; }

.tribe-tickets__tickets-item-quantity {
  padding-top: 0px !important;
  border-radius: 9999px !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  width: 100% !important;
  max-width: 100px !important;
  height: 40px !important; }

.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove, .event-tickets .tribe-tickets__tickets-item-quantity-add, .event-tickets .tribe-tickets__tickets-item-quantity-remove {
  margin-bottom: 0px !important; }

.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-number, .event-tickets .tribe-tickets__tickets-item-quantity-number, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add, .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove, .event-tickets .tribe-tickets__tickets-item-quantity-add, .event-tickets .tribe-tickets__tickets-item-quantity-remove {
  height: 40px !important;
  font-size: 16px !important; }

.event-tag {
  border-radius: 20px;
  padding: 0px 12px !important;
  margin: 0px 4px 4px 0px !important;
  font-size: var(--font_12) !important;
  height: 24px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center; }

.event-formats, .event-disciplines {
  display: inline; }

.event-format {
  background: #000 !important;
  color: #fff !important; }
  .event-format a {
    color: #fff !important; }

.event-discipline {
  background: #efefef !important;
  color: #000 !important; }
  .event-discipline a {
    color: #000 !important; }

.error404 .wrapper {
  padding: 10% 0px 5% 0px; }
  .error404 h1 {
    text-align: center; }
  .error404 .entry-content {
    text-align: center;
    padding-top: 3%; }

body.page-template-default #page-wrap {
  width: 100%;
  max-width: 1920px;
  padding: 40px;
  margin: 0px auto; }

.slider-buttons {
  margin: 0 auto;
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 10%;
  max-width: 80%;
  width: 100%; }
  .slider-buttons .next, .slider-buttons .previous {
    cursor: pointer; }

.slick-dots {
  bottom: 0px;
  left: 0vw; }
  .slick-dots li button {
    border: 1px solid #fff; }
  .slick-dots li.slick-active button {
    background: #fff !important; }

.underlined {
  display: inline-block;
  position: relative;
  color: #000; }
  .underlined:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out; }
  .underlined:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left; }

.mono {
  font-family: 'Sohne Mono', sans-serif; }

.display {
  font-family: 'Sohne Breit Halbfett', sans-serif; }

.font-xl {
  font-size: var(--font_24); }

.font-lg {
  font-size: var(--font_20); }

.font-xl {
  font-size: var(--font_24); }

.font-sm {
  font-size: var(--font_14); }

.font-xs {
  font-size: var(--font_12); }

.bdr-soft {
  border-color: rgba(0, 0, 0, 0.10); }

.bdr-soft-invert {
  border-color: rgba(255, 255, 255, 0.12); }

.bdr-heavy {
  border-color: #000; }

.bdr-heavy-invert {
  border-color: #fff; }

.bg-black {
  background-color: #000 !important; }
  .bg-black input[type=text], .bg-black input[type=email], .bg-black input[type=tel], .bg-black input[type=number], .bg-black input[type=password], .bg-black textarea, .bg-black select {
    background: #000 !important; }
  .bg-black table.table, .bg-black table.table-striped {
    --bs-table-striped-bg: #000 !important;
    --bs-table-active-color: #000 !important;
    --bs-table-hover-color: #000 !important;
    --bs-table-bg-type: #000 !important;
    border-color: #000 !important; }
  .bg-black .card {
    background-color: #000 !important;
    border: 1px solid #000 !important; }

.bg-grey {
  background-color: #272727 !important; }
  .bg-grey input[type=text], .bg-grey input[type=email], .bg-grey input[type=tel], .bg-grey input[type=number], .bg-grey input[type=password], .bg-grey textarea, .bg-grey select {
    background: #272727 !important; }
  .bg-grey table.table, .bg-grey table.table-striped {
    --bs-table-striped-bg: #272727 !important;
    --bs-table-active-color: #272727 !important;
    --bs-table-hover-color: #272727 !important;
    --bs-table-bg-type: #272727 !important;
    border-color: #272727 !important; }
  .bg-grey .card {
    background-color: #272727 !important;
    border: 1px solid #272727 !important; }

.color-white {
  color: #fff !important; }
  .color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6, .color-white p, .color-white span, .color-white div, .color-white li, .color-white a {
    color: #fff !important; }
  .color-white hr {
    border-color: #fff !important; }
  .color-white input[type=text], .color-white input[type=email], .color-white input[type=tel], .color-white input[type=number], .color-white input[type=password], .color-white textarea, .color-white select {
    color: #fff !important;
    border-bottom: 2px solid #fff !important; }
  .color-white input[type=text]::placeholder, .color-white input[type=email]::placeholder, .color-white input[type=tel]::placeholder, .color-white input[type=number]::placeholder, .color-white input[type=password]::placeholder, .color-white textarea::placeholder, .color-white select::placeholder {
    color: #fff !important; }
  .color-white table.table, .color-white table.table-striped {
    --bs-table-striped-color: #fff !important;
    --bs-table-active-bg: #fff !important;
    --bs-table-hover-bg: #fff !important;
    color: #fff !important; }
  .color-white .table > :not(caption) > * > * {
    color: #fff !important; }
  .color-white .accordion {
    border-bottom: 2px solid #fff; }
  .color-white .accordion-button {
    color: #fff;
    border-top: 2px solid #fff; }
  .color-white .accordion-button:not(.collapsed) {
    color: #fff; }
  .color-white .accordion-button:focus {
    color: #fff;
    border-top: 2px solid #fff; }
  .color-white .accordion-body {
    color: #fff; }

.color-black {
  color: #000 !important; }
  .color-black h1, .color-black h2, .color-black h3, .color-black h4, .color-black h5, .color-black h6, .color-black p, .color-black span, .color-black div, .color-black li, .color-black a {
    color: #000 !important; }
  .color-black hr {
    border-color: #000 !important; }
  .color-black input[type=text], .color-black input[type=email], .color-black input[type=tel], .color-black input[type=number], .color-black input[type=password], .color-black textarea, .color-black select {
    color: #000 !important;
    border-bottom: 2px solid #000 !important; }
  .color-black input[type=text]::placeholder, .color-black input[type=email]::placeholder, .color-black input[type=tel]::placeholder, .color-black input[type=number]::placeholder, .color-black input[type=password]::placeholder, .color-black textarea::placeholder, .color-black select::placeholder {
    color: #000 !important; }
  .color-black table.table, .color-black table.table-striped {
    --bs-table-striped-color: #000 !important;
    --bs-table-active-bg: #000 !important;
    --bs-table-hover-bg: #000 !important;
    color: #000 !important; }
  .color-black .table > :not(caption) > * > * {
    color: #000 !important; }
  .color-black .accordion {
    border-bottom: 2px solid #000; }
  .color-black .accordion-button {
    color: #000;
    border-top: 2px solid #000; }
  .color-black .accordion-button:not(.collapsed) {
    color: #000; }
  .color-black .accordion-button:focus {
    color: #000;
    border-top: 2px solid #000; }
  .color-black .accordion-body {
    color: #000; }

.reveal {
  position: relative;
  transform: translateY(0px);
  opacity: 0;
  transition: 1s all ease; }

.reveal.active {
  transform: translateY(0);
  opacity: 1; }

.reveal-top {
  animation: fadein 2s ease-in; }

.fadein {
  animation: fadein 2s ease-in; }

.fadeout {
  animation: fadeout 2s ease-out; }

.fadein-menu {
  animation: fadein 1s ease-in; }

.fadeout-menu {
  animation: fadeout 1s ease-out; }

.marquee__inner {
  animation: marquee 90s linear infinite;
  -webkit-animation: marquee 90s linear infinite; }
  .marquee__inner span {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    display: flex;
    align-items: center; }

.marquee {
  width: 100%;
  overflow: hidden;
  pointer-events: none; }
  .marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    animation-play-state: running;
    opacity: 1;
    transition-duration: 0.4s;
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0);
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -o-transition: opacity 0.1s; }
  .marquee__inner span {
    white-space: nowrap;
    padding: 0 1vw; }

@keyframes marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes -webkit-marquee {
  0% {
    transform: translate3d(calc(-25% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-25% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-25% + 20vw), 0, 0); }

  100% {
    transform: translate3d(calc(-50% + 20vw), 0, 0);
    -webkit-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -moz-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -ms-transform: translate3d(calc(-50% + 20vw), 0, 0);
    -o-transform: translate3d(calc(-50% + 20vw), 0, 0); } }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-ms-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-o-keyframes fadeout {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'Sohne Breit Halbfett', sans-serif;
  text-transform: uppercase; }

h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #000;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none; }

h1, .h1 {
  font-size: var(--h1_size); }

h2, .h2 {
  font-size: var(--h2_size); }

h3, .h3 {
  font-size: var(--h3_size); }

h4 {
  font-size: var(--h4_size); }

h5 {
  font-size: var(--h5_size); }

h6 {
  font-size: var(--h6_size); }

.button, .readmore a, .btn-primary, .btn-default {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #000;
  border: 2px solid #000;
  color: #fff; }

.button:hover, .readmore a:hover, .btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within, .btn-primary:focus-visible {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-secondary {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #fff;
  color: #fff; }

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within, .btn-secondary:focus-visible {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.5s ease;
  text-decoration: none;
  outline: none; }

.btn-solid-black {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #000;
  border: 2px solid #000;
  color: #fff; }
  .btn-solid-black:hover {
    background-color: #3a3a3a;
    border: 2px solid #3a3a3a;
    color: #fff !important; }

.btn-solid-white {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000; }
  .btn-solid-white:hover {
    background-color: #dedede;
    border: 2px solid #dedede;
    color: #000 !important; }

.btn-solid-coral {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #ff305c;
  border: 2px solid #ff305c;
  color: #fff; }
  .btn-solid-coral:hover {
    background-color: #eb1e49;
    border: 2px solid #eb1e49;
    color: #fff !important; }

.btn-solid-turquoise {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #54ffb0;
  border: 2px solid #54ffb0;
  color: #fff; }
  .btn-solid-turquoise:hover {
    background-color: #02ba88;
    border: 2px solid #02ba88;
    color: #fff !important; }

.btn-solid-violet {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #d64fff;
  border: 2px solid #d64fff;
  color: #fff; }
  .btn-solid-violet:hover {
    background-color: #bf39e8;
    border: 2px solid #bf39e8;
    color: #fff !important; }

.btn-solid-disabled {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #b4b4b4;
  border: 2px solid #b4b4b4;
  color: #fff; }
  .btn-solid-disabled:hover {
    background-color: #b4b4b4;
    border: 2px solid #b4b4b4;
    color: #fff !important; }

.btn-outline-black {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #000;
  color: #000; }
  .btn-outline-black:hover {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8); }

.btn-outline-white {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #fff;
  color: #fff; }
  .btn-outline-white:hover {
    background-color: #fff;
    border: 2px solid #dedede;
    color: #dedede; }

.btn-outline-coral {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #ff305c;
  color: #ff305c; }
  .btn-outline-coral:hover {
    background-color: #fff;
    border: 2px solid #eb1e49;
    color: #eb1e49; }

.btn-outline-turquoise {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #54ffb0;
  color: #54ffb0; }
  .btn-outline-turquoise:hover {
    background-color: #fff;
    border: 2px solid #02ba88;
    color: #02ba88; }

.btn-outline-violet {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid #d64fff;
  color: #d64fff; }
  .btn-outline-violet:hover {
    background-color: #fff;
    border: 2px solid #bf39e8;
    color: #bf39e8; }

.btn-outline-disabled {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.33);
  color: rgba(0, 0, 0, 0.33); }
  .btn-outline-disabled:hover {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.33);
    color: rgba(0, 0, 0, 0.33); }

.entry-content ol, .entry-content ul {
  margin-left: 20px; }

.entry-content ol li, .entry-content ul li {
  margin-bottom: 5px; }

ol, ul {
  margin-left: 20px; }

.accordion {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 2px solid #000; }

.accordion-item {
  border: none;
  border-radius: 0px;
  background-color: transparent; }

.accordion-header {
  font-size: var(--content_size) !important; }

.accordion-body {
  background-color: transparent;
  color: #000;
  font-size: var(--content_size);
  padding: 15px 0px !important; }

.accordion-button {
  background-color: transparent;
  color: #000;
  font-size: var(--content_size);
  border-top: 2px solid #000;
  font-family: 'Sohne', sans-serif;
  padding: 15px 0px !important; }

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
  box-shadow: none !important; }

.accordion-button:focus {
  border: none;
  border-top: 2px solid #000;
  box-shadow: none !important; }

.accordion-button.collapsed::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  font-size: 30px;
  font-weight: 300 !important;
  width: auto;
  height: auto; }

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f106";
  font-size: 30px;
  font-weight: 300 !important;
  width: auto;
  height: auto;
  transform: rotate(359deg); }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #000 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 5px 0px !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #000 !important; }
  input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    opacity: 1 !important; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
    outline: none !important;
    box-shadow: none !important; }

input[type=radio] {
  background: #fff !important;
  border-color: #000 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=radio]:checked {
    background: #000 !important;
    border-color: #000 !important; }
  input[type=radio]:checked:after {
    content: "";
    background: #000;
    position: relative;
    display: flex;
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 3px solid #fff; }
  input[type=radio]:focus {
    box-shadow: none !important;
    outline: none !important; }

input[type=checkbox] {
  background: #fff !important;
  border-color: #000 !important;
  border-width: 2px;
  width: 20px;
  height: 20px; }
  input[type=checkbox]:checked {
    background: #fff !important;
    border-color: #000 !important; }
  input[type=checkbox]:checked:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #000;
    position: relative;
    display: flex;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -6px; }
  input[type=checkbox]:focus {
    box-shadow: none !important;
    outline: none !important; }

.form-control {
  font-size: var(--content_size) !important; }
  .form-control:focus {
    box-shadow: none !important;
    outline: none !important; }

button[type=submit] {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important; }
  button[type=submit]:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }

select {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #000 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 5px 0px !important;
  border-bottom: 1px solid #fff !important;
  padding: 5px 0px !important; }
  select::placeholder {
    color: #000 !important; }
  select option {
    font-size: var(--content_size) !important; }
  select optgroup {
    font-size: var(--content_size) !important; }
  select:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-container--default .select2-selection--single {
  background: none !important;
  border: none !important;
  border-radius: 0px !important; }

.select2-selection__rendered {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #000 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 5px 0px !important;
  border-bottom: 1px solid #fff !important;
  padding: 5px 0px !important; }
  .select2-selection__rendered::placeholder {
    color: #000 !important; }
  .select2-selection__rendered:focus {
    box-shadow: none !important;
    outline: none !important; }

.select2-results__option, .select2-container--default .select2-results__option[data-selected=true], .select2-search--dropdown {
  background-color: #000; }

.wpforms-container-full .wpforms-form input.wpforms-field-large, .wpforms-container-full .wpforms-form input.wpforms-field-medium, .wpforms-container-full .wpforms-form input.wpforms-field-small {
  background-color: #fff !important;
  border-radius: 0px !important;
  color: #000 !important;
  font-size: var(--content_size) !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 5px 0px !important; }
  .wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form input.wpforms-field-small::placeholder {
    color: #000 !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium, .wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    background-color: #fff !important;
    border-radius: 0px !important;
    color: #000 !important;
    font-size: var(--content_size) !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    padding: 5px 0px !important; }
  .wpforms-container-full .wpforms-form textarea.wpforms-field-large::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-medium::placeholder, .wpforms-container-full .wpforms-form textarea.wpforms-field-small::placeholder {
    color: #000 !important; }
  .wpforms-container-full .wpforms-form input[type=submit], .wpforms-container-full .wpforms-form button[type=submit] {
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important; }
  .wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }
  .wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: var(--content_size) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: var(--content_size) !important; }
  .wpforms-container-full .wpforms-form .wpforms-field-sublabel {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form .wpforms-field-description {
    font-size: 13px; }
  .wpforms-container-full .wpforms-form label.wpforms-error {
    color: #900;
    font-size: 12px; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background: none !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #000 !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
    background: none !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
    color: #000 !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable:focus {
    box-shadow: none !important;
    outline: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff !important;
  color: #000 !important;
  font-size: var(--font_24) !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #000 !important;
    color: #fff !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:before {
  border: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  box-shadow: none !important;
  outline: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: none !important; }

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  color: unset !important; }

.wpforms-submit-container {
  text-align: center; }
  .wpforms-submit-container button.button {
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #000;
    border: 2px solid #000;
    color: #fff; }
  .wpforms-submit-container button.button:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }
  .wpforms-submit-container button.button:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background: #000 !important;
  color: #fff !important; }

.wpforms-container-full .wpforms-form input[type=submit]:hover, .wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: #fff !important;
  color: #000 !important; }

.blog-list__item {
  margin-bottom: 20px; }
  .blog-list__image {
    width: 100%; }
  .blog-list__wrap {
    padding: 10px; }
  .blog-list__title {
    margin-bottom: 10px;
    line-height: 120% !important; }
  .blog-list__title a {
    line-height: 120% !important; }
  .blog-list__excerpt {
    padding: 20px 0px 40px 0px; }
  .blog-list__link {
    text-align: left; }

.blog__title {
  margin-bottom: 0px;
  line-height: 120% !important;
  padding-bottom: 40px; }
  .blog__content {
    padding-bottom: 40px; }

body.blog #page-wrap {
  padding-top: 5%;
  padding-bottom: 5%; }

body.single-post #page-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px; }

#pagination {
  margin: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.pagination .page-link {
  color: #000 !important;
  background-color: #fff !important;
  border: none !important; }
  .pagination .page-link:hover {
    color: #000 !important;
    background-color: #fff !important;
    border: none !important; }
  .pagination .page-item.active .page-link {
    color: #000 !important;
    background-color: #fff !important;
    border: none !important; }

.card {
  background-color: #fff !important;
  border: 1px solid #000 !important; }
  .card .card-title {
    font-size: var(--h4_size) !important; }
  .card .card-text {
    font-size: var(--content_size) !important; }

table.table, table.table-striped {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000 !important;
  --bs-table-striped-bg: #fff !important;
  --bs-table-active-color: #fff !important;
  --bs-table-active-bg: #000 !important;
  --bs-table-hover-color: #fff !important;
  --bs-table-hover-bg: #000 !important;
  --bs-table-bg-type: #fff !important;
  color: #000;
  border-color: #000; }

.table > :not(caption) > * > * {
  color: #000; }

#custom-page #cta.brand1, #custom-page #accordion_split.brand1, #custom-page #split-column.brand1, #custom-page #marquee.brand1, #custom-page #testimonials.brand1, #custom-page #html.brand1, #custom-page #wysiwyg.brand1, #custom-page #spacer.brand1, #custom-page #specialties.brand1, #custom-page #header.brand1, #custom-page #banner.brand1 {
  background-color: #fff !important;
  color: #000; }
  #custom-page #cta.brand1 h1, #custom-page #accordion_split.brand1 h1, #custom-page #split-column.brand1 h1, #custom-page #marquee.brand1 h1, #custom-page #testimonials.brand1 h1, #custom-page #html.brand1 h1, #custom-page #wysiwyg.brand1 h1, #custom-page #spacer.brand1 h1, #custom-page #specialties.brand1 h1, #custom-page #header.brand1 h1, #custom-page #banner.brand1 h1, #custom-page #cta.brand1 h2, #custom-page #accordion_split.brand1 h2, #custom-page #split-column.brand1 h2, #custom-page #marquee.brand1 h2, #custom-page #testimonials.brand1 h2, #custom-page #html.brand1 h2, #custom-page #wysiwyg.brand1 h2, #custom-page #spacer.brand1 h2, #custom-page #specialties.brand1 h2, #custom-page #header.brand1 h2, #custom-page #banner.brand1 h2, #custom-page #cta.brand1 h3, #custom-page #accordion_split.brand1 h3, #custom-page #split-column.brand1 h3, #custom-page #marquee.brand1 h3, #custom-page #testimonials.brand1 h3, #custom-page #html.brand1 h3, #custom-page #wysiwyg.brand1 h3, #custom-page #spacer.brand1 h3, #custom-page #specialties.brand1 h3, #custom-page #header.brand1 h3, #custom-page #banner.brand1 h3, #custom-page #cta.brand1 h4, #custom-page #accordion_split.brand1 h4, #custom-page #split-column.brand1 h4, #custom-page #marquee.brand1 h4, #custom-page #testimonials.brand1 h4, #custom-page #html.brand1 h4, #custom-page #wysiwyg.brand1 h4, #custom-page #spacer.brand1 h4, #custom-page #specialties.brand1 h4, #custom-page #header.brand1 h4, #custom-page #banner.brand1 h4, #custom-page #cta.brand1 h5, #custom-page #accordion_split.brand1 h5, #custom-page #split-column.brand1 h5, #custom-page #marquee.brand1 h5, #custom-page #testimonials.brand1 h5, #custom-page #html.brand1 h5, #custom-page #wysiwyg.brand1 h5, #custom-page #spacer.brand1 h5, #custom-page #specialties.brand1 h5, #custom-page #header.brand1 h5, #custom-page #banner.brand1 h5, #custom-page #cta.brand1 h6, #custom-page #accordion_split.brand1 h6, #custom-page #split-column.brand1 h6, #custom-page #marquee.brand1 h6, #custom-page #testimonials.brand1 h6, #custom-page #html.brand1 h6, #custom-page #wysiwyg.brand1 h6, #custom-page #spacer.brand1 h6, #custom-page #specialties.brand1 h6, #custom-page #header.brand1 h6, #custom-page #banner.brand1 h6, #custom-page #cta.brand1 p, #custom-page #accordion_split.brand1 p, #custom-page #split-column.brand1 p, #custom-page #marquee.brand1 p, #custom-page #testimonials.brand1 p, #custom-page #html.brand1 p, #custom-page #wysiwyg.brand1 p, #custom-page #spacer.brand1 p, #custom-page #specialties.brand1 p, #custom-page #header.brand1 p, #custom-page #banner.brand1 p {
    color: #000 !important; }
  #custom-page #cta.brand1 .btn-primary, #custom-page #accordion_split.brand1 .btn-primary, #custom-page #split-column.brand1 .btn-primary, #custom-page #marquee.brand1 .btn-primary, #custom-page #testimonials.brand1 .btn-primary, #custom-page #html.brand1 .btn-primary, #custom-page #wysiwyg.brand1 .btn-primary, #custom-page #spacer.brand1 .btn-primary, #custom-page #specialties.brand1 .btn-primary, #custom-page #header.brand1 .btn-primary, #custom-page #banner.brand1 .btn-primary {
    background-color: #000;
    border: 2px solid #000;
    color: #fff; }
  #custom-page #cta.brand1 .btn-primary:hover, #custom-page #accordion_split.brand1 .btn-primary:hover, #custom-page #split-column.brand1 .btn-primary:hover, #custom-page #marquee.brand1 .btn-primary:hover, #custom-page #testimonials.brand1 .btn-primary:hover, #custom-page #html.brand1 .btn-primary:hover, #custom-page #wysiwyg.brand1 .btn-primary:hover, #custom-page #spacer.brand1 .btn-primary:hover, #custom-page #specialties.brand1 .btn-primary:hover, #custom-page #header.brand1 .btn-primary:hover, #custom-page #banner.brand1 .btn-primary:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000; }
  #custom-page #cta.brand1 .service__link a, #custom-page #accordion_split.brand1 .service__link a, #custom-page #split-column.brand1 .service__link a, #custom-page #marquee.brand1 .service__link a, #custom-page #testimonials.brand1 .service__link a, #custom-page #html.brand1 .service__link a, #custom-page #wysiwyg.brand1 .service__link a, #custom-page #spacer.brand1 .service__link a, #custom-page #specialties.brand1 .service__link a, #custom-page #header.brand1 .service__link a, #custom-page #banner.brand1 .service__link a {
    color: #000; }
  #custom-page #cta.brand1 .accordion, #custom-page #accordion_split.brand1 .accordion, #custom-page #split-column.brand1 .accordion, #custom-page #marquee.brand1 .accordion, #custom-page #testimonials.brand1 .accordion, #custom-page #html.brand1 .accordion, #custom-page #wysiwyg.brand1 .accordion, #custom-page #spacer.brand1 .accordion, #custom-page #specialties.brand1 .accordion, #custom-page #header.brand1 .accordion, #custom-page #banner.brand1 .accordion {
    border-bottom: 2px solid #000; }
  #custom-page #cta.brand1 .accordion-body, #custom-page #accordion_split.brand1 .accordion-body, #custom-page #split-column.brand1 .accordion-body, #custom-page #marquee.brand1 .accordion-body, #custom-page #testimonials.brand1 .accordion-body, #custom-page #html.brand1 .accordion-body, #custom-page #wysiwyg.brand1 .accordion-body, #custom-page #spacer.brand1 .accordion-body, #custom-page #specialties.brand1 .accordion-body, #custom-page #header.brand1 .accordion-body, #custom-page #banner.brand1 .accordion-body {
    color: #000; }
  #custom-page #cta.brand1 .accordion-button, #custom-page #accordion_split.brand1 .accordion-button, #custom-page #split-column.brand1 .accordion-button, #custom-page #marquee.brand1 .accordion-button, #custom-page #testimonials.brand1 .accordion-button, #custom-page #html.brand1 .accordion-button, #custom-page #wysiwyg.brand1 .accordion-button, #custom-page #spacer.brand1 .accordion-button, #custom-page #specialties.brand1 .accordion-button, #custom-page #header.brand1 .accordion-button, #custom-page #banner.brand1 .accordion-button {
    color: #000;
    border-top: 2px solid #000; }
  #custom-page #cta.brand1 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand1 .accordion-button:not(.collapsed), #custom-page #split-column.brand1 .accordion-button:not(.collapsed), #custom-page #marquee.brand1 .accordion-button:not(.collapsed), #custom-page #testimonials.brand1 .accordion-button:not(.collapsed), #custom-page #html.brand1 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand1 .accordion-button:not(.collapsed), #custom-page #spacer.brand1 .accordion-button:not(.collapsed), #custom-page #specialties.brand1 .accordion-button:not(.collapsed), #custom-page #header.brand1 .accordion-button:not(.collapsed), #custom-page #banner.brand1 .accordion-button:not(.collapsed) {
    color: #000; }
  #custom-page #cta.brand1 .accordion-button:focus, #custom-page #accordion_split.brand1 .accordion-button:focus, #custom-page #split-column.brand1 .accordion-button:focus, #custom-page #marquee.brand1 .accordion-button:focus, #custom-page #testimonials.brand1 .accordion-button:focus, #custom-page #html.brand1 .accordion-button:focus, #custom-page #wysiwyg.brand1 .accordion-button:focus, #custom-page #spacer.brand1 .accordion-button:focus, #custom-page #specialties.brand1 .accordion-button:focus, #custom-page #header.brand1 .accordion-button:focus, #custom-page #banner.brand1 .accordion-button:focus {
    border-top: 2px solid #000; }
  #custom-page #cta.brand2, #custom-page #accordion_split.brand2, #custom-page #split-column.brand2, #custom-page #marquee.brand2, #custom-page #testimonials.brand2, #custom-page #html.brand2, #custom-page #wysiwyg.brand2, #custom-page #spacer.brand2, #custom-page #specialties.brand2, #custom-page #header.brand2, #custom-page #banner.brand2 {
    background-color: #000 !important;
    color: #fff; }
  #custom-page #cta.brand2 h1, #custom-page #accordion_split.brand2 h1, #custom-page #split-column.brand2 h1, #custom-page #marquee.brand2 h1, #custom-page #testimonials.brand2 h1, #custom-page #html.brand2 h1, #custom-page #wysiwyg.brand2 h1, #custom-page #spacer.brand2 h1, #custom-page #specialties.brand2 h1, #custom-page #header.brand2 h1, #custom-page #banner.brand2 h1, #custom-page #cta.brand2 h2, #custom-page #accordion_split.brand2 h2, #custom-page #split-column.brand2 h2, #custom-page #marquee.brand2 h2, #custom-page #testimonials.brand2 h2, #custom-page #html.brand2 h2, #custom-page #wysiwyg.brand2 h2, #custom-page #spacer.brand2 h2, #custom-page #specialties.brand2 h2, #custom-page #header.brand2 h2, #custom-page #banner.brand2 h2, #custom-page #cta.brand2 h3, #custom-page #accordion_split.brand2 h3, #custom-page #split-column.brand2 h3, #custom-page #marquee.brand2 h3, #custom-page #testimonials.brand2 h3, #custom-page #html.brand2 h3, #custom-page #wysiwyg.brand2 h3, #custom-page #spacer.brand2 h3, #custom-page #specialties.brand2 h3, #custom-page #header.brand2 h3, #custom-page #banner.brand2 h3, #custom-page #cta.brand2 h4, #custom-page #accordion_split.brand2 h4, #custom-page #split-column.brand2 h4, #custom-page #marquee.brand2 h4, #custom-page #testimonials.brand2 h4, #custom-page #html.brand2 h4, #custom-page #wysiwyg.brand2 h4, #custom-page #spacer.brand2 h4, #custom-page #specialties.brand2 h4, #custom-page #header.brand2 h4, #custom-page #banner.brand2 h4, #custom-page #cta.brand2 h5, #custom-page #accordion_split.brand2 h5, #custom-page #split-column.brand2 h5, #custom-page #marquee.brand2 h5, #custom-page #testimonials.brand2 h5, #custom-page #html.brand2 h5, #custom-page #wysiwyg.brand2 h5, #custom-page #spacer.brand2 h5, #custom-page #specialties.brand2 h5, #custom-page #header.brand2 h5, #custom-page #banner.brand2 h5, #custom-page #cta.brand2 h6, #custom-page #accordion_split.brand2 h6, #custom-page #split-column.brand2 h6, #custom-page #marquee.brand2 h6, #custom-page #testimonials.brand2 h6, #custom-page #html.brand2 h6, #custom-page #wysiwyg.brand2 h6, #custom-page #spacer.brand2 h6, #custom-page #specialties.brand2 h6, #custom-page #header.brand2 h6, #custom-page #banner.brand2 h6, #custom-page #cta.brand2 p, #custom-page #accordion_split.brand2 p, #custom-page #split-column.brand2 p, #custom-page #marquee.brand2 p, #custom-page #testimonials.brand2 p, #custom-page #html.brand2 p, #custom-page #wysiwyg.brand2 p, #custom-page #spacer.brand2 p, #custom-page #specialties.brand2 p, #custom-page #header.brand2 p, #custom-page #banner.brand2 p {
    color: #fff !important; }
  #custom-page #cta.brand2 .btn-primary, #custom-page #accordion_split.brand2 .btn-primary, #custom-page #split-column.brand2 .btn-primary, #custom-page #marquee.brand2 .btn-primary, #custom-page #testimonials.brand2 .btn-primary, #custom-page #html.brand2 .btn-primary, #custom-page #wysiwyg.brand2 .btn-primary, #custom-page #spacer.brand2 .btn-primary, #custom-page #specialties.brand2 .btn-primary, #custom-page #header.brand2 .btn-primary, #custom-page #banner.brand2 .btn-primary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
  #custom-page #cta.brand2 .btn-primary:hover, #custom-page #accordion_split.brand2 .btn-primary:hover, #custom-page #split-column.brand2 .btn-primary:hover, #custom-page #marquee.brand2 .btn-primary:hover, #custom-page #testimonials.brand2 .btn-primary:hover, #custom-page #html.brand2 .btn-primary:hover, #custom-page #wysiwyg.brand2 .btn-primary:hover, #custom-page #spacer.brand2 .btn-primary:hover, #custom-page #specialties.brand2 .btn-primary:hover, #custom-page #header.brand2 .btn-primary:hover, #custom-page #banner.brand2 .btn-primary:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000; }
  #custom-page #cta.brand2 .service__link a, #custom-page #accordion_split.brand2 .service__link a, #custom-page #split-column.brand2 .service__link a, #custom-page #marquee.brand2 .service__link a, #custom-page #testimonials.brand2 .service__link a, #custom-page #html.brand2 .service__link a, #custom-page #wysiwyg.brand2 .service__link a, #custom-page #spacer.brand2 .service__link a, #custom-page #specialties.brand2 .service__link a, #custom-page #header.brand2 .service__link a, #custom-page #banner.brand2 .service__link a {
    color: #fff; }
  #custom-page #cta.brand2 .accordion, #custom-page #accordion_split.brand2 .accordion, #custom-page #split-column.brand2 .accordion, #custom-page #marquee.brand2 .accordion, #custom-page #testimonials.brand2 .accordion, #custom-page #html.brand2 .accordion, #custom-page #wysiwyg.brand2 .accordion, #custom-page #spacer.brand2 .accordion, #custom-page #specialties.brand2 .accordion, #custom-page #header.brand2 .accordion, #custom-page #banner.brand2 .accordion {
    border-bottom: 2px solid #fff; }
  #custom-page #cta.brand2 .accordion-body, #custom-page #accordion_split.brand2 .accordion-body, #custom-page #split-column.brand2 .accordion-body, #custom-page #marquee.brand2 .accordion-body, #custom-page #testimonials.brand2 .accordion-body, #custom-page #html.brand2 .accordion-body, #custom-page #wysiwyg.brand2 .accordion-body, #custom-page #spacer.brand2 .accordion-body, #custom-page #specialties.brand2 .accordion-body, #custom-page #header.brand2 .accordion-body, #custom-page #banner.brand2 .accordion-body {
    color: #fff; }
  #custom-page #cta.brand2 .accordion-button, #custom-page #accordion_split.brand2 .accordion-button, #custom-page #split-column.brand2 .accordion-button, #custom-page #marquee.brand2 .accordion-button, #custom-page #testimonials.brand2 .accordion-button, #custom-page #html.brand2 .accordion-button, #custom-page #wysiwyg.brand2 .accordion-button, #custom-page #spacer.brand2 .accordion-button, #custom-page #specialties.brand2 .accordion-button, #custom-page #header.brand2 .accordion-button, #custom-page #banner.brand2 .accordion-button {
    color: #fff;
    border-top: 2px solid #fff; }
  #custom-page #cta.brand2 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand2 .accordion-button:not(.collapsed), #custom-page #split-column.brand2 .accordion-button:not(.collapsed), #custom-page #marquee.brand2 .accordion-button:not(.collapsed), #custom-page #testimonials.brand2 .accordion-button:not(.collapsed), #custom-page #html.brand2 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand2 .accordion-button:not(.collapsed), #custom-page #spacer.brand2 .accordion-button:not(.collapsed), #custom-page #specialties.brand2 .accordion-button:not(.collapsed), #custom-page #header.brand2 .accordion-button:not(.collapsed), #custom-page #banner.brand2 .accordion-button:not(.collapsed) {
    color: #fff; }
  #custom-page #cta.brand2 .accordion-button:focus, #custom-page #accordion_split.brand2 .accordion-button:focus, #custom-page #split-column.brand2 .accordion-button:focus, #custom-page #marquee.brand2 .accordion-button:focus, #custom-page #testimonials.brand2 .accordion-button:focus, #custom-page #html.brand2 .accordion-button:focus, #custom-page #wysiwyg.brand2 .accordion-button:focus, #custom-page #spacer.brand2 .accordion-button:focus, #custom-page #specialties.brand2 .accordion-button:focus, #custom-page #header.brand2 .accordion-button:focus, #custom-page #banner.brand2 .accordion-button:focus {
    border-top: 2px solid #fff; }
  #custom-page #cta.brand3, #custom-page #accordion_split.brand3, #custom-page #split-column.brand3, #custom-page #marquee.brand3, #custom-page #testimonials.brand3, #custom-page #html.brand3, #custom-page #wysiwyg.brand3, #custom-page #spacer.brand3, #custom-page #specialties.brand3, #custom-page #header.brand3, #custom-page #banner.brand3 {
    background-color: #fff !important;
    color: #fff; }
  #custom-page #cta.brand3 h1, #custom-page #accordion_split.brand3 h1, #custom-page #split-column.brand3 h1, #custom-page #marquee.brand3 h1, #custom-page #testimonials.brand3 h1, #custom-page #html.brand3 h1, #custom-page #wysiwyg.brand3 h1, #custom-page #spacer.brand3 h1, #custom-page #specialties.brand3 h1, #custom-page #header.brand3 h1, #custom-page #banner.brand3 h1, #custom-page #cta.brand3 h2, #custom-page #accordion_split.brand3 h2, #custom-page #split-column.brand3 h2, #custom-page #marquee.brand3 h2, #custom-page #testimonials.brand3 h2, #custom-page #html.brand3 h2, #custom-page #wysiwyg.brand3 h2, #custom-page #spacer.brand3 h2, #custom-page #specialties.brand3 h2, #custom-page #header.brand3 h2, #custom-page #banner.brand3 h2, #custom-page #cta.brand3 h3, #custom-page #accordion_split.brand3 h3, #custom-page #split-column.brand3 h3, #custom-page #marquee.brand3 h3, #custom-page #testimonials.brand3 h3, #custom-page #html.brand3 h3, #custom-page #wysiwyg.brand3 h3, #custom-page #spacer.brand3 h3, #custom-page #specialties.brand3 h3, #custom-page #header.brand3 h3, #custom-page #banner.brand3 h3, #custom-page #cta.brand3 h4, #custom-page #accordion_split.brand3 h4, #custom-page #split-column.brand3 h4, #custom-page #marquee.brand3 h4, #custom-page #testimonials.brand3 h4, #custom-page #html.brand3 h4, #custom-page #wysiwyg.brand3 h4, #custom-page #spacer.brand3 h4, #custom-page #specialties.brand3 h4, #custom-page #header.brand3 h4, #custom-page #banner.brand3 h4, #custom-page #cta.brand3 h5, #custom-page #accordion_split.brand3 h5, #custom-page #split-column.brand3 h5, #custom-page #marquee.brand3 h5, #custom-page #testimonials.brand3 h5, #custom-page #html.brand3 h5, #custom-page #wysiwyg.brand3 h5, #custom-page #spacer.brand3 h5, #custom-page #specialties.brand3 h5, #custom-page #header.brand3 h5, #custom-page #banner.brand3 h5, #custom-page #cta.brand3 h6, #custom-page #accordion_split.brand3 h6, #custom-page #split-column.brand3 h6, #custom-page #marquee.brand3 h6, #custom-page #testimonials.brand3 h6, #custom-page #html.brand3 h6, #custom-page #wysiwyg.brand3 h6, #custom-page #spacer.brand3 h6, #custom-page #specialties.brand3 h6, #custom-page #header.brand3 h6, #custom-page #banner.brand3 h6, #custom-page #cta.brand3 p, #custom-page #accordion_split.brand3 p, #custom-page #split-column.brand3 p, #custom-page #marquee.brand3 p, #custom-page #testimonials.brand3 p, #custom-page #html.brand3 p, #custom-page #wysiwyg.brand3 p, #custom-page #spacer.brand3 p, #custom-page #specialties.brand3 p, #custom-page #header.brand3 p, #custom-page #banner.brand3 p {
    color: #fff !important; }
  #custom-page #cta.brand3 .btn-primary, #custom-page #accordion_split.brand3 .btn-primary, #custom-page #split-column.brand3 .btn-primary, #custom-page #marquee.brand3 .btn-primary, #custom-page #testimonials.brand3 .btn-primary, #custom-page #html.brand3 .btn-primary, #custom-page #wysiwyg.brand3 .btn-primary, #custom-page #spacer.brand3 .btn-primary, #custom-page #specialties.brand3 .btn-primary, #custom-page #header.brand3 .btn-primary, #custom-page #banner.brand3 .btn-primary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
  #custom-page #cta.brand3 .btn-primary:hover, #custom-page #accordion_split.brand3 .btn-primary:hover, #custom-page #split-column.brand3 .btn-primary:hover, #custom-page #marquee.brand3 .btn-primary:hover, #custom-page #testimonials.brand3 .btn-primary:hover, #custom-page #html.brand3 .btn-primary:hover, #custom-page #wysiwyg.brand3 .btn-primary:hover, #custom-page #spacer.brand3 .btn-primary:hover, #custom-page #specialties.brand3 .btn-primary:hover, #custom-page #header.brand3 .btn-primary:hover, #custom-page #banner.brand3 .btn-primary:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fff; }
  #custom-page #cta.brand3 .service__link a, #custom-page #accordion_split.brand3 .service__link a, #custom-page #split-column.brand3 .service__link a, #custom-page #marquee.brand3 .service__link a, #custom-page #testimonials.brand3 .service__link a, #custom-page #html.brand3 .service__link a, #custom-page #wysiwyg.brand3 .service__link a, #custom-page #spacer.brand3 .service__link a, #custom-page #specialties.brand3 .service__link a, #custom-page #header.brand3 .service__link a, #custom-page #banner.brand3 .service__link a {
    color: #fff; }
  #custom-page #cta.brand3 .accordion, #custom-page #accordion_split.brand3 .accordion, #custom-page #split-column.brand3 .accordion, #custom-page #marquee.brand3 .accordion, #custom-page #testimonials.brand3 .accordion, #custom-page #html.brand3 .accordion, #custom-page #wysiwyg.brand3 .accordion, #custom-page #spacer.brand3 .accordion, #custom-page #specialties.brand3 .accordion, #custom-page #header.brand3 .accordion, #custom-page #banner.brand3 .accordion {
    border-bottom: 2px solid #fff; }
  #custom-page #cta.brand3 .accordion-body, #custom-page #accordion_split.brand3 .accordion-body, #custom-page #split-column.brand3 .accordion-body, #custom-page #marquee.brand3 .accordion-body, #custom-page #testimonials.brand3 .accordion-body, #custom-page #html.brand3 .accordion-body, #custom-page #wysiwyg.brand3 .accordion-body, #custom-page #spacer.brand3 .accordion-body, #custom-page #specialties.brand3 .accordion-body, #custom-page #header.brand3 .accordion-body, #custom-page #banner.brand3 .accordion-body {
    color: #fff; }
  #custom-page #cta.brand3 .accordion-button, #custom-page #accordion_split.brand3 .accordion-button, #custom-page #split-column.brand3 .accordion-button, #custom-page #marquee.brand3 .accordion-button, #custom-page #testimonials.brand3 .accordion-button, #custom-page #html.brand3 .accordion-button, #custom-page #wysiwyg.brand3 .accordion-button, #custom-page #spacer.brand3 .accordion-button, #custom-page #specialties.brand3 .accordion-button, #custom-page #header.brand3 .accordion-button, #custom-page #banner.brand3 .accordion-button {
    color: #fff;
    border-top: 2px solid #fff; }
  #custom-page #cta.brand3 .accordion-button:not(.collapsed), #custom-page #accordion_split.brand3 .accordion-button:not(.collapsed), #custom-page #split-column.brand3 .accordion-button:not(.collapsed), #custom-page #marquee.brand3 .accordion-button:not(.collapsed), #custom-page #testimonials.brand3 .accordion-button:not(.collapsed), #custom-page #html.brand3 .accordion-button:not(.collapsed), #custom-page #wysiwyg.brand3 .accordion-button:not(.collapsed), #custom-page #spacer.brand3 .accordion-button:not(.collapsed), #custom-page #specialties.brand3 .accordion-button:not(.collapsed), #custom-page #header.brand3 .accordion-button:not(.collapsed), #custom-page #banner.brand3 .accordion-button:not(.collapsed) {
    color: #fff; }
  #custom-page #cta.brand3 .accordion-button:focus, #custom-page #accordion_split.brand3 .accordion-button:focus, #custom-page #split-column.brand3 .accordion-button:focus, #custom-page #marquee.brand3 .accordion-button:focus, #custom-page #testimonials.brand3 .accordion-button:focus, #custom-page #html.brand3 .accordion-button:focus, #custom-page #wysiwyg.brand3 .accordion-button:focus, #custom-page #spacer.brand3 .accordion-button:focus, #custom-page #specialties.brand3 .accordion-button:focus, #custom-page #header.brand3 .accordion-button:focus, #custom-page #banner.brand3 .accordion-button:focus {
    border-top: 2px solid #fff; }
  #custom-page #header {
    padding: var(--ym) var(--xm); }
  #custom-page #header .header__heading {
    font-size: var(--h1_size);
    font-family: 'Sohne Breit Halbfett', sans-serif;
    line-height: 120%;
    padding: 0px;
    margin: 0px; }
  #custom-page #header .header__content {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #header .header__image {
    padding-top: 40px; }
    #custom-page #header .header__image img {
      width: 100%; }
  #custom-page #header .col-xl-6 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #banner-wrap {
    width: 100vw;
    position: relative; }
  #custom-page #banner-wrap .banner-image-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw; }
  #custom-page #banner-wrap .banner-video-bg {
    width: 100vw;
    overflow: hidden; }
  #custom-page #banner-wrap .banner-video-bg video {
    object-fit: cover;
    width: 100vw; }
  #custom-page #banner-wrap .banner-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 5%; }
  #custom-page #banner-wrap .banner-text {
    font-size: calc(var(--content_size) + 30%); }
  #custom-page #banner-wrap .banner-btn {
    margin-top: 40px; }
  #custom-page #split-column .split__image {
    width: 100%;
    height: 100%; }
    #custom-page #split-column .split__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #custom-page #split-column .split__wrap {
    padding: 5% 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #custom-page #split-column .split__heading {
    font-size: var(--h2_size);
    font-family: 'Sohne Breit Halbfett', sans-serif;
    line-height: 120%; }
  #custom-page #split-column .split__content {
    padding: 40px 0px; }
  #custom-page #split-column .container-fluid.right .row {
    flex-direction: row-reverse; }
  #custom-page #marquee {
    padding: 40px 0px; }
  #custom-page #marquee .marquee__inner {
    animation: marquee 30s linear infinite !important;
    -webkit-animation: marquee 30s linear infinite !important; }
    #custom-page #marquee .marquee__inner span {
      font-family: 'Sohne Breit Halbfett', sans-serif !important;
      font-size: var(--h3_size);
      line-height: 100%;
      text-transform: none !important;
      padding: 0 10px !important;
      min-height: 60px; }
  #custom-page #cta {
    padding: var(--ym) var(--xm); }
  #custom-page #cta .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #cta .cta__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--h2_size);
    line-height: 120%;
    text-align: center; }
  #custom-page #cta .cta__content {
    text-align: center;
    padding: 40px 0px; }
  #custom-page #cta .cta__button {
    text-align: center; }
  #custom-page #html {
    padding: var(--ym) var(--xm); }
  #custom-page #html .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  #custom-page #html .html__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--h2_size);
    line-height: 120%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0px; }
  #custom-page #html .html__content {
    text-align: center;
    padding-bottom: 40px; }
  #custom-page #accordion_split.column-1 .accordion_split__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto; }
  #custom-page #accordion_split.column-1 .accordion_split__heading {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__content {
    text-align: center; }
  #custom-page #accordion_split.column-1 .accordion_split__button {
    padding-top: 60px;
    text-align: center; }
  #custom-page #accordion_split.column-2 .accordion_split__wrap {
    width: 100%;
    max-width: 840px; }
  #custom-page #accordion_split {
    position: relative;
    z-index: 3;
    padding: var(--ym) var(--xm); }
  #custom-page #accordion_split .accordion_split__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--h2_size);
    line-height: 120%; }
  #custom-page #accordion_split .accordion_split__content {
    padding: 40px 0px; }
  #custom-page #accordion_split .service__link {
    padding: 20px 0px;
    text-transform: uppercase; }
  #custom-page #accordion_split .accordion-button, #custom-page #accordion_split .accordion-item, #custom-page #accordion_split .accordion-body {
    background-color: transparent !important; }
  #custom-page #testimonials {
    padding: var(--ym) 20px; }
  #custom-page #testimonials .excimg .testimonial-slider__wrap {
    width: 100%;
    max-width: 1023px;
    margin: 0 auto;
    padding-left: 0px; }
  #custom-page #testimonials .testimonial-wrapper {
    max-width: 60%;
    margin: 0 auto; }
  #custom-page #testimonials .testimonial-section__heading {
    text-align: center;
    font-size: var(--h2_size);
    font-family: 'Sohne Breit Halbfett', sans-serif;
    padding-bottom: 40px;
    line-height: 120%; }
  #custom-page #testimonials .testimonial-section__content {
    text-align: center; }
  #custom-page #testimonials .testimonial-slider__item {
    text-align: center;
    padding: 0px; }
    #custom-page #testimonials .testimonial-slider__item .col-xl-6 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  #custom-page #testimonials .testimonial-slider__wrap {
    padding: 0px 0px 0px 5%; }
  #custom-page #testimonials .testimonial-slider__img {
    text-align: center;
    margin: 0 auto 0px auto;
    width: 100%; }
  #custom-page #testimonials .testimonial-slider__content {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px 60px 40px 60px; }
  #custom-page #testimonials .testimonial-slider__heading {
    text-align: center;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--h4_size);
    padding-bottom: 40px;
    line-height: 110%; }
  #custom-page #testimonials .testimonial-slider__name {
    text-transform: uppercase;
    font-size: calc(var(--content_size) - 20%); }
  #custom-page #testimonials .slider-buttons {
    max-width: 49%;
    margin: 0;
    padding: 0px 0px 0px 10px;
    display: flex;
    justify-content: space-between; }
  #custom-page #testimonials .slider-buttons .previous i, #custom-page #testimonials .slider-buttons .next i {
    font-size: 40px; }
  #custom-page #testimonials .slider-buttons .previous {
    padding-right: 40px; }
  #custom-page #testimonials .slick-dots {
    position: relative !important; }
  #custom-page #testimonials .slick-dots li {
    list-style-type: none;
    margin: 0 25px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border: 1px solid #000 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    #custom-page #testimonials .slick-dots li:first-child {
      margin-left: 0; }
    #custom-page #testimonials .slick-dots li:last-child {
      margin-right: 0; }
    #custom-page #testimonials .slick-dots li.slick-active {
      background-color: #000; }
  #custom-page #testimonials .slick-dots button {
    display: none !important; }
  #custom-page #media .image-cover {
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .video-cover {
    width: 100vw;
    height: 80vh;
    overflow: hidden; }
  #custom-page #media .video-cover video {
    object-fit: cover;
    width: 100vw;
    height: 80vh; }
  #custom-page #media .image-inline, #custom-page #media .video-inline {
    text-align: center;
    padding: 5%; }
  #custom-page #media .video-inline {
    width: 100%;
    max-width: 80%;
    margin: 0 auto; }
  #custom-page #wysiwyg {
    padding: var(--ym) var(--xm); }
  #custom-page #wysiwyg .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto; }

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

.stock {
  color: #fff !important; }

.onsale {
  display: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top-color: #fff !important;
  background: #000 !important;
  color: #fff !important;
  margin-top: 20px; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #fff !important; }

.return-to-shop a.button {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  font-size: var(--font_16) !important; }
  .return-to-shop a.button:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }

body.woocommerce-page .button, body.woocommerce-page a.button, body.woocommerce-page button.button {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  font-size: var(--font_16) !important; }
  body.woocommerce-page .button:hover, body.woocommerce-page a.button:hover, body.woocommerce-page button.button:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }

.woocommerce ul.products li.product .product__image img {
  margin-bottom: 10px; }
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: var(--content_size);
    padding: 0px;
    margin-bottom: 10px; }
  .woocommerce ul.products li.product .price {
    margin-bottom: 10px;
    color: #000 !important; }
    .woocommerce ul.products li.product .price bdi {
      color: #000 !important; }
    .woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
      color: #000 !important; }
    .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol {
      color: #000 !important; }
  .woocommerce ul.products li.product a.button {
    margin-top: 5px; }

.woocommerce .quantity {
  margin-right: 20px !important; }
  .woocommerce .quantity .bootstrap-touchspin-down.btn-primary, .woocommerce .quantity .bootstrap-touchspin-up.btn-primary {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    padding: 10px 5px !important;
    border-radius: 0px !important;
    background-color: #000 !important;
    border: none !important;
    color: #fff !important; }
  .woocommerce .quantity input[type=number] {
    font-size: var(--content_size) !important;
    line-height: var(--content_size) !important;
    border-bottom: 0px !important;
    padding: 5px 5px !important;
    text-align: center !important;
    width: 40px;
    -moz-appearance: textfield;
    -webkit-appearance: none; }
  .woocommerce .quantity input[type=number]::-webkit-outer-spin-button, .woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

body.woocommerce-shop {
  margin-top: var(--menu_height); }
  body.woocommerce-shop ul.products li.product a.add_to_cart_button, body.woocommerce-shop ul.products li.product .button {
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    font-size: var(--font_16) !important; }
    body.woocommerce-shop ul.products li.product a.add_to_cart_button:hover, body.woocommerce-shop ul.products li.product .button:hover {
      background-color: #fff;
      border: 2px solid #000;
      color: #000;
      transition: 0.5s ease; }

body.post-type-archive-product #wrap, body.tax-product_cat #wrap, body.tax-product_tag #wrap {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px;
  margin-top: var(--menu_height); }
  body.post-type-archive-product select.orderby, body.tax-product_cat select.orderby, body.tax-product_tag select.orderby {
    border: 1px solid #fff !important;
    padding: 5px 10px !important; }

body.single-product #wrap {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px;
  margin-top: var(--menu_height); }
  body.single-product div.product div.images, body.single-product div.summary {
    float: none !important;
    width: 100% !important; }
  body.single-product .summary {
    padding: 0px 40px;
    width: 100% !important; }
  body.single-product .summary h1.product_title {
    font-size: var(--h3_size); }
  body.single-product .price {
    color: #000 !important; }
  body.single-product .price bdi {
    color: #000 !important; }
  body.single-product .price .woocommerce-Price-amount.amount {
    color: #000 !important; }
  body.single-product .price .woocommerce-Price-currencySymbol {
    color: #000 !important; }
  body.single-product button.single_add_to_cart_button, body.single-product button.button {
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    font-size: var(--font_16) !important; }
  body.single-product button.single_add_to_cart_button:hover, body.single-product button.button:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }
  body.single-product ul.tabs {
    display: none; }
  body.single-product .variations .form-control {
    margin-bottom: 20px; }
  body.single-product .product_meta {
    display: none; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  font-family: 'Sohne Breit Halbfett', sans-serif !important;
  font-size: var(--button_size) !important;
  line-height: var(--button_size) !important;
  padding: 10px 20px !important;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  border-radius: 100px;
  text-transform: uppercase;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  display: inline-block !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  zoom: 1;
  font-size: var(--font_16) !important; }
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }

body.woocommerce-cart #page-wrap, body.woocommerce-checkout #page-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px; }
  body.woocommerce-cart .checkout-heading, body.woocommerce-checkout .checkout-heading {
    text-align: left;
    padding: 0px 0px 40px 0px;
    color: #000;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_40);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
  body.woocommerce-cart .checkout-subheading, body.woocommerce-checkout .checkout-subheading {
    color: #fff;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_24);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60); }

body.woocommerce-cart #wrap {
  padding: 0px !important; }
  body.woocommerce-cart #cart-grid {
    display: flex;
    flex-direction: row;
    min-height: 85vh;
    justify-content: space-between; }
  body.woocommerce-cart .woocommerce-cart-form {
    width: 65%;
    height: 100%;
    padding: 0px var(--xm); }
  body.woocommerce-cart .cart-collaterals {
    width: 35%;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%; }
  body.woocommerce-cart .cart-collaterals {
    background: #000;
    padding: 40px var(--xm); }
  body.woocommerce-cart .cart-collaterals th, body.woocommerce-cart .cart-collaterals td {
    background: #000 !important;
    color: #fff !important;
    border: none;
    text-transform: none !important;
    font-size: var(--font_14);
    font-weight: 400 !important;
    border: none !important; }
  body.woocommerce-cart .cart-collaterals th {
    padding-left: 0px !important; }
  body.woocommerce-cart .cart-collaterals td {
    text-align: right !important; }
  body.woocommerce-cart .cart-collaterals tr {
    border: none !important; }
  body.woocommerce-cart .cart-collaterals .cart-subtotal th, body.woocommerce-cart .cart-collaterals .cart-subtotal td {
    color: #fff !important;
    border-bottom: none !important; }
  body.woocommerce-cart .cart-collaterals .order-total th, body.woocommerce-cart .cart-collaterals .order-total td {
    color: #fff !important;
    border-top: none !important; }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    background: #000 !important;
    color: #fff !important; }
  body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-cart .cart-collaterals .cart_totals td, body.woocommerce-cart .cart-collaterals .cart_totals h2, body.woocommerce-cart .cart-collaterals .cart_totals p {
    color: #fff !important;
    background: #000 !important; }
  body.woocommerce-cart .cart-collaterals .table.table, body.woocommerce-cart .cart-collaterals .table.table-striped {
    --bs-table-striped-bg: #000 !important;
    --bs-table-bg-type: #000 !important;
    border: none !important; }
  body.woocommerce-cart .cart-collaterals .includes_tax {
    display: block; }
  body.woocommerce-cart .table {
    --bs-table-striped-color: #000 !important; }
  body.woocommerce-cart .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important; }
  body.woocommerce-cart table.shop_table {
    border: none !important; }
  body.woocommerce-cart table.shop_table thead th {
    font-family: 'Sohne Kraftig', sans-serif;
    color: #000;
    font-size: var(--font_16);
    font-weight: 600; }
  body.woocommerce-cart table.shop_table tbody td {
    color: #000;
    font-size: var(--font_14);
    font-weight: 400; }
  body.woocommerce-cart table.shop_table td.actions {
    border-bottom: none !important;
    padding: 24px 0px 10px 0px !important; }
  body.woocommerce-cart table.shop_table thead .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-quantity {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table thead .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove {
    width: 20px;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-thumbnail, body.woocommerce-cart table.shop_table tbody .product-thumbnail img {
    width: 56px !important; }
  body.woocommerce-cart table.shop_table tbody .product-price {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-subtotal {
    width: 15%;
    text-align: center; }
  body.woocommerce-cart table.shop_table tbody .product-remove a {
    color: #000 !important; }
  body.woocommerce-cart .product-quantity .quantity {
    width: 150px;
    margin: 0px auto !important; }
  body.woocommerce-cart .product-quantity .quantity .input-group {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 100px;
    margin: 0 auto;
    flex-wrap: nowrap; }
  body.woocommerce-cart .product-quantity .quantity .input-group-prepend {
    padding-left: 8px; }
    body.woocommerce-cart .product-quantity .quantity .input-group-prepend button {
      font-size: var(--font_14) !important; }
  body.woocommerce-cart .product-quantity .quantity .input-group-append {
    padding-right: 8px; }
    body.woocommerce-cart .product-quantity .quantity .input-group-append button {
      font-size: var(--font_14) !important; }
  body.woocommerce-cart .product-quantity .quantity input[type=number] {
    width: auto !important;
    margin: 0px !important;
    font-size: var(--font_14) !important;
    font-weight: 400 !important; }
  body.woocommerce-cart .product-quantity input.qty {
    border-bottom: none !important; }
  body.woocommerce-cart .coupon {
    width: 50%;
    display: none !important; }
  body.woocommerce-cart .coupon .input-text {
    width: 67% !important;
    font-size: var(--font_14) !important;
    font-weight: 400 !important;
    border: 1px solid #000 !important;
    padding: 10px 20px !important; }
  body.woocommerce-cart .coupon .button {
    font-size: var(--font_16) !important;
    font-size: var(--font_14) !important;
    background: #fff;
    color: #000; }
  body.woocommerce-cart .wc-proceed-to-checkout {
    text-align: center; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.button {
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    font-size: var(--font_16) !important;
    background: #ff305c !important;
    color: #fff !important;
    height: 48px;
    padding: 14px 40px !important;
    font-size: var(--font_16) !important; }
  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }
  body.woocommerce-cart .actions .button:disabled[disabled] {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important; }
  body.woocommerce-cart .woocommerce-notices-wrapper {
    max-width: 61%;
    left: 2%;
    position: relative; }
  body.woocommerce-cart .return-to-shop {
    margin-left: 40px; }
  body.woocommerce-cart .wc-empty-cart-message {
    margin-left: 40px;
    margin-right: 40px; }

body.admin-bar.woocommerce-cart .cart-collaterals {
  top: 32px; }

body.woocommerce-checkout .woocommerce {
  padding-bottom: 5%; }
  body.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none; }
  body.woocommerce-checkout form.checkout {
    clear: both;
    padding-bottom: 60px; }
  body.woocommerce-checkout #customer_details {
    width: 60%;
    position: relative;
    float: left;
    display: flex;
    flex-direction: column; }
  body.woocommerce-checkout #customer_details .col-1, body.woocommerce-checkout #customer_details .col-2 {
    width: 100%; }
  body.woocommerce-checkout #order_review {
    width: 35%;
    position: relative;
    float: right;
    background: #000 !important;
    color: #fff !important; }
  body.woocommerce-checkout #ship-to-different-address, body.woocommerce-checkout #ship-to-different-address label span {
    font-family: var(--font-body) !important;
    font-size: var(--content_size) !important; }
  body.woocommerce-checkout h3 {
    font-size: 2rem; }
  body.woocommerce-checkout h3#order_review_heading {
    display: none !important; }
  body.woocommerce-checkout .table-responsive #your_order_heading {
    display: none !important; }
  body.woocommerce-checkout #your_order_heading {
    color: #fff !important;
    padding-left: 20px; }
  body.woocommerce-checkout #add_payment_method #payment, body.woocommerce-checkout .woocommerce-cart #payment, body.woocommerce-checkout .woocommerce-checkout #payment {
    background: #000 !important; }
  body.woocommerce-checkout .woocommerce form .form-row label {
    display: none; }
  body.woocommerce-checkout .woocommerce-input-wrapper, body.woocommerce-checkout input.form-control, body.woocommerce-checkout .select2-selection__rendered, body.woocommerce-checkout p.form-row {
    height: 50px !important; }
  body.woocommerce-checkout input.form-control {
    padding: 5px 0px !important;
    margin: 0px !important;
    line-height: 100% !important; }
  body.woocommerce-checkout p.form-row {
    margin: 0px !important;
    padding: 0px !important; }
  body.woocommerce-checkout .select2-selection__rendered {
    margin: 0px !important;
    padding: 5px 0px !important;
    line-height: 36px !important; }
  body.woocommerce-checkout .select2-results__option, body.woocommerce-checkout .select2-container--default .select2-results__option[data-selected=true], body.woocommerce-checkout .select2-search--dropdown {
    background-color: #fff !important;
    color: #000 !important; }
  body.woocommerce-checkout #billing_first_name_field, body.woocommerce-checkout #billing_address_1_field, body.woocommerce-checkout #billing_city_field, body.woocommerce-checkout #billing_postcode_field, body.woocommerce-checkout #billing_email_field, body.woocommerce-checkout #shipping_first_name_field, body.woocommerce-checkout #shipping_address_1_field, body.woocommerce-checkout #shipping_city_field, body.woocommerce-checkout #shipping_postcode_field, body.woocommerce-checkout #shipping_email_field, body.woocommerce-checkout .form-row-first {
    clear: none;
    float: left;
    width: 47%; }
  body.woocommerce-checkout #billing_last_name_field, body.woocommerce-checkout #billing_address_2_field, body.woocommerce-checkout #billing_state_field, body.woocommerce-checkout #billing_country_field, body.woocommerce-checkout #billing_phone_field, body.woocommerce-checkout #shipping_last_name_field, body.woocommerce-checkout #shipping_address_2_field, body.woocommerce-checkout #shipping_state_field, body.woocommerce-checkout #shipping_country_field, body.woocommerce-checkout #shipping_phone_field, body.woocommerce-checkout .form-row-last {
    clear: none;
    float: right;
    width: 47%; }
  body.woocommerce-checkout .woocommerce-shipping-fields {
    padding-top: 20px;
    padding-bottom: 40px; }
  body.woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after {
    display: none; }
  body.woocommerce-checkout #payment .woocommerce-info {
    line-height: 120%; }
  body.woocommerce-checkout #add_payment_method #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-cart #payment ul.payment_methods, body.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important; }
  body.woocommerce-checkout button#place_order {
    float: none !important;
    margin: 0 auto !important;
    display: flex !important;
    font-family: 'Sohne Breit Halbfett', sans-serif !important;
    font-size: var(--button_size) !important;
    line-height: var(--button_size) !important;
    padding: 10px 20px !important;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    border-radius: 100px;
    text-transform: uppercase;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    display: inline-block !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    zoom: 1;
    font-size: var(--font_16) !important;
    background: #fff !important;
    color: #000 !important; }
  body.woocommerce-checkout button#place_order:hover {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    transition: 0.5s ease; }
  body.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #fff !important; }

body.woocommerce-order-received #header-slim, body.woocommerce-order-received #newsletter, body.woocommerce-order-received #partners {
  display: none; }
  body.woocommerce-order-received #slim-page {
    padding-top: var(--menu_height); }
  body.woocommerce-order-received #wrap {
    padding-bottom: 5%; }
  body.woocommerce-order-received #container {
    margin-top: -64px; }
  body.woocommerce-order-received #header {
    padding: 100px var(--xm) 50px var(--xm);
    margin: 0px calc(-1 * var(--xm));
    background: #000; }
  body.woocommerce-order-received #header .header__heading {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 0.56px;
    font-weight: 400;
    font-size: var(--font_120);
    color: #fff; }
  body.woocommerce-order-received #header .header__desc {
    width: 100%;
    color: #fff; }
    body.woocommerce-order-received #header .header__desc a {
      color: #fff; }
  body.woocommerce-order-received .woocommerce-order {
    padding: 0px var(--xm) var(--ym) var(--xm); }
  body.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
    display: none; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    padding-left: 0px;
    padding-top: 120px;
    display: flex;
    flex-direction: column; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview ul {
    margin: 0px;
    padding: 0px; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
    display: block; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order {
    display: flex;
    align-items: center;
    color: #000;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_60);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-right: none !important; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order strong {
    font-weight: 400;
    display: inline;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_60);
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order strong:before {
      content: "#"; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__date {
    color: #000;
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_14);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    display: none;
    border-right: none !important; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__date strong {
    display: inline !important;
    font-weight: 400 !important;
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_14);
    font-style: normal;
    line-height: 125%;
    letter-spacing: 0.42px;
    text-transform: uppercase; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__email, body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__total, body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__payment-method {
    display: none !important; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    position: relative;
    float: left;
    width: 48%; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    display: none; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-again {
    margin-top: 32px;
    display: none; }
  body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper {
    position: relative;
    float: left;
    width: 34%;
    padding-left: 80px; }
  body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper h4 {
    font-size: var(--font_16);
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase; }
  body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container, body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-apple-wallet-button-container {
    padding-top: 8px; }
    body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container a, body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-apple-wallet-button-container a {
      border-radius: 9999px;
      line-height: 100%;
      font-family: 'Sohne Breit Halbfett', sans-serif;
      text-transform: uppercase;
      background: #fff !important;
      color: #000 !important;
      border: 2px solid #000 !important;
      font-size: var(--font_12);
      display: flex !important;
      align-items: center;
      height: 32px !important;
      padding: 0px 12px; }
      body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container a:hover, body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-apple-wallet-button-container a:hover {
        background: #000 !important;
        color: #fff !important; }
    body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container img, body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-apple-wallet-button-container img {
      display: none; }
  body.woocommerce-order-received .woocommerce-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container {
    padding-right: 8px; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    position: relative;
    float: right;
    width: 15%; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    border: none;
    line-height: 165%;
    padding: 0px;
    border-radius: 0px; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0px;
    padding-left: 0px; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--phone::before {
      display: none !important; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email {
    padding-left: 0px; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-customer-details--email::before {
      display: none !important; }
  body.woocommerce-order-received .woocommerce-order .woocommerce-order-details__title, body.woocommerce-order-received .woocommerce-order .woocommerce-column__title {
    font-size: var(--font_16);
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase; }
  body.woocommerce-order-received .woocommerce-order table.shop_table {
    border-collapse: collapse;
    border: unset !important; }
  body.woocommerce-order-received .woocommerce-order table.shop_table thead {
    display: none; }
  body.woocommerce-order-received .woocommerce-order table.shop_table tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.50) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50) !important; }
    body.woocommerce-order-received .woocommerce-order table.shop_table tbody tr, body.woocommerce-order-received .woocommerce-order table.shop_table tbody th, body.woocommerce-order-received .woocommerce-order table.shop_table tbody td {
      border: none !important; }
  body.woocommerce-order-received .woocommerce-order table.shop_table tfoot {
    border-top: 1px solid rgba(0, 0, 0, 0.50) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50) !important; }
    body.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr, body.woocommerce-order-received .woocommerce-order table.shop_table tfoot th, body.woocommerce-order-received .woocommerce-order table.shop_table tfoot td {
      border: none !important;
      padding: 8px 0px;
      margin: 0px;
      line-height: 100%; }
    body.woocommerce-order-received .woocommerce-order table.shop_table tfoot td {
      text-align: right;
      padding-left: 0px;
      padding-right: 0px; }
    body.woocommerce-order-received .woocommerce-order table.shop_table tfoot th {
      font-family: 'Sohne', sans-serif;
      font-weight: 400;
      padding-left: 0px; }
    body.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr:first-child th, body.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr:first-child td {
      padding-top: 10px; }
    body.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr:last-child th, body.woocommerce-order-received .woocommerce-order table.shop_table tfoot tr:last-child td {
      padding-bottom: 10px; }
  body.woocommerce-order-received .woocommerce-order table.shop_table .order_item td {
    padding: 15px 0px; }
    body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .product-total {
      text-align: right; }
    body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .product-name, body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .product-quantity {
      font-family: 'Sohne Kraftig', sans-serif; }
    body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-event-details {
      font-family: 'Sohne', sans-serif; }
    body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-attendee-meta {
      border: 1px solid rgba(0, 0, 0, 0.20);
      padding: 32px;
      max-width: 500px;
      margin: 20px 0px; }
      body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-attendee-meta tbody {
        border-top: none !important;
        border-bottom: none !important; }
        body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-attendee-meta tbody strong {
          font-family: 'Sohne', sans-serif !important; }
        body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-attendee-meta tbody th, body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-attendee-meta tbody td {
          padding: 0px 20px !important;
          font-family: 'Sohne', sans-serif !important;
          font-size: var(--font_14); }
        body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-attendee-meta tbody tr td:first-child {
          font-family: 'Sohne Kraftig', sans-serif !important; }
          body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-attendee-meta tbody tr td:first-child strong {
            font-family: 'Sohne Kraftig', sans-serif !important; }
        body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-attendee-meta tbody tr:first-child td {
          padding-top: 10px !important; }
        body.woocommerce-order-received .woocommerce-order table.shop_table .order_item .tribe-attendee-meta tbody tr:last-child td {
          padding-bottom: 10px !important; }
  body.woocommerce-order-received .woocommerce-order .view_tickets_btn {
    clear: both;
    padding-top: 20px; }

body.woocommerce-account #newsletter, body.woocommerce-account #partners {
  display: none; }
  body.woocommerce-account #global-header {
    padding-bottom: 48px; }
  body.woocommerce-account #global-header .header__heading {
    color: #000;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_120) !important;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: left; }
  body.woocommerce-account #account-login {
    background: #fff;
    padding: 120px var(--xm); }
  body.woocommerce-account #account-login h2 {
    display: none; }
  body.woocommerce-account #account-login .woocommerce-form-row {
    display: flex;
    flex-direction: column; }
  body.woocommerce-account #account-login .woocommerce-form-row label {
    padding-bottom: 4px; }
  body.woocommerce-account #account-login .woocommerce-form-row input {
    border: 1px solid #000 !important;
    padding: 5px 10px !important; }
  body.woocommerce-account #account-login .woocommerce-form-login.login {
    max-width: 600px !important; }
  body.woocommerce-account #account-section {
    padding: 120px var(--xm);
    background: #fff; }
  body.woocommerce-account #account-section .account__name {
    color: #000;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_60) !important;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 48px;
    text-align: left !important; }
  body.woocommerce-account .account-nav {
    display: flex;
    column-gap: 12px;
    row-gap: 12px; }
  body.woocommerce-account .account-nav__item {
    display: block;
    width: 20%;
    min-height: 98px; }
  body.woocommerce-account .account-nav__item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    transition: all 0.5s ease; }
    body.woocommerce-account .account-nav__item a:hover {
      border: 2px solid #000; }
  body.woocommerce-account .account-nav__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  body.woocommerce-account .account-nav__icon {
    display: block;
    padding-bottom: 12px; }
  body.woocommerce-account .account-nav__name {
    color: #000;
    text-align: center;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: vvar(--font_14);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    padding: 0px 20px; }
  body.woocommerce-account .account-nav__arrow {
    display: none; }
  body.woocommerce-account .account-inner-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px; }
  body.woocommerce-account .account-inner-nav a {
    display: flex;
    height: 32px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    font-size: var(--font_14);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0px 8px;
    border-radius: 9999px;
    background: #000;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.60); }
  body.woocommerce-account .account-inner-nav a.active {
    background: #fff;
    color: #000 !important;
    border: 1px solid #fff; }
  body.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none; }
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0px 0px; }
  body.woocommerce-account .woocommerce-MyAccount-content .col-1, body.woocommerce-account .woocommerce-MyAccount-content .col-2 {
    width: 100%; }
  body.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: var(--h4_size) !important; }
  body.woocommerce-account .my-attendance-list {
    margin-left: 0px !important;
    padding-left: 0px !important; }
  body.woocommerce-account .my-attendance-list li {
    list-style: none; }
  body.woocommerce-account .woocommerce-orders-table {
    width: 100%; }
  body.woocommerce-account .woocommerce-orders-table thead {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: vvar(--font_14);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.56px;
    text-transform: uppercase; }
  body.woocommerce-account .woocommerce-orders-table thead th {
    padding: 12px 0px; }
  body.woocommerce-account .woocommerce-orders-table tbody th, body.woocommerce-account .woocommerce-orders-table tbody td {
    border-bottom: 1px solid #000 !important;
    padding: 12px 0px; }
  body.woocommerce-account .woocommerce-orders-table .woocommerce-button {
    display: flex;
    height: 32px !important;
    font-size: var(--font_12) !important;
    justify-content: center;
    align-items: center;
    padding: 7px 16px !important; }
  body.woocommerce-account .woocommerce-order-details {
    position: relative;
    float: left;
    width: 48%; }
  body.woocommerce-account .woocommerce-order-details .woocommerce-order-details__title {
    font-size: var(--font_16);
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase; }
  body.woocommerce-account .woocommerce-order-details table.shop_table {
    border-collapse: collapse;
    border: unset !important;
    width: 100%; }
  body.woocommerce-account .woocommerce-order-details table.shop_table thead {
    display: none; }
  body.woocommerce-account .woocommerce-order-details table.shop_table tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.50) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50) !important; }
    body.woocommerce-account .woocommerce-order-details table.shop_table tbody tr, body.woocommerce-account .woocommerce-order-details table.shop_table tbody th, body.woocommerce-account .woocommerce-order-details table.shop_table tbody td {
      border: none !important; }
  body.woocommerce-account .woocommerce-order-details table.shop_table tfoot {
    border-top: 1px solid rgba(0, 0, 0, 0.50) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50) !important; }
    body.woocommerce-account .woocommerce-order-details table.shop_table tfoot tr, body.woocommerce-account .woocommerce-order-details table.shop_table tfoot th, body.woocommerce-account .woocommerce-order-details table.shop_table tfoot td {
      border: none !important;
      padding: 8px 0px;
      margin: 0px;
      line-height: 100%; }
    body.woocommerce-account .woocommerce-order-details table.shop_table tfoot td {
      text-align: right;
      padding-left: 0px;
      padding-right: 0px; }
    body.woocommerce-account .woocommerce-order-details table.shop_table tfoot th {
      font-family: 'Sohne', sans-serif;
      font-weight: 400;
      padding-left: 0px; }
    body.woocommerce-account .woocommerce-order-details table.shop_table tfoot tr:first-child th, body.woocommerce-account .woocommerce-order-details table.shop_table tfoot tr:first-child td {
      padding-top: 10px; }
    body.woocommerce-account .woocommerce-order-details table.shop_table tfoot tr:last-child th, body.woocommerce-account .woocommerce-order-details table.shop_table tfoot tr:last-child td {
      padding-bottom: 10px; }
  body.woocommerce-account .woocommerce-order-details table.shop_table .order_item td {
    padding: 15px 0px; }
    body.woocommerce-account .woocommerce-order-details table.shop_table .order_item .product-total {
      text-align: right; }
    body.woocommerce-account .woocommerce-order-details table.shop_table .order_item .product-name, body.woocommerce-account .woocommerce-order-details table.shop_table .order_item .product-quantity {
      font-family: 'Sohne Kraftig', sans-serif; }
    body.woocommerce-account .woocommerce-order-details table.shop_table .order_item .tribe-event-details {
      font-family: 'Sohne', sans-serif; }
  body.woocommerce-account .woocommerce-customer-details {
    position: relative;
    float: right;
    width: 42%; }
  body.woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
    font-size: var(--font_16);
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase; }
  body.woocommerce-account .woocommerce-customer-details address {
    border: none;
    line-height: 165%;
    padding: 0px;
    border-radius: 0px; }
  body.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0px;
    padding-left: 0px; }
  body.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    display: none !important; }
  body.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--email {
    padding-left: 0px; }
  body.woocommerce-account .woocommerce-customer-details .woocommerce-customer-details--email::before {
    display: none !important; }
  body.woocommerce-account .mark, body.woocommerce-account mark {
    background: #fff !important; }
  body.woocommerce-account .woocommerce-Address {
    border: 1px solid rgba(0, 0, 0, 0.50);
    padding: 32px;
    max-width: 695px; }
  body.woocommerce-account .woocommerce-Address address {
    margin-bottom: 0px !important; }
  body.woocommerce-account .woocommerce-Address-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  body.woocommerce-account .woocommerce-Address-title h2 {
    font-size: var(--font_16);
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 20px !important; }
  body.woocommerce-account .woocommerce-Address-title a.edit {
    display: flex;
    height: 32px !important;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_12) !important;
    justify-content: center;
    align-items: center;
    padding: 7px 16px !important;
    background: #000;
    color: #fff;
    border-radius: 99999px;
    text-transform: uppercase; }
  body.woocommerce-account .tribe-tickets.my-attendance-list {
    max-width: 600px; }
  body.woocommerce-account .tribe-tickets.my-attendance-list li {
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  body.woocommerce-account .tribe-tickets.my-attendance-list .event-post-direct-tickets-link {
    background: #000;
    color: #fff;
    font-size: var(--font_14);
    border: 2px solid #000;
    border-radius: 9999px;
    height: 32px;
    padding: 0px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase; }
  body.woocommerce-account .tribe-tickets.my-attendance-list .event-post-direct-tickets-link:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000; }
  body.woocommerce-account .tribe-tickets.my-attendance-list .event-post-link {
    font-family: 'Sohne Kraftig', sans-serif; }
  body.woocommerce-account .tribe-tickets.my-attendance-list .event-post-link .datetime {
    display: block;
    font-family: 'Sohne', sans-serif;
    font-size: var(--font_12); }
  body.woocommerce-account .tribe-tickets.my-attendance-list .event-post-tickets-separator {
    display: none; }

body.woocommerce-view-order #account-section {
  padding-top: 0px; }
  body.woocommerce-view-order h2.account__name {
    margin-bottom: 8px !important; }
  body.woocommerce-view-order .order__date {
    color: #000;
    font-family: 'Sohne Mono', sans-serif;
    font-size: var(--font_14);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    margin-bottom: 48px; }
  body.woocommerce-view-order .woocommerce-MyAccount-content > p {
    display: none; }
  body.woocommerce-view-order .woocommerce-order-details__title {
    display: none; }
  body.woocommerce-view-order .tribe-attendee-meta {
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 32px;
    max-width: 500px;
    margin: 20px 0px;
    width: 100%; }
  body.woocommerce-view-order .tribe-attendee-meta tbody {
    border-top: none !important;
    border-bottom: none !important; }
  body.woocommerce-view-order .tribe-attendee-meta tbody strong {
    font-family: 'Sohne', sans-serif !important; }
  body.woocommerce-view-order .tribe-attendee-meta tbody th, body.woocommerce-view-order .tribe-attendee-meta tbody td {
    padding: 0px 20px !important;
    font-family: 'Sohne', sans-serif !important;
    font-size: var(--font_14); }
  body.woocommerce-view-order .tribe-attendee-meta tbody tr td:first-child {
    font-family: 'Sohne Kraftig', sans-serif !important; }
    body.woocommerce-view-order .tribe-attendee-meta tbody tr td:first-child strong {
      font-family: 'Sohne Kraftig', sans-serif !important; }
  body.woocommerce-view-order .tribe-attendee-meta tbody tr:first-child td {
    padding-top: 10px !important; }
  body.woocommerce-view-order .tribe-attendee-meta tbody tr:last-child td {
    padding-bottom: 10px !important; }
  body.woocommerce-view-order .tribe-attendee-meta .tribe-attendee-meta-iac-name, body.woocommerce-view-order .tribe-attendee-meta .tribe-attendee-meta-iac-email, body.woocommerce-view-order .tribe-attendee-meta .tribe-attendee-meta-heading {
    margin-bottom: 0px !important; }
  body.woocommerce-view-order .tribe-attendee-meta .tribe-attendee-meta-iac-name p, body.woocommerce-view-order .tribe-attendee-meta .tribe-attendee-meta-iac-email p, body.woocommerce-view-order .tribe-attendee-meta .tribe-attendee-meta-heading p {
    margin-bottom: 0px !important; }
  body.woocommerce-view-order .tec-tickets__attendees-list-wrapper {
    position: relative;
    float: left;
    width: 34%;
    padding-left: 80px; }
  body.woocommerce-view-order .tec-tickets__attendees-list-wrapper h4 {
    font-size: var(--font_16);
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase; }
  body.woocommerce-view-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container, body.woocommerce-view-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-apple-wallet-button-container {
    padding-top: 8px; }
  body.woocommerce-view-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container a, body.woocommerce-view-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-apple-wallet-button-container a {
    border-radius: 9999px;
    line-height: 100%;
    font-family: 'Sohne Breit Halbfett', sans-serif;
    text-transform: uppercase;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    font-size: var(--font_12);
    display: flex !important;
    align-items: center;
    height: 32px !important;
    padding: 0px 12px; }
    body.woocommerce-view-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container a:hover, body.woocommerce-view-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-apple-wallet-button-container a:hover {
      background: #000 !important;
      color: #fff !important; }
  body.woocommerce-view-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container img, body.woocommerce-view-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-apple-wallet-button-container img {
    display: none; }
  body.woocommerce-view-order .tec-tickets__attendees-list-wrapper .tec-tickets__wallet-plus-component-pdf-button-container {
    padding-right: 8px; }
  body.woocommerce-view-order .woocommerce-customer-details {
    position: relative;
    float: right;
    width: 15%; }
  body.woocommerce-view-order .woocommerce-customer-details address {
    border: none;
    line-height: 165%;
    padding: 0px;
    border-radius: 0px; }
  body.woocommerce-view-order .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0px;
    padding-left: 0px; }
  body.woocommerce-view-order .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    display: none !important; }
  body.woocommerce-view-order .woocommerce-customer-details .woocommerce-customer-details--email {
    padding-left: 0px; }
  body.woocommerce-view-order .woocommerce-customer-details .woocommerce-customer-details--email::before {
    display: none !important; }
  body.woocommerce-view-order .order-again {
    display: none; }

body.woocommerce-edit-address .woocommerce h2 {
  color: #000;
  font-family: 'Sohne Breit Halbfett', sans-serif;
  font-size: var(--font_20) !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 48px; }
  body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    margin-bottom: 48px;
    max-width: 660px; }
  body.woocommerce-edit-address .woocommerce-address-fields label {
    font-size: var(--font_14); }
  body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-input-wrapper {
    width: 100%;
    display: inline-block; }
  body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-input-wrapper input[type=text], body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-input-wrapper input[type=email], body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-input-wrapper input[type=tel], body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-input-wrapper input[type=number], body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-input-wrapper input[type=password], body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-input-wrapper textarea {
    width: 100% !important;
    border: 1px solid #000 !important;
    padding: 10px 15px !important;
    font-size: var(--font_16);
    font-family: 'Sohne Kraftig', sans-serif;
    height: 48px; }
  body.woocommerce-edit-address .woocommerce-address-fields .woocommerce-input-wrapper .select2 {
    border: 1px solid #000 !important;
    padding: 5px 15px !important;
    font-size: var(--font_16);
    font-family: 'Sohne Kraftig', sans-serif;
    height: 48px;
    line-height: 48px; }
  body.woocommerce-edit-address .woocommerce-address-fields .form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px; }
  body.woocommerce-edit-address .woocommerce-address-fields #billing_state_field, body.woocommerce-edit-address .woocommerce-address-fields #billing_country_field {
    height: 70px; }
  body.woocommerce-edit-address .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px; }
  body.woocommerce-edit-address .button {
    background: #ff305c !important;
    color: #fff !important;
    border: 2px solid #ff305c !important; }

#account-breadcrumb {
  background: #fff;
  padding: 80px var(--xm) 24px var(--xm);
  color: #000;
  font-family: 'Sohne Mono', sans-serif;
  font-size: var(--font_14);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.42px;
  text-transform: uppercase; }
  #account-breadcrumb a:first-child {
    padding-right: 8px; }
  #account-breadcrumb a:last-child {
    padding-left: 8px; }

.woocommerce-MyAccount-content .woocommerce-message {
  padding: 12px;
  margin-bottom: 24px;
  background: #ff305c !important;
  border: 2px solid #ff305c !important; }

body.woocommerce-edit-account .woocommerce-EditAccountForm {
  margin-bottom: 48px;
  max-width: 660px; }
  body.woocommerce-edit-account .form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px; }
  body.woocommerce-edit-account .form-row label {
    font-size: var(--font_14); }
  body.woocommerce-edit-account .form-row input[type=text], body.woocommerce-edit-account .form-row input[type=email], body.woocommerce-edit-account .form-row input[type=tel], body.woocommerce-edit-account .form-row input[type=number], body.woocommerce-edit-account .form-row input[type=password], body.woocommerce-edit-account .form-row textarea {
    width: 100% !important;
    border: 1px solid #000 !important;
    padding: 10px 15px !important;
    font-size: var(--font_16);
    font-family: 'Sohne Kraftig', sans-serif;
    height: 48px; }
  body.woocommerce-edit-account legend {
    font-family: 'Sohne Breit Halbfett', sans-serif;
    font-size: var(--font_20);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding-top: 32px; }
  body.woocommerce-edit-account .password_current {
    font-size: var(--font_14);
    color: rgba(0, 0, 0, 0.67); }
  body.woocommerce-edit-account .button {
    background: #ff305c !important;
    color: #fff !important;
    border: 2px solid #ff305c !important; }
  body.woocommerce-edit-account #account_display_name_description {
    display: none; }

body.woocommerce-account:not(.logged-in) .woocommerce {
  display: flex;
  flex-direction: column !important; }
  body.woocommerce-account:not(.logged-in) h2 {
    text-align: center; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login {
    padding-top: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login.login .woocommerce-form-login__submit {
    width: 40%;
    float: right; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  color: #fff; }

@media (min-width: 1800px) {
  #single-event .event__heading {
    display: none; }
    #single-event .event__heading.wide {
      display: block; } }

@media (max-width: 1500px) {
  #footer-wrap #partners .partners__image {
    height: 12vw; }

  #home-page #whatson {
    padding-bottom: 100px; } }

@media (max-width: 1400px) {
  #home-page #header .home-slider {
    height: 100%; }
    #home-page #header .home-slider .slick-track .slick-slide:nth-child(3) img {
      padding-left: 60px; }
      #home-page #header .home-slider .slick-track .slick-slide:nth-child(5) img {
        padding-right: 80px; }

  #design-circuits-page #cta .cta__inner {
    padding-right: 0px;
    margin-left: -120px; }
    #design-circuits-page #cta .cta__wrap {
      margin-top: 0px; }

  #tickets-page .tribe-dialog__wrapper {
    width: 96vw; } }

@media (max-width: 1300px) {
  body.woocommerce-order-received .woocommerce-order-details, body.woocommerce-view-order .woocommerce-order-details {
    width: 100% !important;
    float: none !important; }
    body.woocommerce-order-received .tec-tickets__attendees-list-wrapper, body.woocommerce-view-order .tec-tickets__attendees-list-wrapper {
      width: 50% !important;
      float: left !important;
      padding-left: 0px !important;
      padding-top: 32px; }
    body.woocommerce-order-received .woocommerce-customer-details, body.woocommerce-view-order .woocommerce-customer-details {
      width: 50% !important;
      float: right !important;
      padding-top: 32px; } }

@media (max-width: 1280px) {
  #home-page #intro .intro__content {
    max-width: 600px; }

  #about-page #team .team__grid {
    grid-template-columns: repeat(5, 1fr); }

  #testimonials .testimonials__grid {
    grid-column-gap: 0%; }

  #single-event .event__grid {
    grid-column-gap: 64px; }
    #single-event .event__aside {
      min-width: 365px; }

  #tickets .tickets__group {
    width: 93% !important; }

  #home-page #whatson .event-tile__image {
    min-height: 30.5vw;
    max-height: 30.5vw; }
    #home-page #whatson .event-tile__image img {
      min-height: 30.5vw;
      max-height: 30.5vw; }

  #whatson-page .tribe-events-pro-photo .tribe-common-g-row--gutters, #partner-events-page .tribe-events-pro-photo .tribe-common-g-row--gutters, #design-circuits-page .tribe-events-pro-photo .tribe-common-g-row--gutters {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 48px; }
    #whatson-page .event-tile__image, #partner-events-page .event-tile__image, #design-circuits-page .event-tile__image, #whatson-page .tribe-events-pro-photo__event-featured-image-wrapper, #partner-events-page .tribe-events-pro-photo__event-featured-image-wrapper, #design-circuits-page .tribe-events-pro-photo__event-featured-image-wrapper, #whatson-page .tribe-events-pro-photo__event-featured-image-link, #partner-events-page .tribe-events-pro-photo__event-featured-image-link, #design-circuits-page .tribe-events-pro-photo__event-featured-image-link, #whatson-page .tribe-events-pro-photo__event-featured-image, #partner-events-page .tribe-events-pro-photo__event-featured-image, #design-circuits-page .tribe-events-pro-photo__event-featured-image {
      min-height: 30.5vw;
      max-height: 30.5vw; }

  #partner-events-page #header .header__heading, #design-conference-page #header .header__heading, #design-days-page #header .header__heading, #design-circuits-page #header .header__heading {
    font-size: 11vw; }

  #design-conference-page #agenda .col-xl-2, #design-days-page #agenda .col-xl-2 {
    width: calc(12% - 12px) !important; }
    #design-conference-page #agenda .col-xl-3, #design-days-page #agenda .col-xl-3 {
      width: 44% !important; }
    #design-conference-page #agenda .col-xl-7, #design-days-page #agenda .col-xl-7 {
      width: 44% !important; }

  #design-circuits-page #cta {
    padding: 120px var(--xm) 40px var(--xm); }

  #design-conference-page #header .header__heading img, #design-days-page #header .header__heading img, #design-circuits-page #header .header__heading img {
    margin-left: -2.3vw;
    height: 8vw;
    margin-top: -2.2vw; }

  #partner-events-page #header .header__heading img {
    margin-left: -1.5vw;
    height: 8vw;
    margin-top: -2.2vw; }

  #design-conference-page #agenda-header .col-xl-6 {
    padding: 0px; }

  #single-event .event__heading {
    display: block; }
    #single-event .event__heading.wide {
      display: none; }

  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item {
    grid-template-columns: 1fr 6fr 2fr !important;
    grid-template-rows: repeat(3, 1fr);
    position: relative; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-remove-wrap {
      grid-area: 1 / 1 / 4 / 2; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-title-container {
      grid-area: 1 / 2 / 2 / 3;
      position: relative;
      top: -30px; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-summary {
      grid-area: 2 / 2 / 3 / 3;
      position: relative;
      top: -30px; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-content {
      grid-area: 3 / 2 / 4 / 3;
      position: relative;
      top: -30px; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra {
      grid-area: 1 / 3 / 2 / 4;
      position: relative;
      top: 50px;
      right: 0px;
      align-items: flex-end !important;
      padding-bottom: 30px;
      padding-right: 0px;
      margin-right: 0px; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity {
      grid-area: 2 / 3 / 3 / 4;
      margin-top: 20px !important;
      align-self: unset;
      width: 100%;
      grid-row: unset !important;
      grid-column: unset !important;
      width: 100%;
      position: absolute;
      right: 0px;
      top: 0px; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-total-wrap {
      grid-area: 3 / 3 / 4 / 4;
      width: 100%;
      justify-content: flex-end; }

  body.page-tribe-attendee-registration .tribe-tickets__registration {
    padding: 0px !important; }
    body.page-tribe-attendee-registration .tribe-tickets__registration-grid {
      max-width: 100% !important;
      display: flex !important;
      flex-direction: column-reverse; }
    body.page-tribe-attendee-registration #tribe-tickets__mini-cart {
      position: relative !important;
      width: 100vw !important;
      max-width: 100vw !important; }
    body.page-tribe-attendee-registration #tribe-tickets__registration-form {
      padding: 0px !important;
      width: 100vw !important;
      max-width: 100vw !important; }
    body.page-tribe-attendee-registration .tribe-tickets__registration-content {
      padding: 0px var(--xm) !important; }
    body.page-tribe-attendee-registration .tribe-tickets__registration-event {
      max-width: 60% !important; }
    body.page-tribe-attendee-registration #tribe-tickets__registration-form .tribe-tickets__registration-footer {
      padding: 40px 0px 5% 0px !important;
      margin: 0px !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      background: #000 !important;
      width: 100vw !important;
      max-width: 100vw !important; }
    body.page-tribe-attendee-registration #tribe-tickets__registration-form .tribe-tickets__registration-footer .tribe-tickets__registration-submit {
      border: 2px solid #fff !important; }
    body.page-tribe-attendee-registration .tribe-tickets__iac-email-disclaimer {
      background: #000 !important;
      color: #fff !important;
      padding: 40px var(--xm) 0px var(--xm) !important; } }

@media (max-width: 1200px) {
  #primary-nav ul.navbar-nav li {
    font-size: 14px !important; }
    #primary-nav .logo {
      width: 18%; }
    #primary-nav .links {
      width: 58%; }
      #primary-nav .links ul {
        margin-left: 0px; }
    #primary-nav .icon-account.show_desktop, #primary-nav .icon-cart.show_desktop {
      display: none; }
    #primary-nav .utility .icons.show_mobile {
      display: block; }

  #people-place-page .left {
    padding-right: 60px; }

  #about-page #sponsors .sponsors__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px; }
    #about-page #sponsors .sponsors__item {
      max-height: 130px; }
    #about-page #sponsors .sponsors__image img {
      max-height: 115px; }

  #footer-wrap #partners .partners__image {
    height: 14vw; }

  #gallery .gallery__wrap {
    width: 150vw !important; }

  #tickets .tickets__group {
    width: 91% !important; }
    #tickets .tickets__header {
      display: flex !important;
      flex-direction: column; }
    #tickets .right {
      padding-left: 0px !important;
      padding-top: 16px !important; }
    #tickets .tribe-tickets__tickets-item {
      display: flex;
      flex-direction: column;
      position: relative; }
    #tickets .tribe-tickets__tickets-item-content-title-container {
      width: 60vw;
      align-self: start; }
    #tickets .tribe-tickets__tickets-item-details-content {
      width: 60vw;
      padding-right: 32px;
      line-height: 120% !important;
      align-self: start; }
    #tickets .tribe-tickets__tickets-item-extra {
      position: absolute;
      top: 20px;
      right: 20px;
      padding-right: 0px;
      top: 42px; }
    #tickets .tribe-tickets__tickets-item-quantity {
      margin-top: 16px;
      height: 32px !important;
      flex: unset !important; }
    #tickets .entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-number, #tickets .event-tickets .tribe-tickets__tickets-item-quantity-number {
      height: 30px !important; }

  #whatson-page #global-header .header__heading {
    font-size: 11vw; }

  #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item {
    grid-template-columns: 1fr 3fr 5fr !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-title-container {
      top: 0px; }

  body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.button {
    padding: 14px 20px !important;
    width: 100% !important;
    height: auto;
    line-height: 120% !important; } }

@media (max-width: 1104px) {
  #wpadminbar {
    display: none !important; }

  html {
    margin-top: 0px !important; }

  body.admin-bar #primary-nav, body.admin-bar #primary-nav.show {
    top: 0px !important; }

  #offcanvasNavbar {
    visibility: hidden; }

  #offcanvasNavbar.show {
    visibility: visible !important;
    display: block !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #000 !important;
    z-index: 9999; }

  #primary-nav .logo {
    width: 25%; }
    #primary-nav .links {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      width: 0%; }
    #primary-nav .utility {
      width: 75%; }
      #primary-nav .utility .icons img {
        width: 24px; }
    #primary-nav .icons.show_mobile {
      display: flex; }
    #primary-nav .navbar-nav.show_desktop {
      display: none; }
    #primary-nav .navbar-toggler, #primary-nav .navbar-toggle {
      display: block; }
    #primary-nav .navbar-toggle {
      padding: 0px 10px; }
      #primary-nav .navbar-toggle img, #primary-nav .navbar-toggle svg {
        width: 24px; }
    #primary-nav .offcanvas .offcanvas-header {
      justify-content: space-between;
      height: 56px; }
    #primary-nav .offcanvas-header {
      display: flex; }
    #primary-nav .offcanvas-body {
      width: 100%;
      padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
      overflow-y: auto; }
    #primary-nav .offcanvas .mobile__flex {
      width: 100%; } }

@media (max-width: 1028px) {
  #primary-nav ul.navbar-nav li {
    padding: 0 10px; }

  #about-page #team .team__grid {
    grid-template-columns: repeat(4, 1fr); }

  #single-event .event__grid {
    display: flex;
    column-gap: 65px; }
    #single-event .event__main {
      width: 70%; }
    #single-event .event__aside {
      width: 30%;
      min-width: 280px; }

  #design-conference-page #floorplan .col-xl-6, #design-days-page #floorplan .col-xl-6, #venue-page #floorplan .col-xl-6 {
    width: 100%; }
    #design-conference-page #floorplan .floorplan__map, #design-days-page #floorplan .floorplan__map, #venue-page #floorplan .floorplan__map {
      padding-top: 80px; }

  #design-days-page #anchors .anchor__wrap {
    flex-direction: column;
    align-items: flex-start; }
    #design-days-page #anchors .anchor__date {
      padding-bottom: 24px;
      margin-right: 0px; }
    #design-days-page #anchors .anchor__name {
      text-align: left;
      padding-bottom: 16px;
      font-size: var(--font_24); }
    #design-days-page #anchors .anchor_button {
      text-align: left; } }

@media (max-width: 991.98px) {
  :root {
    --menu_height: 60px; }

  #wpadminbar {
    display: none !important; }

  html {
    margin-top: 0px !important; }

  body.admin-bar #primary-nav, body.admin-bar #primary-nav.show {
    top: 0px !important; }

  #primary-nav .logo {
    width: 35%; }
    #primary-nav .utility {
      width: 65%; }

  #home-page #adw .marquee {
    padding: 20px 0px 40px 0px; }
    #home-page #whatson .whatson-slider-buttons {
      display: none; }

  #about-page #mission .col-xl-6, #about-page #history .col-xl-6 {
    width: 100%; }
    #about-page #mission .history__wrap, #about-page #history .history__wrap {
      padding-left: 0px; }
    #about-page #team {
      padding-top: 60px; }

  #contact-page .col-xl-6 {
    width: 100%; }
    #contact-page #adw.show_desktop {
      display: none; }
    #contact-page #adw.show_mobile {
      display: block; }
    #contact-page #adw {
      background-color: transparent;
      background-image: none; }
    #contact-page #adw-buffer {
      display: none; }
    #contact-page #email {
      padding-top: 100px !important; }
    #contact-page .header__buttons.show_mobile {
      display: block;
      background: #000;
      text-align: left;
      padding: 40px var(--xm); }
    #press-page #press .press__grid {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 40px; }

  #venue-page #exhibit2 {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px; }
    #venue-page #exhibit2 .div1 {
      grid-area: unset; }
    #venue-page #exhibit2 .div2 {
      grid-area: unset; }
    #venue-page #exhibit2 .div3 {
      grid-area: unset; }
    #venue-page #exhibit2 .div4 {
      grid-area: unset; }
    #venue-page #exhibit2 .exhibit__heading {
      margin-bottom: 48px; }
      #venue-page #exhibit2 .exhibit__content {
        padding-bottom: 24px;
        max-width: 100%; }

  #people-place-page .left {
    width: 60%; }
    #people-place-page .right {
      width: 40%; }

  #testimonials .testimonials__item {
    max-width: 100%; }
    #testimonials .testimonials__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 80px;
      grid-row-gap: 80px; }
      #testimonials .testimonials__grid .item-1 {
        grid-area: unset; }
      #testimonials .testimonials__grid .item-2 {
        grid-area: unset; }
      #testimonials .testimonials__grid .item-3 {
        grid-area: unset; }
      #testimonials .testimonials__grid .item-4 {
        grid-area: unset; }
    #testimonials .testimonials__heading {
      padding-bottom: 40px; }

  #footer-wrap #partners .partners__image {
    height: 18vw; }

  #tickets-page #global-header .header__heading {
    font-size: var(--font_80); }
    #tickets-page #tickets .tickets__group {
      width: 91% !important; }
    #tickets-page #cta .cta__inner {
      background: linear-gradient(0deg, #000 0%, #000 20%, #272727 20%, #272727 80%, #000 80%, #000 100%); }
      #tickets-page #cta .cta__heading {
        padding-right: 20px; }
      #tickets-page #cta .cta__content {
        padding-right: 20px; }

  #whatson-page .calendar__heading, #partner-events-page .calendar__heading, #design-circuits-page .calendar__heading {
    margin-bottom: 24px; }
    #whatson-page .tribe-events-view .tribe-events-l-container, #partner-events-page .tribe-events-view .tribe-events-l-container, #design-circuits-page .tribe-events-view .tribe-events-l-container {
      padding-top: 0px !important; }
    #whatson-page .tribe-events-view .tribe-events-header--has-event-search, #partner-events-page .tribe-events-view .tribe-events-header--has-event-search, #design-circuits-page .tribe-events-view .tribe-events-header--has-event-search {
      flex-direction: column !important; }
    #whatson-page .tribe-events-view .tribe-events-header--has-event-search .tribe-events-header__events-bar, #partner-events-page .tribe-events-view .tribe-events-header--has-event-search .tribe-events-header__events-bar, #design-circuits-page .tribe-events-view .tribe-events-header--has-event-search .tribe-events-header__events-bar {
      width: 100% !important; }
    #whatson-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar, #partner-events-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar, #design-circuits-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar {
      padding: 0px !important;
      margin: 0px !important; }
    #whatson-page .tribe-events-view .tribe-events-header--has-event-search .tribe-filter-bar, #partner-events-page .tribe-events-view .tribe-events-header--has-event-search .tribe-filter-bar, #design-circuits-page .tribe-events-view .tribe-events-header--has-event-search .tribe-filter-bar {
      width: 100% !important;
      display: block !important;
      margin: 12px 0px 0px 0px;
      padding-bottom: 64px; }

  #partner-events-page #header, #design-conference-page #header, #design-days-page #header, #design-circuits-page #header {
    padding: 96px var(--xm) 48px var(--xm); }
    #partner-events-page #header .header__info .col-xl-5, #design-conference-page #header .header__info .col-xl-5, #design-days-page #header .header__info .col-xl-5, #design-circuits-page #header .header__info .col-xl-5, #partner-events-page #header .header__info .col-xl-7, #design-conference-page #header .header__info .col-xl-7, #design-days-page #header .header__info .col-xl-7, #design-circuits-page #header .header__info .col-xl-7 {
      width: 100% !important; }
      #partner-events-page #header .header__heading, #design-conference-page #header .header__heading, #design-days-page #header .header__heading, #design-circuits-page #header .header__heading {
        margin-bottom: 40px; }
        #partner-events-page #header .header__heading img, #design-conference-page #header .header__heading img, #design-days-page #header .header__heading img, #design-circuits-page #header .header__heading img {
          width: 8vw; }
      #partner-events-page #header .header__content, #design-conference-page #header .header__content, #design-days-page #header .header__content, #design-circuits-page #header .header__content {
        padding-left: 0px; }
      #partner-events-page #header .header__sub, #design-conference-page #header .header__sub, #design-days-page #header .header__sub, #design-circuits-page #header .header__sub {
        margin-bottom: 32px; }

  #design-conference-page .agenda-header__button.show_desktop, #design-days-page .agenda-header__button.show_desktop {
    display: none; }
    #design-conference-page .agenda-header__button.show_mobile, #design-days-page .agenda-header__button.show_mobile {
      display: block;
      margin-top: 32px; }
    #design-conference-page #agenda-header .col-xl-6, #design-days-page #agenda-header .col-xl-6 {
      width: 100%; }
    #design-conference-page #agenda .col-xl-2, #design-days-page #agenda .col-xl-2 {
      width: calc(15% - 12px) !important; }
    #design-conference-page #agenda .col-xl-3, #design-days-page #agenda .col-xl-3 {
      width: 40% !important; }
    #design-conference-page #agenda .col-xl-7, #design-days-page #agenda .col-xl-7 {
      width: 45% !important; }
    #design-conference-page #agenda .agenda__time, #design-days-page #agenda .agenda__time {
      padding-top: 24px; }
      #design-conference-page #agenda .agenda__heading, #design-days-page #agenda .agenda__heading {
        padding-top: 24px; }
      #design-conference-page #agenda .agenda__wrap, #design-days-page #agenda .agenda__wrap {
        padding-left: 24px; }

  #design-days-page #agenda-header .agenda-header__heading {
    margin-bottom: 24px !important; }
    #design-days-page #agenda-header .col-xl-6, #design-days-page #agenda-header .col-xl-8, #design-days-page #agenda-header .col-xl-4 {
      width: 100%; }
    #design-days-page .agenda-header__button.show_desktop {
      display: block;
      text-align: left !important; }

  #design-circuits-page #cta {
    padding: 0px var(--xm) 40px var(--xm);
    margin-top: 45px; }
    #design-circuits-page #cta .cta__inner {
      margin-left: 0px;
      gap: 0px;
      flex-direction: column; }
      #design-circuits-page #cta .cta__wrap {
        max-width: 100%; }
      #design-circuits-page #cta .cta__code {
        max-width: 100%; }
      #design-circuits-page #cta .cta__image {
        margin-top: -40px;
        margin-left: -110px; }
      #design-circuits-page #cta .cta__heading {
        margin-top: -40px; }

  #design-conference-page #header .header__heading img, #design-days-page #header .header__heading img, #design-circuits-page #header .header__heading img {
    margin-top: -2.2vw;
    width: 8.1vw;
    height: 8.1vw; }

  #partner-events-page #header .header__heading img {
    margin-top: -2.2vw;
    width: 8.1vw;
    height: 8.1vw; }

  body.woocommerce-cart #cart-grid {
    flex-direction: column; }
    body.woocommerce-cart .woocommerce-cart-form {
      width: 100%; }
    body.woocommerce-cart .cart-collaterals {
      width: 100%;
      position: relative;
      top: 0px;
      right: 0px;
      height: 100%; }
    body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
      padding: 14px 40px !important;
      width: fit-content !important; }
    body.woocommerce-cart .woocommerce-notices-wrapper {
      max-width: 92%;
      left: 4%; }

  body.woocommerce-account #account-section .account-nav {
    flex-wrap: wrap !important; }
    body.woocommerce-account #account-section .account-nav__item {
      width: 32% !important; }

  body.woocommerce-account #global-header .header__heading {
    font-size: var(--font_80) !important; } }

@media (max-width: 959px) {
  body.page-tribe-attendee-registration .tribe-tickets__registration-event {
    margin: 0px !important;
    max-width: 100% !important; }
    body.page-tribe-attendee-registration .tribe-tickets__registration-page-title {
      margin-left: 0px !important;
      margin-right: 0px !important;
      max-width: 100% !important; }

  body.woocommerce-order-received #header .header__heading {
    font-size: var(--font_80) !important; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order {
      margin-right: 0px !important;
      padding-right: 0px !important;
      font-size: var(--font_40); }
      body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order strong {
        font-size: var(--font_40); } }

@media (max-width: 845px) {
  #whatson-page .tribe-events-c-events-bar__search-button, #partner-events-page .tribe-events-c-events-bar__search-button, #design-circuits-page .tribe-events-c-events-bar__search-button {
    display: none; }
    #whatson-page .tribe-events-header, #partner-events-page .tribe-events-header, #design-circuits-page .tribe-events-header {
      position: relative;
      clear: both; }
    #whatson-page .tribe-filter-bar.tribe-filter-bar--horizontal, #partner-events-page .tribe-filter-bar.tribe-filter-bar--horizontal, #design-circuits-page .tribe-filter-bar.tribe-filter-bar--horizontal {
      top: 60px;
      position: relative;
      padding: 0px 0px 0px 0px !important; }
    #whatson-page .tribe-events .tribe-events-c-events-bar__search-container, #partner-events-page .tribe-events .tribe-events-c-events-bar__search-container, #design-circuits-page .tribe-events .tribe-events-c-events-bar__search-container {
      top: 0px; }
    #whatson-page .tribe-events .tribe-events-c-search__input-control-icon-svg, #partner-events-page .tribe-events .tribe-events-c-search__input-control-icon-svg, #design-circuits-page .tribe-events .tribe-events-c-search__input-control-icon-svg {
      left: 17px; }
    #whatson-page .tribe-filter-bar-c-filter__toggle-text, #partner-events-page .tribe-filter-bar-c-filter__toggle-text, #design-circuits-page .tribe-filter-bar-c-filter__toggle-text {
      font-weight: 400 !important; }
    #whatson-page .tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:focus, #partner-events-page .tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:focus, #design-circuits-page .tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:focus, #whatson-page .tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:focus, #partner-events-page .tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:focus, #design-circuits-page .tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:focus, #whatson-page .tribe-filter-bar .tribe-filter-bar-c-filter__toggle:focus, #partner-events-page .tribe-filter-bar .tribe-filter-bar-c-filter__toggle:focus, #design-circuits-page .tribe-filter-bar .tribe-filter-bar-c-filter__toggle:focus, #whatson-page .tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:focus, #partner-events-page .tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:focus, #design-circuits-page .tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:focus {
      outline: none; }
    #whatson-page .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__container, #partner-events-page .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__container, #design-circuits-page .tribe-filter-bar__filters-container .tribe-filter-bar-c-filter__container {
      box-shadow: none !important;
      border-radius: 0px !important; }
    #whatson-page .tribe-filter-bar-c-filter__toggle, #partner-events-page .tribe-filter-bar-c-filter__toggle, #design-circuits-page .tribe-filter-bar-c-filter__toggle {
      padding: 8px 0px; }
    #whatson-page .tribe-events-pro-photo, #partner-events-page .tribe-events-pro-photo, #design-circuits-page .tribe-events-pro-photo {
      padding-top: 85px; }

  #design-circuits-page .tribe-events-pro-photo {
    padding-top: 0px !important; }
    #design-circuits-page .calendar__heading {
      margin-bottom: 32px !important;
      padding-bottom: 0px; }

  #home-page #whatson .slider-mob-btn {
    display: block;
    padding-top: 32px; }
    #home-page #whatson .slide-btns {
      display: none; } }

@media (max-width: 767.98px) {
  :root {
    --ym: 80px;
    --xm: 40px; }

  .show_desktop {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  .wpml_switch.show_desktop {
    display: inline-block !important; }

  .wpml_switch.show_mobile {
    display: none !important; }

  #home-page #intro .content__animated {
    font-size: calc(var(--font_32) - 20%); }
    #home-page #intro .btn {
      display: block;
      clear: both;
      margin-top: 20px;
      width: fit-content;
      margin-left: 0px; }
    #home-page #people .people__content {
      padding-top: 0px; }

  #about-page #team .team__grid {
    grid-template-columns: repeat(3, 1fr); }
    #about-page #sponsors {
      padding-top: 64px;
      padding-bottom: 20px; }
    #about-page #sponsors .sponsors__grid {
      grid-template-columns: repeat(1, 1fr);
      border-bottom: none;
      border-top: none;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      padding-top: 0px; }
      #about-page #sponsors .sponsors__item {
        flex-direction: row-reverse;
        border-bottom: 1px solid rgba(255, 255, 255, 0.60);
        align-items: center;
        padding: 30px 0px;
        height: 100%; }
        #about-page #sponsors .sponsors__item:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.60); }
      #about-page #sponsors .sponsors__label {
        max-width: 66px;
        text-align: left; }
      #about-page #sponsors .sponsors__list {
        padding-bottom: 40px; }
      #about-page #sponsors .sponsors__heading {
        padding-bottom: 0px;
        margin-bottom: 32px; }
    #about-page #sponsors .secondary {
      padding-top: 0px !important;
      padding-left: 0px; }
      #about-page #sponsors .secondary .row {
        display: flex;
        flex-direction: column-reverse; }
    #about-page #press .press__button {
      text-align: left;
      padding-top: 20px; }

  #contact-page .header__buttons {
    background: #000; }

  #people-place-page .col-xl-7, #people-place-page .col-xl-5 {
    width: 100%; }
    #people-place-page .left {
      padding-right: 0px; }
    #people-place-page .right {
      display: none; }
    #people-place-page .people_place__grid {
      padding-bottom: 40px; }
    #people-place-page .people_place__subheading {
      margin-bottom: 8px;
      font-size: var(--font_12); }
    #people-place-page .people_place__heading {
      margin-bottom: 33px; }
    #people-place-page .people_place__content {
      max-width: 100%; }

  #venue-page #global-header, #design-conference-page #global-header, #design-days-page #global-header {
    padding-bottom: 40px; }
    #venue-page #info, #design-conference-page #info, #design-days-page #info {
      padding-top: 20px;
      padding-bottom: 40px; }
    #venue-page #info .info__item, #design-conference-page #info .info__item, #design-days-page #info .info__item {
      padding: 20px 0px !important; }
      #venue-page #info .info__item:first-child, #design-conference-page #info .info__item:first-child, #design-days-page #info .info__item:first-child {
        padding-top: 0px; }
      #venue-page #info .info__item:last-child, #design-conference-page #info .info__item:last-child, #design-days-page #info .info__item:last-child {
        padding-bottom: 0px; }
    #venue-page #floorplan .floorplan__content, #design-conference-page #floorplan .floorplan__content, #design-days-page #floorplan .floorplan__content {
      padding-top: 10px; }
    #venue-page .people_place__content, #design-conference-page .people_place__content, #design-days-page .people_place__content {
      max-width: 100%; }

  #design-days-page #agenda .agenda__item .col-xl-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px; }
    #design-days-page #agenda .agenda__time {
      padding-top: 0px;
      margin-bottom: 0px; }
    #design-days-page .agenda-header__button.show_desktop {
      display: block !important;
      text-align: left !important; }

  #single-event .event__grid {
    grid-column-gap: 0px;
    grid-area: unset;
    display: flex;
    flex-direction: column-reverse; }
    #single-event .event__aside {
      min-width: 100%;
      grid-area: unset;
      width: 100%; }
    #single-event .event__content {
      padding-top: 32px;
      width: 100%; }
    #single-event .event__main {
      width: 100%; }
    #single-event .event__details {
      margin-left: 40px; }
    #single-event .presented__heading {
      padding-top: 25px; }
    #single-event .presented__item {
      padding-bottom: 0px; }
    #single-event .speakers__heading {
      padding-top: 15px;
      margin-bottom: 32px; }

  #gallery .gallery__wrap {
    width: 200vw !important; }
    #gallery .gallery__item {
      width: 32vw; }

  #footer-wrap #partners .partners__image {
    height: auto;
    padding: 0px; }
    #footer-wrap #partners .partners__label {
      width: 15%;
      padding: 0px; }
    #footer-wrap #partners .text-start, #footer-wrap #partners .text-center, #footer-wrap #partners .text-end {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      width: 100%;
      text-align: left !important;
      align-items: center;
      padding: 24px 20px; }
    #footer-wrap #partners .text-end {
      border-top: 1px solid #000;
      border-left: none; }
    #footer-wrap #copyright .socials .show_mobile {
      display: none !important; }
    #footer-wrap #copyright .text-end .show_desktop {
      display: inline-block !important; }

  #page-wrap {
    padding: 20px !important; }

  #tickets-page #tickets .tickets__bg, #tickets-page #tickets .tickets__stub {
    display: none !important; }
    #tickets-page #tickets .tickets__group {
      width: 100% !important;
      position: relative !important; }
    #tickets-page #tickets .tickets__stub {
      z-index: 999;
      position: absolute; }
    #tickets-page #tickets .entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-content, #tickets-page #tickets .event-tickets .tribe-tickets__tickets-item-details-content {
      display: block; }
    #tickets-page #tickets .entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-price, #tickets-page #tickets .event-tickets .tribe-tickets__tickets-item-extra-price {
      flex-direction: column;
      gap: 0px; }
    #tickets-page #tickets .tribe-tickets__tickets-sale-price {
      display: flex;
      flex-direction: column; }
    #tickets-page #tickets .tribe-tickets__tickets-item-extra-price {
      line-height: 112% !important; }
    #tickets-page #tickets .woocommerce-price-suffix {
      font-size: var(--tec-font-size-1); }
    #tickets-page #tickets .tribe-tickets__tickets-item-extra--price-suffix {
      text-align: right; }
    #tickets-page #tickets .tribe-tickets__tickets-item-content-title {
      padding-bottom: 4px;
      padding-top: 2px; }
    #tickets-page #tickets .tribe-tickets__tickets-item-details-content {
      line-height: 135% !important; }
    #tickets-page #tickets .tribe-tickets__tickets-item-content-title, #tickets-page #tickets .tribe-tickets__tickets-item-details-content {
      width: 50vw; }
    #tickets-page #tickets .tribe-tickets__tickets-footer {
      display: flex;
      flex-direction: column;
      align-items: center; }
    #tickets-page #tickets .tribe-tickets__tickets-footer-quantity {
      padding-bottom: 4px; }
    #tickets-page #tickets .tribe-tickets__tickets-footer-total {
      padding-bottom: 12px; }
    #tickets-page #cta {
      padding: 0px; }
    #tickets-page #cta .cta__inner {
      flex-direction: column;
      background: #272727;
      margin-bottom: -36px;
      padding: 0px 20px 76px 20px; }
    #tickets-page #cta .cta__image {
      margin-top: -80px; }
    #tickets-page #cta .cta__heading {
      text-align: center;
      margin-top: -12px; }
    #tickets-page #cta .cta__content {
      text-align: center; }

  #whatson-page #global-header .header__content {
    padding-bottom: 32px; }
    #whatson-page #global-header .header__buttons {
      text-align: center; }
    #whatson-page #global-header .header__buttons .btn-solid-white {
      color: #000 !important; }
    #whatson-page #global-header .header__buttons .btn-outline-white {
      background: transparent !important;
      color: #fff !important;
      cursor: pointer; }
    #whatson-page #global-header .header__buttons a {
      display: block;
      margin-bottom: 16px; }

  #home-page #whatson .event-tile__image {
    min-height: 43.5vw;
    max-height: 43.5vw; }
    #home-page #whatson .event-tile__image img {
      min-height: 43.5vw;
      max-height: 43.5vw; }

  #whatson-page .tribe-events-pro-photo .tribe-common-g-row--gutters, #partner-events-page .tribe-events-pro-photo .tribe-common-g-row--gutters, #design-circuits-page .tribe-events-pro-photo .tribe-common-g-row--gutters {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 48px; }
    #whatson-page .event-tile__image, #partner-events-page .event-tile__image, #design-circuits-page .event-tile__image, #whatson-page .tribe-events-pro-photo__event-featured-image-wrapper, #partner-events-page .tribe-events-pro-photo__event-featured-image-wrapper, #design-circuits-page .tribe-events-pro-photo__event-featured-image-wrapper, #whatson-page .tribe-events-pro-photo__event-featured-image-link, #partner-events-page .tribe-events-pro-photo__event-featured-image-link, #design-circuits-page .tribe-events-pro-photo__event-featured-image-link, #whatson-page .tribe-events-pro-photo__event-featured-image, #partner-events-page .tribe-events-pro-photo__event-featured-image, #design-circuits-page .tribe-events-pro-photo__event-featured-image {
      min-height: 43.5vw;
      max-height: 43.5vw; }

  #partner-events-page #header, #design-conference-page #header, #design-days-page #header, #design-circuits-page #header {
    padding: 56px var(--xm) 48px var(--xm); }
    #partner-events-page #header .header__heading, #design-conference-page #header .header__heading, #design-days-page #header .header__heading, #design-circuits-page #header .header__heading {
      font-size: 10vw;
      margin-bottom: 24px; }

  #design-conference-page #header .header__heading img, #design-days-page #header .header__heading img, #design-circuits-page #header .header__heading img {
    margin-top: -2.1vw;
    width: 7.4vw;
    height: 7.4vw;
    margin-left: -1.8vw; }

  #partner-events-page #header .header__heading img {
    margin-top: -2.1vw;
    width: 7.4vw;
    height: 7.4vw;
    margin-left: -0.8vw; }

  #design-conference-page #agenda .col-xl-2, #design-days-page #agenda .col-xl-2 {
    width: 100% !important;
    padding: 0px; }
    #design-conference-page #agenda .col-xl-3, #design-days-page #agenda .col-xl-3 {
      width: 100% !important;
      padding: 0px; }
    #design-conference-page #agenda .col-xl-7, #design-days-page #agenda .col-xl-7 {
      width: 100% !important;
      padding: 0px; }
    #design-conference-page #agenda .col-xl-2, #design-days-page #agenda .col-xl-2, #design-conference-page #agenda .col-xl-3, #design-days-page #agenda .col-xl-3, #design-conference-page #agenda .col-xl-7, #design-days-page #agenda .col-xl-7 {
      border-top: none !important; }
    #design-conference-page #agenda .agenda__item, #design-days-page #agenda .agenda__item {
      margin-bottom: 48px;
      border-top: 1px solid #000; }
    #design-conference-page #agenda .agenda__time, #design-days-page #agenda .agenda__time {
      padding: 16px 0px; }
    #design-conference-page #agenda .agenda__heading, #design-days-page #agenda .agenda__heading {
      padding: 20px 0px 16px 0px;
      margin-bottom: 0px; }
    #design-conference-page #agenda .agenda__wrap, #design-days-page #agenda .agenda__wrap {
      padding-left: 0px; }

  #design-days-page #agenda .agenda__time {
    padding: 0px; }

  #design-circuits-page #cta {
    padding: 0px var(--xm) 40px var(--xm); }
    #design-circuits-page #cta .cta__image {
      margin-top: -40px;
      margin-left: -120px;
      width: 106vw; }
    #design-circuits-page #cta .cta__heading {
      margin-top: -60px; }

  body.page-template-template_design-conference #container {
    position: relative; }

  #stub {
    position: absolute !important;
    top: unset !important;
    bottom: 20px; }
    #stub .stub__top {
      bottom: -3px; }

  #tickets-page .tribe-dialog__wrapper {
    top: 64px;
    position: fixed; }
    #tickets-page .tribe-dialog__wrapper .tribe-dialog__title {
      font-size: var(--font_24) !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item {
      grid-template-columns: 1fr 2fr 1fr !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-remove-wrap {
      grid-area: unset;
      position: absolute;
      top: 10px;
      right: 0px; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-title-container {
      grid-area: 1 / 1 / 2 / 4; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-summary {
      grid-area: 2 / 1 / 3 / 4;
      top: 0px !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-details-content {
      grid-area: 3 / 1 / 4 / 4;
      top: 0px !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra {
      grid-area: 4 / 2 / 5 / 4;
      top: 0px !important;
      padding-bottom: 0px !important;
      flex-direction: row !important;
      justify-content: flex-end !important;
      align-items: center !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra .tribe-tickets__tickets-sale-price {
      flex-direction: row !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra .tribe-tickets__tickets-sale-price-suffix {
      padding-left: 5px !important;
      font-size: var(--font_14) !important;
      padding-top: 4px;
      display: inline-block; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra .tribe-tickets__tickets-original-price {
      padding-right: 5px !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity {
      grid-area: 4 / 1 / 5 / 2 !important;
      position: relative !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-remove, #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-add {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-number {
      border: none !important;
      margin: 0px !important;
      font-size: var(--font_14) !important;
      text-align: center !important; }
      #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-quantity .tribe-tickets__tickets-item-quantity-number input[type=number] {
        font-size: var(--font_14) !important;
        text-align: center !important; }
    #tickets-page .tribe-dialog__wrapper .tribe-tickets__tickets-item .tribe-tickets__tickets-item-total-wrap {
      grid-area: 4 / 3 / 5 / 4;
      justify-content: center !important;
      align-items: center !important;
      display: none; }
    #tickets-page .tribe-tickets__attendee-tickets .tribe-ticket__tickets-heading {
      font-size: var(--font_20); }
    #tickets-page .tribe-tickets__attendee-tickets-footer {
      flex-direction: column; }
    #tickets-page .tribe-tickets__attendee-tickets-footer .tribe-tickets__attendee-tickets-footer-checkout-button {
      width: 100%; }
    #tickets-page .tribe-tickets__form-field-input {
      padding: 5px 10px !important; }

  body.woocommerce-cart .shop_table .woocommerce-cart-form__cart-item {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.50);
    padding: 10px 0px 5px 0px; }
    body.woocommerce-cart .shop_table th, body.woocommerce-cart .shop_table td {
      border-bottom: none !important;
      text-align: left !important;
      padding: 0px !important;
      border-top: none !important;
      background: transparent !important; }
    body.woocommerce-cart .shop_table tbody .product-remove {
      width: 20px !important;
      position: absolute;
      bottom: 11px;
      left: 0px; }
    body.woocommerce-cart .shop_table tbody .product-remove a.remove {
      color: #c7c7c7 !important;
      font-size: 20px !important; }
    body.woocommerce-cart .shop_table tbody .product-name {
      font-size: var(--font_14);
      font-family: 'Sohne Kraftig', sans-serif;
      font-weight: 400;
      line-height: 150%;
      text-align: left !important; }
    body.woocommerce-cart .shop_table tbody .product-name:before {
      display: none; }
    body.woocommerce-cart .shop_table tbody .product-price {
      width: 100% !important;
      text-align: left !important; }
    body.woocommerce-cart .shop_table tbody .product-price:before {
      display: none; }
    body.woocommerce-cart .shop_table tbody .product-quantity {
      width: 100px !important;
      margin: 0px 0px 0px auto !important;
      position: absolute;
      top: 12px;
      right: 0px; }
    body.woocommerce-cart .shop_table tbody .product-quantity:before {
      display: none; }
    body.woocommerce-cart .shop_table tbody .product-quantity .quantity {
      margin: 0px auto 0px !important; }
      body.woocommerce-cart .shop_table tbody .product-quantity .quantity .input-group {
        margin: 0px !important; }
    body.woocommerce-cart .shop_table tbody .product-quantity .bootstrap-touchspin {
      height: 32px !important; }
    body.woocommerce-cart .shop_table tbody .product-subtotal {
      width: 100% !important;
      height: 30px; }
    body.woocommerce-cart .shop_table tbody .product-subtotal:before {
      display: none; }
    body.woocommerce-cart .woocommerce-notices-wrapper {
      max-width: 90%;
      left: 5%; }

  body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-title h2 {
    font-size: var(--font_24) !important; }
    body.page-tribe-attendee-registration .tribe-tickets__tickets-item-content-title {
      line-height: 120% !important; }
    body.page-tribe-attendee-registration .tribe-tickets__tickets-item-extra-price {
      display: flex;
      flex-direction: column;
      gap: 0px; }
    body.page-tribe-attendee-registration #tribe-tickets__registration-form .tribe-tickets__registration-footer {
      padding-bottom: 60px !important; }

  body.woocommerce-view-order #account-section {
    padding-top: 0px !important; }
    body.woocommerce-view-order #account-breadcrumb {
      padding-top: 32px !important; }

  body.woocommerce-order-received .woocommerce-order, body.woocommerce-view-order .woocommerce-order {
    padding-bottom: 0px !important; }
    body.woocommerce-order-received .tec-tickets__attendees-list-wrapper, body.woocommerce-view-order .tec-tickets__attendees-list-wrapper {
      width: 100% !important;
      float: none !important; }
    body.woocommerce-order-received .woocommerce-customer-details, body.woocommerce-view-order .woocommerce-customer-details {
      width: 100% !important;
      float: none !important;
      padding-top: 64px; }
    body.woocommerce-order-received #header .header__heading, body.woocommerce-view-order #header .header__heading {
      font-size: var(--font_60) !important; }
    body.woocommerce-order-received #header .header__desc br, body.woocommerce-view-order #header .header__desc br {
      display: none; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order, body.woocommerce-view-order .woocommerce-order .woocommerce-order-overview__order {
      font-size: var(--font_32); }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order strong, body.woocommerce-view-order .woocommerce-order .woocommerce-order-overview__order strong {
      font-size: var(--font_32); }
    body.woocommerce-order-received .woocommerce-thankyou-order-details, body.woocommerce-view-order .woocommerce-thankyou-order-details {
      padding-top: 60px !important;
      margin-bottom: 32px !important; }

  body.woocommerce-account #account-section {
    padding: 64px var(--xm); }
    body.woocommerce-account #account-section .account__name {
      font-size: var(--font_32);
      margin-bottom: 32px; }
    body.woocommerce-account #account-section .account-nav {
      display: flex;
      column-gap: 0px;
      row-gap: 0px;
      flex-direction: column; }
    body.woocommerce-account #account-section .account-nav__item {
      width: 100% !important;
      min-height: unset; }
    body.woocommerce-account #account-section .account-nav__item a {
      flex-direction: row;
      justify-content: space-between;
      border: none;
      border-bottom: 1px solid #000;
      padding: 12px 0px; }
    body.woocommerce-account #account-section .account-nav__wrap {
      flex-direction: row; }
    body.woocommerce-account #account-section .account-nav__icon {
      padding-bottom: 0px; }
    body.woocommerce-account #account-section .account-nav__icon img {
      width: 24px;
      height: 24px; }
    body.woocommerce-account #account-section .account-nav__arrow {
      display: inline-block; }
    body.woocommerce-account #account-section .account-nav__name {
      text-align: left; }
    body.woocommerce-account #account-login {
      padding: 64px var(--xm); }

  body.woocommerce-account.woocommerce-orders .woocommerce-orders-table {
    min-width: 900px; }
    body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content {
      overflow: scroll; }
    body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::-webkit-scrollbar {
      -webkit-appearance: none; }
    body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content:-webkit-scrollbar:vertical {
      width: 11px; }
    body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::-webkit-scrollbar:horizontal {
      height: 11px; }
    body.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content::-webkit-scrollbar-thumb {
      border-radius: 8px;
      border: 2px solid white;
      background-color: rgba(0, 0, 0, .5); }

  body.woocommerce-account .tribe-tickets.my-attendance-list {
    max-width: 100%; }
    body.woocommerce-account .tribe-tickets.my-attendance-list li {
      padding: 20px 0px; }
    body.woocommerce-account .tribe-tickets.my-attendance-list .event-post-direct-tickets-link {
      display: inline-flex;
      width: 160px;
      margin-top: 8px; } }

@media (max-width: 606px) {
  :root {
    --menu_height: 56px; }

  #primary-nav .wpml_switch.show_desktop {
    display: none !important; }
    #primary-nav .wpml_switch.show_mobile {
      display: inline-block !important;
      margin-right: 20px; }
    #primary-nav .btn, #primary-nav .btn-solid-white {
      display: none; }
    #primary-nav .utility .icons a {
      padding: 0px 5px; }
    #primary-nav .navbar-toggle {
      padding: 0px 5px; }
    #primary-nav .navbar {
      padding-top: 15px;
      padding-bottom: 15px; }
    #primary-nav .container-fluid {
      padding: 0px 20px 0px 20px !important; }

  body.woocommerce-edit-address #account-breadcrumb {
    padding-top: 32px !important; }
    body.woocommerce-edit-address #account-section {
      padding-top: 20px !important; }
    body.woocommerce-edit-address .woocommerce-Address-title {
      flex-direction: column;
      justify-content: flex-start;
      padding-bottom: 32px; }
      body.woocommerce-edit-address .woocommerce-Address-title h2 {
        margin-bottom: 12px; } }

@media (max-width: 575.98px) {
  :root {
    --content_size: 14px;
    --h1_size: 40px;
    --h2_size: 32px;
    --h3_size: 32px;
    --h4_size: 24px;
    --h6_size: 14px;
    --content_size: 14px;
    --font_120: 40px;
    --font_60: 32px;
    --font_40: 32px;
    --font_16: 14px; }

  .show_desktop {
    display: none !important; }

  .show_tablet {
    display: none !important; }

  .show_mobile {
    display: block !important; }

  #home-page #header .slider__overlay {
    font-size: var(--font_18) !important; }
    #home-page #header .home-slider {
      height: 100%; }
      #home-page #header .home-slider .slick-track .slick-slide:nth-child(3) img {
        padding-left: 0px; }
        #home-page #header .home-slider .slick-track .slick-slide:nth-child(5) img {
          padding-right: 0px; }
        #home-page #header .home-slider .slick-track .slick-slide:nth-child(1) .slider__image, #home-page #header .home-slider .slick-track .slick-slide:nth-child(3) .slider__image, #home-page #header .home-slider .slick-track .slick-slide:nth-child(5) .slider__image {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          #home-page #header .home-slider .slick-track .slick-slide:nth-child(1) .slider__image img, #home-page #header .home-slider .slick-track .slick-slide:nth-child(3) .slider__image img, #home-page #header .home-slider .slick-track .slick-slide:nth-child(5) .slider__image img {
            object-fit: contain !important;
            height: auto !important;
            margin: 0 !important; }
    #home-page #adw .adw__image {
      top: -60px; }
    #home-page #adw .marquee {
      padding: 20px 0px 20px 0px; }

  #press-page #press .press__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px; }

  #single-press #press .press__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px; }

  #venue-page #floorplan .floorplan__caption, #design-conference-page #floorplan .floorplan__caption, #design-days-page #floorplan .floorplan__caption {
    margin-bottom: 16px !important; }
    #venue-page #floorplan .floorplan__heading, #design-conference-page #floorplan .floorplan__heading, #design-days-page #floorplan .floorplan__heading {
      margin-bottom: 24px !important; }
    #venue-page #floorplan .floorplan__content, #design-conference-page #floorplan .floorplan__content, #design-days-page #floorplan .floorplan__content {
      padding-top: 0px !important; }
    #venue-page #floorplan .floorplan__map, #design-conference-page #floorplan .floorplan__map, #design-days-page #floorplan .floorplan__map {
      padding-top: 60px; }

  #home-page #whatson .whatson-slider {
    padding-top: 32px; }

  #design-conference-page .agenda-header__button.show_mobile .btn-solid-coral, #design-days-page .agenda-header__button.show_mobile .btn-solid-coral {
    display: block;
    width: 100%; }
    #design-conference-page #agenda-header, #design-days-page #agenda-header {
      padding: 64px var(--xm) 24px var(--xm); }
    #design-conference-page #agenda, #design-days-page #agenda {
      padding: 0px var(--xm) 64px var(--xm); }

  #design-days-page #agenda-header {
    padding-bottom: 32px;
    padding-top: 64px; }
    #design-days-page .agenda-header__button.show_desktop {
      display: block !important;
      text-align: left !important;
      width: 100% !important; }
    #design-days-page .agenda-header__button.show_desktop .btn-solid-violet {
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      font-size: var(--font_14) !important;
      height: 40px; }

  #partner-events-page #header, #design-conference-page #header, #design-days-page #header {
    padding: 56px var(--xm) 24px var(--xm); }

  #partner-events-page #header .header__heading img {
    margin-top: -2.1vw;
    width: 7.4vw;
    height: 7.4vw;
    margin-left: -0.8vw; }

  #contact-page #contact #email .wpforms-one-half {
    width: 100% !important; }
    #contact-page #contact #email .wpforms-submit-container {
      text-align: left; }
      #contact-page #contact #email .wpforms-submit-container button.wpforms-submit {
        display: block;
        width: 100%; }

  #instagram-feed {
    padding-top: 0px; }

  #testimonials .testimonials__item {
    max-width: 100%; }
    #testimonials .testimonials__grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 40px; }
    #testimonials .testimonials__heading {
      padding-bottom: 20px; }

  #footer-wrap #newsletter .newsletter__content br {
    display: none; }
    #footer-wrap #footer .text-start, #footer-wrap #footer .text-center, #footer-wrap #footer .text-end {
      text-align: left !important; }
    #footer-wrap #footer li {
      padding: 0px 0px 20px 0px; }
    #footer-wrap #copyright .text-start, #footer-wrap #copyright .text-center, #footer-wrap #copyright .text-end {
      text-align: left !important; }
    #footer-wrap #copyright .socials .show_mobile {
      display: inline-block !important; }
    #footer-wrap #copyright .text-end .show_desktop {
      display: none !important; }
    #footer-wrap #partners .partners__image img {
      max-width: 250px; }

  body.woocommerce-order-received #header {
    padding-top: 60px !important;
    padding-bottom: 30px !important; }
    body.woocommerce-order-received #header .header__heading {
      font-size: calc(var(--font_120) + 100%) !important; }
    body.woocommerce-order-received #header .header__desc br {
      display: none; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order {
      font-size: var(--font_32); }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order strong {
      font-size: var(--font_32); }
    body.woocommerce-order-received .woocommerce-thankyou-order-details {
      padding-top: 40px !important;
      margin-bottom: 30px !important; }
    body.woocommerce-order-received .order_item .table-responsive {
      padding-right: 20px; }

  body.woocommerce-account #global-header .header__heading {
    font-size: calc(var(--font_120) + 100%) !important; }
    body.woocommerce-account #account-section .account__name {
      font-size: var(--font_32) !important; } }

@media (max-width: 505px) {
  #footer-wrap #newsletter .newsletter__heading {
    font-size: 6vw; }
    #footer-wrap #newsletter .newsletter__content {
      font-size: var(--font_14);
      text-align: center; }

  #design-circuits-page #cta .cta__image {
    margin-left: -85px; }
    #design-circuits-page #cta .cta__heading {
      margin-top: -40px; } }

@media (max-width: 460px) {
  :root {
    --ym: 40px;
    --xm: 20px;
    --menu_height: 56px;
    --button_size: 14px; }

  .sm-0 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }

  #primary-nav .btn, #primary-nav .btn-solid-white {
    display: none; }
    #primary-nav .utility .icons a {
      padding: 0px 5px; }
    #primary-nav .navbar-toggle {
      padding: 0px 5px; }
    #primary-nav .navbar {
      padding-top: 15px;
      padding-bottom: 15px; }
    #primary-nav .container-fluid {
      padding: 0px 20px 0px 20px !important; }

  #home-page #header .slider__overlay {
    padding: 20px;
    font-size: 20px !important; }
    #home-page #intro {
      padding: 120px var(--xm); }
      #home-page #intro .content__animated {
        font-size: calc(var(--font_32) - 25%); }
      #home-page #intro .intro__content .btn {
        margin-left: 0px; }
    #home-page #adw .adw__image {
      padding-top: 20px;
      top: -40px;
      margin-bottom: -30px; }
      #home-page #adw .marquee {
        padding: 20px 0px; }
        #home-page #adw .marquee__inner span {
          font-size: var(--font_20); }
    #home-page #people {
      padding-top: 64px; }
      #home-page #people .people__content {
        padding-bottom: 20px; }

  #about-page #header {
    padding-bottom: 31px; }
    #about-page #gallery {
      padding-bottom: 0px; }
    #about-page #mission {
      padding-top: 48px; }
    #about-page #team {
      padding-top: 0px; }
      #about-page #team .team__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 8px;
        grid-row-gap: 32px; }
        #about-page #team .team__name {
          font-size: var(--font_14); }
    #about-page #media .image-inline, #about-page #media .video-inline {
      padding: 64px var(--xm); }
    #about-page #sponsors .sponsors__item {
      max-height: 100px; }
      #about-page #sponsors .sponsors__image img {
        max-height: 90px; }

  #press-page #press .press__grid {
    grid-template-columns: repeat(1, 1fr); }

  #single-event {
    padding: 40px var(--xm) var(--ym) var(--xm); }
    #single-event .event__sidebar__inner {
      padding: 0px;
      width: 32px; }
    #single-event .event__details {
      margin-left: 40px; }
    #single-event .event__heading {
      margin-bottom: 40px; }
    #single-event .event__date, #single-event .event__time, #single-event .event__venue {
      font-size: var(--font_12); }
    #single-event .presented__heading {
      padding-top: 24px; }
    #single-event .presented__item {
      padding-bottom: 32px; }
    #single-event .speakers__heading {
      padding-top: 7px;
      margin-bottom: 24px; }
    #single-event .speakers__image {
      width: 80px; }

  #gallery .gallery__section {
    column-gap: 8px; }

  #tickets-page #global-header {
    padding-top: 56px; }
    #tickets-page #global-header .header__heading {
      font-size: var(--font_40); }
    #tickets-page #tickets .tickets__group {
      padding: 20px !important; }
    #tickets-page #tickets .tribe-tickets__tickets-item-content-title {
      width: 60vw !important; }
    #tickets-page #cta .cta__heading {
      margin-top: 0px; }

  #whatson-page #global-header {
    padding: var(--ym) var(--xm) 10px var(--xm); }
    #whatson-page #full-calendar .calendar__heading {
      margin-bottom: 10px; }

  #home-page #whatson .event-tile__image {
    min-height: 89vw;
    max-height: 89vw; }
    #home-page #whatson .event-tile__image img {
      min-height: 89vw;
      max-height: 89vw; }

  #whatson-page .tribe-events-pro-photo .tribe-common-g-row--gutters, #partner-events-page .tribe-events-pro-photo .tribe-common-g-row--gutters, #design-circuits-page .tribe-events-pro-photo .tribe-common-g-row--gutters {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 48px; }
    #whatson-page .event-tile__image, #partner-events-page .event-tile__image, #design-circuits-page .event-tile__image, #whatson-page .tribe-events-pro-photo__event-featured-image-wrapper, #partner-events-page .tribe-events-pro-photo__event-featured-image-wrapper, #design-circuits-page .tribe-events-pro-photo__event-featured-image-wrapper, #whatson-page .tribe-events-pro-photo__event-featured-image-link, #partner-events-page .tribe-events-pro-photo__event-featured-image-link, #design-circuits-page .tribe-events-pro-photo__event-featured-image-link, #whatson-page .tribe-events-pro-photo__event-featured-image, #partner-events-page .tribe-events-pro-photo__event-featured-image, #design-circuits-page .tribe-events-pro-photo__event-featured-image {
      min-height: 89vw;
      max-height: 89vw; }
    #whatson-page #full-calendar, #partner-events-page #full-calendar, #design-circuits-page #full-calendar {
      padding-top: 64px; }

  #design-circuits-page #cta {
    padding: 0px var(--xm) 0px var(--xm); }

  #design-conference-page #floorplan .floorplan__button, #design-days-page #floorplan .floorplan__button, #design-conference-page #floorplan .floorplan__subtext, #design-days-page #floorplan .floorplan__subtext {
    padding-left: 0px;
    text-align: center; }
    #design-conference-page #floorplan .floorplan__button, #design-days-page #floorplan .floorplan__button {
      text-align: center; }
      #design-conference-page #floorplan .floorplan__button .btn-solid-white, #design-days-page #floorplan .floorplan__button .btn-solid-white {
        display: block; }

  #design-days-page #anchors .anchor__wrap {
    padding: 20px; }
    #design-days-page #anchors .anchor__button {
      text-align: left; }
    #design-days-page #toggle {
      top: 20px; }
    #design-days-page #toggle .toggle-buttons {
      height: 34px !important; }
    #design-days-page #toggle .toggle-buttons .btn {
      font-size: var(--font_12) !important;
      height: 32px !important;
      padding: 8px 15px !important; }

  #stub {
    zoom: 0.8;
    left: unset;
    right: -6px;
    bottom: 40px; }
    #stub .stub__top {
      display: none; }
    #stub .stub__btm {
      display: none; }
    #stub .stub__end {
      display: none; }
    #stub .stub__inner {
      background-image: none;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 8px 0px; }
    #stub .stub__content {
      width: 100%; }
    #stub .stub__content p, #stub .stub__content strong {
      font-size: 12px; }

  body.single-tribe_events #stub {
    left: unset;
    right: -6px;
    bottom: 40px; }

  #single-event {
    padding-bottom: 150px; }

  #design-conference-page #header .header__heading img, #design-days-page #header .header__heading img, #design-circuits-page #header .header__heading img {
    margin-top: -2.1vw;
    width: 7.6vw;
    height: 7.6vw;
    margin-left: -1.4vw; }
    #design-conference-page #header .header__sub, #design-days-page #header .header__sub, #design-circuits-page #header .header__sub {
      font-size: var(--font_12);
      margin: 0px 0px 24px 0px; }

  #partner-events-page #header .header__heading img {
    margin-top: -2.1vw;
    width: 7.6vw;
    height: 7.6vw;
    margin-left: -0.8vw; }
    #partner-events-page #header .header__sub {
      font-size: var(--font_12);
      margin: 0px 0px 24px 0px; }

  #footer-wrap #newsletter {
    min-height: 100% !important; }
    #footer-wrap #newsletter .newsletter__inner {
      padding: var(--ym) var(--xm) 0px var(--xm); }
    #footer-wrap #newsletter .marquee .marquee__inner img {
      min-height: 100% !important;
      width: 350vw; }
    #footer-wrap #partners .partners__image img {
      max-width: 200px; }

  body.woocommerce-cart .woocommerce-notices-wrapper {
    max-width: 92%;
    left: 4%; }

  body.woocommerce-order-received #header .header__heading {
    font-size: var(--font_120) !important; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order {
      font-size: var(--font_32); }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order strong {
      font-size: var(--font_32); } }

@media (max-width: 380px) {
  #tickets-page #tickets .tribe-tickets__tickets-item-extra--price-suffix {
    bottom: 10px !important;
    top: unset !important; }
    #tickets-page #tickets .tribe-tickets__tickets-item-details-content, #tickets-page #tickets .tribe-tickets__tickets-item-content-title {
      width: 100%; }
    #tickets-page #tickets .tribe-tickets__tickets-sale-price .tribe-amount {
      font-size: 14px !important; }

  #design-days-page #anchors .anchor__button {
    height: auto !important;
    line-height: 120% !important;
    text-align: center; }

  #design-circuits-page #cta .cta__image {
    margin-left: -65px; }
    #design-circuits-page #cta .cta__heading {
      margin-top: -20px; }

  #stub {
    zoom: 0.6;
    left: calc(100vw - 252px); }

  body.single-tribe_events #stub {
    left: calc(100vw - 252px) !important; }

  #footer-wrap #newsletter .marquee .marquee__inner img {
    width: 360vw; }

  body.woocommerce-order-received #header .header__heading {
    font-size: var(--font_60) !important; }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order {
      font-size: var(--font_24); }
    body.woocommerce-order-received .woocommerce-order .woocommerce-order-overview__order strong {
      font-size: var(--font_24); }
    body.woocommerce-order-received .woocommerce-thankyou-order-details {
      padding-top: 40px !important;
      margin-bottom: 20px !important; }

  body.woocommerce-account #global-header .header__heading {
    font-size: var(--font_60) !important; }
    body.woocommerce-account #account-section .account__name {
      font-size: var(--font_24) !important; }

  body.woocommerce-account .tribe-tickets.my-attendance-list li {
    flex-direction: column; } }
