body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.9rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.84rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e9204f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #585858 !important;
  border-color: #585858 !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9204f !important;
  border-color: #e9204f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !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: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4b4b4b;
  color: #4b4b4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #940f2e;
  color: #940f2e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e9204f;
  border-color: #e9204f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e9204f !important;
  border-color: #e9204f !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: #e1201d !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e9204f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e9204f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #e9204f;
}
.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: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbdae2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  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: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #7e7e7e !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='%23e1201d' %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;
}
hr {
  border: none;
  background-color: #e9204f;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #e9204f;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #e9204f;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #e9204f;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #e9204f !important;
}
.btn-danger:hover {
  color: #e9204f !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #7e7e7e !important;
}
.btn-primary:hover {
  color: #e1201d !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #e9204f !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #e9204f;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #7e7e7e !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #e9204f !important;
}
.cid-s6axQvCkQT .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6axQvCkQT .nav-item:focus,
.cid-s6axQvCkQT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s6axQvCkQT .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s6axQvCkQT .nav-item {
    position: relative;
  }
  .cid-s6axQvCkQT .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #e1201d, #7e7e7e);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-s6axQvCkQT .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-s6axQvCkQT .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s6axQvCkQT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6axQvCkQT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s6axQvCkQT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6axQvCkQT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6axQvCkQT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6axQvCkQT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s6axQvCkQT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s6axQvCkQT .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6axQvCkQT .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #e9849c;
  background: linear-gradient(#52bdf1, #e9849c);
  background: none;
}
.cid-s6axQvCkQT .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #e9849c !important;
  background: linear-gradient(#52bdf1, #e9849c) !important;
}
.cid-s6axQvCkQT .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s6axQvCkQT .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-s6axQvCkQT .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-s6axQvCkQT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s6axQvCkQT .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s6axQvCkQT .navbar.collapsed .navbar-collapse.show,
.cid-s6axQvCkQT .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6axQvCkQT .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-s6axQvCkQT .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-s6axQvCkQT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s6axQvCkQT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s6axQvCkQT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s6axQvCkQT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s6axQvCkQT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s6axQvCkQT .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6axQvCkQT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s6axQvCkQT .navbar.collapsed .right-menu,
.cid-s6axQvCkQT .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-s6axQvCkQT .navbar .navbar-collapse.show,
  .cid-s6axQvCkQT .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6axQvCkQT .navbar .navbar-collapse.show .brand-container,
  .cid-s6axQvCkQT .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-s6axQvCkQT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s6axQvCkQT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s6axQvCkQT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s6axQvCkQT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s6axQvCkQT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s6axQvCkQT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s6axQvCkQT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s6axQvCkQT .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6axQvCkQT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s6axQvCkQT .navbar .right-menu,
  .cid-s6axQvCkQT .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s6axQvCkQT .navbar.navbar-short {
  min-height: 60px;
}
.cid-s6axQvCkQT .navbar.navbar-short .mbr-overlay {
  background: #e9849c !important;
  background: linear-gradient(#52bdf1, #e9849c) !important;
}
.cid-s6axQvCkQT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s6axQvCkQT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s6axQvCkQT .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s6axQvCkQT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s6axQvCkQT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s6axQvCkQT .dropdown-item.active,
.cid-s6axQvCkQT .dropdown-item:active {
  background-color: transparent;
}
.cid-s6axQvCkQT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s6axQvCkQT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s6axQvCkQT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s6axQvCkQT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9849c;
}
.cid-s6axQvCkQT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s6axQvCkQT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6axQvCkQT ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-s6axQvCkQT ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-s6axQvCkQT .navbar-buttons {
  margin-left: auto;
}
.cid-s6axQvCkQT button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6axQvCkQT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s6axQvCkQT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6axQvCkQT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6axQvCkQT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6axQvCkQT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6axQvCkQT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6axQvCkQT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-s6axQvCkQT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-s6axQvCkQT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6axQvCkQT .navbar-dropdown {
  position: fixed;
}
.cid-s6axQvCkQT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6axQvCkQT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s6axQvCkQT .right-menu,
.cid-s6axQvCkQT .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-s6axQvCkQT .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s6axQvCkQT .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s6axQvCkQT .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s6axQvCkQT .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e1201d;
  padding: .5rem 0;
}
.cid-s6axQvCkQT .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-s6axQvCkQT .card-wrapper {
  z-index: 3;
}
.cid-s6axQvCkQT .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-s6axQvCkQT .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s6axQvCkQT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3urcs5NLU {
  overflow: visible;
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mana-tv-1-1422x640.jpg");
}
.cid-t3urcs5NLU .mbr-overlay {
  background: #000000;
}
.cid-t3urcs5NLU .animation {
  pointer-events: none;
}
.cid-t3urcs5NLU .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-t3urcs5NLU .mbr-section-title {
  margin-bottom: 27px;
}
.cid-t3urcs5NLU .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-t3urcs5NLU .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-t3urcs5NLU .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-t3urcs5NLU .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-t3urcs5NLU .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-t3urcs5NLU .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-t3urcs5NLU .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-t3urcs5NLU .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-t3urcs5NLU .mbr-text {
    margin-bottom: 20px;
  }
  .cid-t3urcs5NLU .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-t3urcs5NLU .image__block {
    margin-bottom: -100px;
  }
}
.cid-sX014ARkg3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #85122d;
}
.cid-sX014ARkg3 img {
  width: 100%;
  margin: 0;
  transition: all 0.2s ease-in-out;
  background-size: cover;
}
.cid-sX014ARkg3 h4 {
  margin-bottom: 0rem;
}
.cid-sX014ARkg3 .mbr-section-title {
  margin-bottom: 0.3rem;
}
.cid-sX014ARkg3 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-sX014ARkg3 .title {
  margin-bottom: 3.5rem;
}
.cid-sX014ARkg3 .card-img {
  margin-bottom: 1.7rem;
}
.cid-sX014ARkg3 .card-title {
  margin-bottom: 1.5rem;
}
.cid-sX014ARkg3 .row {
  justify-content: center;
}
.cid-sX014ARkg3 .card-box,
.cid-sX014ARkg3 .card-img {
  transition: all 0.2s ease-in-out;
}
.cid-sX014ARkg3 .mbr-text {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-sX014ARkg3 .title-block {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
}
.cid-sX014ARkg3 .img-block:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-sX014ARkg3 .img-block:hover img {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.1;
}
.cid-sX014ARkg3 .wrapper-img {
  width: 100%;
  background-color: #000000;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .cid-sX014ARkg3 .card {
    margin-top: 3rem;
  }
}
.cid-sX014ARkg3 .btn {
  font-weight: 700;
  padding: 0.8rem 3rem;
}
.cid-sX014ARkg3 .signature {
  margin-top: 2rem;
}
.cid-sX014ARkg3 .img-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #e9849c;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1200px) {
  .cid-sX014ARkg3 .img-block:after {
    content: "\2022 \2022 \2022";
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 19px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  .cid-sX014ARkg3 .card {
    padding: 0rem 2.2rem;
  }
  .cid-sX014ARkg3 .img-block:after {
    content: "\2022 \2022 \2022";
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 40px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -2px;
  }
  .cid-sX014ARkg3 .container {
    max-width: 1650px !important;
  }
}
@media (min-width: 767px) {
  .cid-sX014ARkg3 .row {
    margin: 0;
  }
}
.cid-sX014ARkg3 .btn:hover {
  background-color: #eb3761 !important;
  color: #ffffff !important;
  border-color: #eb3761 !important;
}
.cid-sX014ARkg3 .btn::before {
  display: none;
}
@media (max-width: 767px) {
  .cid-sX014ARkg3 .align-center {
    text-align: center;
  }
}
.cid-sWpw2IUr12 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sWpw2IUr12 .row {
  flex-direction: row-reverse;
}
.cid-sWpw2IUr12 .mbr-section-title {
  color: #ffffff;
}
.cid-sWpw2IUr12 .mbr-text,
.cid-sWpw2IUr12 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sWpw2IUr12 .mbr-section-text {
  color: #ffffff;
}
.cid-sWpw2IUr12 img {
  border-radius: 2rem;
}
.cid-sWpw2IUr12 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-sWpw2IUr12 .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sWpw2IUr12 .image-wrapper {
    display: none;
  }
}
.cid-t3GaHH27mT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #990909;
}
.cid-t3GaHH27mT img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t3GaHH27mT .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t3GaHH27mT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t3GaHH27mT .first:hover:before {
  content: none;
}
.cid-t3GaHH27mT .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #7e7e7e, #e1201d);
  content: '';
}
.cid-t3GaHH27mT .last:hover:after {
  content: none;
}
.cid-t3GaHH27mT .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #7e7e7e, #e1201d);
  content: '';
}
.cid-t3GaHH27mT .mbr-section-text {
  color: #999999;
}
.cid-t3GaHH27mT .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-t3GaHH27mT .card .img-wrapper {
  overflow: hidden;
}
.cid-t3GaHH27mT .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t3GaHH27mT .card:hover .card-wrapper {
  background: linear-gradient(to left, #7e7e7e, #e1201d);
  color: #ffffff !important;
}
.cid-t3GaHH27mT .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-t3GaIcGHpn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #990909;
}
.cid-t3GaIcGHpn img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-t3GaIcGHpn .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-t3GaIcGHpn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-t3GaIcGHpn .first:hover:before {
  content: none;
}
.cid-t3GaIcGHpn .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #7e7e7e, #e1201d);
  content: '';
}
.cid-t3GaIcGHpn .last:hover:after {
  content: none;
}
.cid-t3GaIcGHpn .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #7e7e7e, #e1201d);
  content: '';
}
.cid-t3GaIcGHpn .mbr-section-text {
  color: #999999;
}
.cid-t3GaIcGHpn .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-t3GaIcGHpn .card .img-wrapper {
  overflow: hidden;
}
.cid-t3GaIcGHpn .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-t3GaIcGHpn .card:hover .card-wrapper {
  background: linear-gradient(to left, #7e7e7e, #e1201d);
  color: #ffffff !important;
}
.cid-t3GaIcGHpn .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-s6az7EwTeI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s6az7EwTeI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s6az7EwTeI input,
.cid-s6az7EwTeI textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-s6az7EwTeI input:focus,
.cid-s6az7EwTeI textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-s6az7EwTeI .form-control,
.cid-s6az7EwTeI .field-input {
  padding: 0.5rem;
  background-color: #e1201d;
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s6az7EwTeI .form-control:hover,
.cid-s6az7EwTeI .field-input:hover,
.cid-s6az7EwTeI .form-control:focus,
.cid-s6az7EwTeI .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s6az7EwTeI input::-webkit-input-placeholder,
.cid-s6az7EwTeI textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-s6az7EwTeI input:-moz-placeholder,
.cid-s6az7EwTeI textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-s6az7EwTeI .jq-selectbox li,
.cid-s6az7EwTeI .jq-selectbox li {
  background-color: #e1201d;
  color: #ffffff;
}
.cid-s6az7EwTeI .jq-selectbox li:hover,
.cid-s6az7EwTeI .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-s6az7EwTeI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e1201d;
}
.cid-s6az7EwTeI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-s6az7EwTeI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s6az7EwTeI .mbr-form {
  max-width: 450px;
}
.cid-s6az7EwTeI textarea {
  min-height: 150px;
}
.cid-s6az7EwTeI .mbr-text {
  color: #cccccc;
}
.cid-s6az7EwTeI .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-s6az7EwTeI .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-s6az7EwTeI .meinContainer {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 50px 20px 50px 20px;
  background: linear-gradient(rgba(255, 20, 20, 0.7), rgba(12, 10, 255, 0.6));
  border-radius: 30px;
}
.cid-s6az9Di06c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #7f1933;
}
.cid-s6az9Di06c .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-s6az9Di06c .first-column .mbr-text {
  margin: 0;
}
.cid-s6az9Di06c .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-s6az9Di06c .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-s6az9Di06c .icons-wrapper ul li .mbr-iconfont {
  color: #f9f295;
  font-size: 1.5rem;
}
.cid-s6az9Di06c .icons-wrapper ul li .mbr-iconfont:hover {
  color: #e94c71;
}
.cid-s6az9Di06c .form-group {
  max-width: 55%;
}
.cid-s6az9Di06c .form-group,
.cid-s6az9Di06c .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s6az9Di06c .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-s6az9Di06c .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-s6az9Di06c .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-s6az9Di06c .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-s6az9Di06c .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-s6az9Di06c .col + .mbr-section-btn .btn,
.cid-s6az9Di06c .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-s6az9Di06c .dragArea > *:nth-last-child(2).col,
.cid-s6az9Di06c .dragArea > *:nth-last-child(2).col-auto,
.cid-s6az9Di06c .col + .mbr-section-btn,
.cid-s6az9Di06c .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s6az9Di06c .first-column,
  .cid-s6az9Di06c .second-column {
    padding-bottom: 2rem;
  }
  .cid-s6az9Di06c .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s6az9Di06c .first-column,
  .cid-s6az9Di06c .second-column,
  .cid-s6az9Di06c .third-column {
    text-align: center;
  }
}
.cid-t3usDavbf7.popup-builder {
  background-color: #ffffff;
}
.cid-t3usDavbf7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t3usDavbf7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t3usDavbf7 .modal-content,
.cid-t3usDavbf7 .modal-dialog {
  height: auto;
}
.cid-t3usDavbf7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t3usDavbf7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t3usDavbf7 .form-wrapper .mbr-form .form-group,
  .cid-t3usDavbf7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t3usDavbf7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t3usDavbf7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t3usDavbf7 .mbr-text {
  text-align: center;
}
.cid-t3usDavbf7 .pt-0 {
  padding-top: 0 !important;
}
.cid-t3usDavbf7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t3usDavbf7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t3usDavbf7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t3usDavbf7 .modal-open {
  overflow: hidden;
}
.cid-t3usDavbf7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t3usDavbf7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t3usDavbf7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t3usDavbf7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t3usDavbf7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t3usDavbf7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t3usDavbf7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t3usDavbf7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t3usDavbf7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t3usDavbf7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t3usDavbf7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t3usDavbf7 .modal-backdrop.show {
  opacity: .5;
}
.cid-t3usDavbf7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t3usDavbf7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t3usDavbf7 .modal-header {
    padding: 1rem;
  }
}
.cid-t3usDavbf7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t3usDavbf7 .modal-header .close svg {
  fill: #353535;
}
.cid-t3usDavbf7 .modal-header .close:hover {
  opacity: 1;
}
.cid-t3usDavbf7 .modal-header .close:focus {
  outline: none;
}
.cid-t3usDavbf7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #e1201d;
}
.cid-t3usDavbf7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t3usDavbf7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t3usDavbf7 .modal-body {
    padding: 1rem;
  }
}
.cid-t3usDavbf7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3usDavbf7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t3usDavbf7 .modal-footer {
    padding: 1rem;
  }
}
.cid-t3usDavbf7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t3usDavbf7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t3usDavbf7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t3usDavbf7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t3usDavbf7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t3usDavbf7 .modal-lg,
  .cid-t3usDavbf7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t3usDavbf7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t3usDavbf7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t3usDavbf7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t3usDavbf7 .form-group {
  margin-bottom: 1rem;
}
.cid-t3usDavbf7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t3usDavbf7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t3usDavbf7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t3usDavbf7 .mbr-section-btn {
  margin: 0;
}
.cid-t3usDavbf7 .mbr-section-btn .btn {
  margin: 0;
}
