body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.96rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 3.36rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 992px) {
  .display-4 {
    font-size: 0.96rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.61rem + (5.6 - 2.61) * ((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.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2d55 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2d55 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2d55;
  border-color: #ff2d55;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2d55;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #ff2d55;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2d55;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2d55;
  border-bottom-color: #ff2d55;
}
.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: #ff2d55 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !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='%23ff2d55' %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-tYNfjbFjJb {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/is-f-p06-2000x1335.jpg");
}
.cid-tYNfjbFjJb .card-box {
  z-index: 10;
  position: relative;
}
.cid-tYNfjbFjJb .container-fluid {
  padding: 0;
}
.cid-tYNfjbFjJb h5 {
  margin: 0;
}
.cid-tYNfjbFjJb h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tYNfjbFjJb h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tYNfjbFjJb .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-tYNfjbFjJb .card:hover {
  z-index: 99;
}
.cid-tYNfjbFjJb .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-tYNfjbFjJb .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-tYNfjbFjJb .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-tYNfjbFjJb .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-tYNfjbFjJb .card1 {
  background-image: url("../../../assets/images/is-hbcoversend2-2000x1909.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-tYNfjbFjJb .card2 {
  background-image: url("../../../assets/images/is-f-c-1500x1500-1500x1500.jpeg");
  z-index: 3;
}
.cid-tYNfjbFjJb .card3 {
  background-image: url("../../../assets/images/is-2022artsend01-2000x1750.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-tYNfjbFjJb h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tYNfjbFjJb .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tYNfjbFjJb .card-box {
    text-align: center;
  }
}
.cid-tYNfjbFjJb .mbr-text {
  color: #cccccc;
}
.cid-tYNfjbFjJb .card-date {
  color: #cccccc;
}
.cid-tYNfjbFjJb .card-title,
.cid-tYNfjbFjJb .card-box {
  text-align: center;
}
.cid-tYN8IYxbN2 {
  background-image: url("../../../assets/images/is-f-p03-small-9-2000x1215.jpeg");
}
.cid-tYN8IYxbN2 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tYN8IYxbN2 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tYN8IYxbN2 .mbr-section-title {
  color: #ffffff;
}
.cid-tYNn3iJrKA {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-tYNn3iJrKA h3 {
  position: relative;
}
.cid-tYNn3iJrKA h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tYNn3iJrKA svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-tYNn3iJrKA g rect {
  fill: #ffffff;
}
.cid-t0ZnXWEFmG {
  padding-top: 150px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t0ZnXWEFmG h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t0ZnXWEFmG h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t0ZnXWEFmG .box {
  background-image: url("../../../assets/images/bildschirmfoto-2023-12-18-um-13.50.09-1191x673.png");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0ZnXWEFmG .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t0ZnXWEFmG .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-t0ZnXWEFmG .icon-wrap span {
  padding-left: 8px;
}
.cid-t0ZnXWEFmG .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t0ZnXWEFmG .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-t0ZnXWEFmG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t0ZnXWEFmG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t0ZnXWEFmG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t0ZnXWEFmG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t0ZnXWEFmG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t0ZnXWEFmG a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-t0ZnXWEFmG .box {
    height: 250px;
  }
}
.cid-rJ1R3GBSjq {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rJ1R3GBSjq .mbr-text {
    text-align: center;
  }
}
.cid-rJ1R3GBSjq .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-rJ1R3GBSjq .media-content {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.cid-rJ1R3GBSjq .media-content {
  padding: 5rem 2rem;
}
.cid-rJ1R3GBSjq img {
  height: 100%;
  object-fit: cover;
}
.cid-rJ1R3GBSjq .mbr-figure {
  height: 100%;
}
.cid-rJ1R3GBSjq .col-lg-5,
.cid-rJ1R3GBSjq .col-lg-7 {
  padding: 0;
}
.cid-rJ1R3GBSjq .row {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rJ1R3GBSjq .media-content {
    padding: 3rem 1rem;
  }
}
.cid-rJ1R49G0ze {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJ1R49G0ze h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1R49G0ze h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1R49G0ze .box {
  background-image: url("../../../assets/images/band-websit-2-2000x1335.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rJ1R49G0ze .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rJ1R49G0ze .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rJ1R49G0ze .icon-wrap span {
  padding-left: 8px;
}
.cid-rJ1R49G0ze .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-rJ1R49G0ze .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-rJ1R49G0ze .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rJ1R49G0ze .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rJ1R49G0ze .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rJ1R49G0ze .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rJ1R49G0ze a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rJ1R49G0ze a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rJ1R49G0ze .box {
    height: 250px;
  }
}
.cid-sxLnzE9kdQ {
  padding-top: 180px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-sxLnzE9kdQ h3 {
  position: relative;
}
.cid-sxLnzE9kdQ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sxLnzE9kdQ svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sxLnzE9kdQ g rect {
  fill: #ffffff;
}
.cid-sxLnzE9kdQ H3 {
  color: #cc2952;
}
.cid-rJ1R6uVgei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/spotify-header-is2020-2000x1125.jpg");
}
.cid-rJ1R6uVgei .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rJ1R6uVgei .col-lg-3,
.cid-rJ1R6uVgei .col-lg-6 {
  padding: 0!important;
}
.cid-rJ1R6uVgei .btn {
  border-radius: 30px;
}
.cid-rJ1R6uVgei .card-wrapper {
  min-height: 700px;
  border-right: 1px solid white;
}
.cid-rJ1R6uVgei .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rJ1R6uVgei .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rJ1R6uVgei .wrapper {
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-rJ1R6uVgei .image-element:hover .wrapper {
    padding-top: 0;
  }
  .cid-rJ1R6uVgei .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.9s;
    opacity: 1;
    max-height: 999px;
  }
  .cid-rJ1R6uVgei .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    background: transparent;
  }
  .cid-rJ1R6uVgei .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.3s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .cid-rJ1R6uVgei .card-title,
  .cid-rJ1R6uVgei .underline,
  .cid-rJ1R6uVgei .mbr-text,
  .cid-rJ1R6uVgei .mbr-section-btn,
  .cid-rJ1R6uVgei .mbr-section-subtitle,
  .cid-rJ1R6uVgei .mbr-section-title {
    text-align: center !important;
  }
  .cid-rJ1R6uVgei .card-wrapper {
    align-items: center;
    display: flex;
    min-height: 500px;
    border-bottom: 1px solid white;
  }
}
.cid-rJ1R6uVgei .mbr-section-title {
  text-align: left;
}
.cid-rJ1R6uVgei .mbr-section-title,
.cid-rJ1R6uVgei .underline {
  text-align: center;
}
.cid-rJ1R6uVgei H4 {
  color: #e1201d;
}
.cid-rJ1R7lUBYR {
  padding-top: 150px;
  padding-bottom: 135px;
}
.cid-rJ1R7lUBYR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1R7lUBYR svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rJ1R7lUBYR g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rJ1R7lUBYR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rJ1R7lUBYR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rJ1R7lUBYR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rJ1R7lUBYR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJ1R7lUBYR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sxLrZvKT9N {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxLrZvKT9N .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-sxLrZvKT9N .btn {
  border-radius: 0;
}
.cid-sxLrZvKT9N .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-sxLrZvKT9N .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-sxLrZvKT9N .icons-wrap {
  display: flex;
}
.cid-sxLrZvKT9N .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-sxLrZvKT9N h2 {
  margin: 0;
}
.cid-sxLrZvKT9N .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-sxLrZvKT9N .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-sxLrZvKT9N .card {
  overflow: hidden;
  height: 100%;
}
.cid-sxLrZvKT9N .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/20264951-1930868857181916-5033772162044586935-n-857x857.jpg");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-sxLrZvKT9N H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sxLrZvKT9N .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-sxLrZvKT9N .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-sxLrZvKT9N .cover {
    width: 100%;
  }
}
.cid-sy2IioMtWA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sy2IioMtWA .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-sy2IioMtWA .btn {
  border-radius: 0;
}
.cid-sy2IioMtWA .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-sy2IioMtWA .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-sy2IioMtWA .icons-wrap {
  display: flex;
}
.cid-sy2IioMtWA .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-sy2IioMtWA h2 {
  margin: 0;
}
.cid-sy2IioMtWA .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-sy2IioMtWA .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-sy2IioMtWA .card {
  overflow: hidden;
  height: 100%;
}
.cid-sy2IioMtWA .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/image001-212x59.jpg");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-sy2IioMtWA H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sy2IioMtWA .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-sy2IioMtWA .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-sy2IioMtWA .cover {
    width: 100%;
  }
}
.cid-t2wJYTv93c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t2wJYTv93c .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-t2wJYTv93c .btn {
  border-radius: 0;
}
.cid-t2wJYTv93c .btn .mbr-iconfont {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .cid-t2wJYTv93c .media-content {
    max-width: 450px;
    margin: auto;
  }
}
.cid-t2wJYTv93c .icons-wrap {
  display: flex;
}
.cid-t2wJYTv93c .icons-wrap .mbr-iconfont {
  font-size: 1.5rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 0.5rem;
}
.cid-t2wJYTv93c h2 {
  margin: 0;
}
.cid-t2wJYTv93c .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}
.cid-t2wJYTv93c .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
.cid-t2wJYTv93c .card {
  overflow: hidden;
  height: 100%;
}
.cid-t2wJYTv93c .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/273557112-1270495783437438-6588928052156203769-n-2000x2000.jpg");
  filter: blur(15px);
  background-size: cover;
  z-index: 1;
}
.cid-t2wJYTv93c H4 {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t2wJYTv93c .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
    padding-bottom: 0.5rem;
    padding-right: 0rem;
  }
  .cid-t2wJYTv93c .icon-wrap {
    padding-bottom: 0.6rem;
    padding-right: 0rem;
  }
  .cid-t2wJYTv93c .cover {
    width: 100%;
  }
}
