@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.2;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  font-size: 0;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

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

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.mbr-overlay:hover {
  opacity: none !important;
}


blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
    .row2 > [class*=col] {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Zoom Image Effect */
.item-img {
  transition: transform 0.3s ease-in-out;
}
.item-img:hover {
  transform: scale(1.05);
}
/* Buttons */
/* Full white button with black text */
.btn-white,
a.btn-white {
  border: 2px solid #fafafa !important;
  background-color: #fafafa !important;
  color: #000 !important;
  padding: 1rem 2rem !important;
  transition: all 0.3s ease !important;
}
.btn-white:hover,
a.btn-white:hover {
  background-color: #000 !important;
  border: 2px solid #fafafa !important;
  /* Korrektur: border anpassen */
  color: #fafafa !important;
}
/* White outline button with white text */
.btn-white-outline,
a.btn-white-outline {
  border: 2px solid #fafafa !important;
  background-color: transparent !important;
  color: #fff !important;
  padding: 1rem 2rem !important;
  transition: all 0.3s ease !important;
}
.btn-white-outline:hover,
a.btn-white-outline:hover {
  background-color: #fafafa !important;
  border: 2px solid #fafafa !important;
  color: #000 !important;
}
/* Black outline button with black text */
.btn-black-outline,
a.btn-black-outline {
  border: 2px solid #000 !important;
  background-color: transparent !important;
  color: #000 !important;
  padding: 1rem 2rem !important;
  transition: all 0.3s ease !important;
}
.btn-black-outline:hover,
a.btn-black-outline:hover {
  background-color: #000 !important;
  border: 2px solid #000 !important;
  color: #fafafa !important;
}
/* Full black button with white text */
.btn-black,
a.btn-black {
  border: 2px solid #000 !important;
  background-color: #000 !important;
  color: #fafafa !important;
  padding: 1rem 2rem !important;
  transition: all 0.3s ease !important;
}
.btn-black:hover,
a.btn-black:hover {
  background-color: transparent !important;
  border: 2px solid #000 !important;
  /* Korrektur: border beibehalten */
  color: #000 !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #fafafa !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e43f3f !important;
}
.bg-danger {
  background-color: #bbbbbb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #e43f3f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #e43f3f !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #bbbbbb !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #bbbbbb !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #232323 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: #ffffff !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e43f3f !important;
  background-color: transparent!important;
  border-color: #e43f3f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #e43f3f !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bbbbbb !important;
  background-color: transparent!important;
  border-color: #bbbbbb !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #bbbbbb !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent!important;
  border-color: #232323 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #fafafa !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e43f3f !important;
}
.text-danger {
  color: #bbbbbb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c7c7c7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a61717 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #888888 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e43f3f;
}
.alert-danger {
  background-color: #bbbbbb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbfbfb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fafafa !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sV6C7LkuK3 {
  z-index: 1000;
  width: 100%;
}
.cid-sV6C7LkuK3 nav.navbar {
  position: fixed;
}
.cid-sV6C7LkuK3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV6C7LkuK3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sV6C7LkuK3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sV6C7LkuK3 .dropdown-item:hover,
.cid-sV6C7LkuK3 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sV6C7LkuK3 .dropdown-item:hover span {
  color: white;
}
.cid-sV6C7LkuK3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sV6C7LkuK3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sV6C7LkuK3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sV6C7LkuK3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sV6C7LkuK3 .nav-link {
  position: relative;
}
.cid-sV6C7LkuK3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sV6C7LkuK3 .container {
    flex-wrap: nowrap;
  }
}
.cid-sV6C7LkuK3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV6C7LkuK3 .dropdown-menu,
.cid-sV6C7LkuK3 .navbar.opened {
  background: #000000 !important;
}
.cid-sV6C7LkuK3 .nav-item:focus,
.cid-sV6C7LkuK3 .nav-link:focus {
  outline: none;
}
.cid-sV6C7LkuK3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sV6C7LkuK3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV6C7LkuK3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sV6C7LkuK3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV6C7LkuK3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sV6C7LkuK3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sV6C7LkuK3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-sV6C7LkuK3 .navbar.opened {
  transition: all 0.3s;
}
.cid-sV6C7LkuK3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sV6C7LkuK3 .navbar .navbar-logo img {
  width: auto;
}
.cid-sV6C7LkuK3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV6C7LkuK3 .navbar.collapsed {
  justify-content: center;
}
.cid-sV6C7LkuK3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sV6C7LkuK3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sV6C7LkuK3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sV6C7LkuK3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV6C7LkuK3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV6C7LkuK3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sV6C7LkuK3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV6C7LkuK3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sV6C7LkuK3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sV6C7LkuK3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sV6C7LkuK3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV6C7LkuK3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV6C7LkuK3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV6C7LkuK3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sV6C7LkuK3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sV6C7LkuK3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV6C7LkuK3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sV6C7LkuK3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sV6C7LkuK3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sV6C7LkuK3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sV6C7LkuK3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sV6C7LkuK3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sV6C7LkuK3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sV6C7LkuK3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV6C7LkuK3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV6C7LkuK3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV6C7LkuK3 .dropdown-item.active,
.cid-sV6C7LkuK3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sV6C7LkuK3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV6C7LkuK3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV6C7LkuK3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV6C7LkuK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV6C7LkuK3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV6C7LkuK3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV6C7LkuK3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sV6C7LkuK3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sV6C7LkuK3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sV6C7LkuK3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sV6C7LkuK3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV6C7LkuK3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV6C7LkuK3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV6C7LkuK3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV6C7LkuK3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV6C7LkuK3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV6C7LkuK3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV6C7LkuK3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV6C7LkuK3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sV6C7LkuK3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sV6C7LkuK3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV6C7LkuK3 .navbar {
    height: 70px;
  }
  .cid-sV6C7LkuK3 .navbar.opened {
    height: auto;
  }
  .cid-sV6C7LkuK3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUUzG2kLpl {
  background-image: url("../../../assets/images/noise-for-the-voiceless-2000x1209.jpg");
}
.cid-sUUzG2kLpl .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sUUzG2kLpl .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sUUzG2kLpl .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uCw8NEz8nx {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/anny-josh-1920x1366.jpg");
}
.cid-uCw8NEz8nx .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-uCw8NEz8nx img,
.cid-uCw8NEz8nx .item-img {
  width: 100%;
}
.cid-uCw8NEz8nx .item:focus,
.cid-uCw8NEz8nx span:focus {
  outline: none;
}
.cid-uCw8NEz8nx .item-wrapper {
  position: relative;
}
.cid-uCw8NEz8nx .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCw8NEz8nx .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCw8NEz8nx .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uCw8NEz8nx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCw8NEz8nx .mbr-section-title {
  color: #000000;
}
.cid-uCw8NEz8nx .mbr-text,
.cid-uCw8NEz8nx .mbr-section-btn {
  text-align: center;
}
.cid-uCw8NEz8nx .item-title {
  text-align: center;
  color: #fafafa;
}
.cid-uCw8NEz8nx .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-uCw8NEz8nx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
  overflow: visible;
}
@media (max-width: 768px) {
  .cid-uCw8NEz8nx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCw8NEz8nx .embla__button--next,
.cid-uCw8NEz8nx .embla__button--prev {
  display: flex;
}
.cid-uCw8NEz8nx .embla__button {
  top: 50%;
  width: auto;
  height: auto;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent !important;
  color: #fff;
  border: none !important;
  border-radius: !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uCw8NEz8nx .embla__button {
    display: none;
  }
}
.cid-uCw8NEz8nx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCw8NEz8nx .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCw8NEz8nx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCw8NEz8nx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCw8NEz8nx .embla__button {
    top: auto;
  }
}
.cid-uCw8NEz8nx .embla__button span {
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.8);
}
.cid-uCw8NEz8nx .embla__button:hover span {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0px 5px 8px #000000;
}
.cid-uCw8NEz8nx .embla {
  position: relative;
  width: 100%;
}
.cid-uCw8NEz8nx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCw8NEz8nx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCw8NEz8nx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCw8NEz8nx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uCw8NEz8nx .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uCw8NEz8nx .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uCw8NEz8nx .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-sUUAE79VxM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/rocktreff-1-2000x1569.jpg");
}
.cid-sUUAE79VxM h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sUUAE79VxM .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sUUAE79VxM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sUUAE79VxM .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sUUAE79VxM ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sUUAE79VxM path {
  stroke: #efefef;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sUUAE79VxM .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sUUAE79VxM .mbr-section-title {
  color: #ffffff;
}
.cid-sUUAE79VxM P {
  color: #ffffff;
}
.cid-sUUAE79VxM H4 {
  color: #efefef;
}
.cid-uCwGLSTRCh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-merch-2000x877.jpg");
}
.cid-uCwGLSTRCh img,
.cid-uCwGLSTRCh .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCwGLSTRCh .item:focus,
.cid-uCwGLSTRCh span:focus {
  outline: none;
}
.cid-uCwGLSTRCh .item-wrapper {
  position: relative;
}
.cid-uCwGLSTRCh .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCwGLSTRCh .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCwGLSTRCh .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uCwGLSTRCh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCwGLSTRCh .mbr-section-title {
  color: #000000;
}
.cid-uCwGLSTRCh .mbr-text,
.cid-uCwGLSTRCh .mbr-section-btn {
  text-align: center;
}
.cid-uCwGLSTRCh .item-title {
  text-align: center;
  color: #232323;
}
.cid-uCwGLSTRCh .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-uCwGLSTRCh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
  overflow: visible;
}
@media (max-width: 768px) {
  .cid-uCwGLSTRCh .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uCwGLSTRCh .embla__button--next,
.cid-uCwGLSTRCh .embla__button--prev {
  display: flex;
}
.cid-uCwGLSTRCh .embla__button {
  top: 50%;
  width: auto;
  height: auto;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent !important;
  color: #fff;
  border: none !important;
  border-radius: !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uCwGLSTRCh .embla__button {
    display: none;
  }
}
.cid-uCwGLSTRCh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCwGLSTRCh .embla__button.hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uCwGLSTRCh .embla__button.embla__button--prev {
  left: 0;
  margin-left: 1rem;
}
.cid-uCwGLSTRCh .embla__button.embla__button--next {
  right: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCwGLSTRCh .embla__button {
    top: auto;
  }
}
.cid-uCwGLSTRCh .embla__button span {
  text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.8);
}
.cid-uCwGLSTRCh .embla__button:hover span {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0px 5px 8px #000000;
}
.cid-uCwGLSTRCh .embla {
  position: relative;
  width: 100%;
}
.cid-uCwGLSTRCh .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uCwGLSTRCh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCwGLSTRCh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCwGLSTRCh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uCwGLSTRCh .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uCwGLSTRCh .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uCwGLSTRCh .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uCwwNyXkQg {
  background-image: url("../../../assets/images/noise-stage-2000x1500.png");
}
.cid-uCwwNyXkQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCwwNyXkQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCwwNyXkQg .mbr-section-title {
  color: #fafafa;
}
.cid-uCwwNyXkQg .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uCwwNyXkQg .mbr-text,
.cid-uCwwNyXkQg .mbr-section-btn {
  color: #fafafa;
}
.cid-uCwwNyXkQg .mbr-social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.cid-uCwwNyXkQg .mbr-social-icons a {
  font-size: 2rem;
  color: #fafafa;
  transition: color 0.3s ease;
}
.cid-uCwwNyXkQg .mbr-social-icons a:hover {
  color: #c5c5c5;
}
.cid-sUW3SvRuyX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/anny-josh-1920x1366.jpg");
}
.cid-sUW3SvRuyX .video-wrapper iframe {
  width: 100%;
}
.cid-sUW3SvRuyX .mbr-section-title,
.cid-sUW3SvRuyX .mbr-section-subtitle,
.cid-sUW3SvRuyX .mbr-text {
  text-align: center;
}
.cid-sUW3SvRuyX .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sUW3SvRuyX .mbr-section-title {
  color: #fafafa;
}
.cid-tXU1N3ByyA {
  background-image: url("../../../assets/images/anny-shout-1511x1920.jpg");
}
.cid-tXU1N3ByyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXU1N3ByyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXU1N3ByyA .mbr-section-title {
  color: #fafafa;
}
.cid-tXP3c5FDUz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tXP3c5FDUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXP3c5FDUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXP3c5FDUz .mbr-section-title {
  color: #fafafa;
}
.cid-uofuwuP5Dy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uofuwuP5Dy .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uofuwuP5Dy .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uofuwuP5Dy hr {
  border: 0.2px solid white;
  opacity: 1;
}
.cid-uKmoypuUDK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uKmoypuUDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmoypuUDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKmoypuUDK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uKmoypuUDK .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uKmoypuUDK .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uKmoypuUDK .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uKmoypuUDK .container {
    padding: 0 12px;
  }
}
.cid-uKmoypuUDK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKmoypuUDK .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uKmoypuUDK .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKmoypuUDK .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uKmoypuUDK .mbr-section-title {
  color: #1D1D1F;
}
.cid-uKmoypuUDK .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-uKmoypuUDK .mbr-section-title,
.cid-uKmoypuUDK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-up0ZEOWIF3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-up0ZEOWIF3 .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-up0ZEOWIF3 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-up0ZEOWIF3 hr {
  border: 0.2px solid white;
  opacity: 1;
}
.cid-uEGbYB0Tja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uEGbYB0Tja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGbYB0Tja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEGbYB0Tja .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uEGbYB0Tja .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uEGbYB0Tja .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uEGbYB0Tja .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uEGbYB0Tja .container {
    padding: 0 12px;
  }
}
.cid-uEGbYB0Tja .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEGbYB0Tja .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uEGbYB0Tja .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uEGbYB0Tja .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uEGbYB0Tja .mbr-section-title {
  color: #1D1D1F;
}
.cid-uEGbYB0Tja .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-uEGbYB0Tja .mbr-section-title,
.cid-uEGbYB0Tja .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-up0ZLaTHrK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-up0ZLaTHrK .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-up0ZLaTHrK .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-up0ZLaTHrK hr {
  border: 0.2px solid white;
  opacity: 1;
}
.cid-tXSzkyRbyl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tXSzkyRbyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXSzkyRbyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXSzkyRbyl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tXSzkyRbyl .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tXSzkyRbyl .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tXSzkyRbyl .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tXSzkyRbyl .container {
    padding: 0 12px;
  }
}
.cid-tXSzkyRbyl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXSzkyRbyl .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tXSzkyRbyl .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tXSzkyRbyl .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-tXSzkyRbyl .mbr-section-title {
  color: #1D1D1F;
}
.cid-tXSzkyRbyl .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-tXSzkyRbyl .mbr-section-title,
.cid-tXSzkyRbyl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPCJ1O9OT9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPCJ1O9OT9 .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uPCJ1O9OT9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uPCJ1O9OT9 hr {
  border: 0.2px solid white;
  opacity: 1;
}
.cid-uPCIgcJI04 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uPCIgcJI04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCIgcJI04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCIgcJI04 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uPCIgcJI04 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uPCIgcJI04 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uPCIgcJI04 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uPCIgcJI04 .container {
    padding: 0 12px;
  }
}
.cid-uPCIgcJI04 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPCIgcJI04 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uPCIgcJI04 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uPCIgcJI04 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uPCIgcJI04 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uPCIgcJI04 .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-uPCIgcJI04 .mbr-section-title,
.cid-uPCIgcJI04 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tXUDPI1Ek5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tXUDPI1Ek5 .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tXUDPI1Ek5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tXUDPI1Ek5 hr {
  border: 0.2px solid white;
  opacity: 1;
}
.cid-uR7o4xBBYO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uR7o4xBBYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7o4xBBYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7o4xBBYO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uR7o4xBBYO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uR7o4xBBYO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uR7o4xBBYO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uR7o4xBBYO .container {
    padding: 0 12px;
  }
}
.cid-uR7o4xBBYO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR7o4xBBYO .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uR7o4xBBYO .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uR7o4xBBYO .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uR7o4xBBYO .mbr-section-title {
  color: #1D1D1F;
}
.cid-uR7o4xBBYO .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-uR7o4xBBYO .mbr-section-title,
.cid-uR7o4xBBYO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uR7o37xfJx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uR7o37xfJx .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-uR7o37xfJx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uR7o37xfJx hr {
  border: 0.2px solid white;
  opacity: 1;
}
.cid-uCskPVqwo9 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/so36-1920x1370.jpg");
}
.cid-uCskPVqwo9 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uCskPVqwo9 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uCskPVqwo9 .links {
  text-align: center;
  color: #000000;
}
.cid-sUUAqmvSkh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sUUAqmvSkh .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sUUAqmvSkh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sUUAqmvSkh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sUUAqmvSkh .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sUUAqmvSkh .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sUUAqmvSkh .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-sUUAqmvSkh .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUUAqmvSkh .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sUUAqmvSkh .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sUUAqmvSkh .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sUVfRXcW4B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/shopheader-1400x400.jpg");
}
.cid-sUVfRXcW4B H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sUVfRXcW4B .mbr-section-subtitle {
  text-align: center;
}
.cid-sUVfRXcW4B .btn-white-outline {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff;
}
.cid-sUVfRXcW4B .btn-white-outline:hover {
  color: #000 !important;
  background: #fff !important;
  border-color: #000;
}
.cid-sUVfRXcW4B .btn-secondary {
  color: #000 !important;
  background: #fff !important;
  border-color: #000;
}
.cid-sUVfRXcW4B .btn-secondary:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000;
}
.cid-tLHAcP2xMN {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/feminist-wallpaper-2000x877.png");
}
.cid-tLHAcP2xMN .mbr-section-btn > * {
  margin: 0;
}
.cid-tLHAcP2xMN h4 {
  font-weight: 500;
}
.cid-tLHAcP2xMN p {
  color: #232323;
}
.cid-tLHAcP2xMN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tLHAcP2xMN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tLHAcP2xMN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLHAcP2xMN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tLHAcP2xMN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tLHAcP2xMN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tLHAcP2xMN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tLHAcP2xMN .align-left.aside-content {
    text-align: center;
  }
  .cid-tLHAcP2xMN .mbr-section-btn.pt-3.align-left {
    text-align: center;
  }
  .cid-tLHAcP2xMN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tLHAcP2xMN .card-img span {
    font-size: 40px !important;
  }
}
.cid-tLHAcP2xMN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tLHAcP2xMN .btn-black-outline {
  color: #000 !important;
  background: !important;
  border-color: #000;
}
.cid-tLHAcP2xMN .btn-black-outline:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000;
}
.cid-sUVfU6rvBN {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1312-wallpaper-2000x877.png");
}
.cid-sUVfU6rvBN .mbr-section-btn > * {
  margin: 0;
}
.cid-sUVfU6rvBN h4 {
  font-weight: 500;
}
.cid-sUVfU6rvBN p {
  color: #232323;
}
.cid-sUVfU6rvBN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sUVfU6rvBN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sUVfU6rvBN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sUVfU6rvBN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sUVfU6rvBN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sUVfU6rvBN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sUVfU6rvBN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sUVfU6rvBN .align-left.aside-content {
    text-align: center;
  }
  .cid-sUVfU6rvBN .mbr-section-btn.pt-3.align-left {
    text-align: center;
  }
  .cid-sUVfU6rvBN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sUVfU6rvBN .card-img span {
    font-size: 40px !important;
  }
}
.cid-sUVfU6rvBN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sUVfU6rvBN .text1 {
  color: #ffffff;
}
.cid-sUVfU6rvBN H2 {
  color: #ffffff;
}
.cid-sUVfU6rvBN .text2,
.cid-sUVfU6rvBN .mbr-section-btn {
  color: #ffffff;
}
.cid-sUVfU6rvBN .btn-white-outline {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff;
}
.cid-sUVfU6rvBN .btn-white-outline:hover {
  color: #000 !important;
  background: #fff !important;
  border-color: #000;
}
.cid-sUVfUJfgAU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/collage-wallpaper-2000x877.png");
}
.cid-sUVfUJfgAU .mbr-section-btn > * {
  margin: 0;
}
.cid-sUVfUJfgAU h4 {
  font-weight: 500;
}
.cid-sUVfUJfgAU p {
  color: #232323;
}
.cid-sUVfUJfgAU .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sUVfUJfgAU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sUVfUJfgAU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sUVfUJfgAU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sUVfUJfgAU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sUVfUJfgAU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sUVfUJfgAU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sUVfUJfgAU .align-left.aside-content {
    text-align: center;
  }
  .cid-sUVfUJfgAU .mbr-section-btn.pt-3.align-left {
    text-align: center;
  }
  .cid-sUVfUJfgAU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sUVfUJfgAU .card-img span {
    font-size: 40px !important;
  }
}
.cid-sUVfUJfgAU .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sUVfUJfgAU .btn-black-outline {
  color: #000 !important;
  background: !important;
  border-color: #000;
}
.cid-sUVfUJfgAU .btn-black-outline:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000;
}
.cid-t2q6xdwVev {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sampler-wallpaper-1-2000x877.png");
}
.cid-t2q6xdwVev .mbr-section-btn > * {
  margin: 0;
}
.cid-t2q6xdwVev h4 {
  font-weight: 500;
}
.cid-t2q6xdwVev p {
  color: #232323;
}
.cid-t2q6xdwVev .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t2q6xdwVev .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2q6xdwVev .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2q6xdwVev .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2q6xdwVev .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2q6xdwVev .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2q6xdwVev .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2q6xdwVev .align-left.aside-content {
    text-align: center;
  }
  .cid-t2q6xdwVev .mbr-section-btn.pt-3.align-left {
    text-align: center;
  }
  .cid-t2q6xdwVev .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2q6xdwVev .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2q6xdwVev .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t2q6xdwVev .text1 {
  color: #ffffff;
}
.cid-t2q6xdwVev H2 {
  color: #ffffff;
}
.cid-t2q6xdwVev .text2,
.cid-t2q6xdwVev .mbr-section-btn {
  color: #ffffff;
}
.cid-t2q6xdwVev .btn-white-outline {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff;
}
.cid-t2q6xdwVev .btn-white-outline:hover {
  color: #000 !important;
  background: #fff !important;
  border-color: #000;
}
.cid-tMLn3YRX1U {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tMLn3YRX1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMLn3YRX1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sUUAqmvSkh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sUUAqmvSkh .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sUUAqmvSkh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sUUAqmvSkh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sUUAqmvSkh .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sUUAqmvSkh .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sUUAqmvSkh .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-sUUAqmvSkh .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUUAqmvSkh .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sUUAqmvSkh .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sUUAqmvSkh .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sUVn6xoFKq {
  background: #000000;
}
.cid-sUVn6xoFKq .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-sUVn6xoFKq .video-block {
    width: 100% !important;
  }
}
.cid-t7CbljFbEP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-t7CbljFbEP .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t7CbljFbEP .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-t7CbljFbEP .mbr-figure img {
    width: 100% !important;
  }
}
.cid-t7CbljFbEP H1 {
  color: #ffffff;
}
.cid-t7CbljFbEP .mbr-text,
.cid-t7CbljFbEP .mbr-section-btn {
  color: #ffffff;
}
.cid-t7CbljFbEP H3 {
  color: #ffffff;
}
.cid-sUVn80aAoa {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-sUVn80aAoa .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sUVn80aAoa .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sUVn80aAoa .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sUVn80aAoa H1 {
  color: #ffffff;
}
.cid-taeEQHCvuN {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-taeEQHCvuN .video-wrapper iframe {
  width: 100%;
}
.cid-taeEQHCvuN .mbr-section-title,
.cid-taeEQHCvuN .mbr-section-subtitle,
.cid-taeEQHCvuN .mbr-text {
  text-align: center;
}
.cid-taeEQHCvuN .mbr-section-subtitle {
  color: #fafafa;
}
.cid-taeEQHCvuN .mbr-section-title {
  color: #fafafa;
}
.cid-sUUAqmvSkh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sUUAqmvSkh .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sUUAqmvSkh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sUUAqmvSkh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sUUAqmvSkh .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sUUAqmvSkh .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sUUAqmvSkh .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-sUUAqmvSkh .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUUAqmvSkh .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sUUAqmvSkh .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sUUAqmvSkh .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sUVoRPicRZ {
  background-image: url("../../../assets/images/preview2-1256x707.jpg");
}
.cid-sUVoRPicRZ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sUVoRPicRZ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sUVoRPicRZ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sUVoRPicRZ .btn-white-outline {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff;
}
.cid-sUVoRPicRZ .btn-white-outline:hover {
  color: #000 !important;
  background: #fff !important;
  border-color: #000;
}
.cid-sUUAqmvSkh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sUUAqmvSkh .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sUUAqmvSkh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sUUAqmvSkh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sUUAqmvSkh .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sUUAqmvSkh .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sUUAqmvSkh .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-sUUAqmvSkh .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUUAqmvSkh .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sUUAqmvSkh .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sUUAqmvSkh .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sUVtnkX7Ht {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/spreadshirt-header-1400x400.jpg");
}
.cid-sUVtnkX7Ht H2 {
  text-align: left;
}
.cid-sUYMN6prQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUUAqmvSkh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sUUAqmvSkh .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sUUAqmvSkh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sUUAqmvSkh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sUUAqmvSkh .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sUUAqmvSkh .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sUUAqmvSkh .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-sUUAqmvSkh .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUUAqmvSkh .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sUUAqmvSkh .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sUUAqmvSkh .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sUVundfqek {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/spreadshirt-header-1400x400.jpg");
}
.cid-sUVundfqek H2 {
  text-align: left;
}
.cid-sUYWIAyOn8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUVtAq3MYT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sUVtAq3MYT .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sUVtAq3MYT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sUVtAq3MYT .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sUVtAq3MYT .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sUVtAq3MYT .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sUVtAq3MYT .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-sUVtAq3MYT .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUVtAq3MYT .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sUVtAq3MYT .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sUVtAq3MYT .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sUVvewLFZD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/spreadshirt-header-1400x400.jpg");
}
.cid-sUVvewLFZD H2 {
  text-align: left;
}
.cid-sUZ6RdZfo3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sUVuTVCeIz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sUVuTVCeIz .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sUVuTVCeIz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sUVuTVCeIz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sUVuTVCeIz .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sUVuTVCeIz .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sUVuTVCeIz .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-sUVuTVCeIz .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUVuTVCeIz .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sUVuTVCeIz .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sUVuTVCeIz .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tc5Dydo9i3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/spreadshirt-header-1400x400.jpg");
}
.cid-tc5Dydo9i3 H2 {
  text-align: left;
}
.cid-tc5DydUiOV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tc5DyehWEO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tc5DyehWEO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tc5DyehWEO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tc5DyehWEO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tc5DyehWEO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tc5DyehWEO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tc5DyehWEO .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-tc5DyehWEO .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tc5DyehWEO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tc5DyehWEO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tc5DyehWEO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tjD0AkopSA {
  background: #000000;
}
.cid-tjD0AkopSA .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tjD0AkopSA .video-block {
    width: 100% !important;
  }
}
.cid-tjD0AkOZet {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tjD0AkOZet .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tjD0AkOZet .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-tjD0AkOZet .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tjD0AkOZet H1 {
  color: #ffffff;
}
.cid-tjD0AkOZet .mbr-text,
.cid-tjD0AkOZet .mbr-section-btn {
  color: #ffffff;
}
.cid-tjD0AkOZet H3 {
  color: #ffffff;
}
.cid-tjD0Al6nkf {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/my-body-my-rules-1-2000x1333.jpg");
}
.cid-tjD0Al6nkf .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tjD0Al6nkf .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tjD0Al6nkf .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tjD0Al6nkf H1 {
  color: #ffffff;
}
.cid-tjD0AlmcQk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tjD0AlmcQk .video-wrapper iframe {
  width: 100%;
}
.cid-tjD0AlmcQk .mbr-section-title,
.cid-tjD0AlmcQk .mbr-section-subtitle,
.cid-tjD0AlmcQk .mbr-text {
  text-align: center;
}
.cid-tjD0AlmcQk .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tjD0AlmcQk .mbr-section-title {
  color: #fafafa;
}
.cid-tjD0AlERYN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tjD0AlERYN .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tjD0AlERYN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tjD0AlERYN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tjD0AlERYN .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tjD0AlERYN .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tjD0AlERYN .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-tjD0AlERYN .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tjD0AlERYN .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tjD0AlERYN .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tjD0AlERYN .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-t8ikdKagOw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8ikdKagOw nav.navbar {
  position: fixed;
}
.cid-t8ikdKagOw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8ikdKagOw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8ikdKagOw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8ikdKagOw .dropdown-item:hover,
.cid-t8ikdKagOw .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-t8ikdKagOw .dropdown-item:hover span {
  color: white;
}
.cid-t8ikdKagOw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8ikdKagOw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8ikdKagOw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8ikdKagOw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8ikdKagOw .nav-link {
  position: relative;
}
.cid-t8ikdKagOw .container {
  display: flex;
  margin: auto;
}
.cid-t8ikdKagOw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8ikdKagOw .dropdown-menu,
.cid-t8ikdKagOw .navbar.opened {
  background: #000000 !important;
}
.cid-t8ikdKagOw .nav-item:focus,
.cid-t8ikdKagOw .nav-link:focus {
  outline: none;
}
.cid-t8ikdKagOw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8ikdKagOw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8ikdKagOw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8ikdKagOw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8ikdKagOw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8ikdKagOw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8ikdKagOw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-t8ikdKagOw .navbar.opened {
  transition: all 0.3s;
}
.cid-t8ikdKagOw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8ikdKagOw .navbar .navbar-logo img {
  width: auto;
}
.cid-t8ikdKagOw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8ikdKagOw .navbar.collapsed {
  justify-content: center;
}
.cid-t8ikdKagOw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8ikdKagOw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t8ikdKagOw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8ikdKagOw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8ikdKagOw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8ikdKagOw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8ikdKagOw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8ikdKagOw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8ikdKagOw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8ikdKagOw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8ikdKagOw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8ikdKagOw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8ikdKagOw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8ikdKagOw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8ikdKagOw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8ikdKagOw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8ikdKagOw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8ikdKagOw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8ikdKagOw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8ikdKagOw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8ikdKagOw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8ikdKagOw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8ikdKagOw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8ikdKagOw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8ikdKagOw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8ikdKagOw .dropdown-item.active,
.cid-t8ikdKagOw .dropdown-item:active {
  background-color: transparent;
}
.cid-t8ikdKagOw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8ikdKagOw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8ikdKagOw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8ikdKagOw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t8ikdKagOw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8ikdKagOw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8ikdKagOw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8ikdKagOw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8ikdKagOw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8ikdKagOw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8ikdKagOw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8ikdKagOw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8ikdKagOw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8ikdKagOw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8ikdKagOw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8ikdKagOw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8ikdKagOw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8ikdKagOw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8ikdKagOw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8ikdKagOw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8ikdKagOw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8ikdKagOw .navbar {
    height: 70px;
  }
  .cid-t8ikdKagOw .navbar.opened {
    height: auto;
  }
  .cid-t8ikdKagOw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8ikdKagOw .mbr-section-subtitle {
  color: #fafafa;
}
.cid-t1o2qopxxD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/shopheader-1-1400x400.jpg");
}
.cid-t1o2qopxxD H2 {
  text-align: center;
  color: #ffffff;
}
.cid-t1o2qopxxD .mbr-section-subtitle {
  text-align: center;
}
.cid-t1tCxcP8tz {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t1tCxcP8tz ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t1tCxcP8tz li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t1tCxcP8tz ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t1tCxcP8tz H3 {
  text-align: center;
}
.cid-t1yzfAQTUa {
  padding-top: 0px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #fafafa, #fafafa);
}
.cid-t1yzfAQTUa .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-t1yzfAQTUa .social-list a:focus {
  text-decoration: none;
}
.cid-t1yzfAQTUa H2 {
  color: #000000;
}
.cid-t1okXFXpF6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t1okXFXpF6 img,
.cid-t1okXFXpF6 .item-img {
  width: 100%;
}
.cid-t1okXFXpF6 .item:focus,
.cid-t1okXFXpF6 span:focus {
  outline: none;
}
.cid-t1okXFXpF6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t1okXFXpF6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t1okXFXpF6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t1okXFXpF6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1okXFXpF6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t1okXFXpF6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t1okXFXpF6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1okXFXpF6 .mbr-section-title {
  color: #fafafa;
}
.cid-t1okXFXpF6 .mbr-text,
.cid-t1okXFXpF6 .mbr-section-btn {
  text-align: center;
}
.cid-t1okXFXpF6 .item-title {
  text-align: center;
  color: #fafafa;
}
.cid-t1okXFXpF6 .item-subtitle {
  text-align: center;
  color: #fafafa;
}
.cid-t1okXFXpF6 .btn-black-outline {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff;
}
.cid-t1okXFXpF6 .btn-black-outline:hover {
  color: #000 !important;
  background: #fff !important;
  border-color: #fff;
}
.cid-t1okXFXpF6 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-t1oo6W6f5c {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t1oo6W6f5c img,
.cid-t1oo6W6f5c .item-img {
  width: 100%;
}
.cid-t1oo6W6f5c .item:focus,
.cid-t1oo6W6f5c span:focus {
  outline: none;
}
.cid-t1oo6W6f5c .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t1oo6W6f5c .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t1oo6W6f5c .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t1oo6W6f5c .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1oo6W6f5c .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t1oo6W6f5c .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t1oo6W6f5c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1oo6W6f5c .mbr-section-title {
  color: #000000;
}
.cid-t1oo6W6f5c .mbr-text,
.cid-t1oo6W6f5c .mbr-section-btn {
  text-align: center;
}
.cid-t1oo6W6f5c .item-title {
  text-align: center;
}
.cid-t1oo6W6f5c .item-subtitle {
  text-align: center;
}
.cid-tFbEmjekCt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tFbEmjekCt .video-wrapper iframe {
  width: 100%;
}
.cid-tFbEmjekCt .mbr-section-title,
.cid-tFbEmjekCt .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFbEmjekCt .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFbEmjekCt .mbr-section-title {
  color: #ffffff;
}
.cid-tFbEmjekCt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tFbEmjekCt .mbr-text {
  color: #ffffff;
}
.cid-tUN73Y9a3a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tUN73Y9a3a .video-wrapper iframe {
  width: 100%;
}
.cid-tUN73Y9a3a .mbr-section-title,
.cid-tUN73Y9a3a .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tUN73Y9a3a .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUN73Y9a3a .mbr-section-title {
  color: #ffffff;
}
.cid-tUN73Y9a3a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUN73Y9a3a .mbr-text {
  color: #ffffff;
}
.cid-tayhhx5BdJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tayhhx5BdJ .video-wrapper iframe {
  width: 100%;
}
.cid-tayhhx5BdJ .mbr-section-title,
.cid-tayhhx5BdJ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tayhhx5BdJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tayhhx5BdJ .mbr-section-title {
  color: #ffffff;
}
.cid-tayhhx5BdJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tayhhx5BdJ .mbr-text {
  color: #ffffff;
}
.cid-tptsUVbCWS {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tptsUVbCWS .video-wrapper iframe {
  width: 100%;
}
.cid-tptsUVbCWS .mbr-section-title,
.cid-tptsUVbCWS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tptsUVbCWS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tptsUVbCWS .mbr-section-title {
  color: #ffffff;
}
.cid-tptsUVbCWS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tptsUVbCWS .mbr-text {
  color: #ffffff;
}
.cid-t4O9WUIuy9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t4O9WUIuy9 .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t4O9WUIuy9 .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t4O9WUIuy9 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-t4O9WUIuy9 .card-wrapper {
    padding: 1rem;
  }
}
.cid-t4O9WUIuy9 ul {
  list-style: none;
}
.cid-t4O9WUIuy9 li {
  position: relative;
}
.cid-t4O9WUIuy9 li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #000000;
  font-size: 0.8rem;
}
.cid-t4O9WUIuy9 .btn-black-outline {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff;
}
.cid-t4O9WUIuy9 .btn-black-outline:hover {
  color: #000 !important;
  background: #fff !important;
  border-color: #fff;
}
.cid-t4O9WUIuy9 .card-title {
  text-align: left;
}
.cid-t1LWxu1Uth {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t1LWxu1Uth .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-t1LWxu1Uth .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-t1LWxu1Uth .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-t1LWxu1Uth .card-wrapper {
    padding: 1rem;
  }
}
.cid-t1LWxu1Uth ul {
  list-style: none;
}
.cid-t1LWxu1Uth li {
  position: relative;
}
.cid-t1LWxu1Uth li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #000000;
  font-size: 0.8rem;
}
.cid-t1LWxu1Uth .btn-black-outline {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff;
}
.cid-t1LWxu1Uth .btn-black-outline:hover {
  color: #000 !important;
  background: #fff !important;
  border-color: #fff;
}
.cid-t1LWxu1Uth .card-title {
  text-align: left;
}
.cid-t1o2qpMQw6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/spreadshirt-header-1400x400.jpg");
}
.cid-t1o2qpMQw6 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-t1o2qpMQw6 .mbr-section-subtitle {
  text-align: center;
}
.cid-t1o2qpMQw6 .links {
  text-align: center;
  color: #fafafa;
}
.cid-t1o2qpZhBr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-t1o2qpZhBr .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t1o2qpZhBr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t1o2qpZhBr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t1o2qpZhBr .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t1o2qpZhBr .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t1o2qpZhBr .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-t1o2qpZhBr .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t1o2qpZhBr .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t1o2qpZhBr .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t1o2qpZhBr .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tDI6H37RPF {
  background: #000000;
}
.cid-tDI6H37RPF .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tDI6H37RPF .video-block {
    width: 100% !important;
  }
}
.cid-tDvKl7XzRz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tDvKl7XzRz .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tDvKl7XzRz .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-tDvKl7XzRz .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tDvKl7XzRz H1 {
  color: #ffffff;
}
.cid-tDvKl7XzRz .mbr-text,
.cid-tDvKl7XzRz .mbr-section-btn {
  color: #ffffff;
}
.cid-tDvKl7XzRz H3 {
  color: #ffffff;
}
.cid-tDI3ZbfkEa {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/anny-enraged-2000x1125.jpg");
}
.cid-tDI3ZbfkEa .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tDI3ZbfkEa .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tDI3ZbfkEa .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tDI3ZbfkEa H1 {
  color: #ffffff;
}
.cid-tDvKl8nlcC {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tDvKl8nlcC .video-wrapper iframe {
  width: 100%;
}
.cid-tDvKl8nlcC .mbr-section-title,
.cid-tDvKl8nlcC .mbr-section-subtitle,
.cid-tDvKl8nlcC .mbr-text {
  text-align: center;
}
.cid-tDvKl8nlcC .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tDvKl8nlcC .mbr-section-title {
  color: #fafafa;
}
.cid-tDvKl8zdeC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tDvKl8zdeC .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tDvKl8zdeC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tDvKl8zdeC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tDvKl8zdeC .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tDvKl8zdeC .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tDvKl8zdeC .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-tDvKl8zdeC .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tDvKl8zdeC .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tDvKl8zdeC .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tDvKl8zdeC .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tJZkVhSB6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJZkVhSB6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-tJZkVhSB6s .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJZkVhSB6s .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tJZkVhSB6s .mbr-section-title {
  color: #fafafa;
}
.cid-tJZkVhSB6s .mbr-text,
.cid-tJZkVhSB6s .mbr-section-btn {
  color: #fafafa;
}
.cid-tJZxgd4VMK {
  background-image: url("../../../assets/images/noise1-2000x1125.jpg");
}
.cid-tJZxgd4VMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJZxgd4VMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJZxgd4VMK .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tJZxgd4VMK .mbr-text,
.cid-tJZxgd4VMK .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-tJZkVj64cR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tJZkVj64cR .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tJZkVj64cR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tJZkVj64cR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tJZkVj64cR .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tJZkVj64cR .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tJZkVj64cR .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-tJZkVj64cR .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJZkVj64cR .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tJZkVj64cR .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tJZkVj64cR .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tRP3uKbm3P {
  background: #000000;
}
.cid-tRP3uKbm3P .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tRP3uKbm3P .video-block {
    width: 100% !important;
  }
}
.cid-tRP3uKRfmk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tRP3uKRfmk .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tRP3uKRfmk .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-tRP3uKRfmk .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tRP3uKRfmk H1 {
  color: #ffffff;
}
.cid-tRP3uKRfmk .mbr-text,
.cid-tRP3uKRfmk .mbr-section-btn {
  color: #ffffff;
}
.cid-tRP3uKRfmk H3 {
  color: #ffffff;
}
.cid-tRP3uLhAGa {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tRP3uLhAGa .video-wrapper iframe {
  width: 100%;
}
.cid-tRP3uLhAGa .mbr-section-title,
.cid-tRP3uLhAGa .mbr-section-subtitle,
.cid-tRP3uLhAGa .mbr-text {
  text-align: center;
}
.cid-tRP3uLhAGa .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tRP3uLhAGa .mbr-section-title {
  color: #fafafa;
}
.cid-tRP3uLwn51 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tRP3uLwn51 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tRP3uLwn51 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tRP3uLwn51 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tRP3uLwn51 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tRP3uLwn51 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tRP3uLwn51 .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-tRP3uLwn51 .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRP3uLwn51 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tRP3uLwn51 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tRP3uLwn51 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tVHaQ3oNsj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/shopheader-1-1400x400.jpg");
}
.cid-tVHaQ3oNsj H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tVHaQ3oNsj .mbr-section-subtitle {
  text-align: center;
}
.cid-tVHaQ4vqYo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ep-mockup-1-2000x877.png");
}
.cid-tVHaQ4vqYo .mbr-section-btn > * {
  margin: 0;
}
.cid-tVHaQ4vqYo h4 {
  font-weight: 500;
}
.cid-tVHaQ4vqYo p {
  color: #232323;
}
.cid-tVHaQ4vqYo .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tVHaQ4vqYo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tVHaQ4vqYo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVHaQ4vqYo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tVHaQ4vqYo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tVHaQ4vqYo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tVHaQ4vqYo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tVHaQ4vqYo .align-left.aside-content {
    text-align: center;
  }
  .cid-tVHaQ4vqYo .mbr-section-btn.pt-3.align-left {
    text-align: center;
  }
  .cid-tVHaQ4vqYo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tVHaQ4vqYo .card-img span {
    font-size: 40px !important;
  }
}
.cid-tVHaQ4vqYo .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tVHaQ4iNui {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1312-wallpaper-2000x877.png");
}
.cid-tVHaQ4iNui .mbr-section-btn > * {
  margin: 0;
}
.cid-tVHaQ4iNui h4 {
  font-weight: 500;
}
.cid-tVHaQ4iNui p {
  color: #232323;
}
.cid-tVHaQ4iNui .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tVHaQ4iNui .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tVHaQ4iNui .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tVHaQ4iNui .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tVHaQ4iNui .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tVHaQ4iNui .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tVHaQ4iNui .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tVHaQ4iNui .align-left.aside-content {
    text-align: center;
  }
  .cid-tVHaQ4iNui .mbr-section-btn.pt-3.align-left {
    text-align: center;
  }
  .cid-tVHaQ4iNui .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tVHaQ4iNui .card-img span {
    font-size: 40px !important;
  }
}
.cid-tVHaQ4iNui .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tVHaQ4iNui .text1 {
  color: #ffffff;
}
.cid-tVHaQ4iNui H2 {
  color: #ffffff;
}
.cid-tVHaQ4iNui .text2,
.cid-tVHaQ4iNui .mbr-section-btn {
  color: #ffffff;
}
.cid-tYeOmByz6U {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #bbbbbb;
}
.cid-tYeOmByz6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYeOmByz6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYeOmByz6U .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYeOmByz6U .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tYeOmByz6U .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tYeOmByz6U .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tYeOmByz6U .container {
    padding: 0 12px;
  }
}
.cid-tYeOmByz6U .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYeOmByz6U .content-wrapper {
    padding: 0 24px;
  }
}
.cid-tYeOmByz6U .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tYeOmByz6U .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tYeOmByz6U .mbr-section-title {
  color: #1D1D1F;
}
.cid-tYeOmByz6U .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tYeOmByz6U .mbr-section-title,
.cid-tYeOmByz6U .mbr-section-btn {
  text-align: center;
}
.cid-tVHeSf341q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/ep-mockup-1-2000x877.png");
}
.cid-tVHeSf341q .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tVHeSf341q .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-tVHeSf341q .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tVHeSf341q H1 {
  color: #ffffff;
}
.cid-tVHeSf341q .mbr-text,
.cid-tVHeSf341q .mbr-section-btn {
  color: #000000;
}
.cid-tVHeSf341q H3 {
  color: #000000;
}
.cid-tVHaQ5nGV8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tVHaQ5nGV8 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tVHaQ5nGV8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tVHaQ5nGV8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tVHaQ5nGV8 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tVHaQ5nGV8 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tVHaQ5nGV8 .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-tVHaQ5nGV8 .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tVHaQ5nGV8 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tVHaQ5nGV8 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tVHaQ5nGV8 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tWP0xg16Ph {
  background-image: url("../../../assets/images/noise-for-the-voiceless-2000x1209.jpeg");
}
.cid-tWP0xg16Ph .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tWP0xg16Ph .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-tWP0xg16Ph .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tWP0xg16Ph H1 {
  color: #ffffff;
}
.cid-tWP0xg16Ph .btn-white {
  color: #000 !important;
  background: #fff !important;
  border-color: #000;
}
.cid-tWP0xg16Ph .btn-white:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000;
}
.cid-tWP0xg16Ph .btn-red {
  color: #fff !important;
  background: #e43f3f !important;
  border-color: #e43f3f;
}
.cid-tWP0xg16Ph .btn-red:hover {
  color: #e43f3f !important;
  background: #fff !important;
  border-color: #e43f3f;
}
.cid-tWP0xg16Ph .mbr-text,
.cid-tWP0xg16Ph .mbr-section-btn {
  color: #ffffff;
}
.cid-tWP0xg16Ph H3 {
  color: #ffffff;
}
.cid-tWP4yWbEUG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}
.cid-tWP4yWbEUG iframe {
  margin-left: auto;
  margin-right: auto;
}
.cid-tWP4yWbEUG .container-fluid {
  padding: 0;
}
.cid-tWQfATddII {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tWQfATddII .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tWQfATddII .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-tWQfATddII .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tWQfATddII H1 {
  color: #ffffff;
}
.cid-tWQfATddII .btn-white {
  color: #000 !important;
  background: #fff !important;
  border-color: #000;
}
.cid-tWQfATddII .btn-white:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000;
}
.cid-tWQfATddII .btn-red {
  color: #fff !important;
  background: #e43f3f !important;
  border-color: #e43f3f;
}
.cid-tWQfATddII .btn-red:hover {
  color: #e43f3f !important;
  background: #fff !important;
  border-color: #e43f3f;
}
.cid-tWQfATddII .mbr-text,
.cid-tWQfATddII .mbr-section-btn {
  color: #ffffff;
}
.cid-tWQfATddII H3 {
  color: #ffffff;
}
.cid-tWQeIQ4OHt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tWQeIQ4OHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQeIQ4OHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWQeIQ4OHt .video-wrapper iframe {
  width: 100%;
}
.cid-tWQeIQ4OHt .mbr-section-title,
.cid-tWQeIQ4OHt .mbr-section-subtitle,
.cid-tWQeIQ4OHt .mbr-text {
  text-align: center;
}
.cid-tWQeIQ4OHt .mbr-section-title {
  color: #ffffff;
}
.cid-tWQeIQ4OHt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWQELpDxb6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tWQELpDxb6 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tWQELpDxb6 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-tWQELpDxb6 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tWQELpDxb6 H1 {
  color: #ffffff;
}
.cid-tWQELpDxb6 .btn-white {
  color: #000 !important;
  background: #fff !important;
  border-color: #000;
}
.cid-tWQELpDxb6 .btn-white:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000;
}
.cid-tWQELpDxb6 .btn-red {
  color: #fff !important;
  background: #e43f3f !important;
  border-color: #e43f3f;
}
.cid-tWQELpDxb6 .btn-red:hover {
  color: #e43f3f !important;
  background: #fff !important;
  border-color: #e43f3f;
}
.cid-tWQELpDxb6 .mbr-text,
.cid-tWQELpDxb6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tWQELpDxb6 H3 {
  color: #ffffff;
}
.cid-tWQF2ZTxuM {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-tWQF2ZTxuM .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tWQF2ZTxuM .text-black {
  font-weight: 800;
}
.cid-tWQF2ZTxuM .btn {
  margin-bottom: 2rem;
}
.cid-tWQF2ZTxuM .btn:hover {
  color: #fff !important;
  background: #232323 !important ;
}
.cid-tWQF2ZTxuM .mbr-text {
  color: #444;
  font-weight: 600;
}
.cid-tWQF2ZTxuM .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tWQF2ZTxuM .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-tWQF2ZTxuM .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tWQF2ZTxuM .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tWQF2ZTxuM .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-tWQF2ZTxuM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-tWQF2ZTxuM .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-tWQF2ZTxuM .links {
  color: #232323;
  text-align: center;
}
.cid-tWQF2ZTxuM .btn-black-full {
  color: #fff !important;
  background: #000 !important;
  border-color: #000;
}
.cid-tWQF2ZTxuM .btn-black-full:hover {
  color: #000 !important;
  background: transparent !important;
  border-color: #000;
}
.cid-tWQF3EEGRh {
  padding-top: 0px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #fafafa, #fafafa);
}
.cid-tWQF3EEGRh .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-tWQF3EEGRh .social-list a:focus {
  text-decoration: none;
}
.cid-tWQF3EEGRh H2 {
  color: #000000;
}
.cid-tWP0xghm3D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWP0xghm3D .video-wrapper iframe {
  width: 100%;
}
.cid-tWP0xghm3D .mbr-section-title,
.cid-tWP0xghm3D .mbr-section-subtitle,
.cid-tWP0xghm3D .mbr-text {
  text-align: center;
}
.cid-tWP0xghm3D .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tWP0xghm3D .mbr-section-title {
  color: #fafafa;
}
.cid-tWP1P2F1Cn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tWP1P2F1Cn .video-wrapper iframe {
  width: 100%;
}
.cid-tWP1P2F1Cn .mbr-section-title,
.cid-tWP1P2F1Cn .mbr-section-subtitle,
.cid-tWP1P2F1Cn .mbr-text {
  text-align: center;
}
.cid-tWP1P2F1Cn .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tWP1P2F1Cn .mbr-section-title {
  color: #fafafa;
}
.cid-tWP1QDNNQW {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tWP1QDNNQW .video-wrapper iframe {
  width: 100%;
}
.cid-tWP1QDNNQW .mbr-section-title,
.cid-tWP1QDNNQW .mbr-section-subtitle,
.cid-tWP1QDNNQW .mbr-text {
  text-align: center;
}
.cid-tWP1QDNNQW .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tWP1QDNNQW .mbr-section-title {
  color: #fafafa;
}
.cid-tWP0xgvuRw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tWP0xgvuRw .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tWP0xgvuRw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tWP0xgvuRw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tWP0xgvuRw .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tWP0xgvuRw .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tWP0xgvuRw .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-tWP0xgvuRw .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tWP0xgvuRw .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tWP0xgvuRw .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tWP0xgvuRw .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tY91VfEq8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY91VfEq8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-tY91VfEq8L .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tY91VfEq8L .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tY91VfEq8L .mbr-section-title {
  color: #fafafa;
}
.cid-tY91VfEq8L .mbr-text,
.cid-tY91VfEq8L .mbr-section-btn {
  color: #fafafa;
}
.cid-tY91VgkqKf {
  background-color: #000000;
}
.cid-tY91VgkqKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY91VgkqKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY91VgkqKf .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tY91VgkqKf .mbr-text,
.cid-tY91VgkqKf .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-tY91VgkqKf .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-tY91VgBAF5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tY91VgBAF5 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tY91VgBAF5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tY91VgBAF5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tY91VgBAF5 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tY91VgBAF5 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tY91VgBAF5 .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-tY91VgBAF5 .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tY91VgBAF5 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tY91VgBAF5 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tY91VgBAF5 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-ubCNgLJiSZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubCNgLJiSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCNgLJiSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubCNgLJiSZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubCNgLJiSZ .row {
  flex-direction: row-reverse;
}
.cid-ubCNgLJiSZ img {
  width: 100%;
}
.cid-ubCMAwDZuj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ubCMAwDZuj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ubCMAwDZuj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-ubCMAwDZuj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-ubCMAwDZuj H1 {
  color: #ffffff;
}
.cid-ubCMAwDZuj .mbr-text,
.cid-ubCMAwDZuj .mbr-section-btn {
  color: #ffffff;
}
.cid-ubCMAwDZuj H3 {
  color: #ffffff;
}
.cid-ubCMAx9pGo {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-ubCMAx9pGo .video-wrapper iframe {
  width: 100%;
}
.cid-ubCMAx9pGo .mbr-section-title,
.cid-ubCMAx9pGo .mbr-section-subtitle,
.cid-ubCMAx9pGo .mbr-text {
  text-align: center;
}
.cid-ubCMAx9pGo .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ubCMAx9pGo .mbr-section-title {
  color: #fafafa;
}
.cid-ubCMAxwUkp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ubCMAxwUkp .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-ubCMAxwUkp .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ubCMAxwUkp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ubCMAxwUkp .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-ubCMAxwUkp .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-ubCMAxwUkp .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-ubCMAxwUkp .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ubCMAxwUkp .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-ubCMAxwUkp .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-ubCMAxwUkp .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-uxvdTvSlbK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uxvdTvSlbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxvdTvSlbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uxvdTvSlbK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uxvdTvSlbK .row {
  flex-direction: row-reverse;
}
.cid-uxvdTvSlbK img {
  width: 100%;
}
.cid-uxvdTwvFiL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uxvdTwvFiL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxvdTwvFiL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-uxvdTwvFiL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uxvdTwvFiL H1 {
  color: #ffffff;
}
.cid-uxvdTwvFiL .mbr-text,
.cid-uxvdTwvFiL .mbr-section-btn {
  color: #ffffff;
}
.cid-uxvdTwvFiL H3 {
  color: #ffffff;
}
.cid-uxvdTwJrLL {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uxvdTwJrLL .video-wrapper iframe {
  width: 100%;
}
.cid-uxvdTwJrLL .mbr-section-title,
.cid-uxvdTwJrLL .mbr-section-subtitle,
.cid-uxvdTwJrLL .mbr-text {
  text-align: center;
}
.cid-uxvdTwJrLL .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uxvdTwJrLL .mbr-section-title {
  color: #fafafa;
}
.cid-uxvdTx2wm8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uxvdTx2wm8 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-uxvdTx2wm8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uxvdTx2wm8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uxvdTx2wm8 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-uxvdTx2wm8 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-uxvdTx2wm8 .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-uxvdTx2wm8 .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uxvdTx2wm8 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-uxvdTx2wm8 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-uxvdTx2wm8 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-uReO6jktAb {
  background: #000000;
}
.cid-uReO6jktAb .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-uReO6jktAb .video-block {
    width: 100% !important;
  }
}
.cid-uReOVGYxj9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uReOVGYxj9 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uReOVGYxj9 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-uReOVGYxj9 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uReOVGYxj9 H1 {
  color: #ffffff;
}
.cid-uReOVGYxj9 .mbr-text,
.cid-uReOVGYxj9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uReOVGYxj9 H3 {
  color: #ffffff;
}
.cid-uReO6kePjy {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/busstop.jpg-1920x1080.jpg");
}
.cid-uReO6kePjy .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uReO6kePjy .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uReO6kePjy .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uReO6kePjy H1 {
  color: #ffffff;
}
.cid-uReOUDt1w2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uReOUDt1w2 .video-wrapper iframe {
  width: 100%;
}
.cid-uReOUDt1w2 .mbr-section-title,
.cid-uReOUDt1w2 .mbr-section-subtitle,
.cid-uReOUDt1w2 .mbr-text {
  text-align: center;
}
.cid-uReOUDt1w2 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uReOUDt1w2 .mbr-section-title {
  color: #fafafa;
}
.cid-uReO6krCOf {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uReO6krCOf .video-wrapper iframe {
  width: 100%;
}
.cid-uReO6krCOf .mbr-section-title,
.cid-uReO6krCOf .mbr-section-subtitle,
.cid-uReO6krCOf .mbr-text {
  text-align: center;
}
.cid-uReO6krCOf .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uReO6krCOf .mbr-section-title {
  color: #fafafa;
}
.cid-uReO6kGxxQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uReO6kGxxQ .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-uReO6kGxxQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uReO6kGxxQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uReO6kGxxQ .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-uReO6kGxxQ .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #fafafa;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-uReO6kGxxQ .icon-transition span:hover {
  background-color: #ffffff;
}
.cid-uReO6kGxxQ .mbr-text {
  color: #767676;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uReO6kGxxQ .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-uReO6kGxxQ .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-uReO6kGxxQ .mbr-text {
    margin-bottom: 1.5rem;
  }
}
