@import url(https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b71416 !important;
}
.bg-success {
  background-color: #f6f6f6 !important;
}
.bg-info {
  background-color: #48494c !important;
}
.bg-warning {
  background-color: #48494c !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b71416 !important;
  border-color: #b71416 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b71416;
  border-color: #b71416;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b71416 !important;
  border-color: #b71416 !important;
}
.btn-primary:hover {
  background-color: #890f10 !important;
  border-color: #890f10 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3f3f42 !important;
  border-color: #3f3f42 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3f3f42;
  border-color: #3f3f42;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f3f42 !important;
  border-color: #3f3f42 !important;
}
.btn-secondary:hover {
  background-color: #b71416 !important;
  border-color: #b71416 !important;
}
.btn-info,
.btn-info:active {
  background-color: #48494c !important;
  border-color: #48494c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #48494c;
  border-color: #48494c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #48494c !important;
  border-color: #48494c !important;
}
.btn-info:hover {
  background-color: #2f3032 !important;
  border-color: #2f3032 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  color: #777777 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #777777 !important;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #777777 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}
.btn-success:hover {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #48494c !important;
  border-color: #48494c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #48494c;
  border-color: #48494c;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #48494c !important;
  border-color: #48494c !important;
}
.btn-warning:hover {
  background-color: #2f3032 !important;
  border-color: #2f3032 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #b71416;
  color: #b71416;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #b71416 !important;
  border-color: #b71416;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b71416 !important;
  border-color: #b71416 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3f3f42;
  color: #3f3f42;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #3f3f42 !important;
  border-color: #3f3f42;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f3f42 !important;
  border-color: #3f3f42 !important;
}
.btn-secondary-outline:hover {
  background-color: #b71416 !important;
  border-color: #b71416 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #48494c;
  color: #48494c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #48494c !important;
  border-color: #48494c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48494c !important;
  border-color: #48494c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f6f6f6;
  color: #f6f6f6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #777777 !important;
  background: #f6f6f6 !important;
  border-color: #f6f6f6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #777777 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #48494c;
  color: #48494c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #48494c !important;
  border-color: #48494c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #48494c !important;
  border-color: #48494c !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #b71416 !important;
}
.text-secondary {
  color: #3f3f42 !important;
}
.text-success {
  color: #f6f6f6 !important;
}
.text-info {
  color: #48494c !important;
}
.text-warning {
  color: #48494c !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5b0a0b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0d0d0e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #c3c3c3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #161718 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #161718 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #b71416 !important;
}
.alert-success {
  background-color: #f6f6f6;
}
.alert-info {
  background-color: #48494c;
}
.alert-warning {
  background-color: #48494c;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b71416;
  border-color: #b71416;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b71416;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ed5d5f;
}
.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: #bbbcbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bbbcbf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #b71416;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b71416;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b71416;
  border-bottom-color: #b71416;
}
.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: #b71416 !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: #3f3f42 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-tC0vtFZG76 .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-tC0vtFZG76 .btn {
  white-space: nowrap;
}
.cid-tC0vtFZG76 .nav-link,
.cid-tC0vtFZG76 .icons-menu .mbr-iconfont,
.cid-tC0vtFZG76 .dropdown-item {
  transition: all 0.1s;
}
.cid-tC0vtFZG76 .nav-link:hover,
.cid-tC0vtFZG76 .icons-menu .mbr-iconfont:hover,
.cid-tC0vtFZG76 .dropdown-item:hover {
  color: #3f3f42 !important;
}
@media (max-width: 992px) {
  .cid-tC0vtFZG76 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tC0vtFZG76 .container {
  display: flex;
  margin: auto;
}
.cid-tC0vtFZG76 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tC0vtFZG76 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC0vtFZG76 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC0vtFZG76 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC0vtFZG76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC0vtFZG76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC0vtFZG76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC0vtFZG76 .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: 55%;
}
.cid-tC0vtFZG76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC0vtFZG76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC0vtFZG76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC0vtFZG76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC0vtFZG76 .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: 55%;
  }
  .cid-tC0vtFZG76 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tC0vtFZG76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC0vtFZG76 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC0vtFZG76 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tC0vtFZG76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC0vtFZG76 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tC0vtFZG76 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tC0vtFZG76 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tC0vtFZG76 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tC0vtFZG76 .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC0vtFZG76 .mbr-iconfont {
  color: #b71416 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC0vtFZG76 .navbar-caption {
  padding-right: 4rem;
}
.cid-tC0vtFZG76 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tC0vtFZG76 .dropdown-menu,
.cid-tC0vtFZG76 .navbar.opened {
  background: #ffffff !important;
}
.cid-tC0vtFZG76 .nav-item:focus,
.cid-tC0vtFZG76 .nav-link:focus {
  outline: none;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC0vtFZG76 .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-tC0vtFZG76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC0vtFZG76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tC0vtFZG76 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC0vtFZG76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC0vtFZG76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC0vtFZG76 .dropdown-item.active,
.cid-tC0vtFZG76 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC0vtFZG76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC0vtFZG76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tC0vtFZG76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC0vtFZG76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC0vtFZG76 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tC0vtFZG76 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC0vtFZG76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b71416;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tC0vtFZG76 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC0vtFZG76 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tC0vtFZG76 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC0vtFZG76 .navbar {
    height: 77px;
  }
  .cid-tC0vtFZG76 .navbar.opened {
    height: auto;
  }
  .cid-tC0vtFZG76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC0vtFZG76 .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tvQTvxkBds {
  padding-top: 180px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg2-2000x1361.jpg");
}
.cid-tvQTvxkBds .title-align {
  width: 100%;
}
.cid-tvQTvxkBds .pricetitle {
  margin: 0;
  text-align: center;
  color: #7e7e7e;
}
.cid-tvQTvxkBds .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-tvQTvxkBds .img-col img {
  z-index: 2;
  position: relative;
}
.cid-tvQTvxkBds .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tvQTvxkBds H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-tvQTvxkBds H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-tvQTvxkBds img {
  max-width: 500px;
  margin: auto;
}
.cid-tvQTvxkBds .mbr-section-subtitle,
.cid-tvQTvxkBds .title-align {
  color: #ffffff;
}
.cid-tvQTvxkBds .price {
  color: #f84616;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tvQTvxkBds .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-tvQTvxkBds .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-tvQTvxkBds H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-tvQTvxkBds .img-col {
    padding-top: 4rem;
  }
}
.cid-tvQTvxkBds H1 {
  color: #ffffff;
  text-align: left;
}
.cid-tvQTvxkBds .mbr-text,
.cid-tvQTvxkBds .mbr-section-btn {
  color: #c3c3c3;
  text-align: left;
}
.cid-tvR5Bdjn1s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3f3f42;
}
.cid-tvR5Bdjn1s .wrap {
  height: 100%;
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tvR5Bdjn1s .wrap:hover {
  background-color: #17161a;
}
@media (max-width: 767px) {
  .cid-tvR5Bdjn1s .wrap {
    padding: 20px;
  }
}
.cid-tvR5Bdjn1s .icon__block {
  margin-bottom: 10px;
}
.cid-tvR5Bdjn1s .title__text {
  margin-bottom: 15px;
}
.cid-tvR5Bdjn1s .mbr-text {
  margin-bottom: 20px;
}
.cid-tvR5Bdjn1s .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #b71416;
}
.cid-tvR5Bdjn1s .count {
  padding: 5px 0;
}
.cid-tvR5Bdjn1s .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-tvR5Bdjn1s .item:before {
  content: '\e97c';
  font-family: 'Moririse2';
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #b71416;
}
.cid-tvR5Bdjn1s .items {
  color: #ffffff;
}
.cid-tvR5Bdjn1s .title__text,
.cid-tvR5Bdjn1s .icon__block {
  color: #ffffff;
}
.cid-tBri5VLvDY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #48494c;
}
.cid-tBri5VLvDY .item {
  padding-bottom: 2rem;
}
.cid-tBri5VLvDY .item-wrapper {
  position: relative;
}
.cid-tBri5VLvDY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tBri5VLvDY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tBri5VLvDY .carousel-control,
.cid-tBri5VLvDY .close {
  background: #1b1b1b;
}
.cid-tBri5VLvDY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBri5VLvDY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBri5VLvDY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBri5VLvDY .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBri5VLvDY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBri5VLvDY .close::before {
  content: '\e91a';
}
.cid-tBri5VLvDY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBri5VLvDY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tBri5VLvDY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBri5VLvDY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBri5VLvDY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBri5VLvDY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tBri5VLvDY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tBri5VLvDY .carousel-indicators li.active,
.cid-tBri5VLvDY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBri5VLvDY .carousel-indicators li::after,
.cid-tBri5VLvDY .carousel-indicators li::before {
  content: none;
}
.cid-tBri5VLvDY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBri5VLvDY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tBri5VLvDY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tBri5VLvDY .carousel-indicators {
    display: none;
  }
}
.cid-tBri5VLvDY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBri5VLvDY .carousel-inner > .active {
  display: block;
}
.cid-tBri5VLvDY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBri5VLvDY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBri5VLvDY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tBri5VLvDY .carousel-control,
  .cid-tBri5VLvDY .carousel-indicators,
  .cid-tBri5VLvDY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tBri5VLvDY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tBri5VLvDY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tBri5VLvDY .carousel-indicators .active,
.cid-tBri5VLvDY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tBri5VLvDY .carousel-indicators .active {
  background: #fff;
}
.cid-tBri5VLvDY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tBri5VLvDY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBri5VLvDY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBri5VLvDY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tBri5VLvDY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBri5VLvDY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tBri5VLvDY .carousel {
  width: 100%;
}
.cid-tBri5VLvDY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBri5VLvDY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBri5VLvDY .modal.fade .modal-dialog,
.cid-tBri5VLvDY .modal.in .modal-dialog {
  transform: none;
}
.cid-tBri5VLvDY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBri5VLvDY H6 {
  text-align: center;
}
.cid-tBri5VLvDY .mbr-section-title {
  color: #2e6b75;
}
.cid-tBri5VLvDY .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tBri5VLvDY .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tBri5VLvDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBri5VLvDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC0oM17ulK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .cid-tC0oM17ulK .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-tC0oM17ulK .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tC0oM17ulK .mbr-section-title {
  color: #353535;
}
.cid-tC0oM17ulK .mbr-text {
  color: #353535;
}
.cid-tC0oLopI9d {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tC0oLopI9d .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tC0oLopI9d .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-tC0oLopI9d .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tC0oLopI9d .card-img {
  overflow: hidden;
}
.cid-tC0oLopI9d .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tC0oLopI9d img {
  transition: all 0.3s;
}
.cid-tC0oLopI9d .card-box {
  padding: 2rem;
}
.cid-tC0oLopI9d .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-tC0oLopI9d .mbr-section-title,
.cid-tC0oLopI9d .title DIV {
  text-align: center;
  color: #656565;
}
.cid-tC0oLopI9d .card-box > p,
.cid-tC0oLopI9d .mbr-section-btn {
  color: #ebeaed;
}
.cid-tC0oMV4KQq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tC0oMV4KQq .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tC0oMV4KQq .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-tC0oMV4KQq .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tC0oMV4KQq .card-img {
  overflow: hidden;
}
.cid-tC0oMV4KQq .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tC0oMV4KQq img {
  transition: all 0.3s;
}
.cid-tC0oMV4KQq .card-box {
  padding: 2rem;
}
.cid-tC0oMV4KQq .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-tC0oMV4KQq .mbr-section-title,
.cid-tC0oMV4KQq .title DIV {
  text-align: center;
  color: #656565;
}
.cid-tC0oMV4KQq .card-box > p,
.cid-tC0oMV4KQq .mbr-section-btn {
  color: #ebeaed;
}
.cid-tC0oNxl77x {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tC0oNxl77x .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tC0oNxl77x .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-tC0oNxl77x .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tC0oNxl77x .card-img {
  overflow: hidden;
}
.cid-tC0oNxl77x .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tC0oNxl77x img {
  transition: all 0.3s;
}
.cid-tC0oNxl77x .card-box {
  padding: 2rem;
}
.cid-tC0oNxl77x .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-tC0oNxl77x .mbr-section-title,
.cid-tC0oNxl77x .title DIV {
  text-align: center;
  color: #656565;
}
.cid-tC0oNxl77x .card-box > p,
.cid-tC0oNxl77x .mbr-section-btn {
  color: #ebeaed;
}
.cid-tC0oOg80oE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tC0oOg80oE .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tC0oOg80oE .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-tC0oOg80oE .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tC0oOg80oE .card-img {
  overflow: hidden;
}
.cid-tC0oOg80oE .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tC0oOg80oE img {
  transition: all 0.3s;
}
.cid-tC0oOg80oE .card-box {
  padding: 2rem;
}
.cid-tC0oOg80oE .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-tC0oOg80oE .mbr-section-title,
.cid-tC0oOg80oE .title DIV {
  text-align: center;
  color: #656565;
}
.cid-tC0oOg80oE .card-box > p,
.cid-tC0oOg80oE .mbr-section-btn {
  color: #ebeaed;
}
.cid-tC0oOOuPbn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tC0oOOuPbn .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tC0oOOuPbn .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-tC0oOOuPbn .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tC0oOOuPbn .card-img {
  overflow: hidden;
}
.cid-tC0oOOuPbn .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tC0oOOuPbn img {
  transition: all 0.3s;
}
.cid-tC0oOOuPbn .card-box {
  padding: 2rem;
}
.cid-tC0oOOuPbn .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-tC0oOOuPbn .mbr-section-title,
.cid-tC0oOOuPbn .title DIV {
  text-align: center;
  color: #656565;
}
.cid-tC0oOOuPbn .card-box > p,
.cid-tC0oOOuPbn .mbr-section-btn {
  color: #ebeaed;
}
.cid-tC0oPxKKir {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tC0oPxKKir .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tC0oPxKKir .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-tC0oPxKKir .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tC0oPxKKir .card-img {
  overflow: hidden;
}
.cid-tC0oPxKKir .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tC0oPxKKir img {
  transition: all 0.3s;
}
.cid-tC0oPxKKir .card-box {
  padding: 2rem;
}
.cid-tC0oPxKKir .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-tC0oPxKKir .mbr-section-title,
.cid-tC0oPxKKir .title DIV {
  text-align: center;
  color: #656565;
}
.cid-tC0oPxKKir .card-box > p,
.cid-tC0oPxKKir .mbr-section-btn {
  color: #ebeaed;
}
.cid-tC0oQbGvq7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tC0oQbGvq7 .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tC0oQbGvq7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-tC0oQbGvq7 .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tC0oQbGvq7 .card-img {
  overflow: hidden;
}
.cid-tC0oQbGvq7 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tC0oQbGvq7 img {
  transition: all 0.3s;
}
.cid-tC0oQbGvq7 .card-box {
  padding: 2rem;
}
.cid-tC0oQbGvq7 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-tC0oQbGvq7 .mbr-section-title,
.cid-tC0oQbGvq7 .title DIV {
  text-align: center;
  color: #656565;
}
.cid-tC0oQbGvq7 .card-box > p,
.cid-tC0oQbGvq7 .mbr-section-btn {
  color: #ebeaed;
}
.cid-tC0oQJW7tm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tC0oQJW7tm .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tC0oQJW7tm .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-tC0oQJW7tm .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tC0oQJW7tm .card-img {
  overflow: hidden;
}
.cid-tC0oQJW7tm .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tC0oQJW7tm img {
  transition: all 0.3s;
}
.cid-tC0oQJW7tm .card-box {
  padding: 2rem;
}
.cid-tC0oQJW7tm .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-tC0oQJW7tm .mbr-section-title,
.cid-tC0oQJW7tm .title DIV {
  text-align: center;
  color: #656565;
}
.cid-tC0oQJW7tm .card-box > p,
.cid-tC0oQJW7tm .mbr-section-btn {
  color: #ebeaed;
}
.cid-tC0oRrdhe7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-tC0oRrdhe7 .title {
  background: #ffffff;
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
}
.cid-tC0oRrdhe7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
.cid-tC0oRrdhe7 .card-title {
  color: #656565;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tC0oRrdhe7 .card-img {
  overflow: hidden;
}
.cid-tC0oRrdhe7 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-tC0oRrdhe7 img {
  transition: all 0.3s;
}
.cid-tC0oRrdhe7 .card-box {
  padding: 2rem;
}
.cid-tC0oRrdhe7 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #656565;
}
.cid-tC0oRrdhe7 .mbr-section-title,
.cid-tC0oRrdhe7 .title DIV {
  text-align: center;
  color: #656565;
}
.cid-tC0oRrdhe7 .card-box > p,
.cid-tC0oRrdhe7 .mbr-section-btn {
  color: #ebeaed;
}
.cid-tvVCUEnmns {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #48494c;
}
.cid-tvVCUEnmns .item {
  padding-bottom: 2rem;
}
.cid-tvVCUEnmns .item-wrapper {
  position: relative;
}
.cid-tvVCUEnmns .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tvVCUEnmns .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tvVCUEnmns .carousel-control,
.cid-tvVCUEnmns .close {
  background: #1b1b1b;
}
.cid-tvVCUEnmns .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tvVCUEnmns .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tvVCUEnmns .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tvVCUEnmns .carousel-control-next span {
  margin-left: 5px;
}
.cid-tvVCUEnmns .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tvVCUEnmns .close::before {
  content: '\e91a';
}
.cid-tvVCUEnmns .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tvVCUEnmns .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tvVCUEnmns .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvVCUEnmns .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tvVCUEnmns .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tvVCUEnmns .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tvVCUEnmns .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tvVCUEnmns .carousel-indicators li.active,
.cid-tvVCUEnmns .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tvVCUEnmns .carousel-indicators li::after,
.cid-tvVCUEnmns .carousel-indicators li::before {
  content: none;
}
.cid-tvVCUEnmns .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tvVCUEnmns .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tvVCUEnmns .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tvVCUEnmns .carousel-indicators {
    display: none;
  }
}
.cid-tvVCUEnmns .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tvVCUEnmns .carousel-inner > .active {
  display: block;
}
.cid-tvVCUEnmns .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvVCUEnmns .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvVCUEnmns .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tvVCUEnmns .carousel-control,
  .cid-tvVCUEnmns .carousel-indicators,
  .cid-tvVCUEnmns .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tvVCUEnmns .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tvVCUEnmns .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tvVCUEnmns .carousel-indicators .active,
.cid-tvVCUEnmns .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tvVCUEnmns .carousel-indicators .active {
  background: #fff;
}
.cid-tvVCUEnmns .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tvVCUEnmns .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tvVCUEnmns .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tvVCUEnmns .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tvVCUEnmns .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tvVCUEnmns .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tvVCUEnmns .carousel {
  width: 100%;
}
.cid-tvVCUEnmns .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tvVCUEnmns .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tvVCUEnmns .modal.fade .modal-dialog,
.cid-tvVCUEnmns .modal.in .modal-dialog {
  transform: none;
}
.cid-tvVCUEnmns .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tvVCUEnmns H6 {
  text-align: center;
}
.cid-tvVCUEnmns .mbr-section-title {
  color: #2e6b75;
}
.cid-tvVCUEnmns .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tvVCUEnmns .mbr-item-subtitle {
  color: #6c7577;
}
.cid-tvVCUEnmns .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvVCUEnmns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvRhT7ZRBq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/11-2000x1333.jpg");
}
.cid-tvRhT7ZRBq .image-wrapper,
.cid-tvRhT7ZRBq img {
  width: 100%;
  object-fit: contain;
}
.cid-tvRhT7ZRBq img {
  display: inline-block;
  width: 15rem;
}
.cid-tvRhT7ZRBq .mbr-section-title {
  margin: 25px 0;
}
.cid-tvRhT7ZRBq .mbr-text {
  margin-bottom: 19px;
}
.cid-tvSJ5wabsI {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #3f3f42;
}
.cid-tvSJ5wabsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvSJ5wabsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tvSJ5wabsI .row {
    flex-direction: column-reverse;
  }
  .cid-tvSJ5wabsI .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tvSJ5wabsI .google-map {
  height: 100%;
  position: relative;
}
.cid-tvSJ5wabsI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tvSJ5wabsI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tvSJ5wabsI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tvSJ5wabsI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tvSJ5wabsI .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tvSJ5wabsI .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-tvSJ5wabsI .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tvSJ5wabsI .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvSJ5wabsI .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tvSJ5wabsI .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b71416;
}
.cid-tvSJ5wabsI .card-title {
  color: #47484b;
}
.cid-tvSJ5wabsI P {
  color: #48494c;
}
.cid-tvSJAM6QI1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvSJAM6QI1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tvSJAM6QI1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tvSJAM6QI1 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tvSJAM6QI1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tvSJAM6QI1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tvSJAM6QI1 .footer-lower .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-tvSJAM6QI1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tvSJAM6QI1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tvSJAM6QI1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tvSJAM6QI1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvSJAM6QI1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvRjMEKg8M.popup-builder {
  background-color: #ffffff;
}
.cid-tvRjMEKg8M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvRjMEKg8M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvRjMEKg8M .modal-content,
.cid-tvRjMEKg8M .modal-dialog {
  height: auto;
}
.cid-tvRjMEKg8M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvRjMEKg8M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvRjMEKg8M .form-wrapper .mbr-form .form-group,
  .cid-tvRjMEKg8M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvRjMEKg8M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvRjMEKg8M .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-tvRjMEKg8M .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvRjMEKg8M .pt-0 {
  padding-top: 0 !important;
}
.cid-tvRjMEKg8M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvRjMEKg8M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvRjMEKg8M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvRjMEKg8M .modal-open {
  overflow: hidden;
}
.cid-tvRjMEKg8M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvRjMEKg8M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvRjMEKg8M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvRjMEKg8M .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-tvRjMEKg8M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvRjMEKg8M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvRjMEKg8M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvRjMEKg8M .modal-content {
  background: #3f3f42;
  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-tvRjMEKg8M .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvRjMEKg8M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvRjMEKg8M .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvRjMEKg8M .modal-backdrop.show {
  opacity: .5;
}
.cid-tvRjMEKg8M .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-tvRjMEKg8M .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvRjMEKg8M .modal-header {
    padding: 1rem;
  }
}
.cid-tvRjMEKg8M .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvRjMEKg8M .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvRjMEKg8M .modal-header .close:hover {
  opacity: 1;
}
.cid-tvRjMEKg8M .modal-header .close:focus {
  outline: none;
}
.cid-tvRjMEKg8M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvRjMEKg8M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvRjMEKg8M .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvRjMEKg8M .modal-body {
    padding: 1rem;
  }
}
.cid-tvRjMEKg8M .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-tvRjMEKg8M .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvRjMEKg8M .modal-footer {
    padding: 1rem;
  }
}
.cid-tvRjMEKg8M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvRjMEKg8M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvRjMEKg8M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvRjMEKg8M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvRjMEKg8M .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvRjMEKg8M .modal-lg,
  .cid-tvRjMEKg8M .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvRjMEKg8M .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvRjMEKg8M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvRjMEKg8M .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-tvRjMEKg8M .form-group {
  margin-bottom: 1rem;
}
.cid-tvRjMEKg8M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvRjMEKg8M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvRjMEKg8M .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-tvRjMEKg8M .mbr-section-btn {
  margin: 0;
}
.cid-tvRjMEKg8M .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvRcH82xl7.popup-builder {
  background-color: #ffffff;
}
.cid-tvRcH82xl7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvRcH82xl7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvRcH82xl7 .modal-content,
.cid-tvRcH82xl7 .modal-dialog {
  height: auto;
}
.cid-tvRcH82xl7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvRcH82xl7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvRcH82xl7 .form-wrapper .mbr-form .form-group,
  .cid-tvRcH82xl7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvRcH82xl7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvRcH82xl7 .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-tvRcH82xl7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvRcH82xl7 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvRcH82xl7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvRcH82xl7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvRcH82xl7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvRcH82xl7 .modal-open {
  overflow: hidden;
}
.cid-tvRcH82xl7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvRcH82xl7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvRcH82xl7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvRcH82xl7 .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-tvRcH82xl7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvRcH82xl7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvRcH82xl7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvRcH82xl7 .modal-content {
  background: #3f3f42;
  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-tvRcH82xl7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvRcH82xl7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvRcH82xl7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvRcH82xl7 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvRcH82xl7 .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-tvRcH82xl7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvRcH82xl7 .modal-header {
    padding: 1rem;
  }
}
.cid-tvRcH82xl7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvRcH82xl7 .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvRcH82xl7 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvRcH82xl7 .modal-header .close:focus {
  outline: none;
}
.cid-tvRcH82xl7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvRcH82xl7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvRcH82xl7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvRcH82xl7 .modal-body {
    padding: 1rem;
  }
}
.cid-tvRcH82xl7 .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-tvRcH82xl7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvRcH82xl7 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvRcH82xl7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvRcH82xl7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvRcH82xl7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvRcH82xl7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvRcH82xl7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvRcH82xl7 .modal-lg,
  .cid-tvRcH82xl7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvRcH82xl7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvRcH82xl7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvRcH82xl7 .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-tvRcH82xl7 .form-group {
  margin-bottom: 1rem;
}
.cid-tvRcH82xl7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvRcH82xl7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvRcH82xl7 .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-tvRcH82xl7 .mbr-section-btn {
  margin: 0;
}
.cid-tvRcH82xl7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSMT8yPQu.popup-builder {
  background-color: #ffffff;
}
.cid-tvSMT8yPQu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSMT8yPQu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSMT8yPQu .modal-content,
.cid-tvSMT8yPQu .modal-dialog {
  height: auto;
}
.cid-tvSMT8yPQu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSMT8yPQu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSMT8yPQu .form-wrapper .mbr-form .form-group,
  .cid-tvSMT8yPQu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSMT8yPQu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSMT8yPQu .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-tvSMT8yPQu .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSMT8yPQu .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSMT8yPQu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSMT8yPQu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSMT8yPQu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSMT8yPQu .modal-open {
  overflow: hidden;
}
.cid-tvSMT8yPQu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSMT8yPQu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSMT8yPQu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSMT8yPQu .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-tvSMT8yPQu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSMT8yPQu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSMT8yPQu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSMT8yPQu .modal-content {
  background: #3f3f42;
  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-tvSMT8yPQu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSMT8yPQu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSMT8yPQu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSMT8yPQu .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSMT8yPQu .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-tvSMT8yPQu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSMT8yPQu .modal-header {
    padding: 1rem;
  }
}
.cid-tvSMT8yPQu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSMT8yPQu .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSMT8yPQu .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSMT8yPQu .modal-header .close:focus {
  outline: none;
}
.cid-tvSMT8yPQu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSMT8yPQu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSMT8yPQu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSMT8yPQu .modal-body {
    padding: 1rem;
  }
}
.cid-tvSMT8yPQu .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-tvSMT8yPQu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSMT8yPQu .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSMT8yPQu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSMT8yPQu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSMT8yPQu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSMT8yPQu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSMT8yPQu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSMT8yPQu .modal-lg,
  .cid-tvSMT8yPQu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSMT8yPQu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSMT8yPQu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSMT8yPQu .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-tvSMT8yPQu .form-group {
  margin-bottom: 1rem;
}
.cid-tvSMT8yPQu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSMT8yPQu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSMT8yPQu .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-tvSMT8yPQu .mbr-section-btn {
  margin: 0;
}
.cid-tvSMT8yPQu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSNeanWEX.popup-builder {
  background-color: #ffffff;
}
.cid-tvSNeanWEX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSNeanWEX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSNeanWEX .modal-content,
.cid-tvSNeanWEX .modal-dialog {
  height: auto;
}
.cid-tvSNeanWEX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSNeanWEX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSNeanWEX .form-wrapper .mbr-form .form-group,
  .cid-tvSNeanWEX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSNeanWEX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSNeanWEX .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-tvSNeanWEX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSNeanWEX .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSNeanWEX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSNeanWEX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSNeanWEX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSNeanWEX .modal-open {
  overflow: hidden;
}
.cid-tvSNeanWEX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSNeanWEX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSNeanWEX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSNeanWEX .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-tvSNeanWEX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSNeanWEX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSNeanWEX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSNeanWEX .modal-content {
  background: #3f3f42;
  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-tvSNeanWEX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSNeanWEX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSNeanWEX .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSNeanWEX .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSNeanWEX .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-tvSNeanWEX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNeanWEX .modal-header {
    padding: 1rem;
  }
}
.cid-tvSNeanWEX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSNeanWEX .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSNeanWEX .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSNeanWEX .modal-header .close:focus {
  outline: none;
}
.cid-tvSNeanWEX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSNeanWEX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSNeanWEX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNeanWEX .modal-body {
    padding: 1rem;
  }
}
.cid-tvSNeanWEX .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-tvSNeanWEX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNeanWEX .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSNeanWEX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSNeanWEX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSNeanWEX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSNeanWEX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSNeanWEX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSNeanWEX .modal-lg,
  .cid-tvSNeanWEX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSNeanWEX .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSNeanWEX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSNeanWEX .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-tvSNeanWEX .form-group {
  margin-bottom: 1rem;
}
.cid-tvSNeanWEX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSNeanWEX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSNeanWEX .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-tvSNeanWEX .mbr-section-btn {
  margin: 0;
}
.cid-tvSNeanWEX .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSNAvKhmo.popup-builder {
  background-color: #ffffff;
}
.cid-tvSNAvKhmo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSNAvKhmo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSNAvKhmo .modal-content,
.cid-tvSNAvKhmo .modal-dialog {
  height: auto;
}
.cid-tvSNAvKhmo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSNAvKhmo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSNAvKhmo .form-wrapper .mbr-form .form-group,
  .cid-tvSNAvKhmo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSNAvKhmo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSNAvKhmo .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-tvSNAvKhmo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSNAvKhmo .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSNAvKhmo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSNAvKhmo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSNAvKhmo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSNAvKhmo .modal-open {
  overflow: hidden;
}
.cid-tvSNAvKhmo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSNAvKhmo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSNAvKhmo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSNAvKhmo .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-tvSNAvKhmo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSNAvKhmo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSNAvKhmo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSNAvKhmo .modal-content {
  background: #3f3f42;
  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-tvSNAvKhmo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSNAvKhmo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSNAvKhmo .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSNAvKhmo .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSNAvKhmo .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-tvSNAvKhmo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNAvKhmo .modal-header {
    padding: 1rem;
  }
}
.cid-tvSNAvKhmo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSNAvKhmo .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSNAvKhmo .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSNAvKhmo .modal-header .close:focus {
  outline: none;
}
.cid-tvSNAvKhmo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSNAvKhmo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSNAvKhmo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNAvKhmo .modal-body {
    padding: 1rem;
  }
}
.cid-tvSNAvKhmo .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-tvSNAvKhmo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNAvKhmo .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSNAvKhmo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSNAvKhmo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSNAvKhmo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSNAvKhmo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSNAvKhmo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSNAvKhmo .modal-lg,
  .cid-tvSNAvKhmo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSNAvKhmo .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSNAvKhmo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSNAvKhmo .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-tvSNAvKhmo .form-group {
  margin-bottom: 1rem;
}
.cid-tvSNAvKhmo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSNAvKhmo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSNAvKhmo .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-tvSNAvKhmo .mbr-section-btn {
  margin: 0;
}
.cid-tvSNAvKhmo .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSNM4IPoE.popup-builder {
  background-color: #ffffff;
}
.cid-tvSNM4IPoE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSNM4IPoE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSNM4IPoE .modal-content,
.cid-tvSNM4IPoE .modal-dialog {
  height: auto;
}
.cid-tvSNM4IPoE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSNM4IPoE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSNM4IPoE .form-wrapper .mbr-form .form-group,
  .cid-tvSNM4IPoE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSNM4IPoE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSNM4IPoE .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-tvSNM4IPoE .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSNM4IPoE .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSNM4IPoE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSNM4IPoE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSNM4IPoE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSNM4IPoE .modal-open {
  overflow: hidden;
}
.cid-tvSNM4IPoE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSNM4IPoE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSNM4IPoE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSNM4IPoE .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-tvSNM4IPoE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSNM4IPoE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSNM4IPoE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSNM4IPoE .modal-content {
  background: #3f3f42;
  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-tvSNM4IPoE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSNM4IPoE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSNM4IPoE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSNM4IPoE .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSNM4IPoE .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-tvSNM4IPoE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNM4IPoE .modal-header {
    padding: 1rem;
  }
}
.cid-tvSNM4IPoE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSNM4IPoE .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSNM4IPoE .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSNM4IPoE .modal-header .close:focus {
  outline: none;
}
.cid-tvSNM4IPoE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSNM4IPoE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSNM4IPoE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNM4IPoE .modal-body {
    padding: 1rem;
  }
}
.cid-tvSNM4IPoE .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-tvSNM4IPoE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNM4IPoE .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSNM4IPoE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSNM4IPoE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSNM4IPoE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSNM4IPoE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSNM4IPoE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSNM4IPoE .modal-lg,
  .cid-tvSNM4IPoE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSNM4IPoE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSNM4IPoE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSNM4IPoE .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-tvSNM4IPoE .form-group {
  margin-bottom: 1rem;
}
.cid-tvSNM4IPoE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSNM4IPoE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSNM4IPoE .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-tvSNM4IPoE .mbr-section-btn {
  margin: 0;
}
.cid-tvSNM4IPoE .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSNXDMVmG.popup-builder {
  background-color: #ffffff;
}
.cid-tvSNXDMVmG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSNXDMVmG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSNXDMVmG .modal-content,
.cid-tvSNXDMVmG .modal-dialog {
  height: auto;
}
.cid-tvSNXDMVmG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSNXDMVmG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSNXDMVmG .form-wrapper .mbr-form .form-group,
  .cid-tvSNXDMVmG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSNXDMVmG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSNXDMVmG .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-tvSNXDMVmG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSNXDMVmG .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSNXDMVmG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSNXDMVmG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSNXDMVmG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSNXDMVmG .modal-open {
  overflow: hidden;
}
.cid-tvSNXDMVmG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSNXDMVmG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSNXDMVmG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSNXDMVmG .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-tvSNXDMVmG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSNXDMVmG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSNXDMVmG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSNXDMVmG .modal-content {
  background: #3f3f42;
  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-tvSNXDMVmG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSNXDMVmG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSNXDMVmG .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSNXDMVmG .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSNXDMVmG .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-tvSNXDMVmG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNXDMVmG .modal-header {
    padding: 1rem;
  }
}
.cid-tvSNXDMVmG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSNXDMVmG .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSNXDMVmG .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSNXDMVmG .modal-header .close:focus {
  outline: none;
}
.cid-tvSNXDMVmG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSNXDMVmG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSNXDMVmG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNXDMVmG .modal-body {
    padding: 1rem;
  }
}
.cid-tvSNXDMVmG .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-tvSNXDMVmG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSNXDMVmG .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSNXDMVmG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSNXDMVmG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSNXDMVmG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSNXDMVmG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSNXDMVmG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSNXDMVmG .modal-lg,
  .cid-tvSNXDMVmG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSNXDMVmG .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSNXDMVmG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSNXDMVmG .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-tvSNXDMVmG .form-group {
  margin-bottom: 1rem;
}
.cid-tvSNXDMVmG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSNXDMVmG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSNXDMVmG .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-tvSNXDMVmG .mbr-section-btn {
  margin: 0;
}
.cid-tvSNXDMVmG .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSO8JfZc7.popup-builder {
  background-color: #ffffff;
}
.cid-tvSO8JfZc7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSO8JfZc7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSO8JfZc7 .modal-content,
.cid-tvSO8JfZc7 .modal-dialog {
  height: auto;
}
.cid-tvSO8JfZc7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSO8JfZc7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSO8JfZc7 .form-wrapper .mbr-form .form-group,
  .cid-tvSO8JfZc7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSO8JfZc7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSO8JfZc7 .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-tvSO8JfZc7 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSO8JfZc7 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSO8JfZc7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSO8JfZc7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSO8JfZc7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSO8JfZc7 .modal-open {
  overflow: hidden;
}
.cid-tvSO8JfZc7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSO8JfZc7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSO8JfZc7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSO8JfZc7 .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-tvSO8JfZc7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSO8JfZc7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSO8JfZc7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSO8JfZc7 .modal-content {
  background: #3f3f42;
  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-tvSO8JfZc7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSO8JfZc7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSO8JfZc7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSO8JfZc7 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSO8JfZc7 .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-tvSO8JfZc7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSO8JfZc7 .modal-header {
    padding: 1rem;
  }
}
.cid-tvSO8JfZc7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSO8JfZc7 .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSO8JfZc7 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSO8JfZc7 .modal-header .close:focus {
  outline: none;
}
.cid-tvSO8JfZc7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSO8JfZc7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSO8JfZc7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSO8JfZc7 .modal-body {
    padding: 1rem;
  }
}
.cid-tvSO8JfZc7 .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-tvSO8JfZc7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSO8JfZc7 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSO8JfZc7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSO8JfZc7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSO8JfZc7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSO8JfZc7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSO8JfZc7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSO8JfZc7 .modal-lg,
  .cid-tvSO8JfZc7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSO8JfZc7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSO8JfZc7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSO8JfZc7 .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-tvSO8JfZc7 .form-group {
  margin-bottom: 1rem;
}
.cid-tvSO8JfZc7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSO8JfZc7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSO8JfZc7 .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-tvSO8JfZc7 .mbr-section-btn {
  margin: 0;
}
.cid-tvSO8JfZc7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSOhymdBI.popup-builder {
  background-color: #ffffff;
}
.cid-tvSOhymdBI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSOhymdBI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSOhymdBI .modal-content,
.cid-tvSOhymdBI .modal-dialog {
  height: auto;
}
.cid-tvSOhymdBI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSOhymdBI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSOhymdBI .form-wrapper .mbr-form .form-group,
  .cid-tvSOhymdBI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSOhymdBI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSOhymdBI .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-tvSOhymdBI .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSOhymdBI .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSOhymdBI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSOhymdBI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSOhymdBI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSOhymdBI .modal-open {
  overflow: hidden;
}
.cid-tvSOhymdBI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSOhymdBI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSOhymdBI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSOhymdBI .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-tvSOhymdBI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSOhymdBI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSOhymdBI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSOhymdBI .modal-content {
  background: #3f3f42;
  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-tvSOhymdBI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSOhymdBI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSOhymdBI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSOhymdBI .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSOhymdBI .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-tvSOhymdBI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOhymdBI .modal-header {
    padding: 1rem;
  }
}
.cid-tvSOhymdBI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSOhymdBI .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSOhymdBI .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSOhymdBI .modal-header .close:focus {
  outline: none;
}
.cid-tvSOhymdBI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSOhymdBI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSOhymdBI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOhymdBI .modal-body {
    padding: 1rem;
  }
}
.cid-tvSOhymdBI .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-tvSOhymdBI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOhymdBI .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSOhymdBI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSOhymdBI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSOhymdBI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSOhymdBI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSOhymdBI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSOhymdBI .modal-lg,
  .cid-tvSOhymdBI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSOhymdBI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSOhymdBI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSOhymdBI .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-tvSOhymdBI .form-group {
  margin-bottom: 1rem;
}
.cid-tvSOhymdBI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSOhymdBI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSOhymdBI .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-tvSOhymdBI .mbr-section-btn {
  margin: 0;
}
.cid-tvSOhymdBI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSOJxLp4u.popup-builder {
  background-color: #ffffff;
}
.cid-tvSOJxLp4u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSOJxLp4u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSOJxLp4u .modal-content,
.cid-tvSOJxLp4u .modal-dialog {
  height: auto;
}
.cid-tvSOJxLp4u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSOJxLp4u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSOJxLp4u .form-wrapper .mbr-form .form-group,
  .cid-tvSOJxLp4u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSOJxLp4u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSOJxLp4u .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-tvSOJxLp4u .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSOJxLp4u .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSOJxLp4u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSOJxLp4u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSOJxLp4u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSOJxLp4u .modal-open {
  overflow: hidden;
}
.cid-tvSOJxLp4u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSOJxLp4u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSOJxLp4u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSOJxLp4u .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-tvSOJxLp4u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSOJxLp4u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSOJxLp4u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSOJxLp4u .modal-content {
  background: #3f3f42;
  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-tvSOJxLp4u .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSOJxLp4u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSOJxLp4u .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSOJxLp4u .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSOJxLp4u .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-tvSOJxLp4u .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOJxLp4u .modal-header {
    padding: 1rem;
  }
}
.cid-tvSOJxLp4u .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSOJxLp4u .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSOJxLp4u .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSOJxLp4u .modal-header .close:focus {
  outline: none;
}
.cid-tvSOJxLp4u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSOJxLp4u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSOJxLp4u .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOJxLp4u .modal-body {
    padding: 1rem;
  }
}
.cid-tvSOJxLp4u .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-tvSOJxLp4u .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOJxLp4u .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSOJxLp4u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSOJxLp4u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSOJxLp4u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSOJxLp4u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSOJxLp4u .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSOJxLp4u .modal-lg,
  .cid-tvSOJxLp4u .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSOJxLp4u .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSOJxLp4u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSOJxLp4u .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-tvSOJxLp4u .form-group {
  margin-bottom: 1rem;
}
.cid-tvSOJxLp4u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSOJxLp4u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSOJxLp4u .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-tvSOJxLp4u .mbr-section-btn {
  margin: 0;
}
.cid-tvSOJxLp4u .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSOKMAJTo.popup-builder {
  background-color: #ffffff;
}
.cid-tvSOKMAJTo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSOKMAJTo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSOKMAJTo .modal-content,
.cid-tvSOKMAJTo .modal-dialog {
  height: auto;
}
.cid-tvSOKMAJTo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSOKMAJTo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSOKMAJTo .form-wrapper .mbr-form .form-group,
  .cid-tvSOKMAJTo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSOKMAJTo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSOKMAJTo .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-tvSOKMAJTo .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSOKMAJTo .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSOKMAJTo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSOKMAJTo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSOKMAJTo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSOKMAJTo .modal-open {
  overflow: hidden;
}
.cid-tvSOKMAJTo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSOKMAJTo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSOKMAJTo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSOKMAJTo .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-tvSOKMAJTo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSOKMAJTo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSOKMAJTo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSOKMAJTo .modal-content {
  background: #3f3f42;
  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-tvSOKMAJTo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSOKMAJTo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSOKMAJTo .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSOKMAJTo .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSOKMAJTo .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-tvSOKMAJTo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOKMAJTo .modal-header {
    padding: 1rem;
  }
}
.cid-tvSOKMAJTo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSOKMAJTo .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSOKMAJTo .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSOKMAJTo .modal-header .close:focus {
  outline: none;
}
.cid-tvSOKMAJTo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSOKMAJTo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSOKMAJTo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOKMAJTo .modal-body {
    padding: 1rem;
  }
}
.cid-tvSOKMAJTo .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-tvSOKMAJTo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOKMAJTo .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSOKMAJTo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSOKMAJTo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSOKMAJTo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSOKMAJTo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSOKMAJTo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSOKMAJTo .modal-lg,
  .cid-tvSOKMAJTo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSOKMAJTo .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSOKMAJTo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSOKMAJTo .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-tvSOKMAJTo .form-group {
  margin-bottom: 1rem;
}
.cid-tvSOKMAJTo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSOKMAJTo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSOKMAJTo .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-tvSOKMAJTo .mbr-section-btn {
  margin: 0;
}
.cid-tvSOKMAJTo .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSOWDT35i.popup-builder {
  background-color: #ffffff;
}
.cid-tvSOWDT35i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSOWDT35i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSOWDT35i .modal-content,
.cid-tvSOWDT35i .modal-dialog {
  height: auto;
}
.cid-tvSOWDT35i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSOWDT35i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSOWDT35i .form-wrapper .mbr-form .form-group,
  .cid-tvSOWDT35i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSOWDT35i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSOWDT35i .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-tvSOWDT35i .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSOWDT35i .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSOWDT35i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSOWDT35i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSOWDT35i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSOWDT35i .modal-open {
  overflow: hidden;
}
.cid-tvSOWDT35i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSOWDT35i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSOWDT35i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSOWDT35i .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-tvSOWDT35i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSOWDT35i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSOWDT35i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSOWDT35i .modal-content {
  background: #3f3f42;
  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-tvSOWDT35i .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSOWDT35i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSOWDT35i .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSOWDT35i .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSOWDT35i .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-tvSOWDT35i .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOWDT35i .modal-header {
    padding: 1rem;
  }
}
.cid-tvSOWDT35i .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSOWDT35i .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSOWDT35i .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSOWDT35i .modal-header .close:focus {
  outline: none;
}
.cid-tvSOWDT35i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSOWDT35i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSOWDT35i .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOWDT35i .modal-body {
    padding: 1rem;
  }
}
.cid-tvSOWDT35i .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-tvSOWDT35i .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOWDT35i .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSOWDT35i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSOWDT35i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSOWDT35i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSOWDT35i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSOWDT35i .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSOWDT35i .modal-lg,
  .cid-tvSOWDT35i .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSOWDT35i .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSOWDT35i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSOWDT35i .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-tvSOWDT35i .form-group {
  margin-bottom: 1rem;
}
.cid-tvSOWDT35i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSOWDT35i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSOWDT35i .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-tvSOWDT35i .mbr-section-btn {
  margin: 0;
}
.cid-tvSOWDT35i .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSOX6ndPZ.popup-builder {
  background-color: #ffffff;
}
.cid-tvSOX6ndPZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSOX6ndPZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSOX6ndPZ .modal-content,
.cid-tvSOX6ndPZ .modal-dialog {
  height: auto;
}
.cid-tvSOX6ndPZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSOX6ndPZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSOX6ndPZ .form-wrapper .mbr-form .form-group,
  .cid-tvSOX6ndPZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSOX6ndPZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSOX6ndPZ .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-tvSOX6ndPZ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSOX6ndPZ .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSOX6ndPZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSOX6ndPZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSOX6ndPZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSOX6ndPZ .modal-open {
  overflow: hidden;
}
.cid-tvSOX6ndPZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSOX6ndPZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSOX6ndPZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSOX6ndPZ .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-tvSOX6ndPZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSOX6ndPZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSOX6ndPZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSOX6ndPZ .modal-content {
  background: #3f3f42;
  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-tvSOX6ndPZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSOX6ndPZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSOX6ndPZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSOX6ndPZ .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSOX6ndPZ .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-tvSOX6ndPZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOX6ndPZ .modal-header {
    padding: 1rem;
  }
}
.cid-tvSOX6ndPZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSOX6ndPZ .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSOX6ndPZ .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSOX6ndPZ .modal-header .close:focus {
  outline: none;
}
.cid-tvSOX6ndPZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSOX6ndPZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSOX6ndPZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOX6ndPZ .modal-body {
    padding: 1rem;
  }
}
.cid-tvSOX6ndPZ .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-tvSOX6ndPZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSOX6ndPZ .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSOX6ndPZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSOX6ndPZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSOX6ndPZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSOX6ndPZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSOX6ndPZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSOX6ndPZ .modal-lg,
  .cid-tvSOX6ndPZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSOX6ndPZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSOX6ndPZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSOX6ndPZ .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-tvSOX6ndPZ .form-group {
  margin-bottom: 1rem;
}
.cid-tvSOX6ndPZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSOX6ndPZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSOX6ndPZ .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-tvSOX6ndPZ .mbr-section-btn {
  margin: 0;
}
.cid-tvSOX6ndPZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSP6AVZSC.popup-builder {
  background-color: #ffffff;
}
.cid-tvSP6AVZSC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSP6AVZSC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSP6AVZSC .modal-content,
.cid-tvSP6AVZSC .modal-dialog {
  height: auto;
}
.cid-tvSP6AVZSC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSP6AVZSC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSP6AVZSC .form-wrapper .mbr-form .form-group,
  .cid-tvSP6AVZSC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSP6AVZSC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSP6AVZSC .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-tvSP6AVZSC .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSP6AVZSC .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSP6AVZSC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSP6AVZSC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSP6AVZSC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSP6AVZSC .modal-open {
  overflow: hidden;
}
.cid-tvSP6AVZSC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSP6AVZSC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSP6AVZSC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSP6AVZSC .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-tvSP6AVZSC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSP6AVZSC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSP6AVZSC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSP6AVZSC .modal-content {
  background: #3f3f42;
  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-tvSP6AVZSC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSP6AVZSC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSP6AVZSC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSP6AVZSC .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSP6AVZSC .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-tvSP6AVZSC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSP6AVZSC .modal-header {
    padding: 1rem;
  }
}
.cid-tvSP6AVZSC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSP6AVZSC .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSP6AVZSC .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSP6AVZSC .modal-header .close:focus {
  outline: none;
}
.cid-tvSP6AVZSC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSP6AVZSC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSP6AVZSC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSP6AVZSC .modal-body {
    padding: 1rem;
  }
}
.cid-tvSP6AVZSC .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-tvSP6AVZSC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSP6AVZSC .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSP6AVZSC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSP6AVZSC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSP6AVZSC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSP6AVZSC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSP6AVZSC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSP6AVZSC .modal-lg,
  .cid-tvSP6AVZSC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSP6AVZSC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSP6AVZSC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSP6AVZSC .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-tvSP6AVZSC .form-group {
  margin-bottom: 1rem;
}
.cid-tvSP6AVZSC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSP6AVZSC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSP6AVZSC .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-tvSP6AVZSC .mbr-section-btn {
  margin: 0;
}
.cid-tvSP6AVZSC .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSP769Hur.popup-builder {
  background-color: #ffffff;
}
.cid-tvSP769Hur.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSP769Hur.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSP769Hur .modal-content,
.cid-tvSP769Hur .modal-dialog {
  height: auto;
}
.cid-tvSP769Hur .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSP769Hur .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSP769Hur .form-wrapper .mbr-form .form-group,
  .cid-tvSP769Hur .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSP769Hur .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSP769Hur .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-tvSP769Hur .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSP769Hur .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSP769Hur .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSP769Hur .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSP769Hur .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSP769Hur .modal-open {
  overflow: hidden;
}
.cid-tvSP769Hur .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSP769Hur .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSP769Hur .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSP769Hur .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-tvSP769Hur .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSP769Hur .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSP769Hur .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSP769Hur .modal-content {
  background: #3f3f42;
  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-tvSP769Hur .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSP769Hur .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSP769Hur .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSP769Hur .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSP769Hur .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-tvSP769Hur .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSP769Hur .modal-header {
    padding: 1rem;
  }
}
.cid-tvSP769Hur .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSP769Hur .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSP769Hur .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSP769Hur .modal-header .close:focus {
  outline: none;
}
.cid-tvSP769Hur .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSP769Hur .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSP769Hur .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSP769Hur .modal-body {
    padding: 1rem;
  }
}
.cid-tvSP769Hur .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-tvSP769Hur .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSP769Hur .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSP769Hur .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSP769Hur .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSP769Hur .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSP769Hur .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSP769Hur .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSP769Hur .modal-lg,
  .cid-tvSP769Hur .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSP769Hur .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSP769Hur .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSP769Hur .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-tvSP769Hur .form-group {
  margin-bottom: 1rem;
}
.cid-tvSP769Hur .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSP769Hur .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSP769Hur .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-tvSP769Hur .mbr-section-btn {
  margin: 0;
}
.cid-tvSP769Hur .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSPhr9HWj.popup-builder {
  background-color: #ffffff;
}
.cid-tvSPhr9HWj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSPhr9HWj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSPhr9HWj .modal-content,
.cid-tvSPhr9HWj .modal-dialog {
  height: auto;
}
.cid-tvSPhr9HWj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSPhr9HWj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSPhr9HWj .form-wrapper .mbr-form .form-group,
  .cid-tvSPhr9HWj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSPhr9HWj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSPhr9HWj .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-tvSPhr9HWj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSPhr9HWj .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSPhr9HWj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSPhr9HWj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSPhr9HWj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSPhr9HWj .modal-open {
  overflow: hidden;
}
.cid-tvSPhr9HWj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSPhr9HWj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSPhr9HWj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSPhr9HWj .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-tvSPhr9HWj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSPhr9HWj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSPhr9HWj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSPhr9HWj .modal-content {
  background: #3f3f42;
  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-tvSPhr9HWj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSPhr9HWj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSPhr9HWj .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSPhr9HWj .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSPhr9HWj .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-tvSPhr9HWj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSPhr9HWj .modal-header {
    padding: 1rem;
  }
}
.cid-tvSPhr9HWj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSPhr9HWj .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSPhr9HWj .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSPhr9HWj .modal-header .close:focus {
  outline: none;
}
.cid-tvSPhr9HWj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSPhr9HWj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSPhr9HWj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSPhr9HWj .modal-body {
    padding: 1rem;
  }
}
.cid-tvSPhr9HWj .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-tvSPhr9HWj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSPhr9HWj .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSPhr9HWj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSPhr9HWj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSPhr9HWj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSPhr9HWj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSPhr9HWj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSPhr9HWj .modal-lg,
  .cid-tvSPhr9HWj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSPhr9HWj .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSPhr9HWj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSPhr9HWj .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-tvSPhr9HWj .form-group {
  margin-bottom: 1rem;
}
.cid-tvSPhr9HWj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSPhr9HWj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSPhr9HWj .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-tvSPhr9HWj .mbr-section-btn {
  margin: 0;
}
.cid-tvSPhr9HWj .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSPhSQd2e.popup-builder {
  background-color: #ffffff;
}
.cid-tvSPhSQd2e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSPhSQd2e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSPhSQd2e .modal-content,
.cid-tvSPhSQd2e .modal-dialog {
  height: auto;
}
.cid-tvSPhSQd2e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSPhSQd2e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSPhSQd2e .form-wrapper .mbr-form .form-group,
  .cid-tvSPhSQd2e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSPhSQd2e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSPhSQd2e .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-tvSPhSQd2e .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSPhSQd2e .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSPhSQd2e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSPhSQd2e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSPhSQd2e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSPhSQd2e .modal-open {
  overflow: hidden;
}
.cid-tvSPhSQd2e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSPhSQd2e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSPhSQd2e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSPhSQd2e .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-tvSPhSQd2e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSPhSQd2e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSPhSQd2e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSPhSQd2e .modal-content {
  background: #3f3f42;
  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-tvSPhSQd2e .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSPhSQd2e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSPhSQd2e .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSPhSQd2e .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSPhSQd2e .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-tvSPhSQd2e .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSPhSQd2e .modal-header {
    padding: 1rem;
  }
}
.cid-tvSPhSQd2e .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSPhSQd2e .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSPhSQd2e .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSPhSQd2e .modal-header .close:focus {
  outline: none;
}
.cid-tvSPhSQd2e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSPhSQd2e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSPhSQd2e .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSPhSQd2e .modal-body {
    padding: 1rem;
  }
}
.cid-tvSPhSQd2e .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-tvSPhSQd2e .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSPhSQd2e .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSPhSQd2e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSPhSQd2e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSPhSQd2e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSPhSQd2e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSPhSQd2e .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSPhSQd2e .modal-lg,
  .cid-tvSPhSQd2e .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSPhSQd2e .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSPhSQd2e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSPhSQd2e .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-tvSPhSQd2e .form-group {
  margin-bottom: 1rem;
}
.cid-tvSPhSQd2e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSPhSQd2e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSPhSQd2e .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-tvSPhSQd2e .mbr-section-btn {
  margin: 0;
}
.cid-tvSPhSQd2e .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSQK29CJj.popup-builder {
  background-color: #ffffff;
}
.cid-tvSQK29CJj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSQK29CJj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSQK29CJj .modal-content,
.cid-tvSQK29CJj .modal-dialog {
  height: auto;
}
.cid-tvSQK29CJj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSQK29CJj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSQK29CJj .form-wrapper .mbr-form .form-group,
  .cid-tvSQK29CJj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSQK29CJj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSQK29CJj .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-tvSQK29CJj .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSQK29CJj .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSQK29CJj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSQK29CJj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSQK29CJj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSQK29CJj .modal-open {
  overflow: hidden;
}
.cid-tvSQK29CJj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSQK29CJj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSQK29CJj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSQK29CJj .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-tvSQK29CJj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSQK29CJj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSQK29CJj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSQK29CJj .modal-content {
  background: #3f3f42;
  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-tvSQK29CJj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSQK29CJj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSQK29CJj .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSQK29CJj .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSQK29CJj .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-tvSQK29CJj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSQK29CJj .modal-header {
    padding: 1rem;
  }
}
.cid-tvSQK29CJj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSQK29CJj .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSQK29CJj .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSQK29CJj .modal-header .close:focus {
  outline: none;
}
.cid-tvSQK29CJj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSQK29CJj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSQK29CJj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSQK29CJj .modal-body {
    padding: 1rem;
  }
}
.cid-tvSQK29CJj .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-tvSQK29CJj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSQK29CJj .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSQK29CJj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSQK29CJj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSQK29CJj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSQK29CJj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSQK29CJj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSQK29CJj .modal-lg,
  .cid-tvSQK29CJj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSQK29CJj .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSQK29CJj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSQK29CJj .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-tvSQK29CJj .form-group {
  margin-bottom: 1rem;
}
.cid-tvSQK29CJj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSQK29CJj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSQK29CJj .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-tvSQK29CJj .mbr-section-btn {
  margin: 0;
}
.cid-tvSQK29CJj .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSQL2YVlK.popup-builder {
  background-color: #ffffff;
}
.cid-tvSQL2YVlK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSQL2YVlK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSQL2YVlK .modal-content,
.cid-tvSQL2YVlK .modal-dialog {
  height: auto;
}
.cid-tvSQL2YVlK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSQL2YVlK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSQL2YVlK .form-wrapper .mbr-form .form-group,
  .cid-tvSQL2YVlK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSQL2YVlK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSQL2YVlK .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-tvSQL2YVlK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSQL2YVlK .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSQL2YVlK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSQL2YVlK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSQL2YVlK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSQL2YVlK .modal-open {
  overflow: hidden;
}
.cid-tvSQL2YVlK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSQL2YVlK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSQL2YVlK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSQL2YVlK .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-tvSQL2YVlK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSQL2YVlK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSQL2YVlK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSQL2YVlK .modal-content {
  background: #3f3f42;
  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-tvSQL2YVlK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSQL2YVlK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSQL2YVlK .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSQL2YVlK .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSQL2YVlK .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-tvSQL2YVlK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSQL2YVlK .modal-header {
    padding: 1rem;
  }
}
.cid-tvSQL2YVlK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSQL2YVlK .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvSQL2YVlK .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSQL2YVlK .modal-header .close:focus {
  outline: none;
}
.cid-tvSQL2YVlK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSQL2YVlK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSQL2YVlK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSQL2YVlK .modal-body {
    padding: 1rem;
  }
}
.cid-tvSQL2YVlK .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-tvSQL2YVlK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSQL2YVlK .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSQL2YVlK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSQL2YVlK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSQL2YVlK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSQL2YVlK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSQL2YVlK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSQL2YVlK .modal-lg,
  .cid-tvSQL2YVlK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSQL2YVlK .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSQL2YVlK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSQL2YVlK .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-tvSQL2YVlK .form-group {
  margin-bottom: 1rem;
}
.cid-tvSQL2YVlK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSQL2YVlK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSQL2YVlK .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-tvSQL2YVlK .mbr-section-btn {
  margin: 0;
}
.cid-tvSQL2YVlK .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSWgmGDg2.popup-builder {
  background-color: #ffffff;
}
.cid-tvSWgmGDg2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvSWgmGDg2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvSWgmGDg2 .modal-content,
.cid-tvSWgmGDg2 .modal-dialog {
  height: auto;
}
.cid-tvSWgmGDg2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvSWgmGDg2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvSWgmGDg2 .form-wrapper .mbr-form .form-group,
  .cid-tvSWgmGDg2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvSWgmGDg2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvSWgmGDg2 .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-tvSWgmGDg2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvSWgmGDg2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvSWgmGDg2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvSWgmGDg2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvSWgmGDg2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvSWgmGDg2 .modal-open {
  overflow: hidden;
}
.cid-tvSWgmGDg2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvSWgmGDg2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvSWgmGDg2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvSWgmGDg2 .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-tvSWgmGDg2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvSWgmGDg2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvSWgmGDg2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvSWgmGDg2 .modal-content {
  background: #3f3f42;
  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-tvSWgmGDg2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvSWgmGDg2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvSWgmGDg2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvSWgmGDg2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvSWgmGDg2 .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-tvSWgmGDg2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSWgmGDg2 .modal-header {
    padding: 1rem;
  }
}
.cid-tvSWgmGDg2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvSWgmGDg2 .modal-header .close svg {
  fill: #353535;
}
.cid-tvSWgmGDg2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvSWgmGDg2 .modal-header .close:focus {
  outline: none;
}
.cid-tvSWgmGDg2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvSWgmGDg2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvSWgmGDg2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSWgmGDg2 .modal-body {
    padding: 1rem;
  }
}
.cid-tvSWgmGDg2 .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-tvSWgmGDg2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSWgmGDg2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvSWgmGDg2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvSWgmGDg2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvSWgmGDg2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvSWgmGDg2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvSWgmGDg2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvSWgmGDg2 .modal-lg,
  .cid-tvSWgmGDg2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvSWgmGDg2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvSWgmGDg2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvSWgmGDg2 .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-tvSWgmGDg2 .form-group {
  margin-bottom: 1rem;
}
.cid-tvSWgmGDg2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvSWgmGDg2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvSWgmGDg2 .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-tvSWgmGDg2 .mbr-section-btn {
  margin: 0;
}
.cid-tvSWgmGDg2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-txQGcEpMj6.popup-builder {
  background-color: #ffffff;
}
.cid-txQGcEpMj6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQGcEpMj6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQGcEpMj6 .modal-content,
.cid-txQGcEpMj6 .modal-dialog {
  height: auto;
}
.cid-txQGcEpMj6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQGcEpMj6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQGcEpMj6 .form-wrapper .mbr-form .form-group,
  .cid-txQGcEpMj6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQGcEpMj6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQGcEpMj6 .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-txQGcEpMj6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-txQGcEpMj6 .pt-0 {
  padding-top: 0 !important;
}
.cid-txQGcEpMj6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQGcEpMj6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQGcEpMj6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQGcEpMj6 .modal-open {
  overflow: hidden;
}
.cid-txQGcEpMj6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQGcEpMj6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQGcEpMj6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQGcEpMj6 .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-txQGcEpMj6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQGcEpMj6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQGcEpMj6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQGcEpMj6 .modal-content {
  background: #3f3f42;
  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-txQGcEpMj6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQGcEpMj6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQGcEpMj6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQGcEpMj6 .modal-backdrop.show {
  opacity: .5;
}
.cid-txQGcEpMj6 .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-txQGcEpMj6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGcEpMj6 .modal-header {
    padding: 1rem;
  }
}
.cid-txQGcEpMj6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQGcEpMj6 .modal-header .close svg {
  fill: #353535;
}
.cid-txQGcEpMj6 .modal-header .close:hover {
  opacity: 1;
}
.cid-txQGcEpMj6 .modal-header .close:focus {
  outline: none;
}
.cid-txQGcEpMj6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-txQGcEpMj6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQGcEpMj6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGcEpMj6 .modal-body {
    padding: 1rem;
  }
}
.cid-txQGcEpMj6 .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-txQGcEpMj6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGcEpMj6 .modal-footer {
    padding: 1rem;
  }
}
.cid-txQGcEpMj6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQGcEpMj6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQGcEpMj6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQGcEpMj6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQGcEpMj6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQGcEpMj6 .modal-lg,
  .cid-txQGcEpMj6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQGcEpMj6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQGcEpMj6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQGcEpMj6 .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-txQGcEpMj6 .form-group {
  margin-bottom: 1rem;
}
.cid-txQGcEpMj6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQGcEpMj6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQGcEpMj6 .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-txQGcEpMj6 .mbr-section-btn {
  margin: 0;
}
.cid-txQGcEpMj6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-txQGjEX7sH.popup-builder {
  background-color: #ffffff;
}
.cid-txQGjEX7sH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQGjEX7sH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQGjEX7sH .modal-content,
.cid-txQGjEX7sH .modal-dialog {
  height: auto;
}
.cid-txQGjEX7sH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQGjEX7sH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQGjEX7sH .form-wrapper .mbr-form .form-group,
  .cid-txQGjEX7sH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQGjEX7sH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQGjEX7sH .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-txQGjEX7sH .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-txQGjEX7sH .pt-0 {
  padding-top: 0 !important;
}
.cid-txQGjEX7sH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQGjEX7sH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQGjEX7sH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQGjEX7sH .modal-open {
  overflow: hidden;
}
.cid-txQGjEX7sH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQGjEX7sH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQGjEX7sH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQGjEX7sH .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-txQGjEX7sH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQGjEX7sH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQGjEX7sH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQGjEX7sH .modal-content {
  background: #3f3f42;
  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-txQGjEX7sH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQGjEX7sH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQGjEX7sH .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQGjEX7sH .modal-backdrop.show {
  opacity: .5;
}
.cid-txQGjEX7sH .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-txQGjEX7sH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGjEX7sH .modal-header {
    padding: 1rem;
  }
}
.cid-txQGjEX7sH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQGjEX7sH .modal-header .close svg {
  fill: #353535;
}
.cid-txQGjEX7sH .modal-header .close:hover {
  opacity: 1;
}
.cid-txQGjEX7sH .modal-header .close:focus {
  outline: none;
}
.cid-txQGjEX7sH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-txQGjEX7sH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQGjEX7sH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGjEX7sH .modal-body {
    padding: 1rem;
  }
}
.cid-txQGjEX7sH .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-txQGjEX7sH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGjEX7sH .modal-footer {
    padding: 1rem;
  }
}
.cid-txQGjEX7sH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQGjEX7sH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQGjEX7sH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQGjEX7sH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQGjEX7sH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQGjEX7sH .modal-lg,
  .cid-txQGjEX7sH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQGjEX7sH .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQGjEX7sH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQGjEX7sH .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-txQGjEX7sH .form-group {
  margin-bottom: 1rem;
}
.cid-txQGjEX7sH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQGjEX7sH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQGjEX7sH .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-txQGjEX7sH .mbr-section-btn {
  margin: 0;
}
.cid-txQGjEX7sH .mbr-section-btn .btn {
  margin: 0;
}
.cid-txQGoxNOk1.popup-builder {
  background-color: #ffffff;
}
.cid-txQGoxNOk1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQGoxNOk1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQGoxNOk1 .modal-content,
.cid-txQGoxNOk1 .modal-dialog {
  height: auto;
}
.cid-txQGoxNOk1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQGoxNOk1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQGoxNOk1 .form-wrapper .mbr-form .form-group,
  .cid-txQGoxNOk1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQGoxNOk1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQGoxNOk1 .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-txQGoxNOk1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-txQGoxNOk1 .pt-0 {
  padding-top: 0 !important;
}
.cid-txQGoxNOk1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQGoxNOk1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQGoxNOk1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQGoxNOk1 .modal-open {
  overflow: hidden;
}
.cid-txQGoxNOk1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQGoxNOk1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQGoxNOk1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQGoxNOk1 .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-txQGoxNOk1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQGoxNOk1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQGoxNOk1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQGoxNOk1 .modal-content {
  background: #3f3f42;
  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-txQGoxNOk1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQGoxNOk1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQGoxNOk1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQGoxNOk1 .modal-backdrop.show {
  opacity: .5;
}
.cid-txQGoxNOk1 .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-txQGoxNOk1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGoxNOk1 .modal-header {
    padding: 1rem;
  }
}
.cid-txQGoxNOk1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQGoxNOk1 .modal-header .close svg {
  fill: #353535;
}
.cid-txQGoxNOk1 .modal-header .close:hover {
  opacity: 1;
}
.cid-txQGoxNOk1 .modal-header .close:focus {
  outline: none;
}
.cid-txQGoxNOk1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-txQGoxNOk1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQGoxNOk1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGoxNOk1 .modal-body {
    padding: 1rem;
  }
}
.cid-txQGoxNOk1 .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-txQGoxNOk1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGoxNOk1 .modal-footer {
    padding: 1rem;
  }
}
.cid-txQGoxNOk1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQGoxNOk1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQGoxNOk1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQGoxNOk1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQGoxNOk1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQGoxNOk1 .modal-lg,
  .cid-txQGoxNOk1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQGoxNOk1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQGoxNOk1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQGoxNOk1 .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-txQGoxNOk1 .form-group {
  margin-bottom: 1rem;
}
.cid-txQGoxNOk1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQGoxNOk1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQGoxNOk1 .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-txQGoxNOk1 .mbr-section-btn {
  margin: 0;
}
.cid-txQGoxNOk1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBriByWKFQ.popup-builder {
  background-color: #ffffff;
}
.cid-tBriByWKFQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBriByWKFQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBriByWKFQ .modal-content,
.cid-tBriByWKFQ .modal-dialog {
  height: auto;
}
.cid-tBriByWKFQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBriByWKFQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBriByWKFQ .form-wrapper .mbr-form .form-group,
  .cid-tBriByWKFQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBriByWKFQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBriByWKFQ .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-tBriByWKFQ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tBriByWKFQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tBriByWKFQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBriByWKFQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBriByWKFQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBriByWKFQ .modal-open {
  overflow: hidden;
}
.cid-tBriByWKFQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBriByWKFQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBriByWKFQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBriByWKFQ .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-tBriByWKFQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBriByWKFQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBriByWKFQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBriByWKFQ .modal-content {
  background: #3f3f42;
  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-tBriByWKFQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBriByWKFQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBriByWKFQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBriByWKFQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tBriByWKFQ .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-tBriByWKFQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBriByWKFQ .modal-header {
    padding: 1rem;
  }
}
.cid-tBriByWKFQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBriByWKFQ .modal-header .close svg {
  fill: #353535;
}
.cid-tBriByWKFQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tBriByWKFQ .modal-header .close:focus {
  outline: none;
}
.cid-tBriByWKFQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tBriByWKFQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBriByWKFQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBriByWKFQ .modal-body {
    padding: 1rem;
  }
}
.cid-tBriByWKFQ .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-tBriByWKFQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBriByWKFQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tBriByWKFQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBriByWKFQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBriByWKFQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBriByWKFQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBriByWKFQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBriByWKFQ .modal-lg,
  .cid-tBriByWKFQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBriByWKFQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBriByWKFQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBriByWKFQ .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-tBriByWKFQ .form-group {
  margin-bottom: 1rem;
}
.cid-tBriByWKFQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBriByWKFQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBriByWKFQ .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-tBriByWKFQ .mbr-section-btn {
  margin: 0;
}
.cid-tBriByWKFQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-txQGpkRNGh.popup-builder {
  background-color: #ffffff;
}
.cid-txQGpkRNGh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQGpkRNGh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQGpkRNGh .modal-content,
.cid-txQGpkRNGh .modal-dialog {
  height: auto;
}
.cid-txQGpkRNGh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQGpkRNGh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQGpkRNGh .form-wrapper .mbr-form .form-group,
  .cid-txQGpkRNGh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQGpkRNGh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQGpkRNGh .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-txQGpkRNGh .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-txQGpkRNGh .pt-0 {
  padding-top: 0 !important;
}
.cid-txQGpkRNGh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQGpkRNGh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQGpkRNGh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQGpkRNGh .modal-open {
  overflow: hidden;
}
.cid-txQGpkRNGh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQGpkRNGh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQGpkRNGh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQGpkRNGh .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-txQGpkRNGh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQGpkRNGh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQGpkRNGh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQGpkRNGh .modal-content {
  background: #3f3f42;
  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-txQGpkRNGh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQGpkRNGh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQGpkRNGh .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQGpkRNGh .modal-backdrop.show {
  opacity: .5;
}
.cid-txQGpkRNGh .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-txQGpkRNGh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGpkRNGh .modal-header {
    padding: 1rem;
  }
}
.cid-txQGpkRNGh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQGpkRNGh .modal-header .close svg {
  fill: #353535;
}
.cid-txQGpkRNGh .modal-header .close:hover {
  opacity: 1;
}
.cid-txQGpkRNGh .modal-header .close:focus {
  outline: none;
}
.cid-txQGpkRNGh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-txQGpkRNGh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQGpkRNGh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGpkRNGh .modal-body {
    padding: 1rem;
  }
}
.cid-txQGpkRNGh .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-txQGpkRNGh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGpkRNGh .modal-footer {
    padding: 1rem;
  }
}
.cid-txQGpkRNGh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQGpkRNGh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQGpkRNGh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQGpkRNGh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQGpkRNGh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQGpkRNGh .modal-lg,
  .cid-txQGpkRNGh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQGpkRNGh .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQGpkRNGh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQGpkRNGh .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-txQGpkRNGh .form-group {
  margin-bottom: 1rem;
}
.cid-txQGpkRNGh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQGpkRNGh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQGpkRNGh .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-txQGpkRNGh .mbr-section-btn {
  margin: 0;
}
.cid-txQGpkRNGh .mbr-section-btn .btn {
  margin: 0;
}
.cid-txQGwFdbxf.popup-builder {
  background-color: #ffffff;
}
.cid-txQGwFdbxf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQGwFdbxf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQGwFdbxf .modal-content,
.cid-txQGwFdbxf .modal-dialog {
  height: auto;
}
.cid-txQGwFdbxf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQGwFdbxf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQGwFdbxf .form-wrapper .mbr-form .form-group,
  .cid-txQGwFdbxf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQGwFdbxf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQGwFdbxf .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-txQGwFdbxf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-txQGwFdbxf .pt-0 {
  padding-top: 0 !important;
}
.cid-txQGwFdbxf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQGwFdbxf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQGwFdbxf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQGwFdbxf .modal-open {
  overflow: hidden;
}
.cid-txQGwFdbxf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQGwFdbxf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQGwFdbxf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQGwFdbxf .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-txQGwFdbxf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQGwFdbxf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQGwFdbxf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQGwFdbxf .modal-content {
  background: #3f3f42;
  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-txQGwFdbxf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQGwFdbxf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQGwFdbxf .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQGwFdbxf .modal-backdrop.show {
  opacity: .5;
}
.cid-txQGwFdbxf .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-txQGwFdbxf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGwFdbxf .modal-header {
    padding: 1rem;
  }
}
.cid-txQGwFdbxf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQGwFdbxf .modal-header .close svg {
  fill: #353535;
}
.cid-txQGwFdbxf .modal-header .close:hover {
  opacity: 1;
}
.cid-txQGwFdbxf .modal-header .close:focus {
  outline: none;
}
.cid-txQGwFdbxf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-txQGwFdbxf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQGwFdbxf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGwFdbxf .modal-body {
    padding: 1rem;
  }
}
.cid-txQGwFdbxf .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-txQGwFdbxf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQGwFdbxf .modal-footer {
    padding: 1rem;
  }
}
.cid-txQGwFdbxf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQGwFdbxf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQGwFdbxf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQGwFdbxf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQGwFdbxf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQGwFdbxf .modal-lg,
  .cid-txQGwFdbxf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQGwFdbxf .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQGwFdbxf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQGwFdbxf .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-txQGwFdbxf .form-group {
  margin-bottom: 1rem;
}
.cid-txQGwFdbxf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQGwFdbxf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQGwFdbxf .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-txQGwFdbxf .mbr-section-btn {
  margin: 0;
}
.cid-txQGwFdbxf .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvSYrUu0de {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tvSYrUu0de .mbr-text {
  color: #383838;
}
.cid-tvSYrUu0de .mbr-section-subtitle {
  color: #383838;
}
.cid-tvSJAM6QI1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvSJAM6QI1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tvSJAM6QI1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tvSJAM6QI1 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tvSJAM6QI1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tvSJAM6QI1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tvSJAM6QI1 .footer-lower .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-tvSJAM6QI1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tvSJAM6QI1 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tvSJAM6QI1 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tvSJAM6QI1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvSJAM6QI1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvVA9IwxM2.popup-builder {
  background-color: #ffffff;
}
.cid-tvVA9IwxM2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvVA9IwxM2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvVA9IwxM2 .modal-content,
.cid-tvVA9IwxM2 .modal-dialog {
  height: auto;
}
.cid-tvVA9IwxM2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvVA9IwxM2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvVA9IwxM2 .form-wrapper .mbr-form .form-group,
  .cid-tvVA9IwxM2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvVA9IwxM2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvVA9IwxM2 .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-tvVA9IwxM2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvVA9IwxM2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvVA9IwxM2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvVA9IwxM2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvVA9IwxM2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvVA9IwxM2 .modal-open {
  overflow: hidden;
}
.cid-tvVA9IwxM2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvVA9IwxM2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvVA9IwxM2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvVA9IwxM2 .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-tvVA9IwxM2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvVA9IwxM2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvVA9IwxM2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvVA9IwxM2 .modal-content {
  background: #47484b;
  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-tvVA9IwxM2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvVA9IwxM2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvVA9IwxM2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvVA9IwxM2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvVA9IwxM2 .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-tvVA9IwxM2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvVA9IwxM2 .modal-header {
    padding: 1rem;
  }
}
.cid-tvVA9IwxM2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvVA9IwxM2 .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvVA9IwxM2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvVA9IwxM2 .modal-header .close:focus {
  outline: none;
}
.cid-tvVA9IwxM2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvVA9IwxM2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvVA9IwxM2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvVA9IwxM2 .modal-body {
    padding: 1rem;
  }
}
.cid-tvVA9IwxM2 .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-tvVA9IwxM2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvVA9IwxM2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvVA9IwxM2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvVA9IwxM2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvVA9IwxM2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvVA9IwxM2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvVA9IwxM2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvVA9IwxM2 .modal-lg,
  .cid-tvVA9IwxM2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvVA9IwxM2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvVA9IwxM2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvVA9IwxM2 .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-tvVA9IwxM2 .form-group {
  margin-bottom: 1rem;
}
.cid-tvVA9IwxM2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvVA9IwxM2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvVA9IwxM2 .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-tvVA9IwxM2 .mbr-section-btn {
  margin: 0;
}
.cid-tvVA9IwxM2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tC0vtFZG76 .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-tC0vtFZG76 .btn {
  white-space: nowrap;
}
.cid-tC0vtFZG76 .nav-link,
.cid-tC0vtFZG76 .icons-menu .mbr-iconfont,
.cid-tC0vtFZG76 .dropdown-item {
  transition: all 0.1s;
}
.cid-tC0vtFZG76 .nav-link:hover,
.cid-tC0vtFZG76 .icons-menu .mbr-iconfont:hover,
.cid-tC0vtFZG76 .dropdown-item:hover {
  color: #3f3f42 !important;
}
@media (max-width: 992px) {
  .cid-tC0vtFZG76 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tC0vtFZG76 .container {
  display: flex;
  margin: auto;
}
.cid-tC0vtFZG76 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tC0vtFZG76 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC0vtFZG76 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC0vtFZG76 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC0vtFZG76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC0vtFZG76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC0vtFZG76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC0vtFZG76 .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: 55%;
}
.cid-tC0vtFZG76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC0vtFZG76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC0vtFZG76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC0vtFZG76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC0vtFZG76 .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: 55%;
  }
  .cid-tC0vtFZG76 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tC0vtFZG76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC0vtFZG76 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC0vtFZG76 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tC0vtFZG76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC0vtFZG76 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tC0vtFZG76 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tC0vtFZG76 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tC0vtFZG76 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tC0vtFZG76 .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC0vtFZG76 .mbr-iconfont {
  color: #b71416 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC0vtFZG76 .navbar-caption {
  padding-right: 4rem;
}
.cid-tC0vtFZG76 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tC0vtFZG76 .dropdown-menu,
.cid-tC0vtFZG76 .navbar.opened {
  background: #ffffff !important;
}
.cid-tC0vtFZG76 .nav-item:focus,
.cid-tC0vtFZG76 .nav-link:focus {
  outline: none;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC0vtFZG76 .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-tC0vtFZG76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC0vtFZG76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tC0vtFZG76 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC0vtFZG76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC0vtFZG76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC0vtFZG76 .dropdown-item.active,
.cid-tC0vtFZG76 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC0vtFZG76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC0vtFZG76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tC0vtFZG76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC0vtFZG76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC0vtFZG76 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tC0vtFZG76 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC0vtFZG76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b71416;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tC0vtFZG76 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC0vtFZG76 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tC0vtFZG76 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC0vtFZG76 .navbar {
    height: 77px;
  }
  .cid-tC0vtFZG76 .navbar.opened {
    height: auto;
  }
  .cid-tC0vtFZG76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC0vtFZG76 .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tvSYtRB5Nq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tvSYtRB5Nq .mbr-text {
  color: #383838;
}
.cid-tvSYtRB5Nq .mbr-section-subtitle {
  color: #383838;
}
.cid-tvSY11jEeJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvSY11jEeJ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tvSY11jEeJ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tvSY11jEeJ .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tvSY11jEeJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tvSY11jEeJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tvSY11jEeJ .footer-lower .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-tvSY11jEeJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tvSY11jEeJ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tvSY11jEeJ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tvSY11jEeJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvSY11jEeJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvVA9IwaYy.popup-builder {
  background-color: #ffffff;
}
.cid-tvVA9IwaYy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvVA9IwaYy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvVA9IwaYy .modal-content,
.cid-tvVA9IwaYy .modal-dialog {
  height: auto;
}
.cid-tvVA9IwaYy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvVA9IwaYy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvVA9IwaYy .form-wrapper .mbr-form .form-group,
  .cid-tvVA9IwaYy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvVA9IwaYy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvVA9IwaYy .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-tvVA9IwaYy .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvVA9IwaYy .pt-0 {
  padding-top: 0 !important;
}
.cid-tvVA9IwaYy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvVA9IwaYy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvVA9IwaYy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvVA9IwaYy .modal-open {
  overflow: hidden;
}
.cid-tvVA9IwaYy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvVA9IwaYy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvVA9IwaYy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvVA9IwaYy .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-tvVA9IwaYy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvVA9IwaYy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvVA9IwaYy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvVA9IwaYy .modal-content {
  background: #47484b;
  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-tvVA9IwaYy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvVA9IwaYy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvVA9IwaYy .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvVA9IwaYy .modal-backdrop.show {
  opacity: .5;
}
.cid-tvVA9IwaYy .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-tvVA9IwaYy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvVA9IwaYy .modal-header {
    padding: 1rem;
  }
}
.cid-tvVA9IwaYy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvVA9IwaYy .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvVA9IwaYy .modal-header .close:hover {
  opacity: 1;
}
.cid-tvVA9IwaYy .modal-header .close:focus {
  outline: none;
}
.cid-tvVA9IwaYy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvVA9IwaYy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvVA9IwaYy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvVA9IwaYy .modal-body {
    padding: 1rem;
  }
}
.cid-tvVA9IwaYy .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-tvVA9IwaYy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvVA9IwaYy .modal-footer {
    padding: 1rem;
  }
}
.cid-tvVA9IwaYy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvVA9IwaYy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvVA9IwaYy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvVA9IwaYy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvVA9IwaYy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvVA9IwaYy .modal-lg,
  .cid-tvVA9IwaYy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvVA9IwaYy .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvVA9IwaYy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvVA9IwaYy .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-tvVA9IwaYy .form-group {
  margin-bottom: 1rem;
}
.cid-tvVA9IwaYy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvVA9IwaYy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvVA9IwaYy .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-tvVA9IwaYy .mbr-section-btn {
  margin: 0;
}
.cid-tvVA9IwaYy .mbr-section-btn .btn {
  margin: 0;
}
.cid-tC0vtFZG76 .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-tC0vtFZG76 .btn {
  white-space: nowrap;
}
.cid-tC0vtFZG76 .nav-link,
.cid-tC0vtFZG76 .icons-menu .mbr-iconfont,
.cid-tC0vtFZG76 .dropdown-item {
  transition: all 0.1s;
}
.cid-tC0vtFZG76 .nav-link:hover,
.cid-tC0vtFZG76 .icons-menu .mbr-iconfont:hover,
.cid-tC0vtFZG76 .dropdown-item:hover {
  color: #3f3f42 !important;
}
@media (max-width: 992px) {
  .cid-tC0vtFZG76 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tC0vtFZG76 .container {
  display: flex;
  margin: auto;
}
.cid-tC0vtFZG76 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tC0vtFZG76 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC0vtFZG76 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC0vtFZG76 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC0vtFZG76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC0vtFZG76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC0vtFZG76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC0vtFZG76 .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: 55%;
}
.cid-tC0vtFZG76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC0vtFZG76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC0vtFZG76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC0vtFZG76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC0vtFZG76 .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: 55%;
  }
  .cid-tC0vtFZG76 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tC0vtFZG76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC0vtFZG76 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC0vtFZG76 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tC0vtFZG76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC0vtFZG76 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tC0vtFZG76 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tC0vtFZG76 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tC0vtFZG76 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tC0vtFZG76 .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC0vtFZG76 .mbr-iconfont {
  color: #b71416 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC0vtFZG76 .navbar-caption {
  padding-right: 4rem;
}
.cid-tC0vtFZG76 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tC0vtFZG76 .dropdown-menu,
.cid-tC0vtFZG76 .navbar.opened {
  background: #ffffff !important;
}
.cid-tC0vtFZG76 .nav-item:focus,
.cid-tC0vtFZG76 .nav-link:focus {
  outline: none;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC0vtFZG76 .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-tC0vtFZG76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC0vtFZG76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tC0vtFZG76 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC0vtFZG76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC0vtFZG76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC0vtFZG76 .dropdown-item.active,
.cid-tC0vtFZG76 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC0vtFZG76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC0vtFZG76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tC0vtFZG76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC0vtFZG76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC0vtFZG76 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tC0vtFZG76 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC0vtFZG76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b71416;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tC0vtFZG76 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC0vtFZG76 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tC0vtFZG76 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC0vtFZG76 .navbar {
    height: 77px;
  }
  .cid-tC0vtFZG76 .navbar.opened {
    height: auto;
  }
  .cid-tC0vtFZG76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC0vtFZG76 .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tvSYBTX2eb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tvSYBTX2eb .mbr-text {
  color: #383838;
}
.cid-tvSYBTX2eb .mbr-section-subtitle {
  color: #383838;
}
.cid-tvSYv2HOdx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tvSYv2HOdx .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tvSYv2HOdx .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tvSYv2HOdx .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tvSYv2HOdx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tvSYv2HOdx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tvSYv2HOdx .footer-lower .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-tvSYv2HOdx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tvSYv2HOdx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tvSYv2HOdx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tvSYv2HOdx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tvSYv2HOdx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tvVA9IwWf9.popup-builder {
  background-color: #ffffff;
}
.cid-tvVA9IwWf9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvVA9IwWf9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvVA9IwWf9 .modal-content,
.cid-tvVA9IwWf9 .modal-dialog {
  height: auto;
}
.cid-tvVA9IwWf9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvVA9IwWf9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvVA9IwWf9 .form-wrapper .mbr-form .form-group,
  .cid-tvVA9IwWf9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvVA9IwWf9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvVA9IwWf9 .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-tvVA9IwWf9 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvVA9IwWf9 .pt-0 {
  padding-top: 0 !important;
}
.cid-tvVA9IwWf9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvVA9IwWf9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvVA9IwWf9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvVA9IwWf9 .modal-open {
  overflow: hidden;
}
.cid-tvVA9IwWf9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvVA9IwWf9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvVA9IwWf9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvVA9IwWf9 .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-tvVA9IwWf9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvVA9IwWf9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvVA9IwWf9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvVA9IwWf9 .modal-content {
  background: #47484b;
  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-tvVA9IwWf9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvVA9IwWf9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvVA9IwWf9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvVA9IwWf9 .modal-backdrop.show {
  opacity: .5;
}
.cid-tvVA9IwWf9 .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-tvVA9IwWf9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvVA9IwWf9 .modal-header {
    padding: 1rem;
  }
}
.cid-tvVA9IwWf9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvVA9IwWf9 .modal-header .close svg {
  fill: #c3c3c3;
}
.cid-tvVA9IwWf9 .modal-header .close:hover {
  opacity: 1;
}
.cid-tvVA9IwWf9 .modal-header .close:focus {
  outline: none;
}
.cid-tvVA9IwWf9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-tvVA9IwWf9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvVA9IwWf9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvVA9IwWf9 .modal-body {
    padding: 1rem;
  }
}
.cid-tvVA9IwWf9 .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-tvVA9IwWf9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvVA9IwWf9 .modal-footer {
    padding: 1rem;
  }
}
.cid-tvVA9IwWf9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvVA9IwWf9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvVA9IwWf9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvVA9IwWf9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvVA9IwWf9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvVA9IwWf9 .modal-lg,
  .cid-tvVA9IwWf9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvVA9IwWf9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvVA9IwWf9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvVA9IwWf9 .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-tvVA9IwWf9 .form-group {
  margin-bottom: 1rem;
}
.cid-tvVA9IwWf9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvVA9IwWf9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvVA9IwWf9 .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-tvVA9IwWf9 .mbr-section-btn {
  margin: 0;
}
.cid-tvVA9IwWf9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tC0vtFZG76 .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-tC0vtFZG76 .btn {
  white-space: nowrap;
}
.cid-tC0vtFZG76 .nav-link,
.cid-tC0vtFZG76 .icons-menu .mbr-iconfont,
.cid-tC0vtFZG76 .dropdown-item {
  transition: all 0.1s;
}
.cid-tC0vtFZG76 .nav-link:hover,
.cid-tC0vtFZG76 .icons-menu .mbr-iconfont:hover,
.cid-tC0vtFZG76 .dropdown-item:hover {
  color: #3f3f42 !important;
}
@media (max-width: 992px) {
  .cid-tC0vtFZG76 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-tC0vtFZG76 .container {
  display: flex;
  margin: auto;
}
.cid-tC0vtFZG76 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tC0vtFZG76 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC0vtFZG76 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC0vtFZG76 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tC0vtFZG76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tC0vtFZG76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tC0vtFZG76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tC0vtFZG76 .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: 55%;
}
.cid-tC0vtFZG76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tC0vtFZG76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tC0vtFZG76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tC0vtFZG76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC0vtFZG76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC0vtFZG76 .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: 55%;
  }
  .cid-tC0vtFZG76 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tC0vtFZG76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tC0vtFZG76 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC0vtFZG76 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC0vtFZG76 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tC0vtFZG76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC0vtFZG76 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tC0vtFZG76 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tC0vtFZG76 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tC0vtFZG76 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-tC0vtFZG76 .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC0vtFZG76 .mbr-iconfont {
  color: #b71416 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC0vtFZG76 .navbar-caption {
  padding-right: 4rem;
}
.cid-tC0vtFZG76 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-tC0vtFZG76 .dropdown-menu,
.cid-tC0vtFZG76 .navbar.opened {
  background: #ffffff !important;
}
.cid-tC0vtFZG76 .nav-item:focus,
.cid-tC0vtFZG76 .nav-link:focus {
  outline: none;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC0vtFZG76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC0vtFZG76 .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-tC0vtFZG76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC0vtFZG76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-tC0vtFZG76 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tC0vtFZG76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC0vtFZG76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC0vtFZG76 .dropdown-item.active,
.cid-tC0vtFZG76 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC0vtFZG76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC0vtFZG76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC0vtFZG76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tC0vtFZG76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC0vtFZG76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC0vtFZG76 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tC0vtFZG76 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC0vtFZG76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b71416;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC0vtFZG76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC0vtFZG76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC0vtFZG76 .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-tC0vtFZG76 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC0vtFZG76 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tC0vtFZG76 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC0vtFZG76 .navbar {
    height: 77px;
  }
  .cid-tC0vtFZG76 .navbar.opened {
    height: auto;
  }
  .cid-tC0vtFZG76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC0vtFZG76 .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
