@import url(https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);

body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oxygen', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.9rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.16rem;
}
.display-7 {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.5rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.8rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #a28255 !important;
  border-color: #a28255 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #232323 !important;
  border-color: #232323 !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff6400 !important;
}
.bg-success {
  background-color: #4f4943 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b69b74 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b69b74;
  border-color: #b69b74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #4f4943;
  border-color: #4f4943;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b69b74;
  border-color: #b69b74;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #993c00;
  color: #993c00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b69b74;
  border-color: #b69b74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #181614;
  color: #181614;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #4f4943;
  border-color: #4f4943;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b69b74;
  border-color: #b69b74;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff6400 !important;
}
.text-secondary {
  color: #b69b74 !important;
}
.text-success {
  color: #4f4943 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b69b74 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffa266 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d9cbb7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #867c72 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #565656 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d9cbb7 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b69b74;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c1bcb6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2d7c8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.5rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.8rem;
}
blockquote {
  border-color: #ff6400;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6400;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6400;
  border-bottom-color: #ff6400;
}
.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: #000000 !important;
  background-color: #ff6400 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b69b74 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff6400' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tsCPk6fZs1 .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-tsCPk6fZs1 .nav-item:focus,
.cid-tsCPk6fZs1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tsCPk6fZs1 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tsCPk6fZs1 .nav-item .nav-link {
    position: relative;
  }
  .cid-tsCPk6fZs1 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #ff6400, #ff6400);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tsCPk6fZs1 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tsCPk6fZs1 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsCPk6fZs1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tsCPk6fZs1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsCPk6fZs1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tsCPk6fZs1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tsCPk6fZs1 .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-tsCPk6fZs1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsCPk6fZs1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsCPk6fZs1 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tsCPk6fZs1 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #f1eeea;
  background: linear-gradient(#ffffff, #f1eeea);
}
.cid-tsCPk6fZs1 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #f1eeea !important;
  background: linear-gradient(#ffffff, #f1eeea) !important;
}
.cid-tsCPk6fZs1 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tsCPk6fZs1 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tsCPk6fZs1 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tsCPk6fZs1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsCPk6fZs1 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tsCPk6fZs1 .navbar.collapsed .navbar-collapse.show,
.cid-tsCPk6fZs1 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tsCPk6fZs1 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tsCPk6fZs1 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tsCPk6fZs1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tsCPk6fZs1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsCPk6fZs1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsCPk6fZs1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tsCPk6fZs1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsCPk6fZs1 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tsCPk6fZs1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tsCPk6fZs1 .navbar.collapsed .right-menu,
.cid-tsCPk6fZs1 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tsCPk6fZs1 .navbar .navbar-collapse.show,
  .cid-tsCPk6fZs1 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tsCPk6fZs1 .navbar .navbar-collapse.show .brand-container,
  .cid-tsCPk6fZs1 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tsCPk6fZs1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsCPk6fZs1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tsCPk6fZs1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsCPk6fZs1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsCPk6fZs1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tsCPk6fZs1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tsCPk6fZs1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsCPk6fZs1 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tsCPk6fZs1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tsCPk6fZs1 .navbar .right-menu,
  .cid-tsCPk6fZs1 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tsCPk6fZs1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsCPk6fZs1 .navbar.navbar-short .mbr-overlay {
  background: #f1eeea !important;
  background: linear-gradient(#ffffff, #f1eeea) !important;
}
.cid-tsCPk6fZs1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tsCPk6fZs1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tsCPk6fZs1 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsCPk6fZs1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsCPk6fZs1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsCPk6fZs1 .dropdown-item.active,
.cid-tsCPk6fZs1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tsCPk6fZs1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsCPk6fZs1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsCPk6fZs1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsCPk6fZs1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1eeea;
}
.cid-tsCPk6fZs1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsCPk6fZs1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsCPk6fZs1 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tsCPk6fZs1 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tsCPk6fZs1 .navbar-buttons {
  margin-left: auto;
}
.cid-tsCPk6fZs1 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsCPk6fZs1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0e0e0e;
}
.cid-tsCPk6fZs1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsCPk6fZs1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsCPk6fZs1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsCPk6fZs1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsCPk6fZs1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsCPk6fZs1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tsCPk6fZs1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tsCPk6fZs1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsCPk6fZs1 .navbar-dropdown {
  position: fixed;
}
.cid-tsCPk6fZs1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsCPk6fZs1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tsCPk6fZs1 .right-menu,
.cid-tsCPk6fZs1 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tsCPk6fZs1 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsCPk6fZs1 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tsCPk6fZs1 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tsCPk6fZs1 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-tsCPk6fZs1 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tsCPk6fZs1 .card-wrapper {
  z-index: 3;
}
.cid-tsCPk6fZs1 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tsCPk6fZs1 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsCPk6fZs1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVLNHwPIHf .modal-body .close {
  background: #1b1b1b;
}
.cid-rVLNHwPIHf .modal-body .close span {
  font-style: normal;
}
.cid-rVLNHwPIHf .carousel-inner > .active,
.cid-rVLNHwPIHf .carousel-inner > .next,
.cid-rVLNHwPIHf .carousel-inner > .prev {
  display: table;
}
.cid-rVLNHwPIHf .carousel-control .icon-next,
.cid-rVLNHwPIHf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVLNHwPIHf .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVLNHwPIHf .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVLNHwPIHf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVLNHwPIHf .boxed-slider > div {
  position: relative;
}
.cid-rVLNHwPIHf .container img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.cid-rVLNHwPIHf .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVLNHwPIHf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVLNHwPIHf .mbr-table-cell {
  padding: 0;
}
.cid-rVLNHwPIHf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVLNHwPIHf .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVLNHwPIHf .mbr-overlay {
  z-index: 1;
}
.cid-rVLNHwPIHf .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVLNHwPIHf .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVLNHwPIHf .carousel-item .container {
    width: 100%;
  }
}
.cid-rVLNHwPIHf .carousel-item-next.carousel-item-left,
.cid-rVLNHwPIHf .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVLNHwPIHf .active.carousel-item-right,
.cid-rVLNHwPIHf .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVLNHwPIHf .active.carousel-item-left,
.cid-rVLNHwPIHf .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVLNHwPIHf .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVLNHwPIHf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVLNHwPIHf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVLNHwPIHf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVLNHwPIHf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVLNHwPIHf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVLNHwPIHf .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVLNHwPIHf .mbr-slider .carousel-indicators li.active,
.cid-rVLNHwPIHf .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVLNHwPIHf .mbr-slider .carousel-indicators li::after,
.cid-rVLNHwPIHf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVLNHwPIHf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVLNHwPIHf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVLNHwPIHf .mbr-slider > .container img {
  width: 100%;
}
.cid-rVLNHwPIHf .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVLNHwPIHf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVLNHwPIHf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVLNHwPIHf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVLNHwPIHf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVLNHwPIHf .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVLNHwPIHf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVLNHwPIHf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVLNHwPIHf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVLNHwPIHf .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVLNHwPIHf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVLNHwPIHf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVLNHwPIHf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVLNHwPIHf h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVLNHwPIHf .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVLNHwPIHf .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVLNHwPIHf .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVLNHwPIHf .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVLNHwPIHf .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVLNHwPIHf .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVLNHwPIHf .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVLNHwPIHf .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVLNHwPIHf P {
  color: #cebfaf;
}
.cid-rVLNHwPIHf H2 {
  color: #cebfaf;
}
.cid-rVA0Z8fMZH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVA0Z8fMZH .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rVA0Z8fMZH img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVA0Z8fMZH H1 {
  color: #2c1608;
  text-align: center;
}
.cid-rVA0Z8fMZH .mbr-text,
.cid-rVA0Z8fMZH .mbr-section-btn {
  color: #716c80;
}
.cid-rVA0Z8fMZH H3 {
  color: #ff6400;
  text-align: center;
}
.cid-rVA0Z8fMZH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVA0Z8fMZH .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVA0Z8fMZH .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVA0Z8fMZH .link:hover {
  color: #ff6400 !important;
}
.cid-rVA0Z8fMZH .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rVA0Z8fMZH DIV {
  color: #57468b;
}
.cid-rVA0Z8fMZH .mbr-text,
.cid-rVA0Z8fMZH .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rYWRW1Kb1F {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #ffffff;
}
.cid-rYWRW1Kb1F H2 {
  color: #ff6400;
}
.cid-rYWRW1Kb1F .mbr-text,
.cid-rYWRW1Kb1F .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-rYWRW1Kb1F .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rYWRW1Kb1F .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rYWRW1Kb1F .mbr-figure {
  height: 100%;
}
.cid-rYWRW1Kb1F .card-img {
  padding: 0 2rem;
}
.cid-rYWRW1Kb1F img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rYWRW1Kb1F H1 {
  color: #4f4943;
}
@media (max-width: 992px) {
  .cid-rYWRW1Kb1F .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rYWRW1Kb1F .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rYWRW1Kb1F .container {
    padding: 0 3rem;
  }
  .cid-rYWRW1Kb1F .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rYWRW1Kb1F .container {
    padding: 0 2rem;
  }
  .cid-rYWRW1Kb1F .card-img {
    width: 100%;
  }
  .cid-rYWRW1Kb1F .center-card {
    padding: 1rem;
  }
}
.cid-rVA0KGBdDZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVA0KGBdDZ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rVA0KGBdDZ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVA0KGBdDZ H1 {
  color: #2c1608;
  text-align: left;
}
.cid-rVA0KGBdDZ .mbr-text,
.cid-rVA0KGBdDZ .mbr-section-btn {
  color: #716c80;
}
.cid-rVA0KGBdDZ H3 {
  color: #ff6400;
  text-align: center;
}
.cid-rVA0KGBdDZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVA0KGBdDZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVA0KGBdDZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVA0KGBdDZ .link:hover {
  color: #ff6400 !important;
}
.cid-rVA0KGBdDZ .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rVA0KGBdDZ DIV {
  color: #57468b;
}
.cid-rVA0KGBdDZ .mbr-text,
.cid-rVA0KGBdDZ .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rVA0M9sNWP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVA0M9sNWP .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rVA0M9sNWP .mbr-shop .row {
  margin: 0;
}
.cid-rVA0M9sNWP .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rVA0M9sNWP li:before {
  content: none!important;
}
.cid-rVA0M9sNWP .wrapper-shop-items {
  padding: 0;
}
.cid-rVA0M9sNWP img {
  border-radius: 8px;
}
.cid-rVA0M9sNWP .sidebar-background {
  opacity: 0;
}
.cid-rVA0M9sNWP .sidebar-title {
  font-weight: 200;
  position: relative;
  color: #767676;
}
.cid-rVA0M9sNWP .sidebar-title:before {
  position: absolute;
  bottom: -10px;
  content: '';
  left: 0;
  width: 40px;
  height: 2px;
  background: #ff6400;
}
.cid-rVA0M9sNWP .sidebar-block {
  padding: 0;
}
.cid-rVA0M9sNWP .sidebar-block li {
  padding: 20px 0px!important;
  border-bottom: 1px solid #eee!important;
  color: #232323 !important;
  font-size: 1.5rem!important;
}
.cid-rVA0M9sNWP .sidebar-block li a {
  color: #232323 !important;
}
.cid-rVA0M9sNWP .display-5 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 800!important;
  font-size: 1.4rem;
}
.cid-rVA0M9sNWP .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rVA0M9sNWP .item-title {
  font-weight: 600!important;
  padding-bottom: 0.3rem;
}
.cid-rVA0M9sNWP .col-md-12 {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-rVA0M9sNWP .mbr-gallery-item {
    width: 33.3%!important;
    padding: 15px!important;
  }
}
@media (max-width: 992px) {
  .cid-rVA0M9sNWP .container {
    max-width: 100%;
  }
}
.cid-rVA0M9sNWP .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rVA0M9sNWP .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.9);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rVA0M9sNWP .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rVA0M9sNWP .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rVA0M9sNWP .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rVA0M9sNWP .mbr-shop .hide-modal {
  display: none;
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rVA0M9sNWP .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rVA0M9sNWP .mbr-shop .filter-by-pu,
.cid-rVA0M9sNWP .mbr-shop .filter-by-pd,
.cid-rVA0M9sNWP .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rVA0M9sNWP .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rVA0M9sNWP .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rVA0M9sNWP .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rVA0M9sNWP .mbr-shop .galleryItem h4,
.cid-rVA0M9sNWP .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rVA0M9sNWP .mbr-shop .galleryItem h5,
.cid-rVA0M9sNWP .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rVA0M9sNWP .mbr-shop .galleryItem p,
.cid-rVA0M9sNWP .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rVA0M9sNWP .mbr-shop .item-button {
  text-align: center;
}
.cid-rVA0M9sNWP .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rVA0M9sNWP .mbr-shop .modalButton.btn-success {
  right: 10%;
}
.cid-rVA0M9sNWP .mbr-shop .sidebar {
  margin-top: 10px;
  position: relative;
}
.cid-rVA0M9sNWP .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rVA0M9sNWP .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rVA0M9sNWP .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ff6800;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-item__hided h4,
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-item__hided h5,
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rVA0M9sNWP .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rVA0M9sNWP .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-rVA0M9sNWP .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rVA0M9sNWP .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rVA0M9sNWP .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rVA0M9sNWP .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-rVA0M9sNWP .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rVA0M9sNWP .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-rVA0M9sNWP .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rVA0M9sNWP .mbr-shop .range-controls {
  position: relative;
}
.cid-rVA0M9sNWP .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rVA0M9sNWP .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-rVA0M9sNWP .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-rVA0M9sNWP .mbr-shop .toggle:hover,
.cid-rVA0M9sNWP .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rVA0M9sNWP .mbr-shop .min-toggle {
  left: 0;
}
.cid-rVA0M9sNWP .mbr-shop .max-toggle {
  right: 0;
}
.cid-rVA0M9sNWP .mbr-shop .hided-by-price {
  display: none;
}
.cid-rVA0M9sNWP .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rVA0M9sNWP .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rVA0M9sNWP .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rVA0M9sNWP .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rVA0M9sNWP .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rVA0M9sNWP .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rVA0M9sNWP .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rVA0M9sNWP .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rVA0M9sNWP .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rVA0M9sNWP .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #ff5400;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rVA0M9sNWP .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #ff5400;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rVA0M9sNWP .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-rVA0M9sNWP .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rVA0M9sNWP .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rVA0M9sNWP .mbr-shop .shop-items .onsale,
.cid-rVA0M9sNWP .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rVA0M9sNWP .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rVA0M9sNWP .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rVA0M9sNWP .mbr-shop .price-range {
  display: inline-block;
}
.cid-rVA0M9sNWP .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rVA0M9sNWP .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rVA0M9sNWP .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rVA0M9sNWP .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rVA0M9sNWP .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rVA0M9sNWP .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rVA0M9sNWP .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rVA0M9sNWP .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rVA0M9sNWP .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rVA0M9sNWP .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rVA0M9sNWP .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rVA0M9sNWP .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rVA0M9sNWP .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rVA0M9sNWP .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rVA0M9sNWP .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rVA0M9sNWP .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rVA0M9sNWP .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rVA0M9sNWP .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rVA0M9sNWP .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rVA0M9sNWP .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rVA0M9sNWP .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rVA0M9sNWP .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rVA0M9sNWP .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rVA0M9sNWP .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rVA0M9sNWP .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rVA0M9sNWP .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rVA0M9sNWP .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rVA0M9sNWP .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rVA0M9sNWP .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rVA0M9sNWP .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rVA0M9sNWP .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rVA0M9sNWP .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rVA0M9sNWP .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rVA0M9sNWP .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVA0M9sNWP .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rVA0M9sNWP .shop-item-price,
.cid-rVA0M9sNWP .price-block {
  color: #ff5800;
}
.cid-rVA0M9sNWP .onsale {
  color: #ffffff;
}
.cid-rVA0M9sNWP .card-description {
  color: #0e0e0e;
}
.cid-rOzZLjqAgd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mongolia-header-128.jpg");
}
.cid-rOzZLjqAgd .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOzZLjqAgd .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rOzZLjqAgd .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rOzZLjqAgd .carousel-item.active,
.cid-rOzZLjqAgd .carousel-item-next,
.cid-rOzZLjqAgd .carousel-item-prev {
  display: flex;
}
.cid-rOzZLjqAgd .carousel-controls a {
  transition: opacity .5s;
}
.cid-rOzZLjqAgd .carousel-controls a:hover span,
.cid-rOzZLjqAgd .carousel-controls a:focus span {
  opacity: 1;
}
.cid-rOzZLjqAgd .carousel-controls a:hover svg,
.cid-rOzZLjqAgd .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
  fill: #ff6400;
}
.cid-rOzZLjqAgd .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
  fill: grey;
}
.cid-rOzZLjqAgd .user_image {
  overflow: hidden;
  display: flex;
}
.cid-rOzZLjqAgd .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-rOzZLjqAgd .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rOzZLjqAgd .user_text {
  color: #767676;
}
.cid-rOzZLjqAgd .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOzZLjqAgd .testimonials-quote svg {
  height: 40px;
  width: 40px;
  fill: #a9a9a9;
}
.cid-rOzZLjqAgd svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rOzZLjqAgd .user_name {
  color: #ff6400;
}
.cid-rOzZLjqAgd .carousel-controls svg {
  height: 60px;
  fill: #666;
}
@media (max-width: 230px) {
  .cid-rOzZLjqAgd .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-rOzZLjqAgd .testimonials-quote,
  .cid-rOzZLjqAgd .user_text,
  .cid-rOzZLjqAgd .user_name,
  .cid-rOzZLjqAgd .user_desk {
    text-align: center !important;
  }
  .cid-rOzZLjqAgd .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-rOzZLjqAgd .mbr-section-title,
  .cid-rOzZLjqAgd .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-rOzZLjqAgd .carousel-control-prev span {
    right: -1rem;
  }
  .cid-rOzZLjqAgd .carousel-control-next span {
    left: -1rem;
  }
  .cid-rOzZLjqAgd .user-text {
    padding-right: 2rem;
  }
  .cid-rOzZLjqAgd .carousel-control-prev,
  .cid-rOzZLjqAgd .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-rOzZLjqAgd .mbr-section-title,
.cid-rOzZLjqAgd .underline {
  color: #cebfaf;
}
.cid-rOzZLjqAgd .user_text,
.cid-rOzZLjqAgd .testimonials-quote {
  color: #cebfaf;
}
.cid-rOzZLjqAgd .user_desk {
  color: #cebfaf;
}
.cid-rOzZLjqAgd H2 {
  color: #cebfaf;
}
.cid-rYWS1eb2Lq {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYWS1eb2Lq h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rYWS1eb2Lq .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rYWS1eb2Lq .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rYWS1eb2Lq .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rYWS1eb2Lq .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rYWS1eb2Lq .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rYWS1eb2Lq .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rYWS1eb2Lq .mbr-text-right {
  color: #0e0e0e;
  text-align: left;
}
.cid-rVA8Z4QZpB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVA8Z4QZpB h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVA8Z4QZpB h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVA8Z4QZpB .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVA8Z4QZpB span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVA8Z4QZpB .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVA8Z4QZpB .card {
    padding: 1rem;
  }
}
.cid-rVA8Z4QZpB .user_name,
.cid-rVA8Z4QZpB .align {
  color: #cccccc;
}
.cid-rVA8Z4QZpB .mbr-section-subtitle {
  text-align: center;
}
.cid-rVA7ZBmcQu {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVA7ZBmcQu .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVA7ZBmcQu .row {
  border-bottom: 1px solid #808080;
}
.cid-rVA7ZBmcQu H2 {
  color: #e7272d;
}
.cid-rVA7ZBmcQu .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVA7ZBmcQu .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVA7ZBmcQu .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVA7ZBmcQu .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVA7ZBmcQu .col-lg-12 {
  overflow: hidden;
}
.cid-rVA7ZBmcQu H4 {
  color: #ff6400;
}
.cid-rVA7ZBmcQu .mbr-text,
.cid-rVA7ZBmcQu .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVA7ZBmcQu .logo-wrap:before {
    content: none;
  }
  .cid-rVA7ZBmcQu .logo-wrap:after {
    content: none;
  }
}
.cid-rVA7ZBmcQu H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rVY86v415L .modal-body .close {
  background: #1b1b1b;
}
.cid-rVY86v415L .modal-body .close span {
  font-style: normal;
}
.cid-rVY86v415L .carousel-inner > .active,
.cid-rVY86v415L .carousel-inner > .next,
.cid-rVY86v415L .carousel-inner > .prev {
  display: table;
}
.cid-rVY86v415L .carousel-control .icon-next,
.cid-rVY86v415L .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVY86v415L .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVY86v415L .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVY86v415L .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVY86v415L .boxed-slider > div {
  position: relative;
}
.cid-rVY86v415L .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rVY86v415L .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVY86v415L .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVY86v415L .mbr-table-cell {
  padding: 0;
}
.cid-rVY86v415L .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVY86v415L .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVY86v415L .mbr-overlay {
  z-index: 1;
}
.cid-rVY86v415L .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVY86v415L .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVY86v415L .carousel-item .container {
    width: 100%;
  }
}
.cid-rVY86v415L .carousel-item-next.carousel-item-left,
.cid-rVY86v415L .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVY86v415L .active.carousel-item-right,
.cid-rVY86v415L .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVY86v415L .active.carousel-item-left,
.cid-rVY86v415L .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVY86v415L .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVY86v415L .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVY86v415L .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVY86v415L .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVY86v415L .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVY86v415L .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVY86v415L .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVY86v415L .mbr-slider .carousel-indicators li.active,
.cid-rVY86v415L .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVY86v415L .mbr-slider .carousel-indicators li::after,
.cid-rVY86v415L .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVY86v415L .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVY86v415L .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVY86v415L .mbr-slider > .container img {
  width: 100%;
}
.cid-rVY86v415L .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVY86v415L .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVY86v415L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVY86v415L .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVY86v415L .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVY86v415L .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVY86v415L .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVY86v415L .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVY86v415L .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVY86v415L .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVY86v415L .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVY86v415L .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVY86v415L .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVY86v415L h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVY86v415L .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVY86v415L .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVY86v415L .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVY86v415L .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVY86v415L .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVY86v415L .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVY86v415L .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVY86v415L .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVY86v415L P {
  color: #cebfaf;
}
.cid-rVY86v415L H2 {
  color: #cebfaf;
}
.cid-rQolb3WCfR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQolb3WCfR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQolb3WCfR H1 {
  color: #232323;
}
.cid-rQolb3WCfR .mbr-text,
.cid-rQolb3WCfR .mbr-section-btn {
  color: #716c80;
}
.cid-rQolb3WCfR H3 {
  color: #ff6400;
}
.cid-rQolb3WCfR .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQolb3WCfR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQolb3WCfR .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQolb3WCfR .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQolb3WCfR .link:hover {
  color: #ff6400 !important;
}
.cid-rQolb3WCfR .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQolb3WCfR DIV {
  color: #57468b;
}
.cid-rQolb3WCfR .mbr-text,
.cid-rQolb3WCfR .media-content {
  text-align: left;
  color: #232323;
}
.cid-rQoVxSyotp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQoVxSyotp .card-subtitle {
  margin: 0;
}
.cid-rQoVxSyotp .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-rQoVxSyotp .card-img img {
  max-width: 200px;
}
.cid-rQoVxSyotp .card-box {
  margin-top: 10rem;
  background: #ffffff;
  padding: 2rem 1rem;
  z-index: 1;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  position: relative;
  margin-bottom: -5rem;
}
.cid-rQoVxSyotp .card1 {
  background-image: url("../../../assets/images/mbr-29.jpg");
  background-size: cover;
}
.cid-rQoVxSyotp .card2 {
  background-image: url("../../../assets/images/mbr-24.jpg");
  background-size: cover;
}
.cid-rQoVxSyotp .card3 {
  background-image: url("../../../assets/images/mbr-30.jpg");
  background-size: cover;
}
.cid-rQoVxSyotp .icon {
  width: 60px;
  height: 60px;
  background: #ff6400;
  font-size: 1.2rem;
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff !important;
}
.cid-rQoVxSyotp .item-wrapper {
  position: relative;
  padding: 2rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rQoVxSyotp h4,
.cid-rQoVxSyotp h6,
.cid-rQoVxSyotp h5 {
  margin: 0;
}
.cid-rQoVxSyotp .mbr-text {
  transition: all 0.3s;
}
.cid-rQoVxSyotp .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-rQoVxSyotp img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-rQoVxSyotp .card {
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 6rem;
}
.cid-rQoVxSyotp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQoVxSyotp .wrapper {
    flex-direction: column;
  }
  .cid-rQoVxSyotp .icon-padding {
    padding-left: 0rem;
  }
  .cid-rQoVxSyotp .item-wrapper {
    padding: 1rem;
  }
}
.cid-rQoVxSyotp .mbr-text,
.cid-rQoVxSyotp .mbr-section-btn,
.cid-rQoVxSyotp .card-img {
  color: #0e0e0e;
}
.cid-rQoVxSyotp H2 {
  color: #89b758;
}
.cid-rQoVxSyotp H1 {
  color: #29361a;
}
.cid-rQoVxSyotp .card-title,
.cid-rQoVxSyotp .card-img {
  color: #232323;
}
.cid-rQolb4M7EX {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/tianmen.jpg");
}
.cid-rQolb4M7EX H2 {
  color: #e7272d;
}
.cid-rQolb4M7EX img {
  max-width: 500px;
  margin: auto;
}
.cid-rQolb4M7EX H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQolb4M7EX .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQolb4M7EX .span-row {
  width: 100%;
}
.cid-rQolb4M7EX .mbr-section-title,
.cid-rQolb4M7EX .span-row {
  color: #cebfaf;
}
.cid-rQolb4M7EX .mbr-text,
.cid-rQolb4M7EX .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQolb4M7EX .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQoForjF7N {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoForjF7N .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQoForjF7N img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQoForjF7N H1 {
  color: #2c1608;
}
.cid-rQoForjF7N .mbr-text,
.cid-rQoForjF7N .mbr-section-btn {
  color: #716c80;
}
.cid-rQoForjF7N H3 {
  color: #ff6400;
}
.cid-rQoForjF7N .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQoForjF7N .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQoForjF7N .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQoForjF7N .link:hover {
  color: #ff6400 !important;
}
.cid-rQoForjF7N .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQoForjF7N DIV {
  color: #57468b;
}
.cid-rQoForjF7N .mbr-text,
.cid-rQoForjF7N .media-content {
  color: #4f4943;
}
.cid-rQoFeAePaB {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQoFeAePaB h4 {
  margin-bottom: 0;
}
.cid-rQoFeAePaB p {
  color: #767676;
}
.cid-rQoFeAePaB .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQoFeAePaB .cardcenter {
  background-color: #57468b;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-rQoFeAePaB .cardcenter:hover {
  background-color: #635a51;
}
.cid-rQoFeAePaB .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rQoFeAePaB .ico3 {
  position: absolute;
  bottom: 30rem;
  left: 1.2rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rQoFeAePaB .cards {
  height: fit-content;
  margin-top: -0.1rem;
}
.cid-rQoFeAePaB .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rQoFeAePaB .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rQoFeAePaB .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rQoFeAePaB .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rQoFeAePaB .btn-info-outline:active,
.cid-rQoFeAePaB .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rQoFeAePaB .card-box {
  padding-top: 2rem;
}
.cid-rQoFeAePaB .card-wrapper {
  height: 100%;
}
.cid-rQoFeAePaB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQoFeAePaB img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rQoFeAePaB .card-title {
  color: #232323;
}
.cid-rQoFeAePaB .main-title {
  color: #232323;
}
.cid-rQoFeAePaB DIV {
  color: #57468b;
}
.cid-rQoFeAePaB .text {
  color: #ffffff;
  text-align: left;
}
.cid-rQoFeAePaB .card-subtitle {
  color: #ff6400;
}
@media (max-width: 992px) {
  .cid-rQoFeAePaB .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rQoFeAePaB .link {
    margin: auto;
  }
}
.cid-rQoFeAePaB .mbr-text,
.cid-rQoFeAePaB .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQosj14TYq {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/great-wall-china.jpg");
}
.cid-rQosj14TYq H2 {
  color: #e7272d;
}
.cid-rQosj14TYq img {
  max-width: 500px;
  margin: auto;
}
.cid-rQosj14TYq H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQosj14TYq .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQosj14TYq .span-row {
  width: 100%;
}
.cid-rQosj14TYq .mbr-section-title,
.cid-rQosj14TYq .span-row {
  color: #cebfaf;
}
.cid-rQosj14TYq .mbr-text,
.cid-rQosj14TYq .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQosj14TYq .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQoAGVGQ6o {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoAGVGQ6o .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQoAGVGQ6o .mbr-text {
  color: #767676;
}
.cid-rQoAGVGQ6o .card-subtitle {
  margin: 0;
}
.cid-rQoAGVGQ6o .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rQoAGVGQ6o img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rQoAGVGQ6o .card-box {
  padding: 1rem;
}
.cid-rQoAGVGQ6o .link {
  transition: all 0.3s;
}
.cid-rQoAGVGQ6o .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rQoAGVGQ6o .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rQoAGVGQ6o .mbr-section-btn .btn {
  border: 0px;
}
.cid-rQoAGVGQ6o .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rQoAGVGQ6o h4,
.cid-rQoAGVGQ6o h6,
.cid-rQoAGVGQ6o h5 {
  margin: 0;
}
.cid-rQoAGVGQ6o .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rQoAGVGQ6o .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rQoAGVGQ6o .link-wrap:hover {
  color: #ff6400;
}
.cid-rQoAGVGQ6o .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rQoAGVGQ6o .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rQoAGVGQ6o .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rQoAGVGQ6o .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rQoAGVGQ6o .icon-wrap span {
  margin-right: 8px;
}
.cid-rQoAGVGQ6o .icon-padding {
  padding-left: 2rem;
}
.cid-rQoAGVGQ6o .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rQoAGVGQ6o .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rQoAGVGQ6o .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rQoAGVGQ6o .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rQoAGVGQ6o .card:hover img {
  transform: scale(1.1);
}
.cid-rQoAGVGQ6o .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rQoAGVGQ6o .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rQoAGVGQ6o .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rQoAGVGQ6o .row {
  justify-content: center;
}
.cid-rQoAGVGQ6o .location,
.cid-rQoAGVGQ6o .icon-wrap {
  color: #ff6400;
}
.cid-rQoAGVGQ6o .link,
.cid-rQoAGVGQ6o .link-wrap,
.cid-rQoAGVGQ6o .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rQoAGVGQ6o .wrapper {
    flex-direction: column;
  }
  .cid-rQoAGVGQ6o .icon-padding {
    padding-left: 0rem;
  }
  .cid-rQoAGVGQ6o .card-box {
    padding: 0;
  }
}
.cid-rQoAGVGQ6o H2 {
  color: #ff6400;
}
.cid-rQoAGVGQ6o .mbr-text,
.cid-rQoAGVGQ6o .link {
  color: #0e0e0e;
}
.cid-rQouhWhvSq {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/terracotta-warriors.jpg");
}
.cid-rQouhWhvSq H2 {
  color: #e7272d;
}
.cid-rQouhWhvSq img {
  max-width: 500px;
  margin: auto;
}
.cid-rQouhWhvSq H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQouhWhvSq .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQouhWhvSq .span-row {
  width: 100%;
}
.cid-rQouhWhvSq .mbr-section-title,
.cid-rQouhWhvSq .span-row {
  color: #cebfaf;
}
.cid-rQouhWhvSq .mbr-text,
.cid-rQouhWhvSq .mbr-section-btn {
  color: #cebfaf;
}
.cid-rQouhWhvSq .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQouhWhvSq .mbr-text,
.cid-rQouhWhvSq .media-content {
  text-align: left;
}
.cid-rQowBDjexi {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rQowBDjexi H1 {
  color: #232323;
}
.cid-rQowBDjexi .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQowBDjexi .mbr-text,
.cid-rQowBDjexi .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQowBDjexi img {
  width: 80%;
  border-radius: 10px;
  margin-top: 2rem;
  box-shadow: 0 10px 55px 5px rgba(1, 1, 1, 0.3);
}
@media (max-width: 992px) {
  .cid-rQowBDjexi img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rQowBDjexi .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQowBDjexi .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rQowBDjexi .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rQowBDjexi h3,
.cid-rQowBDjexi h4 {
  margin: 0;
  padding: 0;
}
.cid-rQowBDjexi H3 {
  color: #57468b;
}
.cid-rQowBDjexi H4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rQowBDjexi .author-box {
    justify-content: center;
  }
}
.cid-rQoIF7ytn5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQoIF7ytn5 h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rQoIF7ytn5 h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rQoIF7ytn5 .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rQoIF7ytn5 span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rQoIF7ytn5 .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rQoIF7ytn5 .card {
    padding: 1rem;
  }
}
.cid-rQoIF7ytn5 .user_name,
.cid-rQoIF7ytn5 .align {
  color: #cccccc;
}
.cid-rQoIF7ytn5 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjyLyB1PT {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjyLyB1PT .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjyLyB1PT .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjyLyB1PT H2 {
  color: #e7272d;
}
.cid-rVjyLyB1PT .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjyLyB1PT .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjyLyB1PT .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyLyB1PT .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyLyB1PT .col-lg-12 {
  overflow: hidden;
}
.cid-rVjyLyB1PT H4 {
  color: #ff6400;
}
.cid-rVjyLyB1PT .mbr-text,
.cid-rVjyLyB1PT .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjyLyB1PT .logo-wrap:before {
    content: none;
  }
  .cid-rVjyLyB1PT .logo-wrap:after {
    content: none;
  }
}
.cid-rVjyLyB1PT H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rW3XMGQImZ .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3XMGQImZ .modal-body .close span {
  font-style: normal;
}
.cid-rW3XMGQImZ .carousel-inner > .active,
.cid-rW3XMGQImZ .carousel-inner > .next,
.cid-rW3XMGQImZ .carousel-inner > .prev {
  display: table;
}
.cid-rW3XMGQImZ .carousel-control .icon-next,
.cid-rW3XMGQImZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3XMGQImZ .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3XMGQImZ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3XMGQImZ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3XMGQImZ .boxed-slider > div {
  position: relative;
}
.cid-rW3XMGQImZ .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3XMGQImZ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3XMGQImZ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3XMGQImZ .mbr-table-cell {
  padding: 0;
}
.cid-rW3XMGQImZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3XMGQImZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3XMGQImZ .mbr-overlay {
  z-index: 1;
}
.cid-rW3XMGQImZ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3XMGQImZ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3XMGQImZ .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3XMGQImZ .carousel-item-next.carousel-item-left,
.cid-rW3XMGQImZ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3XMGQImZ .active.carousel-item-right,
.cid-rW3XMGQImZ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3XMGQImZ .active.carousel-item-left,
.cid-rW3XMGQImZ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3XMGQImZ .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3XMGQImZ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3XMGQImZ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3XMGQImZ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3XMGQImZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3XMGQImZ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3XMGQImZ .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3XMGQImZ .mbr-slider .carousel-indicators li.active,
.cid-rW3XMGQImZ .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3XMGQImZ .mbr-slider .carousel-indicators li::after,
.cid-rW3XMGQImZ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3XMGQImZ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3XMGQImZ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3XMGQImZ .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3XMGQImZ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3XMGQImZ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3XMGQImZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3XMGQImZ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3XMGQImZ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3XMGQImZ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3XMGQImZ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3XMGQImZ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3XMGQImZ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3XMGQImZ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3XMGQImZ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3XMGQImZ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3XMGQImZ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3XMGQImZ h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3XMGQImZ .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3XMGQImZ .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3XMGQImZ .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3XMGQImZ .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3XMGQImZ .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3XMGQImZ .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3XMGQImZ .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3XMGQImZ .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3XMGQImZ P {
  color: #cebfaf;
}
.cid-rW3XMGQImZ H2 {
  color: #cebfaf;
}
.cid-rQp201h6AY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQp201h6AY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQp201h6AY H1 {
  color: #232323;
}
.cid-rQp201h6AY .mbr-text,
.cid-rQp201h6AY .mbr-section-btn {
  color: #716c80;
}
.cid-rQp201h6AY H3 {
  color: #ff6400;
}
.cid-rQp201h6AY .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQp201h6AY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQp201h6AY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQp201h6AY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQp201h6AY .link:hover {
  color: #ff6400 !important;
}
.cid-rQp201h6AY .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQp201h6AY DIV {
  color: #57468b;
}
.cid-rQp201h6AY .mbr-text,
.cid-rQp201h6AY .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rQp2028cFl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQp2028cFl .card-subtitle {
  margin: 0;
}
.cid-rQp2028cFl .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-rQp2028cFl .card-img img {
  max-width: 200px;
}
.cid-rQp2028cFl .card-box {
  margin-top: 10rem;
  background: #ffffff;
  padding: 2rem 1rem;
  z-index: 1;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  position: relative;
  margin-bottom: -5rem;
}
.cid-rQp2028cFl .card1 {
  background-image: url("../../../assets/images/mbr-35.jpg");
  background-size: cover;
}
.cid-rQp2028cFl .card2 {
  background-image: url("../../../assets/images/mbr-40.jpg");
  background-size: cover;
}
.cid-rQp2028cFl .card3 {
  background-image: url("../../../assets/images/mbr-41.jpg");
  background-size: cover;
}
.cid-rQp2028cFl .icon {
  width: 60px;
  height: 60px;
  background: #ff6400;
  font-size: 1.2rem;
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff !important;
}
.cid-rQp2028cFl .item-wrapper {
  position: relative;
  padding: 2rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rQp2028cFl h4,
.cid-rQp2028cFl h6,
.cid-rQp2028cFl h5 {
  margin: 0;
}
.cid-rQp2028cFl .mbr-text {
  transition: all 0.3s;
}
.cid-rQp2028cFl .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-rQp2028cFl img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-rQp2028cFl .card {
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 6rem;
}
.cid-rQp2028cFl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rQp2028cFl .wrapper {
    flex-direction: column;
  }
  .cid-rQp2028cFl .icon-padding {
    padding-left: 0rem;
  }
  .cid-rQp2028cFl .item-wrapper {
    padding: 1rem;
  }
}
.cid-rQp2028cFl .mbr-text,
.cid-rQp2028cFl .mbr-section-btn,
.cid-rQp2028cFl .card-img {
  color: #0e0e0e;
  text-align: center;
}
.cid-rQp2028cFl H2 {
  color: #89b758;
}
.cid-rQp2028cFl H1 {
  color: #29361a;
}
.cid-rQp2028cFl .card-title,
.cid-rQp2028cFl .card-img {
  color: #232323;
}
.cid-rQp203uWDC {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/moscow.jpg");
}
.cid-rQp203uWDC H2 {
  color: #e7272d;
}
.cid-rQp203uWDC img {
  max-width: 500px;
  margin: auto;
}
.cid-rQp203uWDC H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQp203uWDC .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQp203uWDC .span-row {
  width: 100%;
}
.cid-rQp203uWDC .mbr-section-title,
.cid-rQp203uWDC .span-row {
  color: #cebfaf;
}
.cid-rQp203uWDC .mbr-text,
.cid-rQp203uWDC .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQp203uWDC .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQp204gGxJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQp204gGxJ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQp204gGxJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQp204gGxJ H1 {
  color: #2c1608;
}
.cid-rQp204gGxJ .mbr-text,
.cid-rQp204gGxJ .mbr-section-btn {
  color: #716c80;
}
.cid-rQp204gGxJ H3 {
  color: #ff6400;
}
.cid-rQp204gGxJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQp204gGxJ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQp204gGxJ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQp204gGxJ .link:hover {
  color: #ff6400 !important;
}
.cid-rQp204gGxJ .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQp204gGxJ DIV {
  color: #57468b;
}
.cid-rQp204gGxJ .mbr-text,
.cid-rQp204gGxJ .media-content {
  color: #4f4943;
}
.cid-rQp20529bp {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQp20529bp h4 {
  margin-bottom: 0;
}
.cid-rQp20529bp p {
  color: #767676;
}
.cid-rQp20529bp .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQp20529bp .cardcenter {
  background-color: #57468b;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-rQp20529bp .cardcenter:hover {
  background-color: #635a51;
}
.cid-rQp20529bp .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rQp20529bp .ico3 {
  position: absolute;
  bottom: 32rem;
  left: 1.2rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rQp20529bp .cards {
  height: fit-content;
  margin-top: 0rem;
}
.cid-rQp20529bp .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rQp20529bp .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rQp20529bp .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rQp20529bp .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rQp20529bp .btn-info-outline:active,
.cid-rQp20529bp .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rQp20529bp .card-box {
  padding-top: 2rem;
}
.cid-rQp20529bp .card-wrapper {
  height: 100%;
}
.cid-rQp20529bp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQp20529bp img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rQp20529bp .card-title {
  color: #232323;
}
.cid-rQp20529bp .main-title {
  color: #232323;
}
.cid-rQp20529bp DIV {
  color: #57468b;
}
.cid-rQp20529bp .text {
  color: #ffffff;
  text-align: left;
}
.cid-rQp20529bp .card-subtitle {
  color: #ff6400;
}
@media (max-width: 992px) {
  .cid-rQp20529bp .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rQp20529bp .link {
    margin: auto;
  }
}
.cid-rQp20529bp .mbr-text,
.cid-rQp20529bp .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQp2067rw7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/lake-baikal.jpg");
}
.cid-rQp2067rw7 H2 {
  color: #e7272d;
}
.cid-rQp2067rw7 img {
  max-width: 500px;
  margin: auto;
}
.cid-rQp2067rw7 H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQp2067rw7 .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQp2067rw7 .span-row {
  width: 100%;
}
.cid-rQp2067rw7 .mbr-section-title,
.cid-rQp2067rw7 .span-row {
  color: #cebfaf;
}
.cid-rQp2067rw7 .mbr-text,
.cid-rQp2067rw7 .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQp2067rw7 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQp2077rAY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQp2077rAY .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQp2077rAY .mbr-text {
  color: #767676;
}
.cid-rQp2077rAY .card-subtitle {
  margin: 0;
}
.cid-rQp2077rAY .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rQp2077rAY img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rQp2077rAY .card-box {
  padding: 1rem;
}
.cid-rQp2077rAY .link {
  transition: all 0.3s;
}
.cid-rQp2077rAY .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rQp2077rAY .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rQp2077rAY .mbr-section-btn .btn {
  border: 0px;
}
.cid-rQp2077rAY .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rQp2077rAY h4,
.cid-rQp2077rAY h6,
.cid-rQp2077rAY h5 {
  margin: 0;
}
.cid-rQp2077rAY .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rQp2077rAY .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rQp2077rAY .link-wrap:hover {
  color: #ff6400;
}
.cid-rQp2077rAY .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rQp2077rAY .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rQp2077rAY .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rQp2077rAY .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rQp2077rAY .icon-wrap span {
  margin-right: 8px;
}
.cid-rQp2077rAY .icon-padding {
  padding-left: 2rem;
}
.cid-rQp2077rAY .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rQp2077rAY .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rQp2077rAY .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rQp2077rAY .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rQp2077rAY .card:hover img {
  transform: scale(1.1);
}
.cid-rQp2077rAY .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rQp2077rAY .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rQp2077rAY .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rQp2077rAY .row {
  justify-content: center;
}
.cid-rQp2077rAY .location,
.cid-rQp2077rAY .icon-wrap {
  color: #ff6400;
}
.cid-rQp2077rAY .link,
.cid-rQp2077rAY .link-wrap,
.cid-rQp2077rAY .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rQp2077rAY .wrapper {
    flex-direction: column;
  }
  .cid-rQp2077rAY .icon-padding {
    padding-left: 0rem;
  }
  .cid-rQp2077rAY .card-box {
    padding: 0;
  }
}
.cid-rQp2077rAY H2 {
  color: #ff6400;
}
.cid-rQp2077rAY .mbr-text,
.cid-rQp2077rAY .link {
  color: #0e0e0e;
}
.cid-rQp208hQ5q {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mongolia-header-152.jpg");
}
.cid-rQp208hQ5q H2 {
  color: #e7272d;
}
.cid-rQp208hQ5q img {
  max-width: 500px;
  margin: auto;
}
.cid-rQp208hQ5q H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQp208hQ5q .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQp208hQ5q .span-row {
  width: 100%;
}
.cid-rQp208hQ5q .mbr-section-title,
.cid-rQp208hQ5q .span-row {
  color: #cebfaf;
}
.cid-rQp208hQ5q .mbr-text,
.cid-rQp208hQ5q .mbr-section-btn {
  color: #cebfaf;
}
.cid-rQp208hQ5q .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQp208hQ5q .mbr-text,
.cid-rQp208hQ5q .media-content {
  text-align: left;
}
.cid-rQp2098N6r {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQp2098N6r H1 {
  color: #232323;
}
.cid-rQp2098N6r .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQp2098N6r .mbr-text,
.cid-rQp2098N6r .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQp2098N6r img {
  width: 80%;
  border-radius: 10px;
  margin-top: 4rem;
  box-shadow: 0 10px 55px 5px rgba(1, 1, 1, 0.4);
}
@media (max-width: 992px) {
  .cid-rQp2098N6r img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rQp2098N6r .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rQp2098N6r .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rQp2098N6r .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rQp2098N6r h3,
.cid-rQp2098N6r h4 {
  margin: 0;
  padding: 0;
}
.cid-rQp2098N6r H3 {
  color: #57468b;
}
.cid-rQp2098N6r H4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rQp2098N6r .author-box {
    justify-content: center;
  }
}
.cid-rQp209Y7Zk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQp209Y7Zk h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rQp209Y7Zk h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rQp209Y7Zk .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rQp209Y7Zk span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rQp209Y7Zk .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rQp209Y7Zk .card {
    padding: 1rem;
  }
}
.cid-rQp209Y7Zk .user_name,
.cid-rQp209Y7Zk .align {
  color: #cccccc;
}
.cid-rQp209Y7Zk .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjyPcupxM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjyPcupxM .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjyPcupxM .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjyPcupxM H2 {
  color: #e7272d;
}
.cid-rVjyPcupxM .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjyPcupxM .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjyPcupxM .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyPcupxM .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyPcupxM .col-lg-12 {
  overflow: hidden;
}
.cid-rVjyPcupxM H4 {
  color: #ff6400;
}
.cid-rVjyPcupxM .mbr-text,
.cid-rVjyPcupxM .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjyPcupxM .logo-wrap:before {
    content: none;
  }
  .cid-rVjyPcupxM .logo-wrap:after {
    content: none;
  }
}
.cid-rVjyPcupxM H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rVSvltxHeg .modal-body .close {
  background: #1b1b1b;
}
.cid-rVSvltxHeg .modal-body .close span {
  font-style: normal;
}
.cid-rVSvltxHeg .carousel-inner > .active,
.cid-rVSvltxHeg .carousel-inner > .next,
.cid-rVSvltxHeg .carousel-inner > .prev {
  display: table;
}
.cid-rVSvltxHeg .carousel-control .icon-next,
.cid-rVSvltxHeg .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVSvltxHeg .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVSvltxHeg .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVSvltxHeg .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVSvltxHeg .boxed-slider > div {
  position: relative;
}
.cid-rVSvltxHeg .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rVSvltxHeg .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVSvltxHeg .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVSvltxHeg .mbr-table-cell {
  padding: 0;
}
.cid-rVSvltxHeg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVSvltxHeg .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVSvltxHeg .mbr-overlay {
  z-index: 1;
}
.cid-rVSvltxHeg .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVSvltxHeg .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVSvltxHeg .carousel-item .container {
    width: 100%;
  }
}
.cid-rVSvltxHeg .carousel-item-next.carousel-item-left,
.cid-rVSvltxHeg .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVSvltxHeg .active.carousel-item-right,
.cid-rVSvltxHeg .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVSvltxHeg .active.carousel-item-left,
.cid-rVSvltxHeg .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVSvltxHeg .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVSvltxHeg .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVSvltxHeg .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVSvltxHeg .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVSvltxHeg .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVSvltxHeg .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVSvltxHeg .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVSvltxHeg .mbr-slider .carousel-indicators li.active,
.cid-rVSvltxHeg .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVSvltxHeg .mbr-slider .carousel-indicators li::after,
.cid-rVSvltxHeg .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVSvltxHeg .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVSvltxHeg .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVSvltxHeg .mbr-slider > .container img {
  width: 100%;
}
.cid-rVSvltxHeg .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVSvltxHeg .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVSvltxHeg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVSvltxHeg .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVSvltxHeg .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVSvltxHeg .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVSvltxHeg .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVSvltxHeg .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVSvltxHeg .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVSvltxHeg .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVSvltxHeg .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVSvltxHeg .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVSvltxHeg .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVSvltxHeg h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVSvltxHeg .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVSvltxHeg .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVSvltxHeg .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVSvltxHeg .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVSvltxHeg .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVSvltxHeg .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVSvltxHeg .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVSvltxHeg .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVSvltxHeg P {
  color: #cebfaf;
  text-align: center;
}
.cid-rVSvltxHeg H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rQnPnXqEyI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQnPnXqEyI img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQnPnXqEyI H1 {
  color: #232323;
}
.cid-rQnPnXqEyI .mbr-text,
.cid-rQnPnXqEyI .mbr-section-btn {
  color: #716c80;
}
.cid-rQnPnXqEyI H3 {
  color: #716c80;
}
.cid-rQnPnXqEyI .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQnPnXqEyI .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQnPnXqEyI .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQnPnXqEyI .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQnPnXqEyI .link:hover {
  color: #ff6400 !important;
}
.cid-rQnPnXqEyI .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQnPnXqEyI DIV {
  color: #57468b;
}
.cid-rQnPnXqEyI .mbr-text,
.cid-rQnPnXqEyI .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-s2zxotf6c0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/cultural-19.jpg");
}
@media (max-width: 992px) {
  .cid-s2zxotf6c0 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s2zxotf6c0 .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s2zxotf6c0 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-s2zxotf6c0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-s2zxotf6c0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2zxotf6c0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2zxotf6c0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2zxotf6c0 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s2zxotf6c0 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cid-s2zxotf6c0 .box {
    height: 250px;
  }
}
.cid-s2zxotf6c0 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s2zxotf6c0 .mbr-section-title,
.cid-s2zxotf6c0 .span-row {
  color: #cebfaf;
}
.cid-s2zxotf6c0 .mbr-text,
.cid-s2zxotf6c0 .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQnPnYXpmr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQnPnYXpmr h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rQnPnYXpmr .mbr-section-subtitle {
  color: #767676;
}
.cid-rQnPnYXpmr .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQnPnYXpmr .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rQnPnYXpmr .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rQnPnYXpmr .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rQnPnYXpmr .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rQnPnYXpmr .mbr-text-right {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQnPnYXpmr .article-counter-right {
  color: #efefef;
}
.cid-rQnPnYXpmr .article-counter-left {
  color: #efefef;
}
.cid-rQnPnZFR5m {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQnPnZFR5m .mbr-slider .carousel-control {
  background: #666;
}
.cid-rQnPnZFR5m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rQnPnZFR5m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rQnPnZFR5m .title {
  padding: 0 2rem;
}
.cid-rQnPnZFR5m .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 100%!important;
}
.cid-rQnPnZFR5m .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rQnPnZFR5m .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rQnPnZFR5m .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rQnPnZFR5m .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rQnPnZFR5m .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rQnPnZFR5m .container {
  padding: 0 1rem;
}
.cid-rQnPnZFR5m .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rQnPnZFR5m .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rQnPnZFR5m .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rQnPnZFR5m .icon-focus {
  display: none;
}
.cid-rQnPnZFR5m .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rQnPnZFR5m .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rQnPnZFR5m .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rQnPnZFR5m li {
  position: relative;
}
.cid-rQnPnZFR5m li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rQnPnZFR5m .btn {
  font-family: Roboto !important;
}
.cid-rQnPnZFR5m .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rQnPnZFR5m .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQnPnZFR5m li:not(:last-child):after {
    top: 9px;
  }
  .cid-rQnPnZFR5m .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rQnPnZFR5m .container {
    padding: 0rem;
  }
  .cid-rQnPnZFR5m .title {
    padding: 0 1rem;
  }
}
.cid-rQnPnZFR5m H2 {
  color: #89b758;
}
.cid-rQnTQj8iC9 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/cultural-31.jpg");
}
.cid-rQnTQj8iC9 H2 {
  color: #e7272d;
}
.cid-rQnTQj8iC9 img {
  max-width: 500px;
  margin: auto;
}
.cid-rQnTQj8iC9 H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQnTQj8iC9 .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQnTQj8iC9 .span-row {
  width: 100%;
}
.cid-rQnTQj8iC9 .mbr-section-title,
.cid-rQnTQj8iC9 .span-row {
  color: #cebfaf;
}
.cid-rQnTQj8iC9 .mbr-text,
.cid-rQnTQj8iC9 .mbr-section-btn {
  color: #cebfaf;
}
.cid-rQnTQj8iC9 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQnTQj8iC9 .mbr-text,
.cid-rQnTQj8iC9 .media-content {
  text-align: left;
}
.cid-rQnV9qRPwg {
  padding-top: 60px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-rQnV9qRPwg .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQnV9qRPwg .mbr-text {
  color: #767676;
}
.cid-rQnV9qRPwg .card-subtitle {
  margin: 0;
}
.cid-rQnV9qRPwg .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rQnV9qRPwg img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rQnV9qRPwg .card-box {
  padding: 1rem;
}
.cid-rQnV9qRPwg .link {
  transition: all 0.3s;
}
.cid-rQnV9qRPwg .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rQnV9qRPwg .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rQnV9qRPwg .mbr-section-btn .btn {
  border: 0px;
}
.cid-rQnV9qRPwg .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rQnV9qRPwg h4,
.cid-rQnV9qRPwg h6,
.cid-rQnV9qRPwg h5 {
  margin: 0;
}
.cid-rQnV9qRPwg .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rQnV9qRPwg .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rQnV9qRPwg .link-wrap:hover {
  color: #ff6400;
}
.cid-rQnV9qRPwg .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rQnV9qRPwg .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rQnV9qRPwg .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rQnV9qRPwg .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rQnV9qRPwg .icon-wrap span {
  margin-right: 8px;
}
.cid-rQnV9qRPwg .icon-padding {
  padding-left: 2rem;
}
.cid-rQnV9qRPwg .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rQnV9qRPwg .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rQnV9qRPwg .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rQnV9qRPwg .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rQnV9qRPwg .card:hover img {
  transform: scale(1.1);
}
.cid-rQnV9qRPwg .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rQnV9qRPwg .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rQnV9qRPwg .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rQnV9qRPwg .row {
  justify-content: center;
}
.cid-rQnV9qRPwg .location,
.cid-rQnV9qRPwg .icon-wrap {
  color: #e7272d;
}
.cid-rQnV9qRPwg .link,
.cid-rQnV9qRPwg .link-wrap,
.cid-rQnV9qRPwg .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rQnV9qRPwg .wrapper {
    flex-direction: column;
  }
  .cid-rQnV9qRPwg .icon-padding {
    padding-left: 0rem;
  }
  .cid-rQnV9qRPwg .card-box {
    padding: 0;
  }
}
.cid-rQnV9qRPwg H2 {
  color: #232323;
  text-align: left;
}
.cid-rQnV9qRPwg .mbr-text,
.cid-rQnV9qRPwg .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQnV9qRPwg .mbr-text,
.cid-rQnV9qRPwg .link {
  color: #0e0e0e;
}

.cid-rVjyUF6xu5 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVjyUF6xu5 h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjyUF6xu5 h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjyUF6xu5 .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjyUF6xu5 span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjyUF6xu5 .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjyUF6xu5 .card {
    padding: 1rem;
  }
}
.cid-rVjyUF6xu5 .user_name,
.cid-rVjyUF6xu5 .align {
  color: #cccccc;
}
.cid-rVjyUF6xu5 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjyT4aLOP {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjyT4aLOP .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjyT4aLOP .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjyT4aLOP H2 {
  color: #e7272d;
}
.cid-rVjyT4aLOP .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjyT4aLOP .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjyT4aLOP .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyT4aLOP .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyT4aLOP .col-lg-12 {
  overflow: hidden;
}
.cid-rVjyT4aLOP H4 {
  color: #ff6400;
}
.cid-rVjyT4aLOP .mbr-text,
.cid-rVjyT4aLOP .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjyT4aLOP .logo-wrap:before {
    content: none;
  }
  .cid-rVjyT4aLOP .logo-wrap:after {
    content: none;
  }
}
.cid-rVjyT4aLOP H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rVXnTZjXA1 .modal-body .close {
  background: #1b1b1b;
}
.cid-rVXnTZjXA1 .modal-body .close span {
  font-style: normal;
}
.cid-rVXnTZjXA1 .carousel-inner > .active,
.cid-rVXnTZjXA1 .carousel-inner > .next,
.cid-rVXnTZjXA1 .carousel-inner > .prev {
  display: table;
}
.cid-rVXnTZjXA1 .carousel-control .icon-next,
.cid-rVXnTZjXA1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVXnTZjXA1 .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVXnTZjXA1 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVXnTZjXA1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVXnTZjXA1 .boxed-slider > div {
  position: relative;
}
.cid-rVXnTZjXA1 .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rVXnTZjXA1 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVXnTZjXA1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVXnTZjXA1 .mbr-table-cell {
  padding: 0;
}
.cid-rVXnTZjXA1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVXnTZjXA1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVXnTZjXA1 .mbr-overlay {
  z-index: 1;
}
.cid-rVXnTZjXA1 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVXnTZjXA1 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVXnTZjXA1 .carousel-item .container {
    width: 100%;
  }
}
.cid-rVXnTZjXA1 .carousel-item-next.carousel-item-left,
.cid-rVXnTZjXA1 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVXnTZjXA1 .active.carousel-item-right,
.cid-rVXnTZjXA1 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVXnTZjXA1 .active.carousel-item-left,
.cid-rVXnTZjXA1 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVXnTZjXA1 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVXnTZjXA1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVXnTZjXA1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVXnTZjXA1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVXnTZjXA1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVXnTZjXA1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVXnTZjXA1 .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVXnTZjXA1 .mbr-slider .carousel-indicators li.active,
.cid-rVXnTZjXA1 .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVXnTZjXA1 .mbr-slider .carousel-indicators li::after,
.cid-rVXnTZjXA1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVXnTZjXA1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVXnTZjXA1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVXnTZjXA1 .mbr-slider > .container img {
  width: 100%;
}
.cid-rVXnTZjXA1 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVXnTZjXA1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVXnTZjXA1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVXnTZjXA1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVXnTZjXA1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVXnTZjXA1 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVXnTZjXA1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVXnTZjXA1 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVXnTZjXA1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVXnTZjXA1 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVXnTZjXA1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVXnTZjXA1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVXnTZjXA1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVXnTZjXA1 h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVXnTZjXA1 .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVXnTZjXA1 .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVXnTZjXA1 .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVXnTZjXA1 .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVXnTZjXA1 .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVXnTZjXA1 .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVXnTZjXA1 .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVXnTZjXA1 .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVXnTZjXA1 P {
  color: #cebfaf;
}
.cid-rVXnTZjXA1 H2 {
  color: #cebfaf;
}
.cid-rQjXie2F2q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQjXie2F2q img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQjXie2F2q H1 {
  color: #232323;
}
.cid-rQjXie2F2q .mbr-text,
.cid-rQjXie2F2q .mbr-section-btn {
  color: #716c80;
}
.cid-rQjXie2F2q H3 {
  color: #716c80;
}
.cid-rQjXie2F2q .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQjXie2F2q .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQjXie2F2q .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQjXie2F2q .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQjXie2F2q .link:hover {
  color: #ff6400 !important;
}
.cid-rQjXie2F2q .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQjXie2F2q DIV {
  color: #57468b;
}
.cid-rQjXie2F2q .mbr-text,
.cid-rQjXie2F2q .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rQjXieTLQa {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mountain-kharkhiraa.jpg");
}
.cid-rQjXieTLQa H2 {
  color: #e7272d;
}
.cid-rQjXieTLQa img {
  max-width: 500px;
  margin: auto;
}
.cid-rQjXieTLQa H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQjXieTLQa .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQjXieTLQa .span-row {
  width: 100%;
}
.cid-rQjXieTLQa .mbr-section-title,
.cid-rQjXieTLQa .span-row {
  color: #cebfaf;
}
.cid-rQjXieTLQa .mbr-text,
.cid-rQjXieTLQa .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQjXieTLQa .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQk0IMw3wP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQk0IMw3wP .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQk0IMw3wP img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQk0IMw3wP H1 {
  color: #232323;
}
.cid-rQk0IMw3wP .mbr-text,
.cid-rQk0IMw3wP .mbr-section-btn {
  color: #716c80;
}
.cid-rQk0IMw3wP H3 {
  color: #716c80;
}
.cid-rQk0IMw3wP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQk0IMw3wP .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQk0IMw3wP .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQk0IMw3wP .link:hover {
  color: #ff6400 !important;
}
.cid-rQk0IMw3wP .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQk0IMw3wP DIV {
  color: #57468b;
}
.cid-rQk0IMw3wP .mbr-text,
.cid-rQk0IMw3wP .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rQjXifGDRD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQjXifGDRD h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rQjXifGDRD .mbr-section-subtitle {
  color: #767676;
}
.cid-rQjXifGDRD .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQjXifGDRD .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rQjXifGDRD .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rQjXifGDRD .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rQjXifGDRD .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rQjXifGDRD .mbr-text-right {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQjXifGDRD .article-counter-right {
  color: #efefef;
}
.cid-rQjXifGDRD .article-counter-left {
  color: #efefef;
}
.cid-rQjXigtK0n {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQjXigtK0n .mbr-slider .carousel-control {
  background: #666;
}
.cid-rQjXigtK0n .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rQjXigtK0n .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rQjXigtK0n .title {
  padding: 0 2rem;
}
.cid-rQjXigtK0n .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 100%!important;
}
.cid-rQjXigtK0n .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rQjXigtK0n .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rQjXigtK0n .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rQjXigtK0n .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rQjXigtK0n .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rQjXigtK0n .container {
  padding: 0 1rem;
}
.cid-rQjXigtK0n .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rQjXigtK0n .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rQjXigtK0n .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rQjXigtK0n .icon-focus {
  display: none;
}
.cid-rQjXigtK0n .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rQjXigtK0n .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rQjXigtK0n .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rQjXigtK0n li {
  position: relative;
}
.cid-rQjXigtK0n li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rQjXigtK0n .btn {
  font-family: Roboto !important;
}
.cid-rQjXigtK0n .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rQjXigtK0n .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQjXigtK0n li:not(:last-child):after {
    top: 9px;
  }
  .cid-rQjXigtK0n .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rQjXigtK0n .container {
    padding: 0rem;
  }
  .cid-rQjXigtK0n .title {
    padding: 0 1rem;
  }
}
.cid-rQjXigtK0n H2 {
  color: #89b758;
}
.cid-s13v3doO3E {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/trekking-header-67.jpg");
}
.cid-s13v3doO3E H2 {
  color: #e7272d;
}
.cid-s13v3doO3E img {
  max-width: 500px;
  margin: auto;
}
.cid-s13v3doO3E H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-s13v3doO3E .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-s13v3doO3E .span-row {
  width: 100%;
}
.cid-s13v3doO3E .mbr-section-title,
.cid-s13v3doO3E .span-row {
  color: #cebfaf;
}
.cid-s13v3doO3E .mbr-text,
.cid-s13v3doO3E .mbr-section-btn {
  color: #cebfaf;
}
.cid-s13v3doO3E .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQjXioNdzb {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQjXioNdzb H1 {
  color: #232323;
  text-align: left;
}
.cid-rQjXioNdzb .align-left {
  margin: auto;
}
.cid-rQjXioNdzb .row {
  justify-content: space-between;
}
.cid-rQjXioNdzb .mbr-text,
.cid-rQjXioNdzb .mbr-section-btn {
  color: #716c80;
}
.cid-rQjXioNdzb .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rQjXioNdzb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQjXioNdzb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQjXioNdzb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQjXioNdzb .link:hover {
  color: #ff6400 !important;
}
.cid-rQjXioNdzb .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQjXioNdzb DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQjXioNdzb .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQjXioNdzb h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQjXioNdzb .mbr-text,
.cid-rQjXioNdzb .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rVjz5JjMg4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjz5JjMg4 h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjz5JjMg4 h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjz5JjMg4 .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjz5JjMg4 span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjz5JjMg4 .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjz5JjMg4 .card {
    padding: 1rem;
  }
}
.cid-rVjz5JjMg4 .user_name,
.cid-rVjz5JjMg4 .align {
  color: #cccccc;
}
.cid-rVjz5JjMg4 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjz4jqsk4 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjz4jqsk4 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjz4jqsk4 .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjz4jqsk4 H2 {
  color: #e7272d;
}
.cid-rVjz4jqsk4 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjz4jqsk4 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjz4jqsk4 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjz4jqsk4 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjz4jqsk4 .col-lg-12 {
  overflow: hidden;
}
.cid-rVjz4jqsk4 H4 {
  color: #ff6400;
}
.cid-rVjz4jqsk4 .mbr-text,
.cid-rVjz4jqsk4 .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjz4jqsk4 .logo-wrap:before {
    content: none;
  }
  .cid-rVjz4jqsk4 .logo-wrap:after {
    content: none;
  }
}
.cid-rVjz4jqsk4 H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rW3SoV2U1U .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3SoV2U1U .modal-body .close span {
  font-style: normal;
}
.cid-rW3SoV2U1U .carousel-inner > .active,
.cid-rW3SoV2U1U .carousel-inner > .next,
.cid-rW3SoV2U1U .carousel-inner > .prev {
  display: table;
}
.cid-rW3SoV2U1U .carousel-control .icon-next,
.cid-rW3SoV2U1U .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3SoV2U1U .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3SoV2U1U .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3SoV2U1U .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3SoV2U1U .boxed-slider > div {
  position: relative;
}
.cid-rW3SoV2U1U .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3SoV2U1U .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3SoV2U1U .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3SoV2U1U .mbr-table-cell {
  padding: 0;
}
.cid-rW3SoV2U1U .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3SoV2U1U .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3SoV2U1U .mbr-overlay {
  z-index: 1;
}
.cid-rW3SoV2U1U .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3SoV2U1U .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3SoV2U1U .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3SoV2U1U .carousel-item-next.carousel-item-left,
.cid-rW3SoV2U1U .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3SoV2U1U .active.carousel-item-right,
.cid-rW3SoV2U1U .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3SoV2U1U .active.carousel-item-left,
.cid-rW3SoV2U1U .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3SoV2U1U .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3SoV2U1U .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3SoV2U1U .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3SoV2U1U .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3SoV2U1U .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3SoV2U1U .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3SoV2U1U .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3SoV2U1U .mbr-slider .carousel-indicators li.active,
.cid-rW3SoV2U1U .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3SoV2U1U .mbr-slider .carousel-indicators li::after,
.cid-rW3SoV2U1U .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3SoV2U1U .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3SoV2U1U .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3SoV2U1U .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3SoV2U1U .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3SoV2U1U .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3SoV2U1U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3SoV2U1U .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3SoV2U1U .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3SoV2U1U .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3SoV2U1U .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3SoV2U1U .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3SoV2U1U .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3SoV2U1U .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3SoV2U1U .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3SoV2U1U .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3SoV2U1U .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3SoV2U1U h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3SoV2U1U .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3SoV2U1U .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3SoV2U1U .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3SoV2U1U .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3SoV2U1U .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3SoV2U1U .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3SoV2U1U .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3SoV2U1U .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3SoV2U1U P {
  color: #cebfaf;
}
.cid-rW3SoV2U1U H2 {
  color: #cebfaf;
}
.cid-rNX95Nei83 {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rNX95Nei83 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rNX95Nei83 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNX95Nei83 H1 {
  color: #2c1608;
}
.cid-rNX95Nei83 .mbr-text,
.cid-rNX95Nei83 .mbr-section-btn {
  color: #716c80;
}
.cid-rNX95Nei83 H3 {
  color: #ff5800;
}
.cid-rNX95Nei83 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNX95Nei83 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNX95Nei83 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNX95Nei83 .link:hover {
  color: #ff6400 !important;
}
.cid-rNX95Nei83 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rNX95Nei83 DIV {
  color: #57468b;
}
.cid-rNX95Nei83 .mbr-timeline-title {
  color: #232323;
  text-align: left;
}
.cid-rNX95Nei83 .mbr-text,
.cid-rNX95Nei83 .media-content {
  color: #4f4943;
  text-align: left;
}
.cid-rNX95Nei83 .mbr-section-subtitle {
  color: #767676;
}
.cid-rVjzhmu9zo {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjzhmu9zo .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjzhmu9zo .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjzhmu9zo H2 {
  color: #e7272d;
}
.cid-rVjzhmu9zo .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjzhmu9zo .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjzhmu9zo .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzhmu9zo .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzhmu9zo .col-lg-12 {
  overflow: hidden;
}
.cid-rVjzhmu9zo H4 {
  color: #ff6400;
}
.cid-rVjzhmu9zo .mbr-text,
.cid-rVjzhmu9zo .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjzhmu9zo .logo-wrap:before {
    content: none;
  }
  .cid-rVjzhmu9zo .logo-wrap:after {
    content: none;
  }
}
.cid-rVjzhmu9zo H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rVYk7ftUaC .modal-body .close {
  background: #1b1b1b;
}
.cid-rVYk7ftUaC .modal-body .close span {
  font-style: normal;
}
.cid-rVYk7ftUaC .carousel-inner > .active,
.cid-rVYk7ftUaC .carousel-inner > .next,
.cid-rVYk7ftUaC .carousel-inner > .prev {
  display: table;
}
.cid-rVYk7ftUaC .carousel-control .icon-next,
.cid-rVYk7ftUaC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVYk7ftUaC .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVYk7ftUaC .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVYk7ftUaC .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVYk7ftUaC .boxed-slider > div {
  position: relative;
}
.cid-rVYk7ftUaC .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rVYk7ftUaC .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVYk7ftUaC .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVYk7ftUaC .mbr-table-cell {
  padding: 0;
}
.cid-rVYk7ftUaC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVYk7ftUaC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVYk7ftUaC .mbr-overlay {
  z-index: 1;
}
.cid-rVYk7ftUaC .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVYk7ftUaC .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVYk7ftUaC .carousel-item .container {
    width: 100%;
  }
}
.cid-rVYk7ftUaC .carousel-item-next.carousel-item-left,
.cid-rVYk7ftUaC .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVYk7ftUaC .active.carousel-item-right,
.cid-rVYk7ftUaC .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVYk7ftUaC .active.carousel-item-left,
.cid-rVYk7ftUaC .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVYk7ftUaC .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVYk7ftUaC .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVYk7ftUaC .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVYk7ftUaC .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVYk7ftUaC .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVYk7ftUaC .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVYk7ftUaC .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVYk7ftUaC .mbr-slider .carousel-indicators li.active,
.cid-rVYk7ftUaC .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVYk7ftUaC .mbr-slider .carousel-indicators li::after,
.cid-rVYk7ftUaC .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVYk7ftUaC .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVYk7ftUaC .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVYk7ftUaC .mbr-slider > .container img {
  width: 100%;
}
.cid-rVYk7ftUaC .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVYk7ftUaC .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVYk7ftUaC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVYk7ftUaC .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVYk7ftUaC .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVYk7ftUaC .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVYk7ftUaC .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVYk7ftUaC .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVYk7ftUaC .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVYk7ftUaC .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVYk7ftUaC .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVYk7ftUaC .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVYk7ftUaC .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVYk7ftUaC h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVYk7ftUaC .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVYk7ftUaC .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVYk7ftUaC .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVYk7ftUaC .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVYk7ftUaC .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVYk7ftUaC .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVYk7ftUaC .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVYk7ftUaC .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVYk7ftUaC P {
  color: #cebfaf;
}
.cid-rVYk7ftUaC H2 {
  color: #cebfaf;
}
.cid-rOolZIiOVy {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOolZIiOVy .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOolZIiOVy .mbr-section-subtitle {
  color: #0e0e0e;
  text-align: center;
  font-weight: 300;
}
.cid-rOolZIiOVy .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #2f3640;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-rOolZIiOVy .timeline-text-content p {
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .cid-rOolZIiOVy .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-rOolZIiOVy .mbr-timeline-title,
.cid-rOolZIiOVy .mbr-timeline-text {
  color: #ffffff;
}
.cid-rOolZIiOVy .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-rOolZIiOVy .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-rOolZIiOVy .timeline-element:hover .timeline-text-content h4,
.cid-rOolZIiOVy .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #cebfaf !important;
}
.cid-rOolZIiOVy .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #cebfaf !important;
}
.cid-rOolZIiOVy .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #cebfaf !important;
}
.cid-rOolZIiOVy .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rOolZIiOVy .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rOolZIiOVy .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #2f3640;
  top: 20px;
  margin-left: -30px;
}
.cid-rOolZIiOVy .iconsBackground span {
  color: #ffffff;
}
.cid-rOolZIiOVy .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rOolZIiOVy .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #2f3640;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-rOolZIiOVy .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-rOolZIiOVy .iconsBackground {
    left: 1.5rem;
  }
  .cid-rOolZIiOVy .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rOolZIiOVy .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rOolZIiOVy .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rOolZIiOVy .mbr-timeline-title {
  color: #cccccc;
}
.cid-rOolZIiOVy .mbr-timeline-text {
  color: #cccccc;
}
.cid-rVjzNcH6tr {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjzNcH6tr .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjzNcH6tr .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjzNcH6tr H2 {
  color: #e7272d;
}
.cid-rVjzNcH6tr .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjzNcH6tr .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjzNcH6tr .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzNcH6tr .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzNcH6tr .col-lg-12 {
  overflow: hidden;
}
.cid-rVjzNcH6tr H4 {
  color: #ff6400;
}
.cid-rVjzNcH6tr .mbr-text,
.cid-rVjzNcH6tr .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjzNcH6tr .logo-wrap:before {
    content: none;
  }
  .cid-rVjzNcH6tr .logo-wrap:after {
    content: none;
  }
}
.cid-rVjzNcH6tr H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rO3n555nGV.popup-builder {
  background-color: #ffffff;
}
.cid-rO3n555nGV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rO3n555nGV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rO3n555nGV .modal-content,
.cid-rO3n555nGV .modal-dialog {
  height: auto;
}
.cid-rO3n555nGV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rO3n555nGV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rO3n555nGV .form-wrapper .mbr-form .form-group,
  .cid-rO3n555nGV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rO3n555nGV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rO3n555nGV .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-rO3n555nGV .mbr-text {
  text-align: center;
  color: #ff6400;
}
.cid-rO3n555nGV .pt-0 {
  padding-top: 0 !important;
}
.cid-rO3n555nGV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rO3n555nGV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rO3n555nGV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rO3n555nGV .modal-open {
  overflow: hidden;
}
.cid-rO3n555nGV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rO3n555nGV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rO3n555nGV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rO3n555nGV .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-rO3n555nGV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rO3n555nGV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rO3n555nGV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rO3n555nGV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rO3n555nGV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rO3n555nGV .modal-backdrop.fade {
  opacity: 0;
}
.cid-rO3n555nGV .modal-backdrop.show {
  opacity: .5;
}
.cid-rO3n555nGV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rO3n555nGV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rO3n555nGV .modal-header .close:hover {
  opacity: 1;
}
.cid-rO3n555nGV .modal-header .close:focus {
  outline: none;
}
.cid-rO3n555nGV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rO3n555nGV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rO3n555nGV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rO3n555nGV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rO3n555nGV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rO3n555nGV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rO3n555nGV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rO3n555nGV .modal-sm {
    max-width: 300px;
  }
  .cid-rO3n555nGV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rO3n555nGV .modal-lg,
  .cid-rO3n555nGV .modal-xl {
    max-width: 800px;
  }
  .cid-rO3n555nGV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rO3n555nGV .modal-xl {
    max-width: 1140px;
  }
  .cid-rO3n555nGV .container {
    max-width: 1140px;
  }
}
.cid-rO3n555nGV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rO3n555nGV .container {
    max-width: 720px;
  }
}
.cid-rO3n555nGV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rO3n555nGV .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-rO3n555nGV .form-group {
  margin-bottom: 1rem;
}
.cid-rO3n555nGV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rO3n555nGV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rO3n555nGV .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-rO3ndyV4TK.popup-builder {
  background-color: #ffffff;
}
.cid-rO3ndyV4TK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rO3ndyV4TK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rO3ndyV4TK .modal-content,
.cid-rO3ndyV4TK .modal-dialog {
  height: auto;
}
.cid-rO3ndyV4TK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rO3ndyV4TK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rO3ndyV4TK .form-wrapper .mbr-form .form-group,
  .cid-rO3ndyV4TK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rO3ndyV4TK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rO3ndyV4TK .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-rO3ndyV4TK .mbr-text {
  text-align: center;
  color: #ff6400;
}
.cid-rO3ndyV4TK .pt-0 {
  padding-top: 0 !important;
}
.cid-rO3ndyV4TK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rO3ndyV4TK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rO3ndyV4TK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rO3ndyV4TK .modal-open {
  overflow: hidden;
}
.cid-rO3ndyV4TK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rO3ndyV4TK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rO3ndyV4TK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rO3ndyV4TK .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-rO3ndyV4TK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rO3ndyV4TK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rO3ndyV4TK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rO3ndyV4TK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rO3ndyV4TK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rO3ndyV4TK .modal-backdrop.fade {
  opacity: 0;
}
.cid-rO3ndyV4TK .modal-backdrop.show {
  opacity: .5;
}
.cid-rO3ndyV4TK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rO3ndyV4TK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rO3ndyV4TK .modal-header .close:hover {
  opacity: 1;
}
.cid-rO3ndyV4TK .modal-header .close:focus {
  outline: none;
}
.cid-rO3ndyV4TK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rO3ndyV4TK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rO3ndyV4TK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rO3ndyV4TK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rO3ndyV4TK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rO3ndyV4TK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rO3ndyV4TK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rO3ndyV4TK .modal-sm {
    max-width: 300px;
  }
  .cid-rO3ndyV4TK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rO3ndyV4TK .modal-lg,
  .cid-rO3ndyV4TK .modal-xl {
    max-width: 800px;
  }
  .cid-rO3ndyV4TK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rO3ndyV4TK .modal-xl {
    max-width: 1140px;
  }
  .cid-rO3ndyV4TK .container {
    max-width: 1140px;
  }
}
.cid-rO3ndyV4TK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rO3ndyV4TK .container {
    max-width: 720px;
  }
}
.cid-rO3ndyV4TK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rO3ndyV4TK .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-rO3ndyV4TK .form-group {
  margin-bottom: 1rem;
}
.cid-rO3ndyV4TK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rO3ndyV4TK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rO3ndyV4TK .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-rO3ndyV4TK P {
  color: #232323;
}
.cid-si5ToWyPKt.popup-builder {
  background-color: #ffffff;
}
.cid-si5ToWyPKt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-si5ToWyPKt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-si5ToWyPKt .modal-content,
.cid-si5ToWyPKt .modal-dialog {
  height: auto;
}
.cid-si5ToWyPKt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-si5ToWyPKt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-si5ToWyPKt .form-wrapper .mbr-form .form-group,
  .cid-si5ToWyPKt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-si5ToWyPKt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-si5ToWyPKt .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-si5ToWyPKt .mbr-text {
  text-align: left;
}
.cid-si5ToWyPKt .pt-0 {
  padding-top: 0 !important;
}
.cid-si5ToWyPKt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-si5ToWyPKt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-si5ToWyPKt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-si5ToWyPKt .modal-open {
  overflow: hidden;
}
.cid-si5ToWyPKt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-si5ToWyPKt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-si5ToWyPKt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-si5ToWyPKt .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-si5ToWyPKt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-si5ToWyPKt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-si5ToWyPKt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-si5ToWyPKt .modal-content {
  background: #efefef;
  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-si5ToWyPKt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-si5ToWyPKt .modal-backdrop.fade {
  opacity: 0;
}
.cid-si5ToWyPKt .modal-backdrop.show {
  opacity: .5;
}
.cid-si5ToWyPKt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-si5ToWyPKt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-si5ToWyPKt .modal-header .close:hover {
  opacity: 1;
}
.cid-si5ToWyPKt .modal-header .close:focus {
  outline: none;
}
.cid-si5ToWyPKt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0e0e0e;
}
.cid-si5ToWyPKt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-si5ToWyPKt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-si5ToWyPKt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-si5ToWyPKt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-si5ToWyPKt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-si5ToWyPKt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-si5ToWyPKt .modal-sm {
    max-width: 300px;
  }
  .cid-si5ToWyPKt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-si5ToWyPKt .modal-lg,
  .cid-si5ToWyPKt .modal-xl {
    max-width: 800px;
  }
  .cid-si5ToWyPKt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-si5ToWyPKt .modal-xl {
    max-width: 1140px;
  }
  .cid-si5ToWyPKt .container {
    max-width: 1140px;
  }
}
.cid-si5ToWyPKt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-si5ToWyPKt .container {
    max-width: 720px;
  }
}
.cid-si5ToWyPKt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-si5ToWyPKt .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-si5ToWyPKt .form-group {
  margin-bottom: 1rem;
}
.cid-si5ToWyPKt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-si5ToWyPKt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-si5ToWyPKt .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-si8itkOSBO.popup-builder {
  background-color: #ffffff;
}
.cid-si8itkOSBO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-si8itkOSBO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-si8itkOSBO .modal-content,
.cid-si8itkOSBO .modal-dialog {
  height: auto;
}
.cid-si8itkOSBO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-si8itkOSBO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-si8itkOSBO .form-wrapper .mbr-form .form-group,
  .cid-si8itkOSBO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-si8itkOSBO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-si8itkOSBO .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-si8itkOSBO .mbr-text {
  text-align: left;
}
.cid-si8itkOSBO .pt-0 {
  padding-top: 0 !important;
}
.cid-si8itkOSBO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-si8itkOSBO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-si8itkOSBO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-si8itkOSBO .modal-open {
  overflow: hidden;
}
.cid-si8itkOSBO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-si8itkOSBO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-si8itkOSBO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-si8itkOSBO .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-si8itkOSBO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-si8itkOSBO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-si8itkOSBO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-si8itkOSBO .modal-content {
  background: #efefef;
  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-si8itkOSBO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-si8itkOSBO .modal-backdrop.fade {
  opacity: 0;
}
.cid-si8itkOSBO .modal-backdrop.show {
  opacity: .5;
}
.cid-si8itkOSBO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-si8itkOSBO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-si8itkOSBO .modal-header .close:hover {
  opacity: 1;
}
.cid-si8itkOSBO .modal-header .close:focus {
  outline: none;
}
.cid-si8itkOSBO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0e0e0e;
}
.cid-si8itkOSBO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-si8itkOSBO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-si8itkOSBO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-si8itkOSBO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-si8itkOSBO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-si8itkOSBO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-si8itkOSBO .modal-sm {
    max-width: 300px;
  }
  .cid-si8itkOSBO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-si8itkOSBO .modal-lg,
  .cid-si8itkOSBO .modal-xl {
    max-width: 800px;
  }
  .cid-si8itkOSBO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-si8itkOSBO .modal-xl {
    max-width: 1140px;
  }
  .cid-si8itkOSBO .container {
    max-width: 1140px;
  }
}
.cid-si8itkOSBO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-si8itkOSBO .container {
    max-width: 720px;
  }
}
.cid-si8itkOSBO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-si8itkOSBO .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-si8itkOSBO .form-group {
  margin-bottom: 1rem;
}
.cid-si8itkOSBO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-si8itkOSBO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-si8itkOSBO .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-si8iokJeG1.popup-builder {
  background-color: #ffffff;
}
.cid-si8iokJeG1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-si8iokJeG1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-si8iokJeG1 .modal-content,
.cid-si8iokJeG1 .modal-dialog {
  height: auto;
}
.cid-si8iokJeG1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-si8iokJeG1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-si8iokJeG1 .form-wrapper .mbr-form .form-group,
  .cid-si8iokJeG1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-si8iokJeG1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-si8iokJeG1 .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-si8iokJeG1 .mbr-text {
  text-align: left;
}
.cid-si8iokJeG1 .pt-0 {
  padding-top: 0 !important;
}
.cid-si8iokJeG1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-si8iokJeG1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-si8iokJeG1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-si8iokJeG1 .modal-open {
  overflow: hidden;
}
.cid-si8iokJeG1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-si8iokJeG1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-si8iokJeG1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-si8iokJeG1 .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-si8iokJeG1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-si8iokJeG1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-si8iokJeG1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-si8iokJeG1 .modal-content {
  background: #efefef;
  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-si8iokJeG1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-si8iokJeG1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-si8iokJeG1 .modal-backdrop.show {
  opacity: .5;
}
.cid-si8iokJeG1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-si8iokJeG1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-si8iokJeG1 .modal-header .close:hover {
  opacity: 1;
}
.cid-si8iokJeG1 .modal-header .close:focus {
  outline: none;
}
.cid-si8iokJeG1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0e0e0e;
}
.cid-si8iokJeG1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-si8iokJeG1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-si8iokJeG1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-si8iokJeG1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-si8iokJeG1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-si8iokJeG1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-si8iokJeG1 .modal-sm {
    max-width: 300px;
  }
  .cid-si8iokJeG1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-si8iokJeG1 .modal-lg,
  .cid-si8iokJeG1 .modal-xl {
    max-width: 800px;
  }
  .cid-si8iokJeG1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-si8iokJeG1 .modal-xl {
    max-width: 1140px;
  }
  .cid-si8iokJeG1 .container {
    max-width: 1140px;
  }
}
.cid-si8iokJeG1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-si8iokJeG1 .container {
    max-width: 720px;
  }
}
.cid-si8iokJeG1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-si8iokJeG1 .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-si8iokJeG1 .form-group {
  margin-bottom: 1rem;
}
.cid-si8iokJeG1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-si8iokJeG1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-si8iokJeG1 .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-si8iwfqdoY.popup-builder {
  background-color: #ffffff;
}
.cid-si8iwfqdoY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-si8iwfqdoY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-si8iwfqdoY .modal-content,
.cid-si8iwfqdoY .modal-dialog {
  height: auto;
}
.cid-si8iwfqdoY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-si8iwfqdoY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-si8iwfqdoY .form-wrapper .mbr-form .form-group,
  .cid-si8iwfqdoY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-si8iwfqdoY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-si8iwfqdoY .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-si8iwfqdoY .mbr-text {
  text-align: left;
}
.cid-si8iwfqdoY .pt-0 {
  padding-top: 0 !important;
}
.cid-si8iwfqdoY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-si8iwfqdoY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-si8iwfqdoY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-si8iwfqdoY .modal-open {
  overflow: hidden;
}
.cid-si8iwfqdoY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-si8iwfqdoY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-si8iwfqdoY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-si8iwfqdoY .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-si8iwfqdoY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-si8iwfqdoY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-si8iwfqdoY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-si8iwfqdoY .modal-content {
  background: #efefef;
  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-si8iwfqdoY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-si8iwfqdoY .modal-backdrop.fade {
  opacity: 0;
}
.cid-si8iwfqdoY .modal-backdrop.show {
  opacity: .5;
}
.cid-si8iwfqdoY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-si8iwfqdoY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-si8iwfqdoY .modal-header .close:hover {
  opacity: 1;
}
.cid-si8iwfqdoY .modal-header .close:focus {
  outline: none;
}
.cid-si8iwfqdoY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0e0e0e;
}
.cid-si8iwfqdoY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-si8iwfqdoY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-si8iwfqdoY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-si8iwfqdoY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-si8iwfqdoY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-si8iwfqdoY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-si8iwfqdoY .modal-sm {
    max-width: 300px;
  }
  .cid-si8iwfqdoY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-si8iwfqdoY .modal-lg,
  .cid-si8iwfqdoY .modal-xl {
    max-width: 800px;
  }
  .cid-si8iwfqdoY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-si8iwfqdoY .modal-xl {
    max-width: 1140px;
  }
  .cid-si8iwfqdoY .container {
    max-width: 1140px;
  }
}
.cid-si8iwfqdoY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-si8iwfqdoY .container {
    max-width: 720px;
  }
}
.cid-si8iwfqdoY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-si8iwfqdoY .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-si8iwfqdoY .form-group {
  margin-bottom: 1rem;
}
.cid-si8iwfqdoY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-si8iwfqdoY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-si8iwfqdoY .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-si8iq2OcY2.popup-builder {
  background-color: #ffffff;
}
.cid-si8iq2OcY2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-si8iq2OcY2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-si8iq2OcY2 .modal-content,
.cid-si8iq2OcY2 .modal-dialog {
  height: auto;
}
.cid-si8iq2OcY2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-si8iq2OcY2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-si8iq2OcY2 .form-wrapper .mbr-form .form-group,
  .cid-si8iq2OcY2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-si8iq2OcY2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-si8iq2OcY2 .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-si8iq2OcY2 .mbr-text {
  text-align: left;
}
.cid-si8iq2OcY2 .pt-0 {
  padding-top: 0 !important;
}
.cid-si8iq2OcY2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-si8iq2OcY2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-si8iq2OcY2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-si8iq2OcY2 .modal-open {
  overflow: hidden;
}
.cid-si8iq2OcY2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-si8iq2OcY2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-si8iq2OcY2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-si8iq2OcY2 .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-si8iq2OcY2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-si8iq2OcY2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-si8iq2OcY2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-si8iq2OcY2 .modal-content {
  background: #efefef;
  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-si8iq2OcY2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-si8iq2OcY2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-si8iq2OcY2 .modal-backdrop.show {
  opacity: .5;
}
.cid-si8iq2OcY2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-si8iq2OcY2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-si8iq2OcY2 .modal-header .close:hover {
  opacity: 1;
}
.cid-si8iq2OcY2 .modal-header .close:focus {
  outline: none;
}
.cid-si8iq2OcY2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0e0e0e;
}
.cid-si8iq2OcY2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-si8iq2OcY2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-si8iq2OcY2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-si8iq2OcY2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-si8iq2OcY2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-si8iq2OcY2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-si8iq2OcY2 .modal-sm {
    max-width: 300px;
  }
  .cid-si8iq2OcY2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-si8iq2OcY2 .modal-lg,
  .cid-si8iq2OcY2 .modal-xl {
    max-width: 800px;
  }
  .cid-si8iq2OcY2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-si8iq2OcY2 .modal-xl {
    max-width: 1140px;
  }
  .cid-si8iq2OcY2 .container {
    max-width: 1140px;
  }
}
.cid-si8iq2OcY2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-si8iq2OcY2 .container {
    max-width: 720px;
  }
}
.cid-si8iq2OcY2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-si8iq2OcY2 .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-si8iq2OcY2 .form-group {
  margin-bottom: 1rem;
}
.cid-si8iq2OcY2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-si8iq2OcY2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-si8iq2OcY2 .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-rO3nj8Mivs.popup-builder {
  background-color: #ffffff;
}
.cid-rO3nj8Mivs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rO3nj8Mivs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rO3nj8Mivs .modal-content,
.cid-rO3nj8Mivs .modal-dialog {
  height: auto;
}
.cid-rO3nj8Mivs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rO3nj8Mivs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rO3nj8Mivs .form-wrapper .mbr-form .form-group,
  .cid-rO3nj8Mivs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rO3nj8Mivs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rO3nj8Mivs .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-rO3nj8Mivs .mbr-text {
  text-align: center;
  color: #ff6400;
}
.cid-rO3nj8Mivs .pt-0 {
  padding-top: 0 !important;
}
.cid-rO3nj8Mivs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rO3nj8Mivs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rO3nj8Mivs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rO3nj8Mivs .modal-open {
  overflow: hidden;
}
.cid-rO3nj8Mivs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rO3nj8Mivs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rO3nj8Mivs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rO3nj8Mivs .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-rO3nj8Mivs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rO3nj8Mivs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rO3nj8Mivs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rO3nj8Mivs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rO3nj8Mivs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rO3nj8Mivs .modal-backdrop.fade {
  opacity: 0;
}
.cid-rO3nj8Mivs .modal-backdrop.show {
  opacity: .5;
}
.cid-rO3nj8Mivs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rO3nj8Mivs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rO3nj8Mivs .modal-header .close:hover {
  opacity: 1;
}
.cid-rO3nj8Mivs .modal-header .close:focus {
  outline: none;
}
.cid-rO3nj8Mivs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rO3nj8Mivs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rO3nj8Mivs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rO3nj8Mivs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rO3nj8Mivs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rO3nj8Mivs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rO3nj8Mivs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rO3nj8Mivs .modal-sm {
    max-width: 300px;
  }
  .cid-rO3nj8Mivs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rO3nj8Mivs .modal-lg,
  .cid-rO3nj8Mivs .modal-xl {
    max-width: 800px;
  }
  .cid-rO3nj8Mivs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rO3nj8Mivs .modal-xl {
    max-width: 1140px;
  }
  .cid-rO3nj8Mivs .container {
    max-width: 1140px;
  }
}
.cid-rO3nj8Mivs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rO3nj8Mivs .container {
    max-width: 720px;
  }
}
.cid-rO3nj8Mivs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rO3nj8Mivs .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-rO3nj8Mivs .form-group {
  margin-bottom: 1rem;
}
.cid-rO3nj8Mivs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rO3nj8Mivs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rO3nj8Mivs .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-rW3RyPzfUB .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3RyPzfUB .modal-body .close span {
  font-style: normal;
}
.cid-rW3RyPzfUB .carousel-inner > .active,
.cid-rW3RyPzfUB .carousel-inner > .next,
.cid-rW3RyPzfUB .carousel-inner > .prev {
  display: table;
}
.cid-rW3RyPzfUB .carousel-control .icon-next,
.cid-rW3RyPzfUB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3RyPzfUB .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3RyPzfUB .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3RyPzfUB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3RyPzfUB .boxed-slider > div {
  position: relative;
}
.cid-rW3RyPzfUB .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3RyPzfUB .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3RyPzfUB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3RyPzfUB .mbr-table-cell {
  padding: 0;
}
.cid-rW3RyPzfUB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3RyPzfUB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3RyPzfUB .mbr-overlay {
  z-index: 1;
}
.cid-rW3RyPzfUB .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3RyPzfUB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3RyPzfUB .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3RyPzfUB .carousel-item-next.carousel-item-left,
.cid-rW3RyPzfUB .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3RyPzfUB .active.carousel-item-right,
.cid-rW3RyPzfUB .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3RyPzfUB .active.carousel-item-left,
.cid-rW3RyPzfUB .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3RyPzfUB .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3RyPzfUB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3RyPzfUB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3RyPzfUB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3RyPzfUB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3RyPzfUB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3RyPzfUB .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3RyPzfUB .mbr-slider .carousel-indicators li.active,
.cid-rW3RyPzfUB .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3RyPzfUB .mbr-slider .carousel-indicators li::after,
.cid-rW3RyPzfUB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3RyPzfUB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3RyPzfUB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3RyPzfUB .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3RyPzfUB .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3RyPzfUB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3RyPzfUB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3RyPzfUB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3RyPzfUB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3RyPzfUB .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3RyPzfUB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3RyPzfUB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3RyPzfUB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3RyPzfUB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3RyPzfUB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3RyPzfUB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3RyPzfUB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3RyPzfUB h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3RyPzfUB .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3RyPzfUB .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3RyPzfUB .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3RyPzfUB .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3RyPzfUB .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3RyPzfUB .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3RyPzfUB .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3RyPzfUB .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3RyPzfUB P {
  color: #cebfaf;
}
.cid-rW3RyPzfUB H2 {
  color: #cebfaf;
}
.cid-rO1iINUUJE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rO1iINUUJE .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rO1iINUUJE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rO1iINUUJE H1 {
  color: #2c1608;
}
.cid-rO1iINUUJE .mbr-text,
.cid-rO1iINUUJE .mbr-section-btn {
  color: #716c80;
}
.cid-rO1iINUUJE H3 {
  color: #ff6400;
}
.cid-rO1iINUUJE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rO1iINUUJE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rO1iINUUJE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rO1iINUUJE .link:hover {
  color: #ff6400 !important;
}
.cid-rO1iINUUJE .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rO1iINUUJE DIV {
  color: #57468b;
}
.cid-rO1iINUUJE .mbr-timeline-title {
  color: #232323;
  text-align: left;
}
.cid-rO1iINUUJE .mbr-text,
.cid-rO1iINUUJE .media-content {
  color: #4f4943;
  text-align: left;
}
.cid-s4klkTtxxP {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s4klkTtxxP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-s4klkTtxxP input,
.cid-s4klkTtxxP textarea {
  padding: 1rem 1.8rem!important;
  border-radius: 10px;
  font-size: 1.1rem;
}
.cid-s4klkTtxxP .form-control:hover,
.cid-s4klkTtxxP .form-control:focus {
  color: #808080 !important;
}
.cid-s4klkTtxxP .btn-success {
  color: white!important;
}
.cid-s4klkTtxxP img {
  width: 90%;
  border-radius: 8px;
}
.cid-s4klkTtxxP .btn {
  border-radius: 30px;
}
.cid-s4klkTtxxP textarea {
  min-height: 160px!important;
}
.cid-s4klkTtxxP .form-control,
.cid-s4klkTtxxP .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #808080;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4klkTtxxP .form-control:hover,
.cid-s4klkTtxxP .field-input:hover,
.cid-s4klkTtxxP .form-control:focus,
.cid-s4klkTtxxP .field-input:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s4klkTtxxP input::-webkit-input-placeholder,
.cid-s4klkTtxxP textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-s4klkTtxxP input:-moz-placeholder,
.cid-s4klkTtxxP textarea:-moz-placeholder {
  color: #808080;
}
.cid-s4klkTtxxP .jq-selectbox li,
.cid-s4klkTtxxP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4klkTtxxP .jq-selectbox li:hover,
.cid-s4klkTtxxP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4klkTtxxP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s4klkTtxxP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s4klkTtxxP H5 {
  color: #000000;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-s4klkTtxxP img {
    width: 100%;
  }
  .cid-s4klkTtxxP .google-map {
    margin-bottom: 2rem;
  }
}
.cid-s4klkTtxxP .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-s4klkTtxxP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s4klkTtxxP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-s4klkTtxxP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s4klkTtxxP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-s4klkTtxxP .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-s4klkTtxxP P {
  color: #0e0e0e;
  text-align: left;
}
.cid-rVjzVc52wW {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjzVc52wW .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjzVc52wW .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjzVc52wW H2 {
  color: #e7272d;
}
.cid-rVjzVc52wW .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjzVc52wW .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjzVc52wW .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzVc52wW .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzVc52wW .col-lg-12 {
  overflow: hidden;
}
.cid-rVjzVc52wW H4 {
  color: #ff6400;
}
.cid-rVjzVc52wW .mbr-text,
.cid-rVjzVc52wW .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjzVc52wW .logo-wrap:before {
    content: none;
  }
  .cid-rVjzVc52wW .logo-wrap:after {
    content: none;
  }
}
.cid-rVjzVc52wW H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rWdYUrUsEy .modal-body .close {
  background: #1b1b1b;
}
.cid-rWdYUrUsEy .modal-body .close span {
  font-style: normal;
}
.cid-rWdYUrUsEy .carousel-inner > .active,
.cid-rWdYUrUsEy .carousel-inner > .next,
.cid-rWdYUrUsEy .carousel-inner > .prev {
  display: table;
}
.cid-rWdYUrUsEy .carousel-control .icon-next,
.cid-rWdYUrUsEy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWdYUrUsEy .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWdYUrUsEy .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdYUrUsEy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWdYUrUsEy .boxed-slider > div {
  position: relative;
}
.cid-rWdYUrUsEy .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWdYUrUsEy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWdYUrUsEy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdYUrUsEy .mbr-table-cell {
  padding: 0;
}
.cid-rWdYUrUsEy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWdYUrUsEy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWdYUrUsEy .mbr-overlay {
  z-index: 1;
}
.cid-rWdYUrUsEy .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdYUrUsEy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWdYUrUsEy .carousel-item .container {
    width: 100%;
  }
}
.cid-rWdYUrUsEy .carousel-item-next.carousel-item-left,
.cid-rWdYUrUsEy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWdYUrUsEy .active.carousel-item-right,
.cid-rWdYUrUsEy .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWdYUrUsEy .active.carousel-item-left,
.cid-rWdYUrUsEy .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWdYUrUsEy .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWdYUrUsEy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWdYUrUsEy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWdYUrUsEy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWdYUrUsEy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWdYUrUsEy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWdYUrUsEy .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWdYUrUsEy .mbr-slider .carousel-indicators li.active,
.cid-rWdYUrUsEy .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWdYUrUsEy .mbr-slider .carousel-indicators li::after,
.cid-rWdYUrUsEy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWdYUrUsEy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWdYUrUsEy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWdYUrUsEy .mbr-slider > .container img {
  width: 100%;
}
.cid-rWdYUrUsEy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWdYUrUsEy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWdYUrUsEy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdYUrUsEy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdYUrUsEy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWdYUrUsEy .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWdYUrUsEy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWdYUrUsEy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWdYUrUsEy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWdYUrUsEy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdYUrUsEy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWdYUrUsEy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWdYUrUsEy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWdYUrUsEy h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWdYUrUsEy .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWdYUrUsEy .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWdYUrUsEy .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWdYUrUsEy .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWdYUrUsEy .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWdYUrUsEy .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdYUrUsEy .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWdYUrUsEy .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdYUrUsEy P {
  color: #cebfaf;
  text-align: center;
}
.cid-rWdYUrUsEy H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rOB4jwqLxM {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOB4jwqLxM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOB4jwqLxM H1 {
  color: #2c1608;
}
.cid-rOB4jwqLxM .mbr-text,
.cid-rOB4jwqLxM .mbr-section-btn {
  color: #716c80;
}
.cid-rOB4jwqLxM H3 {
  color: #4f4943;
}
.cid-rOB4jwqLxM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB4jwqLxM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOB4jwqLxM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOB4jwqLxM .link:hover {
  color: #ff6400 !important;
}
.cid-rOB4jwqLxM .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOB4jwqLxM DIV {
  color: #57468b;
}
.cid-rOB4jwqLxM .mbr-text,
.cid-rOB4jwqLxM .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rOB4jwqLxM .span {
  color: #4f4943;
  text-align: left;
}
.cid-rQbq9PIZoV {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQbq9PIZoV H2 {
  color: #ff6400;
}
.cid-rQbq9PIZoV .mbr-text,
.cid-rQbq9PIZoV .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rQbq9PIZoV .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rQbq9PIZoV .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQbq9PIZoV .mbr-figure {
  height: 100%;
}
.cid-rQbq9PIZoV .card-img {
  padding: 0 2rem;
}
.cid-rQbq9PIZoV img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rQbq9PIZoV H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rQbq9PIZoV .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rQbq9PIZoV .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rQbq9PIZoV .container {
    padding: 0 3rem;
  }
  .cid-rQbq9PIZoV .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rQbq9PIZoV .container {
    padding: 0 2rem;
  }
  .cid-rQbq9PIZoV .card-img {
    width: 100%;
  }
  .cid-rQbq9PIZoV .center-card {
    padding: 1rem;
  }
}
.cid-rYSYc7ZyKz {
  padding-top: 65px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYSYc7ZyKz h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYSYc7ZyKz h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYSYc7ZyKz .card {
  background: #ffffff;
  padding: 0.7rem;
  border-radius: 6px;
}
.cid-rYSYc7ZyKz span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYSYc7ZyKz .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYSYc7ZyKz .card {
    padding: 1rem;
  }
}
.cid-rYSYc7ZyKz .user_name,
.cid-rYSYc7ZyKz .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYSYc7ZyKz .mbr-section-subtitle {
  text-align: center;
}
.cid-rOB4jzzQJF {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rOB4jzzQJF H2 {
  color: #e7272d;
}
.cid-rOB4jzzQJF img {
  max-width: 500px;
  margin: auto;
}
.cid-rOB4jzzQJF H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rOB4jzzQJF .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rOB4jzzQJF .span-row {
  width: 100%;
}
.cid-rOB4jzzQJF .mbr-section-title,
.cid-rOB4jzzQJF .span-row {
  color: #cebfaf;
}
.cid-rOB4jzzQJF .mbr-text,
.cid-rOB4jzzQJF .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUVqwJ8Gnd {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUVqwJ8Gnd .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUVqwJ8Gnd .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUVqwJ8Gnd .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUVqwJ8Gnd .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUVqwJ8Gnd .menu-row {
  margin: 0;
}
.cid-rUVqwJ8Gnd .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUVqwJ8Gnd .card-header {
  background: transparent;
}
.cid-rUVqwJ8Gnd .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUVqwJ8Gnd .card-subtitle {
  margin: 0;
}
.cid-rUVqwJ8Gnd .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUVqwJ8Gnd .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUVqwJ8Gnd .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUVqwJ8Gnd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVqwJ8Gnd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVqwJ8Gnd .card .panel-body {
  color: #767676;
}
.cid-rUVqwJ8Gnd h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUVqwJ8Gnd H4 {
  color: #4f4943;
}
.cid-rUVqwJ8Gnd H2 {
  color: #222222;
}
.cid-rUVqwJ8Gnd .panel-text {
  color: #232323;
}
.cid-rUVqwJ8Gnd .box-text {
  color: #232323;
}
.cid-rUVqwJ8Gnd SPAN {
  color: #ff6800;
}
.cid-rUVqwJ8Gnd .item-title {
  color: #4f4943;
}
.cid-rUVqwJ8Gnd .mbr-section-title,
.cid-rUVqwJ8Gnd .underline {
  color: #232323;
  text-align: center;
}
.cid-rUVqwJ8Gnd .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rOB4jBZrmZ {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rOB4jBZrmZ li {
  list-style: none;
}
.cid-rOB4jBZrmZ .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rOB4jBZrmZ .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rOB4jBZrmZ .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff5800 !important;
}
.cid-rOB4jBZrmZ h4 {
  margin: 0;
}
.cid-rOB4jBZrmZ ul {
  padding: 0;
  margin: 0;
}
.cid-rOB4jBZrmZ .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rOB4jBZrmZ .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rOB4jBZrmZ .accordion .card {
  overflow: hidden;
}
.cid-rOB4jBZrmZ .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rOB4jBZrmZ .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rOB4jBZrmZ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rOB4jBZrmZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rOB4jBZrmZ .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rOB4jBZrmZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rOB4jBZrmZ .card .panel-body {
  color: #767676;
}
.cid-rOB4jBZrmZ .card:hover {
  background: #efefef;
}
.cid-rOB4jBZrmZ .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rOB4jBZrmZ .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rOB4jBZrmZ .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rOB4jBZrmZ .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rOB4jBZrmZ .panel-collapse {
  margin-top: -1px;
}
.cid-rOB4jBZrmZ H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rOB4jBZrmZ .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rOB4jBZrmZ .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rOB4jBZrmZ .sign {
    margin-right: 0.5rem;
  }
}
.cid-rOB4jBZrmZ H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rOB4jBZrmZ H2 {
  color: #000000;
}
.cid-rOB4jBZrmZ .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rOB4jxVU5X {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.cid-rOB4jxVU5X .mbr-text {
  color: #767676;
}
.cid-rOB4jxVU5X .card-subtitle {
  margin: 0;
}
.cid-rOB4jxVU5X .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rOB4jxVU5X img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rOB4jxVU5X .card-box {
  padding: 1rem;
}
.cid-rOB4jxVU5X .link {
  transition: all 0.3s;
}
.cid-rOB4jxVU5X .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rOB4jxVU5X .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rOB4jxVU5X .mbr-section-btn .btn {
  border: 0px;
}
.cid-rOB4jxVU5X .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rOB4jxVU5X h4,
.cid-rOB4jxVU5X h6,
.cid-rOB4jxVU5X h5 {
  margin: 0;
}
.cid-rOB4jxVU5X .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rOB4jxVU5X .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rOB4jxVU5X .link-wrap:hover {
  color: #ff6400;
}
.cid-rOB4jxVU5X .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rOB4jxVU5X .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rOB4jxVU5X .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rOB4jxVU5X .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rOB4jxVU5X .icon-wrap span {
  margin-right: 8px;
}
.cid-rOB4jxVU5X .icon-padding {
  padding-left: 2rem;
}
.cid-rOB4jxVU5X .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rOB4jxVU5X .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rOB4jxVU5X .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rOB4jxVU5X .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rOB4jxVU5X .card:hover img {
  transform: scale(1.1);
}
.cid-rOB4jxVU5X .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rOB4jxVU5X .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rOB4jxVU5X .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rOB4jxVU5X .row {
  justify-content: center;
}
.cid-rOB4jxVU5X .location,
.cid-rOB4jxVU5X .icon-wrap {
  color: #ff6400;
}
.cid-rOB4jxVU5X .link,
.cid-rOB4jxVU5X .link-wrap,
.cid-rOB4jxVU5X .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rOB4jxVU5X .wrapper {
    flex-direction: column;
  }
  .cid-rOB4jxVU5X .icon-padding {
    padding-left: 0rem;
  }
  .cid-rOB4jxVU5X .card-box {
    padding: 0;
  }
}
.cid-rOB4jxVU5X H2 {
  color: #ff6400;
}
.cid-rOB4jxVU5X .mbr-text,
.cid-rOB4jxVU5X .link {
  color: #0e0e0e;
}
.cid-rOB4jxVU5e {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOB4jxVU5e .mbr-text {
  color: #767676;
}
.cid-rOB4jxVU5e .card-subtitle {
  margin: 0;
}
.cid-rOB4jxVU5e .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rOB4jxVU5e img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rOB4jxVU5e .card-box {
  padding: 1rem;
}
.cid-rOB4jxVU5e .link {
  transition: all 0.3s;
}
.cid-rOB4jxVU5e .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rOB4jxVU5X .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rOB4jxVU5e .mbr-section-btn .btn {
  border: 0px;
}
.cid-rOB4jxVU5e .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rOB4jxVU5e h4,
.cid-rOB4jxVU5e h6,
.cid-rOB4jxVU5e h5 {
  margin: 0;
}
.cid-rOB4jxVU5e .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rOB4jxVU5e .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rOB4jxVU5e .link-wrap:hover {
  color: #ff6400;
}
.cid-rOB4jxVU5e .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rOB4jxVU5e .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rOB4jxVU5e .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rOB4jxVU5e .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rOB4jxVU5e .icon-wrap span {
  margin-right: 8px;
}
.cid-rOB4jxVU5e .icon-padding {
  padding-left: 2rem;
}
.cid-rOB4jxVU5e .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rOB4jxVU5e .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rOB4jxVU5e .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rOB4jxVU5e .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rOB4jxVU5e .card:hover img {
  transform: scale(1.1);
}
.cid-rOB4jxVU5e .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rOB4jxVU5e .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rOB4jxVU5e .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rOB4jxVU5e .row {
  justify-content: center;
}
.cid-rOB4jxVU5e .location,
.cid-rOB4jxVU5e .icon-wrap {
  color: #ff6400;
}
.cid-rOB4jxVU5e .link,
.cid-rOB4jxVU5e .link-wrap,
.cid-rOB4jxVU5e .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rOB4jxVU5e .wrapper {
    flex-direction: column;
  }
  .cid-rOB4jxVU5e .icon-padding {
    padding-left: 0rem;
  }
  .cid-rOB4jxVU5e .card-box {
    padding: 0;
  }
}
.cid-rOB4jxVU5e H2 {
  color: #ff6400;
}
.cid-rOB4jxVU5e .mbr-text,
.cid-rOB4jxVU5e .link {
  color: #0e0e0e;
}
.cid-rUViQukQLx {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/motorcycle-header-102.jpg");
}
@media (max-width: 992px) {
  .cid-rUViQukQLx {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-rUViQukQLx .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-rUViQukQLx .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-rUViQukQLx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-rUViQukQLx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUViQukQLx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUViQukQLx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUViQukQLx a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rUViQukQLx {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .cid-rUViQukQLx .box {
    height: 250px;
  }
}
.cid-rUViQukQLx .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUViQukQLx .mbr-section-title,
.cid-rUViQukQLx .span-row {
  color: #cebfaf;
}
.cid-rUViQukQLx .mbr-text,
.cid-rUViQukQLx .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQ8zkdHwVw {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQ8zkdHwVw blockquote {
  border-width: 2px;
  border-color: #ff5400;
  padding: 0 0 0 50px;
}
.cid-rQ8zkdHwVw .mbr-text,
.cid-rQ8zkdHwVw .blockquote-quote {
  color: #0e0e0e;
}
.cid-rQ8zkdHwVw footer {
  font-style: normal;
}
.cid-rVjphEZGpr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjphEZGpr h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjphEZGpr h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjphEZGpr .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjphEZGpr span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjphEZGpr .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjphEZGpr .card {
    padding: 1rem;
  }
}
.cid-rVjphEZGpr .user_name,
.cid-rVjphEZGpr .align {
  color: #cccccc;
}
.cid-rVjphEZGpr .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjAlXU313 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjAlXU313 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjAlXU313 .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjAlXU313 H2 {
  color: #e7272d;
}
.cid-rVjAlXU313 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjAlXU313 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjAlXU313 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAlXU313 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAlXU313 .col-lg-12 {
  overflow: hidden;
}
.cid-rVjAlXU313 H4 {
  color: #ff6400;
}
.cid-rVjAlXU313 .mbr-text,
.cid-rVjAlXU313 .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjAlXU313 .logo-wrap:before {
    content: none;
  }
  .cid-rVjAlXU313 .logo-wrap:after {
    content: none;
  }
}
.cid-rVjAlXU313 H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rOB4jMQubC.popup-builder {
  background-color: #ffffff;
}
.cid-rOB4jMQubC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rOB4jMQubC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rOB4jMQubC .modal-content,
.cid-rOB4jMQubC .modal-dialog {
  height: auto;
}
.cid-rOB4jMQubC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rOB4jMQubC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rOB4jMQubC .form-wrapper .mbr-form .form-group,
  .cid-rOB4jMQubC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rOB4jMQubC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rOB4jMQubC .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-rOB4jMQubC .mbr-text {
  text-align: center;
}
.cid-rOB4jMQubC .pt-0 {
  padding-top: 0 !important;
}
.cid-rOB4jMQubC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rOB4jMQubC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rOB4jMQubC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rOB4jMQubC .modal-open {
  overflow: hidden;
}
.cid-rOB4jMQubC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rOB4jMQubC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rOB4jMQubC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rOB4jMQubC .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-rOB4jMQubC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rOB4jMQubC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rOB4jMQubC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rOB4jMQubC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rOB4jMQubC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rOB4jMQubC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rOB4jMQubC .modal-backdrop.show {
  opacity: .5;
}
.cid-rOB4jMQubC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rOB4jMQubC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rOB4jMQubC .modal-header .close:hover {
  opacity: 1;
}
.cid-rOB4jMQubC .modal-header .close:focus {
  outline: none;
}
.cid-rOB4jMQubC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rOB4jMQubC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rOB4jMQubC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rOB4jMQubC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rOB4jMQubC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rOB4jMQubC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rOB4jMQubC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rOB4jMQubC .modal-sm {
    max-width: 300px;
  }
  .cid-rOB4jMQubC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rOB4jMQubC .modal-lg,
  .cid-rOB4jMQubC .modal-xl {
    max-width: 800px;
  }
  .cid-rOB4jMQubC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rOB4jMQubC .modal-xl {
    max-width: 1140px;
  }
  .cid-rOB4jMQubC .container {
    max-width: 1140px;
  }
}
.cid-rOB4jMQubC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rOB4jMQubC .container {
    max-width: 720px;
  }
}
.cid-rOB4jMQubC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rOB4jMQubC .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-rOB4jMQubC .form-group {
  margin-bottom: 1rem;
}
.cid-rOB4jMQubC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rOB4jMQubC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rOB4jMQubC .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-rYoUPzZyr6.popup-builder {
  background-color: #ffffff;
}
.cid-rYoUPzZyr6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoUPzZyr6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoUPzZyr6 .modal-content,
.cid-rYoUPzZyr6 .modal-dialog {
  height: auto;
}
.cid-rYoUPzZyr6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoUPzZyr6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoUPzZyr6 .form-wrapper .mbr-form .form-group,
  .cid-rYoUPzZyr6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoUPzZyr6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoUPzZyr6 .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-rYoUPzZyr6 .mbr-text {
  text-align: center;
}
.cid-rYoUPzZyr6 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoUPzZyr6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoUPzZyr6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoUPzZyr6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoUPzZyr6 .modal-open {
  overflow: hidden;
}
.cid-rYoUPzZyr6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoUPzZyr6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoUPzZyr6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoUPzZyr6 .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-rYoUPzZyr6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoUPzZyr6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoUPzZyr6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoUPzZyr6 .modal-content {
  background: #efefef;
  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-rYoUPzZyr6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoUPzZyr6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoUPzZyr6 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoUPzZyr6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoUPzZyr6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoUPzZyr6 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoUPzZyr6 .modal-header .close:focus {
  outline: none;
}
.cid-rYoUPzZyr6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoUPzZyr6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoUPzZyr6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoUPzZyr6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoUPzZyr6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoUPzZyr6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoUPzZyr6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoUPzZyr6 .modal-sm {
    max-width: 300px;
  }
  .cid-rYoUPzZyr6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoUPzZyr6 .modal-lg,
  .cid-rYoUPzZyr6 .modal-xl {
    max-width: 800px;
  }
  .cid-rYoUPzZyr6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoUPzZyr6 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoUPzZyr6 .container {
    max-width: 1140px;
  }
}
.cid-rYoUPzZyr6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoUPzZyr6 .container {
    max-width: 720px;
  }
}
.cid-rYoUPzZyr6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoUPzZyr6 .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-rYoUPzZyr6 .form-group {
  margin-bottom: 1rem;
}
.cid-rYoUPzZyr6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoUPzZyr6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoUPzZyr6 .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-rYoV5FQdEN.popup-builder {
  background-color: #ffffff;
}
.cid-rYoV5FQdEN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoV5FQdEN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoV5FQdEN .modal-content,
.cid-rYoV5FQdEN .modal-dialog {
  height: auto;
}
.cid-rYoV5FQdEN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoV5FQdEN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoV5FQdEN .form-wrapper .mbr-form .form-group,
  .cid-rYoV5FQdEN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoV5FQdEN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoV5FQdEN .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-rYoV5FQdEN .mbr-text {
  text-align: center;
}
.cid-rYoV5FQdEN .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoV5FQdEN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoV5FQdEN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoV5FQdEN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoV5FQdEN .modal-open {
  overflow: hidden;
}
.cid-rYoV5FQdEN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoV5FQdEN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoV5FQdEN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoV5FQdEN .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-rYoV5FQdEN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoV5FQdEN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoV5FQdEN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoV5FQdEN .modal-content {
  background: #efefef;
  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-rYoV5FQdEN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoV5FQdEN .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoV5FQdEN .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoV5FQdEN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoV5FQdEN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoV5FQdEN .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoV5FQdEN .modal-header .close:focus {
  outline: none;
}
.cid-rYoV5FQdEN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoV5FQdEN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoV5FQdEN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoV5FQdEN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoV5FQdEN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoV5FQdEN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoV5FQdEN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoV5FQdEN .modal-sm {
    max-width: 300px;
  }
  .cid-rYoV5FQdEN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoV5FQdEN .modal-lg,
  .cid-rYoV5FQdEN .modal-xl {
    max-width: 800px;
  }
  .cid-rYoV5FQdEN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoV5FQdEN .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoV5FQdEN .container {
    max-width: 1140px;
  }
}
.cid-rYoV5FQdEN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoV5FQdEN .container {
    max-width: 720px;
  }
}
.cid-rYoV5FQdEN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoV5FQdEN .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-rYoV5FQdEN .form-group {
  margin-bottom: 1rem;
}
.cid-rYoV5FQdEN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoV5FQdEN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoV5FQdEN .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-rYoVFXoLjW.popup-builder {
  background-color: #ffffff;
}
.cid-rYoVFXoLjW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoVFXoLjW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoVFXoLjW .modal-content,
.cid-rYoVFXoLjW .modal-dialog {
  height: auto;
}
.cid-rYoVFXoLjW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoVFXoLjW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoVFXoLjW .form-wrapper .mbr-form .form-group,
  .cid-rYoVFXoLjW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoVFXoLjW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoVFXoLjW .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-rYoVFXoLjW .mbr-text {
  text-align: center;
}
.cid-rYoVFXoLjW .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoVFXoLjW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoVFXoLjW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoVFXoLjW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoVFXoLjW .modal-open {
  overflow: hidden;
}
.cid-rYoVFXoLjW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoVFXoLjW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoVFXoLjW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoVFXoLjW .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-rYoVFXoLjW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoVFXoLjW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoVFXoLjW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoVFXoLjW .modal-content {
  background: #efefef;
  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-rYoVFXoLjW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoVFXoLjW .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoVFXoLjW .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoVFXoLjW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoVFXoLjW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoVFXoLjW .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoVFXoLjW .modal-header .close:focus {
  outline: none;
}
.cid-rYoVFXoLjW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoVFXoLjW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoVFXoLjW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoVFXoLjW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoVFXoLjW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoVFXoLjW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoVFXoLjW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoVFXoLjW .modal-sm {
    max-width: 300px;
  }
  .cid-rYoVFXoLjW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoVFXoLjW .modal-lg,
  .cid-rYoVFXoLjW .modal-xl {
    max-width: 800px;
  }
  .cid-rYoVFXoLjW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoVFXoLjW .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoVFXoLjW .container {
    max-width: 1140px;
  }
}
.cid-rYoVFXoLjW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoVFXoLjW .container {
    max-width: 720px;
  }
}
.cid-rYoVFXoLjW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoVFXoLjW .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-rYoVFXoLjW .form-group {
  margin-bottom: 1rem;
}
.cid-rYoVFXoLjW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoVFXoLjW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoVFXoLjW .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-rYoVWEBtoY.popup-builder {
  background-color: #ffffff;
}
.cid-rYoVWEBtoY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoVWEBtoY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoVWEBtoY .modal-content,
.cid-rYoVWEBtoY .modal-dialog {
  height: auto;
}
.cid-rYoVWEBtoY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoVWEBtoY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoVWEBtoY .form-wrapper .mbr-form .form-group,
  .cid-rYoVWEBtoY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoVWEBtoY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoVWEBtoY .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-rYoVWEBtoY .mbr-text {
  text-align: center;
}
.cid-rYoVWEBtoY .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoVWEBtoY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoVWEBtoY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoVWEBtoY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoVWEBtoY .modal-open {
  overflow: hidden;
}
.cid-rYoVWEBtoY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoVWEBtoY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoVWEBtoY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoVWEBtoY .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-rYoVWEBtoY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoVWEBtoY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoVWEBtoY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoVWEBtoY .modal-content {
  background: #efefef;
  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-rYoVWEBtoY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoVWEBtoY .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoVWEBtoY .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoVWEBtoY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoVWEBtoY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoVWEBtoY .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoVWEBtoY .modal-header .close:focus {
  outline: none;
}
.cid-rYoVWEBtoY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoVWEBtoY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoVWEBtoY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoVWEBtoY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoVWEBtoY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoVWEBtoY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoVWEBtoY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoVWEBtoY .modal-sm {
    max-width: 300px;
  }
  .cid-rYoVWEBtoY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoVWEBtoY .modal-lg,
  .cid-rYoVWEBtoY .modal-xl {
    max-width: 800px;
  }
  .cid-rYoVWEBtoY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoVWEBtoY .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoVWEBtoY .container {
    max-width: 1140px;
  }
}
.cid-rYoVWEBtoY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoVWEBtoY .container {
    max-width: 720px;
  }
}
.cid-rYoVWEBtoY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoVWEBtoY .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-rYoVWEBtoY .form-group {
  margin-bottom: 1rem;
}
.cid-rYoVWEBtoY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoVWEBtoY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoVWEBtoY .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-rYoWl5RVsM.popup-builder {
  background-color: #ffffff;
}
.cid-rYoWl5RVsM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoWl5RVsM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoWl5RVsM .modal-content,
.cid-rYoWl5RVsM .modal-dialog {
  height: auto;
}
.cid-rYoWl5RVsM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoWl5RVsM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoWl5RVsM .form-wrapper .mbr-form .form-group,
  .cid-rYoWl5RVsM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoWl5RVsM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoWl5RVsM .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-rYoWl5RVsM .mbr-text {
  text-align: center;
}
.cid-rYoWl5RVsM .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoWl5RVsM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoWl5RVsM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoWl5RVsM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoWl5RVsM .modal-open {
  overflow: hidden;
}
.cid-rYoWl5RVsM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoWl5RVsM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoWl5RVsM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoWl5RVsM .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-rYoWl5RVsM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoWl5RVsM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoWl5RVsM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoWl5RVsM .modal-content {
  background: #efefef;
  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-rYoWl5RVsM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoWl5RVsM .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoWl5RVsM .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoWl5RVsM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoWl5RVsM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoWl5RVsM .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoWl5RVsM .modal-header .close:focus {
  outline: none;
}
.cid-rYoWl5RVsM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoWl5RVsM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoWl5RVsM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoWl5RVsM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoWl5RVsM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoWl5RVsM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoWl5RVsM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoWl5RVsM .modal-sm {
    max-width: 300px;
  }
  .cid-rYoWl5RVsM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoWl5RVsM .modal-lg,
  .cid-rYoWl5RVsM .modal-xl {
    max-width: 800px;
  }
  .cid-rYoWl5RVsM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoWl5RVsM .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoWl5RVsM .container {
    max-width: 1140px;
  }
}
.cid-rYoWl5RVsM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoWl5RVsM .container {
    max-width: 720px;
  }
}
.cid-rYoWl5RVsM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoWl5RVsM .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-rYoWl5RVsM .form-group {
  margin-bottom: 1rem;
}
.cid-rYoWl5RVsM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoWl5RVsM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoWl5RVsM .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-rYoWCSnPVi.popup-builder {
  background-color: #ffffff;
}
.cid-rYoWCSnPVi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoWCSnPVi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoWCSnPVi .modal-content,
.cid-rYoWCSnPVi .modal-dialog {
  height: auto;
}
.cid-rYoWCSnPVi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoWCSnPVi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoWCSnPVi .form-wrapper .mbr-form .form-group,
  .cid-rYoWCSnPVi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoWCSnPVi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoWCSnPVi .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-rYoWCSnPVi .mbr-text {
  text-align: center;
}
.cid-rYoWCSnPVi .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoWCSnPVi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoWCSnPVi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoWCSnPVi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoWCSnPVi .modal-open {
  overflow: hidden;
}
.cid-rYoWCSnPVi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoWCSnPVi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoWCSnPVi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoWCSnPVi .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-rYoWCSnPVi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoWCSnPVi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoWCSnPVi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoWCSnPVi .modal-content {
  background: #efefef;
  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-rYoWCSnPVi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoWCSnPVi .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoWCSnPVi .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoWCSnPVi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoWCSnPVi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoWCSnPVi .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoWCSnPVi .modal-header .close:focus {
  outline: none;
}
.cid-rYoWCSnPVi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoWCSnPVi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoWCSnPVi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoWCSnPVi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoWCSnPVi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoWCSnPVi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoWCSnPVi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoWCSnPVi .modal-sm {
    max-width: 300px;
  }
  .cid-rYoWCSnPVi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoWCSnPVi .modal-lg,
  .cid-rYoWCSnPVi .modal-xl {
    max-width: 800px;
  }
  .cid-rYoWCSnPVi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoWCSnPVi .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoWCSnPVi .container {
    max-width: 1140px;
  }
}
.cid-rYoWCSnPVi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoWCSnPVi .container {
    max-width: 720px;
  }
}
.cid-rYoWCSnPVi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoWCSnPVi .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-rYoWCSnPVi .form-group {
  margin-bottom: 1rem;
}
.cid-rYoWCSnPVi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoWCSnPVi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoWCSnPVi .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-rYoYhOEhq4.popup-builder {
  background-color: #ffffff;
}
.cid-rYoYhOEhq4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoYhOEhq4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoYhOEhq4 .modal-content,
.cid-rYoYhOEhq4 .modal-dialog {
  height: auto;
}
.cid-rYoYhOEhq4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoYhOEhq4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoYhOEhq4 .form-wrapper .mbr-form .form-group,
  .cid-rYoYhOEhq4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoYhOEhq4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoYhOEhq4 .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-rYoYhOEhq4 .mbr-text {
  text-align: center;
}
.cid-rYoYhOEhq4 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoYhOEhq4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoYhOEhq4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoYhOEhq4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoYhOEhq4 .modal-open {
  overflow: hidden;
}
.cid-rYoYhOEhq4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoYhOEhq4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoYhOEhq4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoYhOEhq4 .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-rYoYhOEhq4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoYhOEhq4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoYhOEhq4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoYhOEhq4 .modal-content {
  background: #efefef;
  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-rYoYhOEhq4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoYhOEhq4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoYhOEhq4 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoYhOEhq4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoYhOEhq4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoYhOEhq4 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoYhOEhq4 .modal-header .close:focus {
  outline: none;
}
.cid-rYoYhOEhq4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoYhOEhq4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoYhOEhq4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoYhOEhq4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoYhOEhq4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoYhOEhq4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoYhOEhq4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoYhOEhq4 .modal-sm {
    max-width: 300px;
  }
  .cid-rYoYhOEhq4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoYhOEhq4 .modal-lg,
  .cid-rYoYhOEhq4 .modal-xl {
    max-width: 800px;
  }
  .cid-rYoYhOEhq4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoYhOEhq4 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoYhOEhq4 .container {
    max-width: 1140px;
  }
}
.cid-rYoYhOEhq4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoYhOEhq4 .container {
    max-width: 720px;
  }
}
.cid-rYoYhOEhq4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoYhOEhq4 .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-rYoYhOEhq4 .form-group {
  margin-bottom: 1rem;
}
.cid-rYoYhOEhq4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoYhOEhq4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoYhOEhq4 .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-rYoYRbWoCC.popup-builder {
  background-color: #ffffff;
}
.cid-rYoYRbWoCC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoYRbWoCC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoYRbWoCC .modal-content,
.cid-rYoYRbWoCC .modal-dialog {
  height: auto;
}
.cid-rYoYRbWoCC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoYRbWoCC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoYRbWoCC .form-wrapper .mbr-form .form-group,
  .cid-rYoYRbWoCC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoYRbWoCC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoYRbWoCC .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-rYoYRbWoCC .mbr-text {
  text-align: center;
}
.cid-rYoYRbWoCC .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoYRbWoCC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoYRbWoCC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoYRbWoCC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoYRbWoCC .modal-open {
  overflow: hidden;
}
.cid-rYoYRbWoCC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoYRbWoCC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoYRbWoCC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoYRbWoCC .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-rYoYRbWoCC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoYRbWoCC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoYRbWoCC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoYRbWoCC .modal-content {
  background: #efefef;
  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-rYoYRbWoCC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoYRbWoCC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoYRbWoCC .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoYRbWoCC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoYRbWoCC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoYRbWoCC .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoYRbWoCC .modal-header .close:focus {
  outline: none;
}
.cid-rYoYRbWoCC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoYRbWoCC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoYRbWoCC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoYRbWoCC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoYRbWoCC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoYRbWoCC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoYRbWoCC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoYRbWoCC .modal-sm {
    max-width: 300px;
  }
  .cid-rYoYRbWoCC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoYRbWoCC .modal-lg,
  .cid-rYoYRbWoCC .modal-xl {
    max-width: 800px;
  }
  .cid-rYoYRbWoCC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoYRbWoCC .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoYRbWoCC .container {
    max-width: 1140px;
  }
}
.cid-rYoYRbWoCC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoYRbWoCC .container {
    max-width: 720px;
  }
}
.cid-rYoYRbWoCC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoYRbWoCC .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-rYoYRbWoCC .form-group {
  margin-bottom: 1rem;
}
.cid-rYoYRbWoCC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoYRbWoCC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoYRbWoCC .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-rYoZgIyfJ5.popup-builder {
  background-color: #ffffff;
}
.cid-rYoZgIyfJ5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoZgIyfJ5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoZgIyfJ5 .modal-content,
.cid-rYoZgIyfJ5 .modal-dialog {
  height: auto;
}
.cid-rYoZgIyfJ5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoZgIyfJ5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoZgIyfJ5 .form-wrapper .mbr-form .form-group,
  .cid-rYoZgIyfJ5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoZgIyfJ5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoZgIyfJ5 .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-rYoZgIyfJ5 .mbr-text {
  text-align: center;
}
.cid-rYoZgIyfJ5 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoZgIyfJ5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoZgIyfJ5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoZgIyfJ5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoZgIyfJ5 .modal-open {
  overflow: hidden;
}
.cid-rYoZgIyfJ5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoZgIyfJ5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoZgIyfJ5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoZgIyfJ5 .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-rYoZgIyfJ5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoZgIyfJ5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoZgIyfJ5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoZgIyfJ5 .modal-content {
  background: #efefef;
  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-rYoZgIyfJ5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoZgIyfJ5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoZgIyfJ5 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoZgIyfJ5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoZgIyfJ5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoZgIyfJ5 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoZgIyfJ5 .modal-header .close:focus {
  outline: none;
}
.cid-rYoZgIyfJ5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoZgIyfJ5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoZgIyfJ5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoZgIyfJ5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoZgIyfJ5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoZgIyfJ5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoZgIyfJ5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoZgIyfJ5 .modal-sm {
    max-width: 300px;
  }
  .cid-rYoZgIyfJ5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoZgIyfJ5 .modal-lg,
  .cid-rYoZgIyfJ5 .modal-xl {
    max-width: 800px;
  }
  .cid-rYoZgIyfJ5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoZgIyfJ5 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoZgIyfJ5 .container {
    max-width: 1140px;
  }
}
.cid-rYoZgIyfJ5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoZgIyfJ5 .container {
    max-width: 720px;
  }
}
.cid-rYoZgIyfJ5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoZgIyfJ5 .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-rYoZgIyfJ5 .form-group {
  margin-bottom: 1rem;
}
.cid-rYoZgIyfJ5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoZgIyfJ5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoZgIyfJ5 .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-rYp3SGW3uU.popup-builder {
  background-color: #ffffff;
}
.cid-rYp3SGW3uU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYp3SGW3uU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYp3SGW3uU .modal-content,
.cid-rYp3SGW3uU .modal-dialog {
  height: auto;
}
.cid-rYp3SGW3uU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYp3SGW3uU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYp3SGW3uU .form-wrapper .mbr-form .form-group,
  .cid-rYp3SGW3uU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYp3SGW3uU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYp3SGW3uU .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-rYp3SGW3uU .mbr-text {
  text-align: center;
}
.cid-rYp3SGW3uU .pt-0 {
  padding-top: 0 !important;
}
.cid-rYp3SGW3uU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYp3SGW3uU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYp3SGW3uU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYp3SGW3uU .modal-open {
  overflow: hidden;
}
.cid-rYp3SGW3uU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYp3SGW3uU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYp3SGW3uU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYp3SGW3uU .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-rYp3SGW3uU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYp3SGW3uU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYp3SGW3uU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYp3SGW3uU .modal-content {
  background: #efefef;
  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-rYp3SGW3uU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYp3SGW3uU .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYp3SGW3uU .modal-backdrop.show {
  opacity: .5;
}
.cid-rYp3SGW3uU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYp3SGW3uU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYp3SGW3uU .modal-header .close:hover {
  opacity: 1;
}
.cid-rYp3SGW3uU .modal-header .close:focus {
  outline: none;
}
.cid-rYp3SGW3uU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYp3SGW3uU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYp3SGW3uU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYp3SGW3uU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYp3SGW3uU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYp3SGW3uU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYp3SGW3uU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYp3SGW3uU .modal-sm {
    max-width: 300px;
  }
  .cid-rYp3SGW3uU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYp3SGW3uU .modal-lg,
  .cid-rYp3SGW3uU .modal-xl {
    max-width: 800px;
  }
  .cid-rYp3SGW3uU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYp3SGW3uU .modal-xl {
    max-width: 1140px;
  }
  .cid-rYp3SGW3uU .container {
    max-width: 1140px;
  }
}
.cid-rYp3SGW3uU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYp3SGW3uU .container {
    max-width: 720px;
  }
}
.cid-rYp3SGW3uU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYp3SGW3uU .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-rYp3SGW3uU .form-group {
  margin-bottom: 1rem;
}
.cid-rYp3SGW3uU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYp3SGW3uU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYp3SGW3uU .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-rYp47LqA6E.popup-builder {
  background-color: #ffffff;
}
.cid-rYp47LqA6E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYp47LqA6E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYp47LqA6E .modal-content,
.cid-rYp47LqA6E .modal-dialog {
  height: auto;
}
.cid-rYp47LqA6E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYp47LqA6E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYp47LqA6E .form-wrapper .mbr-form .form-group,
  .cid-rYp47LqA6E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYp47LqA6E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYp47LqA6E .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-rYp47LqA6E .mbr-text {
  text-align: center;
}
.cid-rYp47LqA6E .pt-0 {
  padding-top: 0 !important;
}
.cid-rYp47LqA6E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYp47LqA6E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYp47LqA6E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYp47LqA6E .modal-open {
  overflow: hidden;
}
.cid-rYp47LqA6E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYp47LqA6E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYp47LqA6E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYp47LqA6E .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-rYp47LqA6E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYp47LqA6E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYp47LqA6E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYp47LqA6E .modal-content {
  background: #efefef;
  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-rYp47LqA6E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYp47LqA6E .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYp47LqA6E .modal-backdrop.show {
  opacity: .5;
}
.cid-rYp47LqA6E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYp47LqA6E .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYp47LqA6E .modal-header .close:hover {
  opacity: 1;
}
.cid-rYp47LqA6E .modal-header .close:focus {
  outline: none;
}
.cid-rYp47LqA6E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYp47LqA6E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYp47LqA6E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYp47LqA6E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYp47LqA6E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYp47LqA6E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYp47LqA6E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYp47LqA6E .modal-sm {
    max-width: 300px;
  }
  .cid-rYp47LqA6E .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYp47LqA6E .modal-lg,
  .cid-rYp47LqA6E .modal-xl {
    max-width: 800px;
  }
  .cid-rYp47LqA6E .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYp47LqA6E .modal-xl {
    max-width: 1140px;
  }
  .cid-rYp47LqA6E .container {
    max-width: 1140px;
  }
}
.cid-rYp47LqA6E .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYp47LqA6E .container {
    max-width: 720px;
  }
}
.cid-rYp47LqA6E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYp47LqA6E .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-rYp47LqA6E .form-group {
  margin-bottom: 1rem;
}
.cid-rYp47LqA6E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYp47LqA6E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYp47LqA6E .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-rYp4BUHjA4.popup-builder {
  background-color: #ffffff;
}
.cid-rYp4BUHjA4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYp4BUHjA4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYp4BUHjA4 .modal-content,
.cid-rYp4BUHjA4 .modal-dialog {
  height: auto;
}
.cid-rYp4BUHjA4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYp4BUHjA4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYp4BUHjA4 .form-wrapper .mbr-form .form-group,
  .cid-rYp4BUHjA4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYp4BUHjA4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYp4BUHjA4 .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-rYp4BUHjA4 .mbr-text {
  text-align: center;
}
.cid-rYp4BUHjA4 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYp4BUHjA4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYp4BUHjA4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYp4BUHjA4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYp4BUHjA4 .modal-open {
  overflow: hidden;
}
.cid-rYp4BUHjA4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYp4BUHjA4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYp4BUHjA4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYp4BUHjA4 .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-rYp4BUHjA4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYp4BUHjA4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYp4BUHjA4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYp4BUHjA4 .modal-content {
  background: #efefef;
  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-rYp4BUHjA4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYp4BUHjA4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYp4BUHjA4 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYp4BUHjA4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYp4BUHjA4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYp4BUHjA4 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYp4BUHjA4 .modal-header .close:focus {
  outline: none;
}
.cid-rYp4BUHjA4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYp4BUHjA4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYp4BUHjA4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYp4BUHjA4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYp4BUHjA4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYp4BUHjA4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYp4BUHjA4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYp4BUHjA4 .modal-sm {
    max-width: 300px;
  }
  .cid-rYp4BUHjA4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYp4BUHjA4 .modal-lg,
  .cid-rYp4BUHjA4 .modal-xl {
    max-width: 800px;
  }
  .cid-rYp4BUHjA4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYp4BUHjA4 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYp4BUHjA4 .container {
    max-width: 1140px;
  }
}
.cid-rYp4BUHjA4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYp4BUHjA4 .container {
    max-width: 720px;
  }
}
.cid-rYp4BUHjA4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYp4BUHjA4 .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-rYp4BUHjA4 .form-group {
  margin-bottom: 1rem;
}
.cid-rYp4BUHjA4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYp4BUHjA4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYp4BUHjA4 .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-rXKNeZfWdX .modal-body .close {
  background: #1b1b1b;
}
.cid-rXKNeZfWdX .modal-body .close span {
  font-style: normal;
}
.cid-rXKNeZfWdX .carousel-inner > .active,
.cid-rXKNeZfWdX .carousel-inner > .next,
.cid-rXKNeZfWdX .carousel-inner > .prev {
  display: table;
}
.cid-rXKNeZfWdX .carousel-control .icon-next,
.cid-rXKNeZfWdX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rXKNeZfWdX .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rXKNeZfWdX .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXKNeZfWdX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rXKNeZfWdX .boxed-slider > div {
  position: relative;
}
.cid-rXKNeZfWdX .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rXKNeZfWdX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rXKNeZfWdX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXKNeZfWdX .mbr-table-cell {
  padding: 0;
}
.cid-rXKNeZfWdX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rXKNeZfWdX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rXKNeZfWdX .mbr-overlay {
  z-index: 1;
}
.cid-rXKNeZfWdX .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXKNeZfWdX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rXKNeZfWdX .carousel-item .container {
    width: 100%;
  }
}
.cid-rXKNeZfWdX .carousel-item-next.carousel-item-left,
.cid-rXKNeZfWdX .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rXKNeZfWdX .active.carousel-item-right,
.cid-rXKNeZfWdX .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rXKNeZfWdX .active.carousel-item-left,
.cid-rXKNeZfWdX .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rXKNeZfWdX .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rXKNeZfWdX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXKNeZfWdX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXKNeZfWdX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rXKNeZfWdX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rXKNeZfWdX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rXKNeZfWdX .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rXKNeZfWdX .mbr-slider .carousel-indicators li.active,
.cid-rXKNeZfWdX .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rXKNeZfWdX .mbr-slider .carousel-indicators li::after,
.cid-rXKNeZfWdX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rXKNeZfWdX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rXKNeZfWdX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rXKNeZfWdX .mbr-slider > .container img {
  width: 100%;
}
.cid-rXKNeZfWdX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rXKNeZfWdX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rXKNeZfWdX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXKNeZfWdX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXKNeZfWdX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rXKNeZfWdX .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rXKNeZfWdX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rXKNeZfWdX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rXKNeZfWdX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rXKNeZfWdX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXKNeZfWdX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rXKNeZfWdX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rXKNeZfWdX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rXKNeZfWdX h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rXKNeZfWdX .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rXKNeZfWdX .mbr-section-btn {
  margin-top: 100px;
}
.cid-rXKNeZfWdX .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rXKNeZfWdX .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rXKNeZfWdX .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rXKNeZfWdX .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXKNeZfWdX .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rXKNeZfWdX .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXKNeZfWdX P {
  color: #cebfaf;
  text-align: center;
}
.cid-rXKNeZfWdX H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUVzzJ5xpE {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVzzJ5xpE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUVzzJ5xpE H1 {
  color: #2c1608;
}
.cid-rUVzzJ5xpE .mbr-text,
.cid-rUVzzJ5xpE .mbr-section-btn {
  color: #716c80;
}
.cid-rUVzzJ5xpE H3 {
  color: #4f4943;
}
.cid-rUVzzJ5xpE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUVzzJ5xpE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUVzzJ5xpE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUVzzJ5xpE .link:hover {
  color: #ff6400 !important;
}
.cid-rUVzzJ5xpE .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUVzzJ5xpE DIV {
  color: #57468b;
}
.cid-rUVzzJ5xpE .mbr-text,
.cid-rUVzzJ5xpE .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVzzJ5xpE .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUVzzJPCZM {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUVzzJPCZM H2 {
  color: #ff6400;
}
.cid-rUVzzJPCZM .mbr-text,
.cid-rUVzzJPCZM .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUVzzJPCZM .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUVzzJPCZM .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUVzzJPCZM .mbr-figure {
  height: 100%;
}
.cid-rUVzzJPCZM .card-img {
  padding: 0 2rem;
}
.cid-rUVzzJPCZM img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUVzzJPCZM H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUVzzJPCZM .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUVzzJPCZM .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUVzzJPCZM .container {
    padding: 0 3rem;
  }
  .cid-rUVzzJPCZM .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUVzzJPCZM .container {
    padding: 0 2rem;
  }
  .cid-rUVzzJPCZM .card-img {
    width: 100%;
  }
  .cid-rUVzzJPCZM .center-card {
    padding: 1rem;
  }
}
.cid-rUVzzKJhZR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUVzzKJhZR H2 {
  color: #e7272d;
}
.cid-rUVzzKJhZR img {
  max-width: 500px;
  margin: auto;
}
.cid-rUVzzKJhZR H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUVzzKJhZR .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUVzzKJhZR .span-row {
  width: 100%;
}
.cid-rUVzzKJhZR .mbr-section-title,
.cid-rUVzzKJhZR .span-row {
  color: #cebfaf;
}
.cid-rUVzzKJhZR .mbr-text,
.cid-rUVzzKJhZR .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUVzzLvxCQ {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUVzzLvxCQ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUVzzLvxCQ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUVzzLvxCQ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUVzzLvxCQ .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUVzzLvxCQ .menu-row {
  margin: 0;
}
.cid-rUVzzLvxCQ .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUVzzLvxCQ .card-header {
  background: transparent;
}
.cid-rUVzzLvxCQ .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUVzzLvxCQ .card-subtitle {
  margin: 0;
}
.cid-rUVzzLvxCQ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUVzzLvxCQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUVzzLvxCQ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUVzzLvxCQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVzzLvxCQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVzzLvxCQ .card .panel-body {
  color: #767676;
}
.cid-rUVzzLvxCQ h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUVzzLvxCQ H4 {
  color: #4f4943;
}
.cid-rUVzzLvxCQ H2 {
  color: #222222;
}
.cid-rUVzzLvxCQ .panel-text {
  color: #232323;
}
.cid-rUVzzLvxCQ .box-text {
  color: #232323;
}
.cid-rUVzzLvxCQ SPAN {
  color: #ff6800;
}
.cid-rUVzzLvxCQ .item-title {
  color: #4f4943;
}
.cid-rUVzzLvxCQ .mbr-section-title,
.cid-rUVzzLvxCQ .underline {
  color: #232323;
  text-align: center;
}
.cid-rUVzzLvxCQ .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUVzzN2Xr6 {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUVzzN2Xr6 li {
  list-style: none;
}
.cid-rUVzzN2Xr6 .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUVzzN2Xr6 .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUVzzN2Xr6 .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUVzzN2Xr6 h4 {
  margin: 0;
}
.cid-rUVzzN2Xr6 ul {
  padding: 0;
  margin: 0;
}
.cid-rUVzzN2Xr6 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUVzzN2Xr6 .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUVzzN2Xr6 .accordion .card {
  overflow: hidden;
}
.cid-rUVzzN2Xr6 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUVzzN2Xr6 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUVzzN2Xr6 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUVzzN2Xr6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVzzN2Xr6 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUVzzN2Xr6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVzzN2Xr6 .card .panel-body {
  color: #767676;
}
.cid-rUVzzN2Xr6 .card:hover {
  background: #efefef;
}
.cid-rUVzzN2Xr6 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUVzzN2Xr6 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUVzzN2Xr6 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUVzzN2Xr6 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUVzzN2Xr6 .panel-collapse {
  margin-top: -1px;
}
.cid-rUVzzN2Xr6 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUVzzN2Xr6 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUVzzN2Xr6 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUVzzN2Xr6 .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUVzzN2Xr6 H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUVzzN2Xr6 H2 {
  color: #000000;
}
.cid-rUVzzN2Xr6 .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVzzPBK4n {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUVzzPBK4n .mbr-text {
  color: #767676;
}
.cid-rUVzzPBK4n .card-subtitle {
  margin: 0;
}
.cid-rUVzzPBK4n .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUVzzPBK4n img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUVzzPBK4n .card-box {
  padding: 1rem;
}
.cid-rUVzzPBK4n .link {
  transition: all 0.3s;
}
.cid-rUVzzPBK4n .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUVzzPBK4n .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUVzzPBK4n .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUVzzPBK4n .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUVzzPBK4n h4,
.cid-rUVzzPBK4n h6,
.cid-rUVzzPBK4n h5 {
  margin: 0;
}
.cid-rUVzzPBK4n .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUVzzPBK4n .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUVzzPBK4n .link-wrap:hover {
  color: #ff6400;
}
.cid-rUVzzPBK4n .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUVzzPBK4n .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUVzzPBK4n .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUVzzPBK4n .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUVzzPBK4n .icon-wrap span {
  margin-right: 8px;
}
.cid-rUVzzPBK4n .icon-padding {
  padding-left: 2rem;
}
.cid-rUVzzPBK4n .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUVzzPBK4n .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUVzzPBK4n .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUVzzPBK4n .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUVzzPBK4n .card:hover img {
  transform: scale(1.1);
}
.cid-rUVzzPBK4n .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUVzzPBK4n .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVzzPBK4n .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVzzPBK4n .row {
  justify-content: center;
}
.cid-rUVzzPBK4n .location,
.cid-rUVzzPBK4n .icon-wrap {
  color: #ff6400;
}
.cid-rUVzzPBK4n .link,
.cid-rUVzzPBK4n .link-wrap,
.cid-rUVzzPBK4n .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUVzzPBK4n .wrapper {
    flex-direction: column;
  }
  .cid-rUVzzPBK4n .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUVzzPBK4n .card-box {
    padding: 0;
  }
}
.cid-rUVzzPBK4n H2 {
  color: #ff6400;
}
.cid-rUVzzPBK4n .mbr-text,
.cid-rUVzzPBK4n .link {
  color: #0e0e0e;
}
.cid-rUVzzSEfTt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVzzSEfTt blockquote {
  border-width: 1px;
  border-color: #ff5400;
  padding: 0 0 0 50px;
}
.cid-rUVzzSEfTt .mbr-text,
.cid-rUVzzSEfTt .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUVzzSEfTt footer {
  font-style: normal;
}
.cid-rVjpD5nRXD {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjpD5nRXD h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjpD5nRXD h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjpD5nRXD .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjpD5nRXD span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjpD5nRXD .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjpD5nRXD .card {
    padding: 1rem;
  }
}
.cid-rVjpD5nRXD .user_name,
.cid-rVjpD5nRXD .align {
  color: #cccccc;
}
.cid-rVjpD5nRXD .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjAqJbkft {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjAqJbkft .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjAqJbkft .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjAqJbkft H2 {
  color: #e7272d;
}
.cid-rVjAqJbkft .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjAqJbkft .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjAqJbkft .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAqJbkft .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAqJbkft .col-lg-12 {
  overflow: hidden;
}
.cid-rVjAqJbkft H4 {
  color: #ff6400;
}
.cid-rVjAqJbkft .mbr-text,
.cid-rVjAqJbkft .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjAqJbkft .logo-wrap:before {
    content: none;
  }
  .cid-rVjAqJbkft .logo-wrap:after {
    content: none;
  }
}
.cid-rVjAqJbkft H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY6f8FKyZS.popup-builder {
  background-color: #ffffff;
}
.cid-rY6f8FKyZS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY6f8FKyZS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY6f8FKyZS .modal-content,
.cid-rY6f8FKyZS .modal-dialog {
  height: auto;
}
.cid-rY6f8FKyZS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY6f8FKyZS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY6f8FKyZS .form-wrapper .mbr-form .form-group,
  .cid-rY6f8FKyZS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY6f8FKyZS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY6f8FKyZS .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-rY6f8FKyZS .mbr-text {
  text-align: center;
}
.cid-rY6f8FKyZS .pt-0 {
  padding-top: 0 !important;
}
.cid-rY6f8FKyZS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY6f8FKyZS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY6f8FKyZS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY6f8FKyZS .modal-open {
  overflow: hidden;
}
.cid-rY6f8FKyZS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY6f8FKyZS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY6f8FKyZS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY6f8FKyZS .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-rY6f8FKyZS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY6f8FKyZS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY6f8FKyZS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY6f8FKyZS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY6f8FKyZS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY6f8FKyZS .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY6f8FKyZS .modal-backdrop.show {
  opacity: .5;
}
.cid-rY6f8FKyZS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY6f8FKyZS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY6f8FKyZS .modal-header .close:hover {
  opacity: 1;
}
.cid-rY6f8FKyZS .modal-header .close:focus {
  outline: none;
}
.cid-rY6f8FKyZS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY6f8FKyZS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY6f8FKyZS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY6f8FKyZS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY6f8FKyZS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY6f8FKyZS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY6f8FKyZS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY6f8FKyZS .modal-sm {
    max-width: 300px;
  }
  .cid-rY6f8FKyZS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY6f8FKyZS .modal-lg,
  .cid-rY6f8FKyZS .modal-xl {
    max-width: 800px;
  }
  .cid-rY6f8FKyZS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY6f8FKyZS .modal-xl {
    max-width: 1140px;
  }
  .cid-rY6f8FKyZS .container {
    max-width: 1140px;
  }
}
.cid-rY6f8FKyZS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY6f8FKyZS .container {
    max-width: 720px;
  }
}
.cid-rY6f8FKyZS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY6f8FKyZS .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-rY6f8FKyZS .form-group {
  margin-bottom: 1rem;
}
.cid-rY6f8FKyZS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY6f8FKyZS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY6f8FKyZS .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-rYI5XDazsf.popup-builder {
  background-color: #ffffff;
}
.cid-rYI5XDazsf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYI5XDazsf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYI5XDazsf .modal-content,
.cid-rYI5XDazsf .modal-dialog {
  height: auto;
}
.cid-rYI5XDazsf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYI5XDazsf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYI5XDazsf .form-wrapper .mbr-form .form-group,
  .cid-rYI5XDazsf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYI5XDazsf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYI5XDazsf .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-rYI5XDazsf .mbr-text {
  text-align: center;
}
.cid-rYI5XDazsf .pt-0 {
  padding-top: 0 !important;
}
.cid-rYI5XDazsf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYI5XDazsf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYI5XDazsf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYI5XDazsf .modal-open {
  overflow: hidden;
}
.cid-rYI5XDazsf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYI5XDazsf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYI5XDazsf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYI5XDazsf .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-rYI5XDazsf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYI5XDazsf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYI5XDazsf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYI5XDazsf .modal-content {
  background: #efefef;
  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-rYI5XDazsf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYI5XDazsf .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYI5XDazsf .modal-backdrop.show {
  opacity: .5;
}
.cid-rYI5XDazsf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYI5XDazsf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYI5XDazsf .modal-header .close:hover {
  opacity: 1;
}
.cid-rYI5XDazsf .modal-header .close:focus {
  outline: none;
}
.cid-rYI5XDazsf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYI5XDazsf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYI5XDazsf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYI5XDazsf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYI5XDazsf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYI5XDazsf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYI5XDazsf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYI5XDazsf .modal-sm {
    max-width: 300px;
  }
  .cid-rYI5XDazsf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYI5XDazsf .modal-lg,
  .cid-rYI5XDazsf .modal-xl {
    max-width: 800px;
  }
  .cid-rYI5XDazsf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYI5XDazsf .modal-xl {
    max-width: 1140px;
  }
  .cid-rYI5XDazsf .container {
    max-width: 1140px;
  }
}
.cid-rYI5XDazsf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYI5XDazsf .container {
    max-width: 720px;
  }
}
.cid-rYI5XDazsf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYI5XDazsf .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-rYI5XDazsf .form-group {
  margin-bottom: 1rem;
}
.cid-rYI5XDazsf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYI5XDazsf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYI5XDazsf .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-rYI68nxUIB.popup-builder {
  background-color: #ffffff;
}
.cid-rYI68nxUIB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYI68nxUIB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYI68nxUIB .modal-content,
.cid-rYI68nxUIB .modal-dialog {
  height: auto;
}
.cid-rYI68nxUIB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYI68nxUIB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYI68nxUIB .form-wrapper .mbr-form .form-group,
  .cid-rYI68nxUIB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYI68nxUIB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYI68nxUIB .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-rYI68nxUIB .mbr-text {
  text-align: center;
}
.cid-rYI68nxUIB .pt-0 {
  padding-top: 0 !important;
}
.cid-rYI68nxUIB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYI68nxUIB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYI68nxUIB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYI68nxUIB .modal-open {
  overflow: hidden;
}
.cid-rYI68nxUIB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYI68nxUIB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYI68nxUIB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYI68nxUIB .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-rYI68nxUIB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYI68nxUIB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYI68nxUIB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYI68nxUIB .modal-content {
  background: #efefef;
  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-rYI68nxUIB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYI68nxUIB .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYI68nxUIB .modal-backdrop.show {
  opacity: .5;
}
.cid-rYI68nxUIB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYI68nxUIB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYI68nxUIB .modal-header .close:hover {
  opacity: 1;
}
.cid-rYI68nxUIB .modal-header .close:focus {
  outline: none;
}
.cid-rYI68nxUIB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYI68nxUIB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYI68nxUIB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYI68nxUIB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYI68nxUIB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYI68nxUIB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYI68nxUIB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYI68nxUIB .modal-sm {
    max-width: 300px;
  }
  .cid-rYI68nxUIB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYI68nxUIB .modal-lg,
  .cid-rYI68nxUIB .modal-xl {
    max-width: 800px;
  }
  .cid-rYI68nxUIB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYI68nxUIB .modal-xl {
    max-width: 1140px;
  }
  .cid-rYI68nxUIB .container {
    max-width: 1140px;
  }
}
.cid-rYI68nxUIB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYI68nxUIB .container {
    max-width: 720px;
  }
}
.cid-rYI68nxUIB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYI68nxUIB .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-rYI68nxUIB .form-group {
  margin-bottom: 1rem;
}
.cid-rYI68nxUIB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYI68nxUIB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYI68nxUIB .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-rYI6t6GV02.popup-builder {
  background-color: #ffffff;
}
.cid-rYI6t6GV02.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYI6t6GV02.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYI6t6GV02 .modal-content,
.cid-rYI6t6GV02 .modal-dialog {
  height: auto;
}
.cid-rYI6t6GV02 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYI6t6GV02 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYI6t6GV02 .form-wrapper .mbr-form .form-group,
  .cid-rYI6t6GV02 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYI6t6GV02 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYI6t6GV02 .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-rYI6t6GV02 .mbr-text {
  text-align: center;
}
.cid-rYI6t6GV02 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYI6t6GV02 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYI6t6GV02 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYI6t6GV02 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYI6t6GV02 .modal-open {
  overflow: hidden;
}
.cid-rYI6t6GV02 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYI6t6GV02 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYI6t6GV02 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYI6t6GV02 .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-rYI6t6GV02 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYI6t6GV02 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYI6t6GV02 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYI6t6GV02 .modal-content {
  background: #efefef;
  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-rYI6t6GV02 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYI6t6GV02 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYI6t6GV02 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYI6t6GV02 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYI6t6GV02 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYI6t6GV02 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYI6t6GV02 .modal-header .close:focus {
  outline: none;
}
.cid-rYI6t6GV02 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYI6t6GV02 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYI6t6GV02 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYI6t6GV02 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYI6t6GV02 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYI6t6GV02 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYI6t6GV02 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYI6t6GV02 .modal-sm {
    max-width: 300px;
  }
  .cid-rYI6t6GV02 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYI6t6GV02 .modal-lg,
  .cid-rYI6t6GV02 .modal-xl {
    max-width: 800px;
  }
  .cid-rYI6t6GV02 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYI6t6GV02 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYI6t6GV02 .container {
    max-width: 1140px;
  }
}
.cid-rYI6t6GV02 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYI6t6GV02 .container {
    max-width: 720px;
  }
}
.cid-rYI6t6GV02 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYI6t6GV02 .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-rYI6t6GV02 .form-group {
  margin-bottom: 1rem;
}
.cid-rYI6t6GV02 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYI6t6GV02 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYI6t6GV02 .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-rYIbRNgMTG.popup-builder {
  background-color: #ffffff;
}
.cid-rYIbRNgMTG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYIbRNgMTG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYIbRNgMTG .modal-content,
.cid-rYIbRNgMTG .modal-dialog {
  height: auto;
}
.cid-rYIbRNgMTG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYIbRNgMTG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYIbRNgMTG .form-wrapper .mbr-form .form-group,
  .cid-rYIbRNgMTG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYIbRNgMTG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYIbRNgMTG .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-rYIbRNgMTG .mbr-text {
  text-align: center;
}
.cid-rYIbRNgMTG .pt-0 {
  padding-top: 0 !important;
}
.cid-rYIbRNgMTG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYIbRNgMTG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYIbRNgMTG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYIbRNgMTG .modal-open {
  overflow: hidden;
}
.cid-rYIbRNgMTG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYIbRNgMTG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYIbRNgMTG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYIbRNgMTG .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-rYIbRNgMTG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYIbRNgMTG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYIbRNgMTG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYIbRNgMTG .modal-content {
  background: #efefef;
  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-rYIbRNgMTG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYIbRNgMTG .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYIbRNgMTG .modal-backdrop.show {
  opacity: .5;
}
.cid-rYIbRNgMTG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYIbRNgMTG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYIbRNgMTG .modal-header .close:hover {
  opacity: 1;
}
.cid-rYIbRNgMTG .modal-header .close:focus {
  outline: none;
}
.cid-rYIbRNgMTG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYIbRNgMTG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYIbRNgMTG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYIbRNgMTG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYIbRNgMTG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYIbRNgMTG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYIbRNgMTG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYIbRNgMTG .modal-sm {
    max-width: 300px;
  }
  .cid-rYIbRNgMTG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYIbRNgMTG .modal-lg,
  .cid-rYIbRNgMTG .modal-xl {
    max-width: 800px;
  }
  .cid-rYIbRNgMTG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYIbRNgMTG .modal-xl {
    max-width: 1140px;
  }
  .cid-rYIbRNgMTG .container {
    max-width: 1140px;
  }
}
.cid-rYIbRNgMTG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYIbRNgMTG .container {
    max-width: 720px;
  }
}
.cid-rYIbRNgMTG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYIbRNgMTG .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-rYIbRNgMTG .form-group {
  margin-bottom: 1rem;
}
.cid-rYIbRNgMTG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYIbRNgMTG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYIbRNgMTG .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-rXLniVrYUf .modal-body .close {
  background: #1b1b1b;
}
.cid-rXLniVrYUf .modal-body .close span {
  font-style: normal;
}
.cid-rXLniVrYUf .carousel-inner > .active,
.cid-rXLniVrYUf .carousel-inner > .next,
.cid-rXLniVrYUf .carousel-inner > .prev {
  display: table;
}
.cid-rXLniVrYUf .carousel-control .icon-next,
.cid-rXLniVrYUf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rXLniVrYUf .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rXLniVrYUf .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXLniVrYUf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rXLniVrYUf .boxed-slider > div {
  position: relative;
}
.cid-rXLniVrYUf .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rXLniVrYUf .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rXLniVrYUf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXLniVrYUf .mbr-table-cell {
  padding: 0;
}
.cid-rXLniVrYUf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rXLniVrYUf .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rXLniVrYUf .mbr-overlay {
  z-index: 1;
}
.cid-rXLniVrYUf .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXLniVrYUf .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rXLniVrYUf .carousel-item .container {
    width: 100%;
  }
}
.cid-rXLniVrYUf .carousel-item-next.carousel-item-left,
.cid-rXLniVrYUf .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rXLniVrYUf .active.carousel-item-right,
.cid-rXLniVrYUf .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rXLniVrYUf .active.carousel-item-left,
.cid-rXLniVrYUf .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rXLniVrYUf .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rXLniVrYUf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXLniVrYUf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXLniVrYUf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rXLniVrYUf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rXLniVrYUf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rXLniVrYUf .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rXLniVrYUf .mbr-slider .carousel-indicators li.active,
.cid-rXLniVrYUf .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rXLniVrYUf .mbr-slider .carousel-indicators li::after,
.cid-rXLniVrYUf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rXLniVrYUf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rXLniVrYUf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rXLniVrYUf .mbr-slider > .container img {
  width: 100%;
}
.cid-rXLniVrYUf .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rXLniVrYUf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rXLniVrYUf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXLniVrYUf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXLniVrYUf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rXLniVrYUf .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rXLniVrYUf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rXLniVrYUf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rXLniVrYUf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rXLniVrYUf .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXLniVrYUf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rXLniVrYUf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rXLniVrYUf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rXLniVrYUf h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rXLniVrYUf .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rXLniVrYUf .mbr-section-btn {
  margin-top: 100px;
}
.cid-rXLniVrYUf .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rXLniVrYUf .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rXLniVrYUf .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rXLniVrYUf .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXLniVrYUf .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rXLniVrYUf .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXLniVrYUf P {
  color: #cebfaf;
  text-align: center;
}
.cid-rXLniVrYUf H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUVJRQweDV {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVJRQweDV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUVJRQweDV H1 {
  color: #2c1608;
}
.cid-rUVJRQweDV .mbr-text,
.cid-rUVJRQweDV .mbr-section-btn {
  color: #716c80;
}
.cid-rUVJRQweDV H3 {
  color: #4f4943;
}
.cid-rUVJRQweDV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUVJRQweDV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUVJRQweDV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUVJRQweDV .link:hover {
  color: #ff6400 !important;
}
.cid-rUVJRQweDV .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUVJRQweDV DIV {
  color: #57468b;
}
.cid-rUVJRQweDV .mbr-text,
.cid-rUVJRQweDV .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVJRQweDV .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUVJRRgO5S {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUVJRRgO5S H2 {
  color: #ff6400;
}
.cid-rUVJRRgO5S .mbr-text,
.cid-rUVJRRgO5S .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUVJRRgO5S .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUVJRRgO5S .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUVJRRgO5S .mbr-figure {
  height: 100%;
}
.cid-rUVJRRgO5S .card-img {
  padding: 0 2rem;
}
.cid-rUVJRRgO5S img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUVJRRgO5S H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUVJRRgO5S .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUVJRRgO5S .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUVJRRgO5S .container {
    padding: 0 3rem;
  }
  .cid-rUVJRRgO5S .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUVJRRgO5S .container {
    padding: 0 2rem;
  }
  .cid-rUVJRRgO5S .card-img {
    width: 100%;
  }
  .cid-rUVJRRgO5S .center-card {
    padding: 1rem;
  }
}
.cid-rUVJRSCJ8J {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUVJRSCJ8J H2 {
  color: #e7272d;
}
.cid-rUVJRSCJ8J img {
  max-width: 500px;
  margin: auto;
}
.cid-rUVJRSCJ8J H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUVJRSCJ8J .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUVJRSCJ8J .span-row {
  width: 100%;
}
.cid-rUVJRSCJ8J .mbr-section-title,
.cid-rUVJRSCJ8J .span-row {
  color: #cebfaf;
}
.cid-rUVJRSCJ8J .mbr-text,
.cid-rUVJRSCJ8J .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUVJRTrgHw {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUVJRTrgHw .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUVJRTrgHw .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUVJRTrgHw .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUVJRTrgHw .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUVJRTrgHw .menu-row {
  margin: 0;
}
.cid-rUVJRTrgHw .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUVJRTrgHw .card-header {
  background: transparent;
}
.cid-rUVJRTrgHw .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUVJRTrgHw .card-subtitle {
  margin: 0;
}
.cid-rUVJRTrgHw .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUVJRTrgHw .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUVJRTrgHw .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUVJRTrgHw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVJRTrgHw .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVJRTrgHw .card .panel-body {
  color: #767676;
}
.cid-rUVJRTrgHw h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUVJRTrgHw H4 {
  color: #4f4943;
}
.cid-rUVJRTrgHw H2 {
  color: #222222;
}
.cid-rUVJRTrgHw .panel-text {
  color: #232323;
}
.cid-rUVJRTrgHw .box-text {
  color: #232323;
}
.cid-rUVJRTrgHw SPAN {
  color: #ff6800;
}
.cid-rUVJRTrgHw .item-title {
  color: #4f4943;
}
.cid-rUVJRTrgHw .mbr-section-title,
.cid-rUVJRTrgHw .underline {
  color: #232323;
  text-align: center;
}
.cid-rUVJRTrgHw .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUVJRUJycF {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUVJRUJycF li {
  list-style: none;
}
.cid-rUVJRUJycF .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUVJRUJycF .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUVJRUJycF .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUVJRUJycF h4 {
  margin: 0;
}
.cid-rUVJRUJycF ul {
  padding: 0;
  margin: 0;
}
.cid-rUVJRUJycF .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUVJRUJycF .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUVJRUJycF .accordion .card {
  overflow: hidden;
}
.cid-rUVJRUJycF .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUVJRUJycF .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUVJRUJycF .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUVJRUJycF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVJRUJycF .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUVJRUJycF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVJRUJycF .card .panel-body {
  color: #767676;
}
.cid-rUVJRUJycF .card:hover {
  background: #efefef;
}
.cid-rUVJRUJycF .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUVJRUJycF .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUVJRUJycF .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUVJRUJycF .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUVJRUJycF .panel-collapse {
  margin-top: -1px;
}
.cid-rUVJRUJycF H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUVJRUJycF .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUVJRUJycF .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUVJRUJycF .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUVJRUJycF H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUVJRUJycF H2 {
  color: #000000;
}
.cid-rUVJRUJycF .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVJRXBkw4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUVJRXBkw4 .mbr-text {
  color: #767676;
}
.cid-rUVJRXBkw4 .card-subtitle {
  margin: 0;
}
.cid-rUVJRXBkw4 .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUVJRXBkw4 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUVJRXBkw4 .card-box {
  padding: 1rem;
}
.cid-rUVJRXBkw4 .link {
  transition: all 0.3s;
}
.cid-rUVJRXBkw4 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUVJRXBkw4 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUVJRXBkw4 .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUVJRXBkw4 .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUVJRXBkw4 h4,
.cid-rUVJRXBkw4 h6,
.cid-rUVJRXBkw4 h5 {
  margin: 0;
}
.cid-rUVJRXBkw4 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUVJRXBkw4 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUVJRXBkw4 .link-wrap:hover {
  color: #ff6400;
}
.cid-rUVJRXBkw4 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUVJRXBkw4 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUVJRXBkw4 .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUVJRXBkw4 .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUVJRXBkw4 .icon-wrap span {
  margin-right: 8px;
}
.cid-rUVJRXBkw4 .icon-padding {
  padding-left: 2rem;
}
.cid-rUVJRXBkw4 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUVJRXBkw4 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUVJRXBkw4 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUVJRXBkw4 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUVJRXBkw4 .card:hover img {
  transform: scale(1.1);
}
.cid-rUVJRXBkw4 .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUVJRXBkw4 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVJRXBkw4 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVJRXBkw4 .row {
  justify-content: center;
}
.cid-rUVJRXBkw4 .location,
.cid-rUVJRXBkw4 .icon-wrap {
  color: #ff6400;
}
.cid-rUVJRXBkw4 .link,
.cid-rUVJRXBkw4 .link-wrap,
.cid-rUVJRXBkw4 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUVJRXBkw4 .wrapper {
    flex-direction: column;
  }
  .cid-rUVJRXBkw4 .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUVJRXBkw4 .card-box {
    padding: 0;
  }
}
.cid-rUVJRXBkw4 H2 {
  color: #ff6400;
}
.cid-rUVJRXBkw4 .mbr-text,
.cid-rUVJRXBkw4 .link {
  color: #0e0e0e;
}
.cid-rYU9dBBWr9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYU9dBBWr9 blockquote {
  border-width: 1px;
  border-color: #ff5400;
  padding: 0 0 0 50px;
}
.cid-rYU9dBBWr9 .mbr-text,
.cid-rYU9dBBWr9 .blockquote-quote {
  color: #0e0e0e;
}
.cid-rYU9dBBWr9 footer {
  font-style: normal;
}
.cid-rVjpGFh15d {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjpGFh15d h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjpGFh15d h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjpGFh15d .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjpGFh15d span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjpGFh15d .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjpGFh15d .card {
    padding: 1rem;
  }
}
.cid-rVjpGFh15d .user_name,
.cid-rVjpGFh15d .align {
  color: #cccccc;
}
.cid-rVjpGFh15d .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjAuoMow3 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjAuoMow3 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjAuoMow3 .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjAuoMow3 H2 {
  color: #e7272d;
}
.cid-rVjAuoMow3 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjAuoMow3 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjAuoMow3 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAuoMow3 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAuoMow3 .col-lg-12 {
  overflow: hidden;
}
.cid-rVjAuoMow3 H4 {
  color: #ff6400;
}
.cid-rVjAuoMow3 .mbr-text,
.cid-rVjAuoMow3 .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjAuoMow3 .logo-wrap:before {
    content: none;
  }
  .cid-rVjAuoMow3 .logo-wrap:after {
    content: none;
  }
}
.cid-rVjAuoMow3 H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY6OeZ1RTU.popup-builder {
  background-color: #ffffff;
}
.cid-rY6OeZ1RTU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY6OeZ1RTU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY6OeZ1RTU .modal-content,
.cid-rY6OeZ1RTU .modal-dialog {
  height: auto;
}
.cid-rY6OeZ1RTU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY6OeZ1RTU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY6OeZ1RTU .form-wrapper .mbr-form .form-group,
  .cid-rY6OeZ1RTU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY6OeZ1RTU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY6OeZ1RTU .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-rY6OeZ1RTU .mbr-text {
  text-align: center;
}
.cid-rY6OeZ1RTU .pt-0 {
  padding-top: 0 !important;
}
.cid-rY6OeZ1RTU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY6OeZ1RTU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY6OeZ1RTU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY6OeZ1RTU .modal-open {
  overflow: hidden;
}
.cid-rY6OeZ1RTU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY6OeZ1RTU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY6OeZ1RTU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY6OeZ1RTU .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-rY6OeZ1RTU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY6OeZ1RTU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY6OeZ1RTU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY6OeZ1RTU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY6OeZ1RTU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY6OeZ1RTU .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY6OeZ1RTU .modal-backdrop.show {
  opacity: .5;
}
.cid-rY6OeZ1RTU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY6OeZ1RTU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY6OeZ1RTU .modal-header .close:hover {
  opacity: 1;
}
.cid-rY6OeZ1RTU .modal-header .close:focus {
  outline: none;
}
.cid-rY6OeZ1RTU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY6OeZ1RTU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY6OeZ1RTU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY6OeZ1RTU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY6OeZ1RTU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY6OeZ1RTU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY6OeZ1RTU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY6OeZ1RTU .modal-sm {
    max-width: 300px;
  }
  .cid-rY6OeZ1RTU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY6OeZ1RTU .modal-lg,
  .cid-rY6OeZ1RTU .modal-xl {
    max-width: 800px;
  }
  .cid-rY6OeZ1RTU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY6OeZ1RTU .modal-xl {
    max-width: 1140px;
  }
  .cid-rY6OeZ1RTU .container {
    max-width: 1140px;
  }
}
.cid-rY6OeZ1RTU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY6OeZ1RTU .container {
    max-width: 720px;
  }
}
.cid-rY6OeZ1RTU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY6OeZ1RTU .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-rY6OeZ1RTU .form-group {
  margin-bottom: 1rem;
}
.cid-rY6OeZ1RTU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY6OeZ1RTU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY6OeZ1RTU .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-rYM1kQQ0YV.popup-builder {
  background-color: #ffffff;
}
.cid-rYM1kQQ0YV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM1kQQ0YV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM1kQQ0YV .modal-content,
.cid-rYM1kQQ0YV .modal-dialog {
  height: auto;
}
.cid-rYM1kQQ0YV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM1kQQ0YV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM1kQQ0YV .form-wrapper .mbr-form .form-group,
  .cid-rYM1kQQ0YV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM1kQQ0YV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM1kQQ0YV .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-rYM1kQQ0YV .mbr-text {
  text-align: center;
}
.cid-rYM1kQQ0YV .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM1kQQ0YV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM1kQQ0YV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM1kQQ0YV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM1kQQ0YV .modal-open {
  overflow: hidden;
}
.cid-rYM1kQQ0YV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM1kQQ0YV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM1kQQ0YV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM1kQQ0YV .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-rYM1kQQ0YV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM1kQQ0YV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM1kQQ0YV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM1kQQ0YV .modal-content {
  background: #efefef;
  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-rYM1kQQ0YV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM1kQQ0YV .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM1kQQ0YV .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM1kQQ0YV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM1kQQ0YV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM1kQQ0YV .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM1kQQ0YV .modal-header .close:focus {
  outline: none;
}
.cid-rYM1kQQ0YV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM1kQQ0YV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM1kQQ0YV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM1kQQ0YV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM1kQQ0YV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM1kQQ0YV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM1kQQ0YV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM1kQQ0YV .modal-sm {
    max-width: 300px;
  }
  .cid-rYM1kQQ0YV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM1kQQ0YV .modal-lg,
  .cid-rYM1kQQ0YV .modal-xl {
    max-width: 800px;
  }
  .cid-rYM1kQQ0YV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM1kQQ0YV .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM1kQQ0YV .container {
    max-width: 1140px;
  }
}
.cid-rYM1kQQ0YV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM1kQQ0YV .container {
    max-width: 720px;
  }
}
.cid-rYM1kQQ0YV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM1kQQ0YV .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-rYM1kQQ0YV .form-group {
  margin-bottom: 1rem;
}
.cid-rYM1kQQ0YV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM1kQQ0YV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM1kQQ0YV .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-rYM1xqqgwf.popup-builder {
  background-color: #ffffff;
}
.cid-rYM1xqqgwf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM1xqqgwf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM1xqqgwf .modal-content,
.cid-rYM1xqqgwf .modal-dialog {
  height: auto;
}
.cid-rYM1xqqgwf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM1xqqgwf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM1xqqgwf .form-wrapper .mbr-form .form-group,
  .cid-rYM1xqqgwf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM1xqqgwf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM1xqqgwf .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-rYM1xqqgwf .mbr-text {
  text-align: center;
}
.cid-rYM1xqqgwf .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM1xqqgwf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM1xqqgwf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM1xqqgwf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM1xqqgwf .modal-open {
  overflow: hidden;
}
.cid-rYM1xqqgwf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM1xqqgwf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM1xqqgwf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM1xqqgwf .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-rYM1xqqgwf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM1xqqgwf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM1xqqgwf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM1xqqgwf .modal-content {
  background: #efefef;
  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-rYM1xqqgwf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM1xqqgwf .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM1xqqgwf .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM1xqqgwf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM1xqqgwf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM1xqqgwf .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM1xqqgwf .modal-header .close:focus {
  outline: none;
}
.cid-rYM1xqqgwf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM1xqqgwf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM1xqqgwf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM1xqqgwf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM1xqqgwf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM1xqqgwf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM1xqqgwf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM1xqqgwf .modal-sm {
    max-width: 300px;
  }
  .cid-rYM1xqqgwf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM1xqqgwf .modal-lg,
  .cid-rYM1xqqgwf .modal-xl {
    max-width: 800px;
  }
  .cid-rYM1xqqgwf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM1xqqgwf .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM1xqqgwf .container {
    max-width: 1140px;
  }
}
.cid-rYM1xqqgwf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM1xqqgwf .container {
    max-width: 720px;
  }
}
.cid-rYM1xqqgwf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM1xqqgwf .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-rYM1xqqgwf .form-group {
  margin-bottom: 1rem;
}
.cid-rYM1xqqgwf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM1xqqgwf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM1xqqgwf .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-rYM1VtIqR2.popup-builder {
  background-color: #ffffff;
}
.cid-rYM1VtIqR2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM1VtIqR2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM1VtIqR2 .modal-content,
.cid-rYM1VtIqR2 .modal-dialog {
  height: auto;
}
.cid-rYM1VtIqR2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM1VtIqR2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM1VtIqR2 .form-wrapper .mbr-form .form-group,
  .cid-rYM1VtIqR2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM1VtIqR2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM1VtIqR2 .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-rYM1VtIqR2 .mbr-text {
  text-align: center;
}
.cid-rYM1VtIqR2 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM1VtIqR2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM1VtIqR2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM1VtIqR2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM1VtIqR2 .modal-open {
  overflow: hidden;
}
.cid-rYM1VtIqR2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM1VtIqR2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM1VtIqR2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM1VtIqR2 .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-rYM1VtIqR2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM1VtIqR2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM1VtIqR2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM1VtIqR2 .modal-content {
  background: #efefef;
  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-rYM1VtIqR2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM1VtIqR2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM1VtIqR2 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM1VtIqR2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM1VtIqR2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM1VtIqR2 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM1VtIqR2 .modal-header .close:focus {
  outline: none;
}
.cid-rYM1VtIqR2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM1VtIqR2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM1VtIqR2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM1VtIqR2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM1VtIqR2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM1VtIqR2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM1VtIqR2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM1VtIqR2 .modal-sm {
    max-width: 300px;
  }
  .cid-rYM1VtIqR2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM1VtIqR2 .modal-lg,
  .cid-rYM1VtIqR2 .modal-xl {
    max-width: 800px;
  }
  .cid-rYM1VtIqR2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM1VtIqR2 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM1VtIqR2 .container {
    max-width: 1140px;
  }
}
.cid-rYM1VtIqR2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM1VtIqR2 .container {
    max-width: 720px;
  }
}
.cid-rYM1VtIqR2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM1VtIqR2 .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-rYM1VtIqR2 .form-group {
  margin-bottom: 1rem;
}
.cid-rYM1VtIqR2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM1VtIqR2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM1VtIqR2 .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-rYM2jy2XcT.popup-builder {
  background-color: #ffffff;
}
.cid-rYM2jy2XcT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM2jy2XcT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM2jy2XcT .modal-content,
.cid-rYM2jy2XcT .modal-dialog {
  height: auto;
}
.cid-rYM2jy2XcT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM2jy2XcT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM2jy2XcT .form-wrapper .mbr-form .form-group,
  .cid-rYM2jy2XcT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM2jy2XcT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM2jy2XcT .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-rYM2jy2XcT .mbr-text {
  text-align: center;
}
.cid-rYM2jy2XcT .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM2jy2XcT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM2jy2XcT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM2jy2XcT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM2jy2XcT .modal-open {
  overflow: hidden;
}
.cid-rYM2jy2XcT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM2jy2XcT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM2jy2XcT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM2jy2XcT .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-rYM2jy2XcT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM2jy2XcT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM2jy2XcT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM2jy2XcT .modal-content {
  background: #efefef;
  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-rYM2jy2XcT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM2jy2XcT .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM2jy2XcT .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM2jy2XcT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM2jy2XcT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM2jy2XcT .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM2jy2XcT .modal-header .close:focus {
  outline: none;
}
.cid-rYM2jy2XcT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM2jy2XcT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM2jy2XcT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM2jy2XcT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM2jy2XcT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM2jy2XcT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM2jy2XcT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM2jy2XcT .modal-sm {
    max-width: 300px;
  }
  .cid-rYM2jy2XcT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM2jy2XcT .modal-lg,
  .cid-rYM2jy2XcT .modal-xl {
    max-width: 800px;
  }
  .cid-rYM2jy2XcT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM2jy2XcT .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM2jy2XcT .container {
    max-width: 1140px;
  }
}
.cid-rYM2jy2XcT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM2jy2XcT .container {
    max-width: 720px;
  }
}
.cid-rYM2jy2XcT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM2jy2XcT .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-rYM2jy2XcT .form-group {
  margin-bottom: 1rem;
}
.cid-rYM2jy2XcT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM2jy2XcT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM2jy2XcT .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-rYM2yYDD9L.popup-builder {
  background-color: #ffffff;
}
.cid-rYM2yYDD9L.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM2yYDD9L.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM2yYDD9L .modal-content,
.cid-rYM2yYDD9L .modal-dialog {
  height: auto;
}
.cid-rYM2yYDD9L .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM2yYDD9L .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM2yYDD9L .form-wrapper .mbr-form .form-group,
  .cid-rYM2yYDD9L .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM2yYDD9L .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM2yYDD9L .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-rYM2yYDD9L .mbr-text {
  text-align: center;
}
.cid-rYM2yYDD9L .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM2yYDD9L .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM2yYDD9L .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM2yYDD9L .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM2yYDD9L .modal-open {
  overflow: hidden;
}
.cid-rYM2yYDD9L .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM2yYDD9L .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM2yYDD9L .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM2yYDD9L .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-rYM2yYDD9L .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM2yYDD9L .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM2yYDD9L .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM2yYDD9L .modal-content {
  background: #efefef;
  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-rYM2yYDD9L .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM2yYDD9L .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM2yYDD9L .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM2yYDD9L .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM2yYDD9L .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM2yYDD9L .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM2yYDD9L .modal-header .close:focus {
  outline: none;
}
.cid-rYM2yYDD9L .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM2yYDD9L .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM2yYDD9L .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM2yYDD9L .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM2yYDD9L .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM2yYDD9L .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM2yYDD9L .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM2yYDD9L .modal-sm {
    max-width: 300px;
  }
  .cid-rYM2yYDD9L .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM2yYDD9L .modal-lg,
  .cid-rYM2yYDD9L .modal-xl {
    max-width: 800px;
  }
  .cid-rYM2yYDD9L .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM2yYDD9L .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM2yYDD9L .container {
    max-width: 1140px;
  }
}
.cid-rYM2yYDD9L .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM2yYDD9L .container {
    max-width: 720px;
  }
}
.cid-rYM2yYDD9L .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM2yYDD9L .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-rYM2yYDD9L .form-group {
  margin-bottom: 1rem;
}
.cid-rYM2yYDD9L .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM2yYDD9L .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM2yYDD9L .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-rYM2QXLBLR.popup-builder {
  background-color: #ffffff;
}
.cid-rYM2QXLBLR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM2QXLBLR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM2QXLBLR .modal-content,
.cid-rYM2QXLBLR .modal-dialog {
  height: auto;
}
.cid-rYM2QXLBLR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM2QXLBLR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM2QXLBLR .form-wrapper .mbr-form .form-group,
  .cid-rYM2QXLBLR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM2QXLBLR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM2QXLBLR .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-rYM2QXLBLR .mbr-text {
  text-align: center;
}
.cid-rYM2QXLBLR .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM2QXLBLR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM2QXLBLR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM2QXLBLR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM2QXLBLR .modal-open {
  overflow: hidden;
}
.cid-rYM2QXLBLR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM2QXLBLR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM2QXLBLR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM2QXLBLR .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-rYM2QXLBLR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM2QXLBLR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM2QXLBLR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM2QXLBLR .modal-content {
  background: #efefef;
  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-rYM2QXLBLR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM2QXLBLR .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM2QXLBLR .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM2QXLBLR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM2QXLBLR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM2QXLBLR .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM2QXLBLR .modal-header .close:focus {
  outline: none;
}
.cid-rYM2QXLBLR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM2QXLBLR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM2QXLBLR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM2QXLBLR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM2QXLBLR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM2QXLBLR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM2QXLBLR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM2QXLBLR .modal-sm {
    max-width: 300px;
  }
  .cid-rYM2QXLBLR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM2QXLBLR .modal-lg,
  .cid-rYM2QXLBLR .modal-xl {
    max-width: 800px;
  }
  .cid-rYM2QXLBLR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM2QXLBLR .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM2QXLBLR .container {
    max-width: 1140px;
  }
}
.cid-rYM2QXLBLR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM2QXLBLR .container {
    max-width: 720px;
  }
}
.cid-rYM2QXLBLR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM2QXLBLR .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-rYM2QXLBLR .form-group {
  margin-bottom: 1rem;
}
.cid-rYM2QXLBLR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM2QXLBLR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM2QXLBLR .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-rYM3aHT7sA.popup-builder {
  background-color: #ffffff;
}
.cid-rYM3aHT7sA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM3aHT7sA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM3aHT7sA .modal-content,
.cid-rYM3aHT7sA .modal-dialog {
  height: auto;
}
.cid-rYM3aHT7sA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM3aHT7sA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM3aHT7sA .form-wrapper .mbr-form .form-group,
  .cid-rYM3aHT7sA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM3aHT7sA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM3aHT7sA .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-rYM3aHT7sA .mbr-text {
  text-align: center;
}
.cid-rYM3aHT7sA .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM3aHT7sA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM3aHT7sA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM3aHT7sA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM3aHT7sA .modal-open {
  overflow: hidden;
}
.cid-rYM3aHT7sA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM3aHT7sA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM3aHT7sA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM3aHT7sA .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-rYM3aHT7sA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM3aHT7sA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM3aHT7sA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM3aHT7sA .modal-content {
  background: #efefef;
  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-rYM3aHT7sA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM3aHT7sA .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM3aHT7sA .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM3aHT7sA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM3aHT7sA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM3aHT7sA .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM3aHT7sA .modal-header .close:focus {
  outline: none;
}
.cid-rYM3aHT7sA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM3aHT7sA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM3aHT7sA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM3aHT7sA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM3aHT7sA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM3aHT7sA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM3aHT7sA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM3aHT7sA .modal-sm {
    max-width: 300px;
  }
  .cid-rYM3aHT7sA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM3aHT7sA .modal-lg,
  .cid-rYM3aHT7sA .modal-xl {
    max-width: 800px;
  }
  .cid-rYM3aHT7sA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM3aHT7sA .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM3aHT7sA .container {
    max-width: 1140px;
  }
}
.cid-rYM3aHT7sA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM3aHT7sA .container {
    max-width: 720px;
  }
}
.cid-rYM3aHT7sA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM3aHT7sA .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-rYM3aHT7sA .form-group {
  margin-bottom: 1rem;
}
.cid-rYM3aHT7sA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM3aHT7sA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM3aHT7sA .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-rYM3K3TolA.popup-builder {
  background-color: #ffffff;
}
.cid-rYM3K3TolA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM3K3TolA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM3K3TolA .modal-content,
.cid-rYM3K3TolA .modal-dialog {
  height: auto;
}
.cid-rYM3K3TolA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM3K3TolA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM3K3TolA .form-wrapper .mbr-form .form-group,
  .cid-rYM3K3TolA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM3K3TolA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM3K3TolA .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-rYM3K3TolA .mbr-text {
  text-align: center;
}
.cid-rYM3K3TolA .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM3K3TolA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM3K3TolA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM3K3TolA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM3K3TolA .modal-open {
  overflow: hidden;
}
.cid-rYM3K3TolA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM3K3TolA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM3K3TolA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM3K3TolA .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-rYM3K3TolA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM3K3TolA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM3K3TolA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM3K3TolA .modal-content {
  background: #efefef;
  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-rYM3K3TolA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM3K3TolA .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM3K3TolA .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM3K3TolA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM3K3TolA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM3K3TolA .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM3K3TolA .modal-header .close:focus {
  outline: none;
}
.cid-rYM3K3TolA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM3K3TolA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM3K3TolA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM3K3TolA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM3K3TolA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM3K3TolA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM3K3TolA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM3K3TolA .modal-sm {
    max-width: 300px;
  }
  .cid-rYM3K3TolA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM3K3TolA .modal-lg,
  .cid-rYM3K3TolA .modal-xl {
    max-width: 800px;
  }
  .cid-rYM3K3TolA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM3K3TolA .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM3K3TolA .container {
    max-width: 1140px;
  }
}
.cid-rYM3K3TolA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM3K3TolA .container {
    max-width: 720px;
  }
}
.cid-rYM3K3TolA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM3K3TolA .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-rYM3K3TolA .form-group {
  margin-bottom: 1rem;
}
.cid-rYM3K3TolA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM3K3TolA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM3K3TolA .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-rXLr8jUCRY .modal-body .close {
  background: #1b1b1b;
}
.cid-rXLr8jUCRY .modal-body .close span {
  font-style: normal;
}
.cid-rXLr8jUCRY .carousel-inner > .active,
.cid-rXLr8jUCRY .carousel-inner > .next,
.cid-rXLr8jUCRY .carousel-inner > .prev {
  display: table;
}
.cid-rXLr8jUCRY .carousel-control .icon-next,
.cid-rXLr8jUCRY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rXLr8jUCRY .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rXLr8jUCRY .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXLr8jUCRY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rXLr8jUCRY .boxed-slider > div {
  position: relative;
}
.cid-rXLr8jUCRY .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rXLr8jUCRY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rXLr8jUCRY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXLr8jUCRY .mbr-table-cell {
  padding: 0;
}
.cid-rXLr8jUCRY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rXLr8jUCRY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rXLr8jUCRY .mbr-overlay {
  z-index: 1;
}
.cid-rXLr8jUCRY .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXLr8jUCRY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rXLr8jUCRY .carousel-item .container {
    width: 100%;
  }
}
.cid-rXLr8jUCRY .carousel-item-next.carousel-item-left,
.cid-rXLr8jUCRY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rXLr8jUCRY .active.carousel-item-right,
.cid-rXLr8jUCRY .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rXLr8jUCRY .active.carousel-item-left,
.cid-rXLr8jUCRY .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rXLr8jUCRY .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rXLr8jUCRY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXLr8jUCRY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXLr8jUCRY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rXLr8jUCRY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rXLr8jUCRY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rXLr8jUCRY .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rXLr8jUCRY .mbr-slider .carousel-indicators li.active,
.cid-rXLr8jUCRY .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rXLr8jUCRY .mbr-slider .carousel-indicators li::after,
.cid-rXLr8jUCRY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rXLr8jUCRY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rXLr8jUCRY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rXLr8jUCRY .mbr-slider > .container img {
  width: 100%;
}
.cid-rXLr8jUCRY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rXLr8jUCRY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rXLr8jUCRY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXLr8jUCRY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXLr8jUCRY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rXLr8jUCRY .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rXLr8jUCRY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rXLr8jUCRY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rXLr8jUCRY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rXLr8jUCRY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXLr8jUCRY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rXLr8jUCRY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rXLr8jUCRY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rXLr8jUCRY h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rXLr8jUCRY .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rXLr8jUCRY .mbr-section-btn {
  margin-top: 100px;
}
.cid-rXLr8jUCRY .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rXLr8jUCRY .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rXLr8jUCRY .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rXLr8jUCRY .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXLr8jUCRY .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rXLr8jUCRY .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXLr8jUCRY P {
  color: #cebfaf;
  text-align: center;
}
.cid-rXLr8jUCRY H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUVK34JPWS {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVK34JPWS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUVK34JPWS H1 {
  color: #2c1608;
}
.cid-rUVK34JPWS .mbr-text,
.cid-rUVK34JPWS .mbr-section-btn {
  color: #716c80;
}
.cid-rUVK34JPWS H3 {
  color: #4f4943;
}
.cid-rUVK34JPWS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUVK34JPWS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUVK34JPWS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUVK34JPWS .link:hover {
  color: #ff6400 !important;
}
.cid-rUVK34JPWS .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUVK34JPWS DIV {
  color: #57468b;
}
.cid-rUVK34JPWS .mbr-text,
.cid-rUVK34JPWS .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVK34JPWS .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUVK35ugHR {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUVK35ugHR H2 {
  color: #ff6400;
}
.cid-rUVK35ugHR .mbr-text,
.cid-rUVK35ugHR .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUVK35ugHR .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUVK35ugHR .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUVK35ugHR .mbr-figure {
  height: 100%;
}
.cid-rUVK35ugHR .card-img {
  padding: 0 2rem;
}
.cid-rUVK35ugHR img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUVK35ugHR H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUVK35ugHR .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUVK35ugHR .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUVK35ugHR .container {
    padding: 0 3rem;
  }
  .cid-rUVK35ugHR .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUVK35ugHR .container {
    padding: 0 2rem;
  }
  .cid-rUVK35ugHR .card-img {
    width: 100%;
  }
  .cid-rUVK35ugHR .center-card {
    padding: 1rem;
  }
}
.cid-rUVK36ojLk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUVK36ojLk H2 {
  color: #e7272d;
}
.cid-rUVK36ojLk img {
  max-width: 500px;
  margin: auto;
}
.cid-rUVK36ojLk H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUVK36ojLk .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUVK36ojLk .span-row {
  width: 100%;
}
.cid-rUVK36ojLk .mbr-section-title,
.cid-rUVK36ojLk .span-row {
  color: #cebfaf;
}
.cid-rUVK36ojLk .mbr-text,
.cid-rUVK36ojLk .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUVK37b24j {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUVK37b24j .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUVK37b24j .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUVK37b24j .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUVK37b24j .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUVK37b24j .menu-row {
  margin: 0;
}
.cid-rUVK37b24j .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUVK37b24j .card-header {
  background: transparent;
}
.cid-rUVK37b24j .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUVK37b24j .card-subtitle {
  margin: 0;
}
.cid-rUVK37b24j .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUVK37b24j .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUVK37b24j .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUVK37b24j .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVK37b24j .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVK37b24j .card .panel-body {
  color: #767676;
}
.cid-rUVK37b24j h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUVK37b24j H4 {
  color: #4f4943;
}
.cid-rUVK37b24j H2 {
  color: #222222;
}
.cid-rUVK37b24j .panel-text {
  color: #232323;
}
.cid-rUVK37b24j .box-text {
  color: #232323;
}
.cid-rUVK37b24j SPAN {
  color: #ff6800;
}
.cid-rUVK37b24j .item-title {
  color: #4f4943;
}
.cid-rUVK37b24j .mbr-section-title,
.cid-rUVK37b24j .underline {
  color: #232323;
  text-align: center;
}
.cid-rUVK37b24j .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUVK38TVOg {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUVK38TVOg li {
  list-style: none;
}
.cid-rUVK38TVOg .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUVK38TVOg .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUVK38TVOg .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUVK38TVOg h4 {
  margin: 0;
}
.cid-rUVK38TVOg ul {
  padding: 0;
  margin: 0;
}
.cid-rUVK38TVOg .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUVK38TVOg .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUVK38TVOg .accordion .card {
  overflow: hidden;
}
.cid-rUVK38TVOg .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUVK38TVOg .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUVK38TVOg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUVK38TVOg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVK38TVOg .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUVK38TVOg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVK38TVOg .card .panel-body {
  color: #767676;
}
.cid-rUVK38TVOg .card:hover {
  background: #efefef;
}
.cid-rUVK38TVOg .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUVK38TVOg .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUVK38TVOg .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUVK38TVOg .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUVK38TVOg .panel-collapse {
  margin-top: -1px;
}
.cid-rUVK38TVOg H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUVK38TVOg .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUVK38TVOg .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUVK38TVOg .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUVK38TVOg H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUVK38TVOg H2 {
  color: #000000;
}
.cid-rUVK38TVOg .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVK3bfxe9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUVK3bfxe9 .mbr-text {
  color: #767676;
}
.cid-rUVK3bfxe9 .card-subtitle {
  margin: 0;
}
.cid-rUVK3bfxe9 .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUVK3bfxe9 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUVK3bfxe9 .card-box {
  padding: 1rem;
}
.cid-rUVK3bfxe9 .link {
  transition: all 0.3s;
}
.cid-rUVK3bfxe9 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUVK3bfxe9 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUVK3bfxe9 .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUVK3bfxe9 .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUVK3bfxe9 h4,
.cid-rUVK3bfxe9 h6,
.cid-rUVK3bfxe9 h5 {
  margin: 0;
}
.cid-rUVK3bfxe9 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUVK3bfxe9 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUVK3bfxe9 .link-wrap:hover {
  color: #ff6400;
}
.cid-rUVK3bfxe9 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUVK3bfxe9 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUVK3bfxe9 .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUVK3bfxe9 .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUVK3bfxe9 .icon-wrap span {
  margin-right: 8px;
}
.cid-rUVK3bfxe9 .icon-padding {
  padding-left: 2rem;
}
.cid-rUVK3bfxe9 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUVK3bfxe9 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUVK3bfxe9 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUVK3bfxe9 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUVK3bfxe9 .card:hover img {
  transform: scale(1.1);
}
.cid-rUVK3bfxe9 .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUVK3bfxe9 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVK3bfxe9 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVK3bfxe9 .row {
  justify-content: center;
}
.cid-rUVK3bfxe9 .location,
.cid-rUVK3bfxe9 .icon-wrap {
  color: #ff6400;
}
.cid-rUVK3bfxe9 .link,
.cid-rUVK3bfxe9 .link-wrap,
.cid-rUVK3bfxe9 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUVK3bfxe9 .wrapper {
    flex-direction: column;
  }
  .cid-rUVK3bfxe9 .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUVK3bfxe9 .card-box {
    padding: 0;
  }
}
.cid-rUVK3bfxe9 H2 {
  color: #ff6400;
}
.cid-rUVK3bfxe9 .mbr-text,
.cid-rUVK3bfxe9 .link {
  color: #0e0e0e;
}
.cid-s13xEuVrfU {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mongolia-header-135.jpg");
}
@media (max-width: 992px) {
  .cid-s13xEuVrfU {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s13xEuVrfU .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s13xEuVrfU .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-s13xEuVrfU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-s13xEuVrfU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s13xEuVrfU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s13xEuVrfU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-s13xEuVrfU a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s13xEuVrfU {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cid-s13xEuVrfU .box {
    height: 250px;
  }
}
.cid-s13xEuVrfU .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s13xEuVrfU .mbr-section-title,
.cid-s13xEuVrfU .span-row {
  color: #cebfaf;
}
.cid-s13xEuVrfU .mbr-text,
.cid-s13xEuVrfU .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-s13xEuVrfZ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/cultural-24.jpg");
}
@media (max-width: 992px) {
  .cid-s13xEuVrfZ {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s13xEuVrfZ .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s13xEuVrfZ .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-s13xEuVrfZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-s13xEuVrfZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s13xEuVrfZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s13xEuVrfZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-s13xEuVrfZ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s13xEuVrfZ {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cid-s13xEuVrfZ .box {
    height: 250px;
  }
}
.cid-s13xEuVrfZ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s13xEuVrfZ .mbr-section-title,
.cid-s13xEuVrfZ .span-row {
  color: #cebfaf;
}
.cid-s13xEuVrfZ .mbr-text,
.cid-s13xEuVrfZ .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rUVK3efhJn {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVK3efhJn blockquote {
  border-width: 1px;
  border-color: #ff5400;
  padding: 0 0 0 50px;
}
.cid-rUVK3efhJn .mbr-text,
.cid-rUVK3efhJn .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUVK3efhJn footer {
  font-style: normal;
}
.cid-rVjq2GyVCb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjq2GyVCb h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjq2GyVCb h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjq2GyVCb .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjq2GyVCb span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjq2GyVCb .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjq2GyVCb .card {
    padding: 1rem;
  }
}
.cid-rVjq2GyVCb .user_name,
.cid-rVjq2GyVCb .align {
  color: #cccccc;
}
.cid-rVjq2GyVCb .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjAxruEiQ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjAxruEiQ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjAxruEiQ .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjAxruEiQ H2 {
  color: #e7272d;
}
.cid-rVjAxruEiQ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjAxruEiQ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjAxruEiQ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAxruEiQ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAxruEiQ .col-lg-12 {
  overflow: hidden;
}
.cid-rVjAxruEiQ H4 {
  color: #ff6400;
}
.cid-rVjAxruEiQ .mbr-text,
.cid-rVjAxruEiQ .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjAxruEiQ .logo-wrap:before {
    content: none;
  }
  .cid-rVjAxruEiQ .logo-wrap:after {
    content: none;
  }
}
.cid-rVjAxruEiQ H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY7viiUosT.popup-builder {
  background-color: #ffffff;
}
.cid-rY7viiUosT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY7viiUosT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY7viiUosT .modal-content,
.cid-rY7viiUosT .modal-dialog {
  height: auto;
}
.cid-rY7viiUosT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY7viiUosT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY7viiUosT .form-wrapper .mbr-form .form-group,
  .cid-rY7viiUosT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY7viiUosT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY7viiUosT .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-rY7viiUosT .mbr-text {
  text-align: center;
}
.cid-rY7viiUosT .pt-0 {
  padding-top: 0 !important;
}
.cid-rY7viiUosT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY7viiUosT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY7viiUosT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY7viiUosT .modal-open {
  overflow: hidden;
}
.cid-rY7viiUosT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY7viiUosT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY7viiUosT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY7viiUosT .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-rY7viiUosT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY7viiUosT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY7viiUosT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY7viiUosT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY7viiUosT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY7viiUosT .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY7viiUosT .modal-backdrop.show {
  opacity: .5;
}
.cid-rY7viiUosT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY7viiUosT .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY7viiUosT .modal-header .close:hover {
  opacity: 1;
}
.cid-rY7viiUosT .modal-header .close:focus {
  outline: none;
}
.cid-rY7viiUosT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY7viiUosT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY7viiUosT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY7viiUosT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY7viiUosT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY7viiUosT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY7viiUosT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY7viiUosT .modal-sm {
    max-width: 300px;
  }
  .cid-rY7viiUosT .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY7viiUosT .modal-lg,
  .cid-rY7viiUosT .modal-xl {
    max-width: 800px;
  }
  .cid-rY7viiUosT .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY7viiUosT .modal-xl {
    max-width: 1140px;
  }
  .cid-rY7viiUosT .container {
    max-width: 1140px;
  }
}
.cid-rY7viiUosT .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY7viiUosT .container {
    max-width: 720px;
  }
}
.cid-rY7viiUosT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY7viiUosT .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-rY7viiUosT .form-group {
  margin-bottom: 1rem;
}
.cid-rY7viiUosT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY7viiUosT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY7viiUosT .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-rYM5HC02pn.popup-builder {
  background-color: #ffffff;
}
.cid-rYM5HC02pn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM5HC02pn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM5HC02pn .modal-content,
.cid-rYM5HC02pn .modal-dialog {
  height: auto;
}
.cid-rYM5HC02pn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM5HC02pn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM5HC02pn .form-wrapper .mbr-form .form-group,
  .cid-rYM5HC02pn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM5HC02pn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM5HC02pn .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-rYM5HC02pn .mbr-text {
  text-align: center;
}
.cid-rYM5HC02pn .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM5HC02pn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM5HC02pn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM5HC02pn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM5HC02pn .modal-open {
  overflow: hidden;
}
.cid-rYM5HC02pn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM5HC02pn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM5HC02pn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM5HC02pn .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-rYM5HC02pn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM5HC02pn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM5HC02pn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM5HC02pn .modal-content {
  background: #efefef;
  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-rYM5HC02pn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM5HC02pn .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM5HC02pn .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM5HC02pn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM5HC02pn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM5HC02pn .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM5HC02pn .modal-header .close:focus {
  outline: none;
}
.cid-rYM5HC02pn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM5HC02pn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM5HC02pn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM5HC02pn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM5HC02pn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM5HC02pn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM5HC02pn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM5HC02pn .modal-sm {
    max-width: 300px;
  }
  .cid-rYM5HC02pn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM5HC02pn .modal-lg,
  .cid-rYM5HC02pn .modal-xl {
    max-width: 800px;
  }
  .cid-rYM5HC02pn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM5HC02pn .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM5HC02pn .container {
    max-width: 1140px;
  }
}
.cid-rYM5HC02pn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM5HC02pn .container {
    max-width: 720px;
  }
}
.cid-rYM5HC02pn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM5HC02pn .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-rYM5HC02pn .form-group {
  margin-bottom: 1rem;
}
.cid-rYM5HC02pn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM5HC02pn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM5HC02pn .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-rYM5VxSNY8.popup-builder {
  background-color: #ffffff;
}
.cid-rYM5VxSNY8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM5VxSNY8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM5VxSNY8 .modal-content,
.cid-rYM5VxSNY8 .modal-dialog {
  height: auto;
}
.cid-rYM5VxSNY8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM5VxSNY8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM5VxSNY8 .form-wrapper .mbr-form .form-group,
  .cid-rYM5VxSNY8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM5VxSNY8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM5VxSNY8 .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-rYM5VxSNY8 .mbr-text {
  text-align: center;
}
.cid-rYM5VxSNY8 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM5VxSNY8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM5VxSNY8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM5VxSNY8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM5VxSNY8 .modal-open {
  overflow: hidden;
}
.cid-rYM5VxSNY8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM5VxSNY8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM5VxSNY8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM5VxSNY8 .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-rYM5VxSNY8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM5VxSNY8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM5VxSNY8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM5VxSNY8 .modal-content {
  background: #efefef;
  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-rYM5VxSNY8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM5VxSNY8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM5VxSNY8 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM5VxSNY8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM5VxSNY8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM5VxSNY8 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM5VxSNY8 .modal-header .close:focus {
  outline: none;
}
.cid-rYM5VxSNY8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM5VxSNY8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM5VxSNY8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM5VxSNY8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM5VxSNY8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM5VxSNY8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM5VxSNY8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM5VxSNY8 .modal-sm {
    max-width: 300px;
  }
  .cid-rYM5VxSNY8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM5VxSNY8 .modal-lg,
  .cid-rYM5VxSNY8 .modal-xl {
    max-width: 800px;
  }
  .cid-rYM5VxSNY8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM5VxSNY8 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM5VxSNY8 .container {
    max-width: 1140px;
  }
}
.cid-rYM5VxSNY8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM5VxSNY8 .container {
    max-width: 720px;
  }
}
.cid-rYM5VxSNY8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM5VxSNY8 .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-rYM5VxSNY8 .form-group {
  margin-bottom: 1rem;
}
.cid-rYM5VxSNY8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM5VxSNY8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM5VxSNY8 .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-rYM6l8uX0P.popup-builder {
  background-color: #ffffff;
}
.cid-rYM6l8uX0P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM6l8uX0P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM6l8uX0P .modal-content,
.cid-rYM6l8uX0P .modal-dialog {
  height: auto;
}
.cid-rYM6l8uX0P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM6l8uX0P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM6l8uX0P .form-wrapper .mbr-form .form-group,
  .cid-rYM6l8uX0P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM6l8uX0P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM6l8uX0P .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-rYM6l8uX0P .mbr-text {
  text-align: center;
}
.cid-rYM6l8uX0P .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM6l8uX0P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM6l8uX0P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM6l8uX0P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM6l8uX0P .modal-open {
  overflow: hidden;
}
.cid-rYM6l8uX0P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM6l8uX0P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM6l8uX0P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM6l8uX0P .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-rYM6l8uX0P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM6l8uX0P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM6l8uX0P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM6l8uX0P .modal-content {
  background: #efefef;
  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-rYM6l8uX0P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM6l8uX0P .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM6l8uX0P .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM6l8uX0P .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM6l8uX0P .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM6l8uX0P .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM6l8uX0P .modal-header .close:focus {
  outline: none;
}
.cid-rYM6l8uX0P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM6l8uX0P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM6l8uX0P .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM6l8uX0P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM6l8uX0P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM6l8uX0P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM6l8uX0P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM6l8uX0P .modal-sm {
    max-width: 300px;
  }
  .cid-rYM6l8uX0P .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM6l8uX0P .modal-lg,
  .cid-rYM6l8uX0P .modal-xl {
    max-width: 800px;
  }
  .cid-rYM6l8uX0P .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM6l8uX0P .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM6l8uX0P .container {
    max-width: 1140px;
  }
}
.cid-rYM6l8uX0P .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM6l8uX0P .container {
    max-width: 720px;
  }
}
.cid-rYM6l8uX0P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM6l8uX0P .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-rYM6l8uX0P .form-group {
  margin-bottom: 1rem;
}
.cid-rYM6l8uX0P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM6l8uX0P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM6l8uX0P .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-rYMzE4xbNn.popup-builder {
  background-color: #ffffff;
}
.cid-rYMzE4xbNn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMzE4xbNn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMzE4xbNn .modal-content,
.cid-rYMzE4xbNn .modal-dialog {
  height: auto;
}
.cid-rYMzE4xbNn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMzE4xbNn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMzE4xbNn .form-wrapper .mbr-form .form-group,
  .cid-rYMzE4xbNn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMzE4xbNn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMzE4xbNn .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-rYMzE4xbNn .mbr-text {
  text-align: center;
}
.cid-rYMzE4xbNn .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMzE4xbNn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMzE4xbNn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMzE4xbNn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMzE4xbNn .modal-open {
  overflow: hidden;
}
.cid-rYMzE4xbNn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMzE4xbNn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMzE4xbNn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMzE4xbNn .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-rYMzE4xbNn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMzE4xbNn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMzE4xbNn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMzE4xbNn .modal-content {
  background: #efefef;
  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-rYMzE4xbNn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMzE4xbNn .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMzE4xbNn .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMzE4xbNn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMzE4xbNn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMzE4xbNn .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMzE4xbNn .modal-header .close:focus {
  outline: none;
}
.cid-rYMzE4xbNn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMzE4xbNn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMzE4xbNn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMzE4xbNn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMzE4xbNn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMzE4xbNn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMzE4xbNn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMzE4xbNn .modal-sm {
    max-width: 300px;
  }
  .cid-rYMzE4xbNn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMzE4xbNn .modal-lg,
  .cid-rYMzE4xbNn .modal-xl {
    max-width: 800px;
  }
  .cid-rYMzE4xbNn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMzE4xbNn .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMzE4xbNn .container {
    max-width: 1140px;
  }
}
.cid-rYMzE4xbNn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMzE4xbNn .container {
    max-width: 720px;
  }
}
.cid-rYMzE4xbNn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMzE4xbNn .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-rYMzE4xbNn .form-group {
  margin-bottom: 1rem;
}
.cid-rYMzE4xbNn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMzE4xbNn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMzE4xbNn .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-rYMAgYqoVs.popup-builder {
  background-color: #ffffff;
}
.cid-rYMAgYqoVs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMAgYqoVs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMAgYqoVs .modal-content,
.cid-rYMAgYqoVs .modal-dialog {
  height: auto;
}
.cid-rYMAgYqoVs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMAgYqoVs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMAgYqoVs .form-wrapper .mbr-form .form-group,
  .cid-rYMAgYqoVs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMAgYqoVs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMAgYqoVs .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-rYMAgYqoVs .mbr-text {
  text-align: center;
}
.cid-rYMAgYqoVs .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMAgYqoVs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMAgYqoVs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMAgYqoVs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMAgYqoVs .modal-open {
  overflow: hidden;
}
.cid-rYMAgYqoVs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMAgYqoVs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMAgYqoVs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMAgYqoVs .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-rYMAgYqoVs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMAgYqoVs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMAgYqoVs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMAgYqoVs .modal-content {
  background: #efefef;
  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-rYMAgYqoVs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMAgYqoVs .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMAgYqoVs .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMAgYqoVs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMAgYqoVs .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMAgYqoVs .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMAgYqoVs .modal-header .close:focus {
  outline: none;
}
.cid-rYMAgYqoVs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMAgYqoVs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMAgYqoVs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMAgYqoVs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMAgYqoVs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMAgYqoVs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMAgYqoVs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMAgYqoVs .modal-sm {
    max-width: 300px;
  }
  .cid-rYMAgYqoVs .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMAgYqoVs .modal-lg,
  .cid-rYMAgYqoVs .modal-xl {
    max-width: 800px;
  }
  .cid-rYMAgYqoVs .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMAgYqoVs .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMAgYqoVs .container {
    max-width: 1140px;
  }
}
.cid-rYMAgYqoVs .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMAgYqoVs .container {
    max-width: 720px;
  }
}
.cid-rYMAgYqoVs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMAgYqoVs .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-rYMAgYqoVs .form-group {
  margin-bottom: 1rem;
}
.cid-rYMAgYqoVs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMAgYqoVs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMAgYqoVs .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-rYM6CIHZJG.popup-builder {
  background-color: #ffffff;
}
.cid-rYM6CIHZJG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYM6CIHZJG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYM6CIHZJG .modal-content,
.cid-rYM6CIHZJG .modal-dialog {
  height: auto;
}
.cid-rYM6CIHZJG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYM6CIHZJG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYM6CIHZJG .form-wrapper .mbr-form .form-group,
  .cid-rYM6CIHZJG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYM6CIHZJG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYM6CIHZJG .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-rYM6CIHZJG .mbr-text {
  text-align: center;
}
.cid-rYM6CIHZJG .pt-0 {
  padding-top: 0 !important;
}
.cid-rYM6CIHZJG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYM6CIHZJG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYM6CIHZJG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYM6CIHZJG .modal-open {
  overflow: hidden;
}
.cid-rYM6CIHZJG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYM6CIHZJG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYM6CIHZJG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYM6CIHZJG .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-rYM6CIHZJG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYM6CIHZJG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYM6CIHZJG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYM6CIHZJG .modal-content {
  background: #efefef;
  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-rYM6CIHZJG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYM6CIHZJG .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYM6CIHZJG .modal-backdrop.show {
  opacity: .5;
}
.cid-rYM6CIHZJG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYM6CIHZJG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYM6CIHZJG .modal-header .close:hover {
  opacity: 1;
}
.cid-rYM6CIHZJG .modal-header .close:focus {
  outline: none;
}
.cid-rYM6CIHZJG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYM6CIHZJG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYM6CIHZJG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYM6CIHZJG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYM6CIHZJG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYM6CIHZJG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYM6CIHZJG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYM6CIHZJG .modal-sm {
    max-width: 300px;
  }
  .cid-rYM6CIHZJG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYM6CIHZJG .modal-lg,
  .cid-rYM6CIHZJG .modal-xl {
    max-width: 800px;
  }
  .cid-rYM6CIHZJG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYM6CIHZJG .modal-xl {
    max-width: 1140px;
  }
  .cid-rYM6CIHZJG .container {
    max-width: 1140px;
  }
}
.cid-rYM6CIHZJG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYM6CIHZJG .container {
    max-width: 720px;
  }
}
.cid-rYM6CIHZJG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYM6CIHZJG .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-rYM6CIHZJG .form-group {
  margin-bottom: 1rem;
}
.cid-rYM6CIHZJG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYM6CIHZJG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYM6CIHZJG .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-rYMaJsWRkD.popup-builder {
  background-color: #ffffff;
}
.cid-rYMaJsWRkD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMaJsWRkD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMaJsWRkD .modal-content,
.cid-rYMaJsWRkD .modal-dialog {
  height: auto;
}
.cid-rYMaJsWRkD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMaJsWRkD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMaJsWRkD .form-wrapper .mbr-form .form-group,
  .cid-rYMaJsWRkD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMaJsWRkD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMaJsWRkD .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-rYMaJsWRkD .mbr-text {
  text-align: center;
}
.cid-rYMaJsWRkD .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMaJsWRkD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMaJsWRkD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMaJsWRkD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMaJsWRkD .modal-open {
  overflow: hidden;
}
.cid-rYMaJsWRkD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMaJsWRkD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMaJsWRkD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMaJsWRkD .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-rYMaJsWRkD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMaJsWRkD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMaJsWRkD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMaJsWRkD .modal-content {
  background: #efefef;
  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-rYMaJsWRkD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMaJsWRkD .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMaJsWRkD .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMaJsWRkD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMaJsWRkD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMaJsWRkD .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMaJsWRkD .modal-header .close:focus {
  outline: none;
}
.cid-rYMaJsWRkD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMaJsWRkD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMaJsWRkD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMaJsWRkD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMaJsWRkD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMaJsWRkD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMaJsWRkD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMaJsWRkD .modal-sm {
    max-width: 300px;
  }
  .cid-rYMaJsWRkD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMaJsWRkD .modal-lg,
  .cid-rYMaJsWRkD .modal-xl {
    max-width: 800px;
  }
  .cid-rYMaJsWRkD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMaJsWRkD .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMaJsWRkD .container {
    max-width: 1140px;
  }
}
.cid-rYMaJsWRkD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMaJsWRkD .container {
    max-width: 720px;
  }
}
.cid-rYMaJsWRkD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMaJsWRkD .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-rYMaJsWRkD .form-group {
  margin-bottom: 1rem;
}
.cid-rYMaJsWRkD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMaJsWRkD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMaJsWRkD .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-rYWLV977um.popup-builder {
  background-color: #ffffff;
}
.cid-rYWLV977um.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYWLV977um.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYWLV977um .modal-content,
.cid-rYWLV977um .modal-dialog {
  height: auto;
}
.cid-rYWLV977um .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYWLV977um .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYWLV977um .form-wrapper .mbr-form .form-group,
  .cid-rYWLV977um .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYWLV977um .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYWLV977um .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-rYWLV977um .mbr-text {
  text-align: center;
}
.cid-rYWLV977um .pt-0 {
  padding-top: 0 !important;
}
.cid-rYWLV977um .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYWLV977um .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYWLV977um .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYWLV977um .modal-open {
  overflow: hidden;
}
.cid-rYWLV977um .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYWLV977um .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYWLV977um .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYWLV977um .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-rYWLV977um .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYWLV977um .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYWLV977um .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYWLV977um .modal-content {
  background: #efefef;
  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-rYWLV977um .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYWLV977um .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYWLV977um .modal-backdrop.show {
  opacity: .5;
}
.cid-rYWLV977um .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYWLV977um .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYWLV977um .modal-header .close:hover {
  opacity: 1;
}
.cid-rYWLV977um .modal-header .close:focus {
  outline: none;
}
.cid-rYWLV977um .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYWLV977um .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYWLV977um .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYWLV977um .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYWLV977um .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYWLV977um .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYWLV977um .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYWLV977um .modal-sm {
    max-width: 300px;
  }
  .cid-rYWLV977um .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYWLV977um .modal-lg,
  .cid-rYWLV977um .modal-xl {
    max-width: 800px;
  }
  .cid-rYWLV977um .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYWLV977um .modal-xl {
    max-width: 1140px;
  }
  .cid-rYWLV977um .container {
    max-width: 1140px;
  }
}
.cid-rYWLV977um .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYWLV977um .container {
    max-width: 720px;
  }
}
.cid-rYWLV977um .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYWLV977um .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-rYWLV977um .form-group {
  margin-bottom: 1rem;
}
.cid-rYWLV977um .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYWLV977um .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYWLV977um .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-rYMb6k1BnQ.popup-builder {
  background-color: #ffffff;
}
.cid-rYMb6k1BnQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMb6k1BnQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMb6k1BnQ .modal-content,
.cid-rYMb6k1BnQ .modal-dialog {
  height: auto;
}
.cid-rYMb6k1BnQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMb6k1BnQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMb6k1BnQ .form-wrapper .mbr-form .form-group,
  .cid-rYMb6k1BnQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMb6k1BnQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMb6k1BnQ .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-rYMb6k1BnQ .mbr-text {
  text-align: center;
}
.cid-rYMb6k1BnQ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMb6k1BnQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMb6k1BnQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMb6k1BnQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMb6k1BnQ .modal-open {
  overflow: hidden;
}
.cid-rYMb6k1BnQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMb6k1BnQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMb6k1BnQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMb6k1BnQ .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-rYMb6k1BnQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMb6k1BnQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMb6k1BnQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMb6k1BnQ .modal-content {
  background: #efefef;
  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-rYMb6k1BnQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMb6k1BnQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMb6k1BnQ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMb6k1BnQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMb6k1BnQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMb6k1BnQ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMb6k1BnQ .modal-header .close:focus {
  outline: none;
}
.cid-rYMb6k1BnQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMb6k1BnQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMb6k1BnQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMb6k1BnQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMb6k1BnQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMb6k1BnQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMb6k1BnQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMb6k1BnQ .modal-sm {
    max-width: 300px;
  }
  .cid-rYMb6k1BnQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMb6k1BnQ .modal-lg,
  .cid-rYMb6k1BnQ .modal-xl {
    max-width: 800px;
  }
  .cid-rYMb6k1BnQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMb6k1BnQ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMb6k1BnQ .container {
    max-width: 1140px;
  }
}
.cid-rYMb6k1BnQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMb6k1BnQ .container {
    max-width: 720px;
  }
}
.cid-rYMb6k1BnQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMb6k1BnQ .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-rYMb6k1BnQ .form-group {
  margin-bottom: 1rem;
}
.cid-rYMb6k1BnQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMb6k1BnQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMb6k1BnQ .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-rYMbsqI24D.popup-builder {
  background-color: #ffffff;
}
.cid-rYMbsqI24D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMbsqI24D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMbsqI24D .modal-content,
.cid-rYMbsqI24D .modal-dialog {
  height: auto;
}
.cid-rYMbsqI24D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMbsqI24D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMbsqI24D .form-wrapper .mbr-form .form-group,
  .cid-rYMbsqI24D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMbsqI24D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMbsqI24D .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-rYMbsqI24D .mbr-text {
  text-align: center;
}
.cid-rYMbsqI24D .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMbsqI24D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMbsqI24D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMbsqI24D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMbsqI24D .modal-open {
  overflow: hidden;
}
.cid-rYMbsqI24D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMbsqI24D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMbsqI24D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMbsqI24D .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-rYMbsqI24D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMbsqI24D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMbsqI24D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMbsqI24D .modal-content {
  background: #efefef;
  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-rYMbsqI24D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMbsqI24D .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMbsqI24D .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMbsqI24D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMbsqI24D .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMbsqI24D .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMbsqI24D .modal-header .close:focus {
  outline: none;
}
.cid-rYMbsqI24D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMbsqI24D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMbsqI24D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMbsqI24D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMbsqI24D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMbsqI24D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMbsqI24D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMbsqI24D .modal-sm {
    max-width: 300px;
  }
  .cid-rYMbsqI24D .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMbsqI24D .modal-lg,
  .cid-rYMbsqI24D .modal-xl {
    max-width: 800px;
  }
  .cid-rYMbsqI24D .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMbsqI24D .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMbsqI24D .container {
    max-width: 1140px;
  }
}
.cid-rYMbsqI24D .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMbsqI24D .container {
    max-width: 720px;
  }
}
.cid-rYMbsqI24D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMbsqI24D .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-rYMbsqI24D .form-group {
  margin-bottom: 1rem;
}
.cid-rYMbsqI24D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMbsqI24D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMbsqI24D .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-rYMbIbxVQa.popup-builder {
  background-color: #ffffff;
}
.cid-rYMbIbxVQa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMbIbxVQa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMbIbxVQa .modal-content,
.cid-rYMbIbxVQa .modal-dialog {
  height: auto;
}
.cid-rYMbIbxVQa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMbIbxVQa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMbIbxVQa .form-wrapper .mbr-form .form-group,
  .cid-rYMbIbxVQa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMbIbxVQa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMbIbxVQa .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-rYMbIbxVQa .mbr-text {
  text-align: center;
}
.cid-rYMbIbxVQa .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMbIbxVQa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMbIbxVQa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMbIbxVQa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMbIbxVQa .modal-open {
  overflow: hidden;
}
.cid-rYMbIbxVQa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMbIbxVQa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMbIbxVQa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMbIbxVQa .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-rYMbIbxVQa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMbIbxVQa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMbIbxVQa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMbIbxVQa .modal-content {
  background: #efefef;
  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-rYMbIbxVQa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMbIbxVQa .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMbIbxVQa .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMbIbxVQa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMbIbxVQa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMbIbxVQa .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMbIbxVQa .modal-header .close:focus {
  outline: none;
}
.cid-rYMbIbxVQa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMbIbxVQa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMbIbxVQa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMbIbxVQa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMbIbxVQa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMbIbxVQa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMbIbxVQa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMbIbxVQa .modal-sm {
    max-width: 300px;
  }
  .cid-rYMbIbxVQa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMbIbxVQa .modal-lg,
  .cid-rYMbIbxVQa .modal-xl {
    max-width: 800px;
  }
  .cid-rYMbIbxVQa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMbIbxVQa .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMbIbxVQa .container {
    max-width: 1140px;
  }
}
.cid-rYMbIbxVQa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMbIbxVQa .container {
    max-width: 720px;
  }
}
.cid-rYMbIbxVQa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMbIbxVQa .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-rYMbIbxVQa .form-group {
  margin-bottom: 1rem;
}
.cid-rYMbIbxVQa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMbIbxVQa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMbIbxVQa .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-rYMibg6rxv.popup-builder {
  background-color: #ffffff;
}
.cid-rYMibg6rxv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMibg6rxv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMibg6rxv .modal-content,
.cid-rYMibg6rxv .modal-dialog {
  height: auto;
}
.cid-rYMibg6rxv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMibg6rxv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMibg6rxv .form-wrapper .mbr-form .form-group,
  .cid-rYMibg6rxv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMibg6rxv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMibg6rxv .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-rYMibg6rxv .mbr-text {
  text-align: center;
}
.cid-rYMibg6rxv .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMibg6rxv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMibg6rxv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMibg6rxv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMibg6rxv .modal-open {
  overflow: hidden;
}
.cid-rYMibg6rxv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMibg6rxv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMibg6rxv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMibg6rxv .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-rYMibg6rxv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMibg6rxv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMibg6rxv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMibg6rxv .modal-content {
  background: #efefef;
  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-rYMibg6rxv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMibg6rxv .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMibg6rxv .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMibg6rxv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMibg6rxv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMibg6rxv .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMibg6rxv .modal-header .close:focus {
  outline: none;
}
.cid-rYMibg6rxv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMibg6rxv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMibg6rxv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMibg6rxv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMibg6rxv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMibg6rxv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMibg6rxv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMibg6rxv .modal-sm {
    max-width: 300px;
  }
  .cid-rYMibg6rxv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMibg6rxv .modal-lg,
  .cid-rYMibg6rxv .modal-xl {
    max-width: 800px;
  }
  .cid-rYMibg6rxv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMibg6rxv .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMibg6rxv .container {
    max-width: 1140px;
  }
}
.cid-rYMibg6rxv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMibg6rxv .container {
    max-width: 720px;
  }
}
.cid-rYMibg6rxv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMibg6rxv .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-rYMibg6rxv .form-group {
  margin-bottom: 1rem;
}
.cid-rYMibg6rxv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMibg6rxv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMibg6rxv .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-rYMxuwsBsE.popup-builder {
  background-color: #ffffff;
}
.cid-rYMxuwsBsE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMxuwsBsE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMxuwsBsE .modal-content,
.cid-rYMxuwsBsE .modal-dialog {
  height: auto;
}
.cid-rYMxuwsBsE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMxuwsBsE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMxuwsBsE .form-wrapper .mbr-form .form-group,
  .cid-rYMxuwsBsE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMxuwsBsE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMxuwsBsE .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-rYMxuwsBsE .mbr-text {
  text-align: center;
}
.cid-rYMxuwsBsE .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMxuwsBsE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMxuwsBsE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMxuwsBsE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMxuwsBsE .modal-open {
  overflow: hidden;
}
.cid-rYMxuwsBsE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMxuwsBsE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMxuwsBsE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMxuwsBsE .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-rYMxuwsBsE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMxuwsBsE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMxuwsBsE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMxuwsBsE .modal-content {
  background: #efefef;
  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-rYMxuwsBsE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMxuwsBsE .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMxuwsBsE .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMxuwsBsE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMxuwsBsE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMxuwsBsE .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMxuwsBsE .modal-header .close:focus {
  outline: none;
}
.cid-rYMxuwsBsE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMxuwsBsE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMxuwsBsE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMxuwsBsE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMxuwsBsE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMxuwsBsE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMxuwsBsE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMxuwsBsE .modal-sm {
    max-width: 300px;
  }
  .cid-rYMxuwsBsE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMxuwsBsE .modal-lg,
  .cid-rYMxuwsBsE .modal-xl {
    max-width: 800px;
  }
  .cid-rYMxuwsBsE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMxuwsBsE .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMxuwsBsE .container {
    max-width: 1140px;
  }
}
.cid-rYMxuwsBsE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMxuwsBsE .container {
    max-width: 720px;
  }
}
.cid-rYMxuwsBsE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMxuwsBsE .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-rYMxuwsBsE .form-group {
  margin-bottom: 1rem;
}
.cid-rYMxuwsBsE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMxuwsBsE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMxuwsBsE .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-rYMyRfAWEm.popup-builder {
  background-color: #ffffff;
}
.cid-rYMyRfAWEm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMyRfAWEm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMyRfAWEm .modal-content,
.cid-rYMyRfAWEm .modal-dialog {
  height: auto;
}
.cid-rYMyRfAWEm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMyRfAWEm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMyRfAWEm .form-wrapper .mbr-form .form-group,
  .cid-rYMyRfAWEm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMyRfAWEm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMyRfAWEm .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-rYMyRfAWEm .mbr-text {
  text-align: center;
}
.cid-rYMyRfAWEm .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMyRfAWEm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMyRfAWEm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMyRfAWEm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMyRfAWEm .modal-open {
  overflow: hidden;
}
.cid-rYMyRfAWEm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMyRfAWEm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMyRfAWEm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMyRfAWEm .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-rYMyRfAWEm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMyRfAWEm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMyRfAWEm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMyRfAWEm .modal-content {
  background: #efefef;
  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-rYMyRfAWEm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMyRfAWEm .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMyRfAWEm .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMyRfAWEm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMyRfAWEm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMyRfAWEm .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMyRfAWEm .modal-header .close:focus {
  outline: none;
}
.cid-rYMyRfAWEm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMyRfAWEm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMyRfAWEm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMyRfAWEm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMyRfAWEm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMyRfAWEm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMyRfAWEm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMyRfAWEm .modal-sm {
    max-width: 300px;
  }
  .cid-rYMyRfAWEm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMyRfAWEm .modal-lg,
  .cid-rYMyRfAWEm .modal-xl {
    max-width: 800px;
  }
  .cid-rYMyRfAWEm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMyRfAWEm .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMyRfAWEm .container {
    max-width: 1140px;
  }
}
.cid-rYMyRfAWEm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMyRfAWEm .container {
    max-width: 720px;
  }
}
.cid-rYMyRfAWEm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMyRfAWEm .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-rYMyRfAWEm .form-group {
  margin-bottom: 1rem;
}
.cid-rYMyRfAWEm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMyRfAWEm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMyRfAWEm .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-rXOtvRENph .modal-body .close {
  background: #1b1b1b;
}
.cid-rXOtvRENph .modal-body .close span {
  font-style: normal;
}
.cid-rXOtvRENph .carousel-inner > .active,
.cid-rXOtvRENph .carousel-inner > .next,
.cid-rXOtvRENph .carousel-inner > .prev {
  display: table;
}
.cid-rXOtvRENph .carousel-control .icon-next,
.cid-rXOtvRENph .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rXOtvRENph .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rXOtvRENph .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXOtvRENph .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rXOtvRENph .boxed-slider > div {
  position: relative;
}
.cid-rXOtvRENph .container img {
  width: 100%;
  height: 900px;
  object-fit: cover;
}
.cid-rXOtvRENph .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rXOtvRENph .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXOtvRENph .mbr-table-cell {
  padding: 0;
}
.cid-rXOtvRENph .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rXOtvRENph .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rXOtvRENph .mbr-overlay {
  z-index: 1;
}
.cid-rXOtvRENph .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXOtvRENph .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rXOtvRENph .carousel-item .container {
    width: 100%;
  }
}
.cid-rXOtvRENph .carousel-item-next.carousel-item-left,
.cid-rXOtvRENph .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rXOtvRENph .active.carousel-item-right,
.cid-rXOtvRENph .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rXOtvRENph .active.carousel-item-left,
.cid-rXOtvRENph .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rXOtvRENph .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rXOtvRENph .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXOtvRENph .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXOtvRENph .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rXOtvRENph .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rXOtvRENph .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rXOtvRENph .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rXOtvRENph .mbr-slider .carousel-indicators li.active,
.cid-rXOtvRENph .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rXOtvRENph .mbr-slider .carousel-indicators li::after,
.cid-rXOtvRENph .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rXOtvRENph .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rXOtvRENph .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rXOtvRENph .mbr-slider > .container img {
  width: 100%;
}
.cid-rXOtvRENph .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rXOtvRENph .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rXOtvRENph .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXOtvRENph .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXOtvRENph .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rXOtvRENph .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rXOtvRENph .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rXOtvRENph .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rXOtvRENph .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rXOtvRENph .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXOtvRENph .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rXOtvRENph .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rXOtvRENph .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rXOtvRENph h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rXOtvRENph .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rXOtvRENph .mbr-section-btn {
  margin-top: 100px;
}
.cid-rXOtvRENph .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rXOtvRENph .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rXOtvRENph .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rXOtvRENph .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXOtvRENph .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rXOtvRENph .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXOtvRENph P {
  color: #cebfaf;
  text-align: center;
}
.cid-rXOtvRENph H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUVKlQPdeA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVKlQPdeA img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUVKlQPdeA H1 {
  color: #2c1608;
}
.cid-rUVKlQPdeA .mbr-text,
.cid-rUVKlQPdeA .mbr-section-btn {
  color: #716c80;
}
.cid-rUVKlQPdeA H3 {
  color: #4f4943;
}
.cid-rUVKlQPdeA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUVKlQPdeA .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUVKlQPdeA .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUVKlQPdeA .link:hover {
  color: #ff6400 !important;
}
.cid-rUVKlQPdeA .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUVKlQPdeA DIV {
  color: #57468b;
}
.cid-rUVKlQPdeA .mbr-text,
.cid-rUVKlQPdeA .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVKlQPdeA .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUVKlRz96a {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUVKlRz96a H2 {
  color: #ff6400;
}
.cid-rUVKlRz96a .mbr-text,
.cid-rUVKlRz96a .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUVKlRz96a .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUVKlRz96a .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUVKlRz96a .mbr-figure {
  height: 100%;
}
.cid-rUVKlRz96a .card-img {
  padding: 0 2rem;
}
.cid-rUVKlRz96a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUVKlRz96a H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUVKlRz96a .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUVKlRz96a .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUVKlRz96a .container {
    padding: 0 3rem;
  }
  .cid-rUVKlRz96a .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUVKlRz96a .container {
    padding: 0 2rem;
  }
  .cid-rUVKlRz96a .card-img {
    width: 100%;
  }
  .cid-rUVKlRz96a .center-card {
    padding: 1rem;
  }
}
.cid-rYWKHeYrlj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYWKHeYrlj h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYWKHeYrlj h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYWKHeYrlj .card {
  background: #ffffff;
  padding: 0.7rem;
  border-radius: 6px;
}
.cid-rYWKHeYrlj span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYWKHeYrlj .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYWKHeYrlj .card {
    padding: 1rem;
  }
}
.cid-rYWKHeYrlj .user_name,
.cid-rYWKHeYrlj .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYWKHeYrlj .mbr-section-subtitle {
  text-align: center;
}
.cid-rUVKlSq0XJ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUVKlSq0XJ H2 {
  color: #e7272d;
}
.cid-rUVKlSq0XJ img {
  max-width: 500px;
  margin: auto;
}
.cid-rUVKlSq0XJ H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUVKlSq0XJ .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUVKlSq0XJ .span-row {
  width: 100%;
}
.cid-rUVKlSq0XJ .mbr-section-title,
.cid-rUVKlSq0XJ .span-row {
  color: #cebfaf;
}
.cid-rUVKlSq0XJ .mbr-text,
.cid-rUVKlSq0XJ .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUVKlTt8CH {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUVKlTt8CH .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUVKlTt8CH .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUVKlTt8CH .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUVKlTt8CH .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUVKlTt8CH .menu-row {
  margin: 0;
}
.cid-rUVKlTt8CH .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUVKlTt8CH .card-header {
  background: transparent;
}
.cid-rUVKlTt8CH .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUVKlTt8CH .card-subtitle {
  margin: 0;
}
.cid-rUVKlTt8CH .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUVKlTt8CH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUVKlTt8CH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUVKlTt8CH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVKlTt8CH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVKlTt8CH .card .panel-body {
  color: #767676;
}
.cid-rUVKlTt8CH h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUVKlTt8CH H4 {
  color: #4f4943;
}
.cid-rUVKlTt8CH H2 {
  color: #222222;
}
.cid-rUVKlTt8CH .panel-text {
  color: #232323;
}
.cid-rUVKlTt8CH .box-text {
  color: #232323;
}
.cid-rUVKlTt8CH SPAN {
  color: #ff6800;
}
.cid-rUVKlTt8CH .item-title {
  color: #4f4943;
}
.cid-rUVKlTt8CH .mbr-section-title,
.cid-rUVKlTt8CH .underline {
  color: #232323;
  text-align: center;
}
.cid-rUVKlTt8CH .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUVKlUG7v8 {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUVKlUG7v8 li {
  list-style: none;
}
.cid-rUVKlUG7v8 .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUVKlUG7v8 .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUVKlUG7v8 .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUVKlUG7v8 h4 {
  margin: 0;
}
.cid-rUVKlUG7v8 ul {
  padding: 0;
  margin: 0;
}
.cid-rUVKlUG7v8 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUVKlUG7v8 .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUVKlUG7v8 .accordion .card {
  overflow: hidden;
}
.cid-rUVKlUG7v8 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUVKlUG7v8 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUVKlUG7v8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUVKlUG7v8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVKlUG7v8 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUVKlUG7v8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVKlUG7v8 .card .panel-body {
  color: #767676;
}
.cid-rUVKlUG7v8 .card:hover {
  background: #efefef;
}
.cid-rUVKlUG7v8 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUVKlUG7v8 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUVKlUG7v8 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUVKlUG7v8 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUVKlUG7v8 .panel-collapse {
  margin-top: -1px;
}
.cid-rUVKlUG7v8 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUVKlUG7v8 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUVKlUG7v8 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUVKlUG7v8 .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUVKlUG7v8 H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUVKlUG7v8 H2 {
  color: #000000;
}
.cid-rUVKlUG7v8 .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVKlX3HBF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUVKlX3HBF .mbr-text {
  color: #767676;
}
.cid-rUVKlX3HBF .card-subtitle {
  margin: 0;
}
.cid-rUVKlX3HBF .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUVKlX3HBF img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUVKlX3HBF .card-box {
  padding: 1rem;
}
.cid-rUVKlX3HBF .link {
  transition: all 0.3s;
}
.cid-rUVKlX3HBF .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUVKlX3HBF .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUVKlX3HBF .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUVKlX3HBF .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUVKlX3HBF h4,
.cid-rUVKlX3HBF h6,
.cid-rUVKlX3HBF h5 {
  margin: 0;
}
.cid-rUVKlX3HBF .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUVKlX3HBF .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUVKlX3HBF .link-wrap:hover {
  color: #ff6400;
}
.cid-rUVKlX3HBF .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUVKlX3HBF .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUVKlX3HBF .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUVKlX3HBF .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUVKlX3HBF .icon-wrap span {
  margin-right: 8px;
}
.cid-rUVKlX3HBF .icon-padding {
  padding-left: 2rem;
}
.cid-rUVKlX3HBF .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUVKlX3HBF .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUVKlX3HBF .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUVKlX3HBF .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUVKlX3HBF .card:hover img {
  transform: scale(1.1);
}
.cid-rUVKlX3HBF .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUVKlX3HBF .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVKlX3HBF .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVKlX3HBF .row {
  justify-content: center;
}
.cid-rUVKlX3HBF .location,
.cid-rUVKlX3HBF .icon-wrap {
  color: #ff6400;
}
.cid-rUVKlX3HBF .link,
.cid-rUVKlX3HBF .link-wrap,
.cid-rUVKlX3HBF .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUVKlX3HBF .wrapper {
    flex-direction: column;
  }
  .cid-rUVKlX3HBF .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUVKlX3HBF .card-box {
    padding: 0;
  }
}
.cid-rUVKlX3HBF H2 {
  color: #ff6400;
}
.cid-rUVKlX3HBF .mbr-text,
.cid-rUVKlX3HBF .link {
  color: #0e0e0e;
}
.cid-s13t8jyhmN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/trekking-header-67.jpg");
}
@media (max-width: 992px) {
  .cid-s13t8jyhmN {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s13t8jyhmN .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s13t8jyhmN .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-s13t8jyhmN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-s13t8jyhmN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s13t8jyhmN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s13t8jyhmN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-s13t8jyhmN a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s13t8jyhmN {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cid-s13t8jyhmN .box {
    height: 250px;
  }
}
.cid-s13t8jyhmN .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s13t8jyhmN .mbr-section-title,
.cid-s13t8jyhmN .span-row {
  color: #cebfaf;
}
.cid-s13t8jyhmN .mbr-text,
.cid-s13t8jyhmN .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rUVKm0dQgw {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVKm0dQgw blockquote {
  border-width: 1px;
  border-color: #ff5400;
  padding: 0 0 0 50px;
}
.cid-rUVKm0dQgw .mbr-text,
.cid-rUVKm0dQgw .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUVKm0dQgw footer {
  font-style: normal;
}
.cid-rVjq6joRgd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjq6joRgd h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjq6joRgd h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjq6joRgd .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjq6joRgd span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjq6joRgd .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjq6joRgd .card {
    padding: 1rem;
  }
}
.cid-rVjq6joRgd .user_name,
.cid-rVjq6joRgd .align {
  color: #cccccc;
}
.cid-rVjq6joRgd .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjAByA2Yl {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjAByA2Yl .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjAByA2Yl .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjAByA2Yl H2 {
  color: #e7272d;
}
.cid-rVjAByA2Yl .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjAByA2Yl .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjAByA2Yl .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAByA2Yl .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAByA2Yl .col-lg-12 {
  overflow: hidden;
}
.cid-rVjAByA2Yl H4 {
  color: #ff6400;
}
.cid-rVjAByA2Yl .mbr-text,
.cid-rVjAByA2Yl .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjAByA2Yl .logo-wrap:before {
    content: none;
  }
  .cid-rVjAByA2Yl .logo-wrap:after {
    content: none;
  }
}
.cid-rVjAByA2Yl H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY7heozql2.popup-builder {
  background-color: #ffffff;
}
.cid-rY7heozql2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY7heozql2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY7heozql2 .modal-content,
.cid-rY7heozql2 .modal-dialog {
  height: auto;
}
.cid-rY7heozql2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY7heozql2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY7heozql2 .form-wrapper .mbr-form .form-group,
  .cid-rY7heozql2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY7heozql2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY7heozql2 .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-rY7heozql2 .mbr-text {
  text-align: center;
}
.cid-rY7heozql2 .pt-0 {
  padding-top: 0 !important;
}
.cid-rY7heozql2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY7heozql2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY7heozql2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY7heozql2 .modal-open {
  overflow: hidden;
}
.cid-rY7heozql2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY7heozql2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY7heozql2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY7heozql2 .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-rY7heozql2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY7heozql2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY7heozql2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY7heozql2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY7heozql2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY7heozql2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY7heozql2 .modal-backdrop.show {
  opacity: .5;
}
.cid-rY7heozql2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY7heozql2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY7heozql2 .modal-header .close:hover {
  opacity: 1;
}
.cid-rY7heozql2 .modal-header .close:focus {
  outline: none;
}
.cid-rY7heozql2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY7heozql2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY7heozql2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY7heozql2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY7heozql2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY7heozql2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY7heozql2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY7heozql2 .modal-sm {
    max-width: 300px;
  }
  .cid-rY7heozql2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY7heozql2 .modal-lg,
  .cid-rY7heozql2 .modal-xl {
    max-width: 800px;
  }
  .cid-rY7heozql2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY7heozql2 .modal-xl {
    max-width: 1140px;
  }
  .cid-rY7heozql2 .container {
    max-width: 1140px;
  }
}
.cid-rY7heozql2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY7heozql2 .container {
    max-width: 720px;
  }
}
.cid-rY7heozql2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY7heozql2 .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-rY7heozql2 .form-group {
  margin-bottom: 1rem;
}
.cid-rY7heozql2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY7heozql2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY7heozql2 .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-rYMDsYBbfy.popup-builder {
  background-color: #ffffff;
}
.cid-rYMDsYBbfy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMDsYBbfy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMDsYBbfy .modal-content,
.cid-rYMDsYBbfy .modal-dialog {
  height: auto;
}
.cid-rYMDsYBbfy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMDsYBbfy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMDsYBbfy .form-wrapper .mbr-form .form-group,
  .cid-rYMDsYBbfy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMDsYBbfy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMDsYBbfy .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-rYMDsYBbfy .mbr-text {
  text-align: center;
}
.cid-rYMDsYBbfy .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMDsYBbfy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMDsYBbfy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMDsYBbfy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMDsYBbfy .modal-open {
  overflow: hidden;
}
.cid-rYMDsYBbfy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMDsYBbfy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMDsYBbfy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMDsYBbfy .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-rYMDsYBbfy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMDsYBbfy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMDsYBbfy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMDsYBbfy .modal-content {
  background: #efefef;
  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-rYMDsYBbfy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMDsYBbfy .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMDsYBbfy .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMDsYBbfy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMDsYBbfy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMDsYBbfy .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMDsYBbfy .modal-header .close:focus {
  outline: none;
}
.cid-rYMDsYBbfy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMDsYBbfy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMDsYBbfy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMDsYBbfy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMDsYBbfy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMDsYBbfy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMDsYBbfy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMDsYBbfy .modal-sm {
    max-width: 300px;
  }
  .cid-rYMDsYBbfy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMDsYBbfy .modal-lg,
  .cid-rYMDsYBbfy .modal-xl {
    max-width: 800px;
  }
  .cid-rYMDsYBbfy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMDsYBbfy .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMDsYBbfy .container {
    max-width: 1140px;
  }
}
.cid-rYMDsYBbfy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMDsYBbfy .container {
    max-width: 720px;
  }
}
.cid-rYMDsYBbfy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMDsYBbfy .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-rYMDsYBbfy .form-group {
  margin-bottom: 1rem;
}
.cid-rYMDsYBbfy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMDsYBbfy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMDsYBbfy .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-rYMDCEvrxL.popup-builder {
  background-color: #ffffff;
}
.cid-rYMDCEvrxL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMDCEvrxL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMDCEvrxL .modal-content,
.cid-rYMDCEvrxL .modal-dialog {
  height: auto;
}
.cid-rYMDCEvrxL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMDCEvrxL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMDCEvrxL .form-wrapper .mbr-form .form-group,
  .cid-rYMDCEvrxL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMDCEvrxL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMDCEvrxL .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-rYMDCEvrxL .mbr-text {
  text-align: center;
}
.cid-rYMDCEvrxL .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMDCEvrxL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMDCEvrxL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMDCEvrxL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMDCEvrxL .modal-open {
  overflow: hidden;
}
.cid-rYMDCEvrxL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMDCEvrxL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMDCEvrxL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMDCEvrxL .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-rYMDCEvrxL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMDCEvrxL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMDCEvrxL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMDCEvrxL .modal-content {
  background: #efefef;
  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-rYMDCEvrxL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMDCEvrxL .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMDCEvrxL .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMDCEvrxL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMDCEvrxL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMDCEvrxL .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMDCEvrxL .modal-header .close:focus {
  outline: none;
}
.cid-rYMDCEvrxL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMDCEvrxL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMDCEvrxL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMDCEvrxL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMDCEvrxL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMDCEvrxL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMDCEvrxL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMDCEvrxL .modal-sm {
    max-width: 300px;
  }
  .cid-rYMDCEvrxL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMDCEvrxL .modal-lg,
  .cid-rYMDCEvrxL .modal-xl {
    max-width: 800px;
  }
  .cid-rYMDCEvrxL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMDCEvrxL .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMDCEvrxL .container {
    max-width: 1140px;
  }
}
.cid-rYMDCEvrxL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMDCEvrxL .container {
    max-width: 720px;
  }
}
.cid-rYMDCEvrxL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMDCEvrxL .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-rYMDCEvrxL .form-group {
  margin-bottom: 1rem;
}
.cid-rYMDCEvrxL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMDCEvrxL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMDCEvrxL .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-rYMDQzUZHj.popup-builder {
  background-color: #ffffff;
}
.cid-rYMDQzUZHj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMDQzUZHj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMDQzUZHj .modal-content,
.cid-rYMDQzUZHj .modal-dialog {
  height: auto;
}
.cid-rYMDQzUZHj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMDQzUZHj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMDQzUZHj .form-wrapper .mbr-form .form-group,
  .cid-rYMDQzUZHj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMDQzUZHj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMDQzUZHj .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-rYMDQzUZHj .mbr-text {
  text-align: center;
}
.cid-rYMDQzUZHj .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMDQzUZHj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMDQzUZHj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMDQzUZHj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMDQzUZHj .modal-open {
  overflow: hidden;
}
.cid-rYMDQzUZHj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMDQzUZHj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMDQzUZHj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMDQzUZHj .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-rYMDQzUZHj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMDQzUZHj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMDQzUZHj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMDQzUZHj .modal-content {
  background: #efefef;
  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-rYMDQzUZHj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMDQzUZHj .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMDQzUZHj .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMDQzUZHj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMDQzUZHj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMDQzUZHj .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMDQzUZHj .modal-header .close:focus {
  outline: none;
}
.cid-rYMDQzUZHj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMDQzUZHj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMDQzUZHj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMDQzUZHj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMDQzUZHj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMDQzUZHj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMDQzUZHj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMDQzUZHj .modal-sm {
    max-width: 300px;
  }
  .cid-rYMDQzUZHj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMDQzUZHj .modal-lg,
  .cid-rYMDQzUZHj .modal-xl {
    max-width: 800px;
  }
  .cid-rYMDQzUZHj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMDQzUZHj .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMDQzUZHj .container {
    max-width: 1140px;
  }
}
.cid-rYMDQzUZHj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMDQzUZHj .container {
    max-width: 720px;
  }
}
.cid-rYMDQzUZHj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMDQzUZHj .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-rYMDQzUZHj .form-group {
  margin-bottom: 1rem;
}
.cid-rYMDQzUZHj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMDQzUZHj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMDQzUZHj .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-rYMEhbdLRK.popup-builder {
  background-color: #ffffff;
}
.cid-rYMEhbdLRK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMEhbdLRK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMEhbdLRK .modal-content,
.cid-rYMEhbdLRK .modal-dialog {
  height: auto;
}
.cid-rYMEhbdLRK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMEhbdLRK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMEhbdLRK .form-wrapper .mbr-form .form-group,
  .cid-rYMEhbdLRK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMEhbdLRK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMEhbdLRK .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-rYMEhbdLRK .mbr-text {
  text-align: center;
}
.cid-rYMEhbdLRK .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMEhbdLRK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMEhbdLRK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMEhbdLRK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMEhbdLRK .modal-open {
  overflow: hidden;
}
.cid-rYMEhbdLRK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMEhbdLRK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMEhbdLRK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMEhbdLRK .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-rYMEhbdLRK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMEhbdLRK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMEhbdLRK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMEhbdLRK .modal-content {
  background: #efefef;
  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-rYMEhbdLRK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMEhbdLRK .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMEhbdLRK .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMEhbdLRK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMEhbdLRK .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMEhbdLRK .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMEhbdLRK .modal-header .close:focus {
  outline: none;
}
.cid-rYMEhbdLRK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMEhbdLRK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMEhbdLRK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMEhbdLRK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMEhbdLRK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMEhbdLRK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMEhbdLRK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMEhbdLRK .modal-sm {
    max-width: 300px;
  }
  .cid-rYMEhbdLRK .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMEhbdLRK .modal-lg,
  .cid-rYMEhbdLRK .modal-xl {
    max-width: 800px;
  }
  .cid-rYMEhbdLRK .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMEhbdLRK .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMEhbdLRK .container {
    max-width: 1140px;
  }
}
.cid-rYMEhbdLRK .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMEhbdLRK .container {
    max-width: 720px;
  }
}
.cid-rYMEhbdLRK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMEhbdLRK .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-rYMEhbdLRK .form-group {
  margin-bottom: 1rem;
}
.cid-rYMEhbdLRK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMEhbdLRK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMEhbdLRK .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-rYMEzQeBQV.popup-builder {
  background-color: #ffffff;
}
.cid-rYMEzQeBQV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMEzQeBQV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMEzQeBQV .modal-content,
.cid-rYMEzQeBQV .modal-dialog {
  height: auto;
}
.cid-rYMEzQeBQV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMEzQeBQV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMEzQeBQV .form-wrapper .mbr-form .form-group,
  .cid-rYMEzQeBQV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMEzQeBQV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMEzQeBQV .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-rYMEzQeBQV .mbr-text {
  text-align: center;
}
.cid-rYMEzQeBQV .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMEzQeBQV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMEzQeBQV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMEzQeBQV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMEzQeBQV .modal-open {
  overflow: hidden;
}
.cid-rYMEzQeBQV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMEzQeBQV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMEzQeBQV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMEzQeBQV .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-rYMEzQeBQV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMEzQeBQV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMEzQeBQV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMEzQeBQV .modal-content {
  background: #efefef;
  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-rYMEzQeBQV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMEzQeBQV .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMEzQeBQV .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMEzQeBQV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMEzQeBQV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMEzQeBQV .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMEzQeBQV .modal-header .close:focus {
  outline: none;
}
.cid-rYMEzQeBQV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMEzQeBQV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMEzQeBQV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMEzQeBQV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMEzQeBQV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMEzQeBQV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMEzQeBQV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMEzQeBQV .modal-sm {
    max-width: 300px;
  }
  .cid-rYMEzQeBQV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMEzQeBQV .modal-lg,
  .cid-rYMEzQeBQV .modal-xl {
    max-width: 800px;
  }
  .cid-rYMEzQeBQV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMEzQeBQV .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMEzQeBQV .container {
    max-width: 1140px;
  }
}
.cid-rYMEzQeBQV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMEzQeBQV .container {
    max-width: 720px;
  }
}
.cid-rYMEzQeBQV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMEzQeBQV .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-rYMEzQeBQV .form-group {
  margin-bottom: 1rem;
}
.cid-rYMEzQeBQV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMEzQeBQV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMEzQeBQV .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-rYMFcSCcMd.popup-builder {
  background-color: #ffffff;
}
.cid-rYMFcSCcMd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMFcSCcMd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMFcSCcMd .modal-content,
.cid-rYMFcSCcMd .modal-dialog {
  height: auto;
}
.cid-rYMFcSCcMd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMFcSCcMd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMFcSCcMd .form-wrapper .mbr-form .form-group,
  .cid-rYMFcSCcMd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMFcSCcMd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMFcSCcMd .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-rYMFcSCcMd .mbr-text {
  text-align: center;
}
.cid-rYMFcSCcMd .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMFcSCcMd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMFcSCcMd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMFcSCcMd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMFcSCcMd .modal-open {
  overflow: hidden;
}
.cid-rYMFcSCcMd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMFcSCcMd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMFcSCcMd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMFcSCcMd .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-rYMFcSCcMd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMFcSCcMd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMFcSCcMd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMFcSCcMd .modal-content {
  background: #efefef;
  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-rYMFcSCcMd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMFcSCcMd .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMFcSCcMd .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMFcSCcMd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMFcSCcMd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMFcSCcMd .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMFcSCcMd .modal-header .close:focus {
  outline: none;
}
.cid-rYMFcSCcMd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMFcSCcMd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMFcSCcMd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMFcSCcMd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMFcSCcMd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMFcSCcMd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMFcSCcMd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMFcSCcMd .modal-sm {
    max-width: 300px;
  }
  .cid-rYMFcSCcMd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMFcSCcMd .modal-lg,
  .cid-rYMFcSCcMd .modal-xl {
    max-width: 800px;
  }
  .cid-rYMFcSCcMd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMFcSCcMd .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMFcSCcMd .container {
    max-width: 1140px;
  }
}
.cid-rYMFcSCcMd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMFcSCcMd .container {
    max-width: 720px;
  }
}
.cid-rYMFcSCcMd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMFcSCcMd .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-rYMFcSCcMd .form-group {
  margin-bottom: 1rem;
}
.cid-rYMFcSCcMd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMFcSCcMd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMFcSCcMd .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-rYMFBp3HqD.popup-builder {
  background-color: #ffffff;
}
.cid-rYMFBp3HqD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMFBp3HqD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMFBp3HqD .modal-content,
.cid-rYMFBp3HqD .modal-dialog {
  height: auto;
}
.cid-rYMFBp3HqD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMFBp3HqD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMFBp3HqD .form-wrapper .mbr-form .form-group,
  .cid-rYMFBp3HqD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMFBp3HqD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMFBp3HqD .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-rYMFBp3HqD .mbr-text {
  text-align: center;
}
.cid-rYMFBp3HqD .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMFBp3HqD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMFBp3HqD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMFBp3HqD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMFBp3HqD .modal-open {
  overflow: hidden;
}
.cid-rYMFBp3HqD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMFBp3HqD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMFBp3HqD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMFBp3HqD .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-rYMFBp3HqD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMFBp3HqD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMFBp3HqD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMFBp3HqD .modal-content {
  background: #efefef;
  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-rYMFBp3HqD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMFBp3HqD .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMFBp3HqD .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMFBp3HqD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMFBp3HqD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMFBp3HqD .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMFBp3HqD .modal-header .close:focus {
  outline: none;
}
.cid-rYMFBp3HqD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMFBp3HqD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMFBp3HqD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMFBp3HqD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMFBp3HqD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMFBp3HqD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMFBp3HqD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMFBp3HqD .modal-sm {
    max-width: 300px;
  }
  .cid-rYMFBp3HqD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMFBp3HqD .modal-lg,
  .cid-rYMFBp3HqD .modal-xl {
    max-width: 800px;
  }
  .cid-rYMFBp3HqD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMFBp3HqD .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMFBp3HqD .container {
    max-width: 1140px;
  }
}
.cid-rYMFBp3HqD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMFBp3HqD .container {
    max-width: 720px;
  }
}
.cid-rYMFBp3HqD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMFBp3HqD .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-rYMFBp3HqD .form-group {
  margin-bottom: 1rem;
}
.cid-rYMFBp3HqD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMFBp3HqD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMFBp3HqD .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-rYMGjden1k.popup-builder {
  background-color: #ffffff;
}
.cid-rYMGjden1k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMGjden1k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMGjden1k .modal-content,
.cid-rYMGjden1k .modal-dialog {
  height: auto;
}
.cid-rYMGjden1k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMGjden1k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMGjden1k .form-wrapper .mbr-form .form-group,
  .cid-rYMGjden1k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMGjden1k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMGjden1k .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-rYMGjden1k .mbr-text {
  text-align: center;
}
.cid-rYMGjden1k .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMGjden1k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMGjden1k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMGjden1k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMGjden1k .modal-open {
  overflow: hidden;
}
.cid-rYMGjden1k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMGjden1k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMGjden1k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMGjden1k .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-rYMGjden1k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMGjden1k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMGjden1k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMGjden1k .modal-content {
  background: #efefef;
  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-rYMGjden1k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMGjden1k .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMGjden1k .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMGjden1k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMGjden1k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMGjden1k .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMGjden1k .modal-header .close:focus {
  outline: none;
}
.cid-rYMGjden1k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMGjden1k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMGjden1k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMGjden1k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMGjden1k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMGjden1k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMGjden1k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMGjden1k .modal-sm {
    max-width: 300px;
  }
  .cid-rYMGjden1k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMGjden1k .modal-lg,
  .cid-rYMGjden1k .modal-xl {
    max-width: 800px;
  }
  .cid-rYMGjden1k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMGjden1k .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMGjden1k .container {
    max-width: 1140px;
  }
}
.cid-rYMGjden1k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMGjden1k .container {
    max-width: 720px;
  }
}
.cid-rYMGjden1k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMGjden1k .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-rYMGjden1k .form-group {
  margin-bottom: 1rem;
}
.cid-rYMGjden1k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMGjden1k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMGjden1k .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-rYMGQ97It9.popup-builder {
  background-color: #ffffff;
}
.cid-rYMGQ97It9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMGQ97It9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMGQ97It9 .modal-content,
.cid-rYMGQ97It9 .modal-dialog {
  height: auto;
}
.cid-rYMGQ97It9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMGQ97It9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMGQ97It9 .form-wrapper .mbr-form .form-group,
  .cid-rYMGQ97It9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMGQ97It9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMGQ97It9 .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-rYMGQ97It9 .mbr-text {
  text-align: center;
}
.cid-rYMGQ97It9 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMGQ97It9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMGQ97It9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMGQ97It9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMGQ97It9 .modal-open {
  overflow: hidden;
}
.cid-rYMGQ97It9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMGQ97It9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMGQ97It9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMGQ97It9 .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-rYMGQ97It9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMGQ97It9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMGQ97It9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMGQ97It9 .modal-content {
  background: #efefef;
  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-rYMGQ97It9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMGQ97It9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMGQ97It9 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMGQ97It9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMGQ97It9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMGQ97It9 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMGQ97It9 .modal-header .close:focus {
  outline: none;
}
.cid-rYMGQ97It9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMGQ97It9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMGQ97It9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMGQ97It9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMGQ97It9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMGQ97It9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMGQ97It9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMGQ97It9 .modal-sm {
    max-width: 300px;
  }
  .cid-rYMGQ97It9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMGQ97It9 .modal-lg,
  .cid-rYMGQ97It9 .modal-xl {
    max-width: 800px;
  }
  .cid-rYMGQ97It9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMGQ97It9 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMGQ97It9 .container {
    max-width: 1140px;
  }
}
.cid-rYMGQ97It9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMGQ97It9 .container {
    max-width: 720px;
  }
}
.cid-rYMGQ97It9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMGQ97It9 .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-rYMGQ97It9 .form-group {
  margin-bottom: 1rem;
}
.cid-rYMGQ97It9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMGQ97It9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMGQ97It9 .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-rYMJuE35xU.popup-builder {
  background-color: #ffffff;
}
.cid-rYMJuE35xU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMJuE35xU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMJuE35xU .modal-content,
.cid-rYMJuE35xU .modal-dialog {
  height: auto;
}
.cid-rYMJuE35xU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMJuE35xU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMJuE35xU .form-wrapper .mbr-form .form-group,
  .cid-rYMJuE35xU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMJuE35xU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMJuE35xU .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-rYMJuE35xU .mbr-text {
  text-align: center;
}
.cid-rYMJuE35xU .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMJuE35xU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMJuE35xU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMJuE35xU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMJuE35xU .modal-open {
  overflow: hidden;
}
.cid-rYMJuE35xU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMJuE35xU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMJuE35xU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMJuE35xU .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-rYMJuE35xU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMJuE35xU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMJuE35xU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMJuE35xU .modal-content {
  background: #efefef;
  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-rYMJuE35xU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMJuE35xU .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMJuE35xU .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMJuE35xU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMJuE35xU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMJuE35xU .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMJuE35xU .modal-header .close:focus {
  outline: none;
}
.cid-rYMJuE35xU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMJuE35xU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMJuE35xU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMJuE35xU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMJuE35xU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMJuE35xU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMJuE35xU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMJuE35xU .modal-sm {
    max-width: 300px;
  }
  .cid-rYMJuE35xU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMJuE35xU .modal-lg,
  .cid-rYMJuE35xU .modal-xl {
    max-width: 800px;
  }
  .cid-rYMJuE35xU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMJuE35xU .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMJuE35xU .container {
    max-width: 1140px;
  }
}
.cid-rYMJuE35xU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMJuE35xU .container {
    max-width: 720px;
  }
}
.cid-rYMJuE35xU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMJuE35xU .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-rYMJuE35xU .form-group {
  margin-bottom: 1rem;
}
.cid-rYMJuE35xU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMJuE35xU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMJuE35xU .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-rYMJCGwuxp.popup-builder {
  background-color: #ffffff;
}
.cid-rYMJCGwuxp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMJCGwuxp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMJCGwuxp .modal-content,
.cid-rYMJCGwuxp .modal-dialog {
  height: auto;
}
.cid-rYMJCGwuxp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMJCGwuxp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMJCGwuxp .form-wrapper .mbr-form .form-group,
  .cid-rYMJCGwuxp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMJCGwuxp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMJCGwuxp .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-rYMJCGwuxp .mbr-text {
  text-align: center;
}
.cid-rYMJCGwuxp .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMJCGwuxp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMJCGwuxp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMJCGwuxp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMJCGwuxp .modal-open {
  overflow: hidden;
}
.cid-rYMJCGwuxp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMJCGwuxp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMJCGwuxp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMJCGwuxp .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-rYMJCGwuxp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMJCGwuxp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMJCGwuxp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMJCGwuxp .modal-content {
  background: #efefef;
  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-rYMJCGwuxp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMJCGwuxp .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMJCGwuxp .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMJCGwuxp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMJCGwuxp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMJCGwuxp .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMJCGwuxp .modal-header .close:focus {
  outline: none;
}
.cid-rYMJCGwuxp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMJCGwuxp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMJCGwuxp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMJCGwuxp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMJCGwuxp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMJCGwuxp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMJCGwuxp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMJCGwuxp .modal-sm {
    max-width: 300px;
  }
  .cid-rYMJCGwuxp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMJCGwuxp .modal-lg,
  .cid-rYMJCGwuxp .modal-xl {
    max-width: 800px;
  }
  .cid-rYMJCGwuxp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMJCGwuxp .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMJCGwuxp .container {
    max-width: 1140px;
  }
}
.cid-rYMJCGwuxp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMJCGwuxp .container {
    max-width: 720px;
  }
}
.cid-rYMJCGwuxp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMJCGwuxp .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-rYMJCGwuxp .form-group {
  margin-bottom: 1rem;
}
.cid-rYMJCGwuxp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMJCGwuxp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMJCGwuxp .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-rYMJTuV6pv.popup-builder {
  background-color: #ffffff;
}
.cid-rYMJTuV6pv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMJTuV6pv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMJTuV6pv .modal-content,
.cid-rYMJTuV6pv .modal-dialog {
  height: auto;
}
.cid-rYMJTuV6pv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMJTuV6pv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMJTuV6pv .form-wrapper .mbr-form .form-group,
  .cid-rYMJTuV6pv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMJTuV6pv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMJTuV6pv .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-rYMJTuV6pv .mbr-text {
  text-align: center;
}
.cid-rYMJTuV6pv .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMJTuV6pv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMJTuV6pv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMJTuV6pv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMJTuV6pv .modal-open {
  overflow: hidden;
}
.cid-rYMJTuV6pv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMJTuV6pv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMJTuV6pv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMJTuV6pv .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-rYMJTuV6pv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMJTuV6pv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMJTuV6pv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMJTuV6pv .modal-content {
  background: #efefef;
  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-rYMJTuV6pv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMJTuV6pv .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMJTuV6pv .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMJTuV6pv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMJTuV6pv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMJTuV6pv .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMJTuV6pv .modal-header .close:focus {
  outline: none;
}
.cid-rYMJTuV6pv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMJTuV6pv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMJTuV6pv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMJTuV6pv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMJTuV6pv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMJTuV6pv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMJTuV6pv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMJTuV6pv .modal-sm {
    max-width: 300px;
  }
  .cid-rYMJTuV6pv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMJTuV6pv .modal-lg,
  .cid-rYMJTuV6pv .modal-xl {
    max-width: 800px;
  }
  .cid-rYMJTuV6pv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMJTuV6pv .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMJTuV6pv .container {
    max-width: 1140px;
  }
}
.cid-rYMJTuV6pv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMJTuV6pv .container {
    max-width: 720px;
  }
}
.cid-rYMJTuV6pv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMJTuV6pv .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-rYMJTuV6pv .form-group {
  margin-bottom: 1rem;
}
.cid-rYMJTuV6pv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMJTuV6pv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMJTuV6pv .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-rYMKca2tLw.popup-builder {
  background-color: #ffffff;
}
.cid-rYMKca2tLw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYMKca2tLw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYMKca2tLw .modal-content,
.cid-rYMKca2tLw .modal-dialog {
  height: auto;
}
.cid-rYMKca2tLw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYMKca2tLw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYMKca2tLw .form-wrapper .mbr-form .form-group,
  .cid-rYMKca2tLw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYMKca2tLw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYMKca2tLw .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-rYMKca2tLw .mbr-text {
  text-align: center;
}
.cid-rYMKca2tLw .pt-0 {
  padding-top: 0 !important;
}
.cid-rYMKca2tLw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYMKca2tLw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYMKca2tLw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYMKca2tLw .modal-open {
  overflow: hidden;
}
.cid-rYMKca2tLw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYMKca2tLw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYMKca2tLw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYMKca2tLw .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-rYMKca2tLw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYMKca2tLw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYMKca2tLw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYMKca2tLw .modal-content {
  background: #efefef;
  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-rYMKca2tLw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYMKca2tLw .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYMKca2tLw .modal-backdrop.show {
  opacity: .5;
}
.cid-rYMKca2tLw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYMKca2tLw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYMKca2tLw .modal-header .close:hover {
  opacity: 1;
}
.cid-rYMKca2tLw .modal-header .close:focus {
  outline: none;
}
.cid-rYMKca2tLw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYMKca2tLw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYMKca2tLw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYMKca2tLw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYMKca2tLw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYMKca2tLw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYMKca2tLw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYMKca2tLw .modal-sm {
    max-width: 300px;
  }
  .cid-rYMKca2tLw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYMKca2tLw .modal-lg,
  .cid-rYMKca2tLw .modal-xl {
    max-width: 800px;
  }
  .cid-rYMKca2tLw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYMKca2tLw .modal-xl {
    max-width: 1140px;
  }
  .cid-rYMKca2tLw .container {
    max-width: 1140px;
  }
}
.cid-rYMKca2tLw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYMKca2tLw .container {
    max-width: 720px;
  }
}
.cid-rYMKca2tLw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYMKca2tLw .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-rYMKca2tLw .form-group {
  margin-bottom: 1rem;
}
.cid-rYMKca2tLw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYMKca2tLw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYMKca2tLw .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-rWdZQhwm6e .modal-body .close {
  background: #1b1b1b;
}
.cid-rWdZQhwm6e .modal-body .close span {
  font-style: normal;
}
.cid-rWdZQhwm6e .carousel-inner > .active,
.cid-rWdZQhwm6e .carousel-inner > .next,
.cid-rWdZQhwm6e .carousel-inner > .prev {
  display: table;
}
.cid-rWdZQhwm6e .carousel-control .icon-next,
.cid-rWdZQhwm6e .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWdZQhwm6e .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWdZQhwm6e .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdZQhwm6e .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWdZQhwm6e .boxed-slider > div {
  position: relative;
}
.cid-rWdZQhwm6e .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWdZQhwm6e .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWdZQhwm6e .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdZQhwm6e .mbr-table-cell {
  padding: 0;
}
.cid-rWdZQhwm6e .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWdZQhwm6e .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWdZQhwm6e .mbr-overlay {
  z-index: 1;
}
.cid-rWdZQhwm6e .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdZQhwm6e .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWdZQhwm6e .carousel-item .container {
    width: 100%;
  }
}
.cid-rWdZQhwm6e .carousel-item-next.carousel-item-left,
.cid-rWdZQhwm6e .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWdZQhwm6e .active.carousel-item-right,
.cid-rWdZQhwm6e .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWdZQhwm6e .active.carousel-item-left,
.cid-rWdZQhwm6e .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWdZQhwm6e .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWdZQhwm6e .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWdZQhwm6e .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWdZQhwm6e .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWdZQhwm6e .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWdZQhwm6e .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWdZQhwm6e .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWdZQhwm6e .mbr-slider .carousel-indicators li.active,
.cid-rWdZQhwm6e .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWdZQhwm6e .mbr-slider .carousel-indicators li::after,
.cid-rWdZQhwm6e .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWdZQhwm6e .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWdZQhwm6e .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWdZQhwm6e .mbr-slider > .container img {
  width: 100%;
}
.cid-rWdZQhwm6e .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWdZQhwm6e .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWdZQhwm6e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdZQhwm6e .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdZQhwm6e .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWdZQhwm6e .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWdZQhwm6e .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWdZQhwm6e .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWdZQhwm6e .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWdZQhwm6e .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdZQhwm6e .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWdZQhwm6e .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWdZQhwm6e .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWdZQhwm6e h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWdZQhwm6e .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWdZQhwm6e .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWdZQhwm6e .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWdZQhwm6e .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWdZQhwm6e .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWdZQhwm6e .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdZQhwm6e .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWdZQhwm6e .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdZQhwm6e P {
  color: #cebfaf;
  text-align: center;
}
.cid-rWdZQhwm6e H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUNGvT5xXV {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNGvT5xXV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUNGvT5xXV H1 {
  color: #2c1608;
}
.cid-rUNGvT5xXV .mbr-text,
.cid-rUNGvT5xXV .mbr-section-btn {
  color: #716c80;
}
.cid-rUNGvT5xXV H3 {
  color: #4f4943;
}
.cid-rUNGvT5xXV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUNGvT5xXV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUNGvT5xXV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUNGvT5xXV .link:hover {
  color: #ff6400 !important;
}
.cid-rUNGvT5xXV .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUNGvT5xXV DIV {
  color: #57468b;
}
.cid-rUNGvT5xXV .mbr-text,
.cid-rUNGvT5xXV .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNGvT5xXV .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUNGvU4W1O {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUNGvU4W1O H2 {
  color: #ff6400;
}
.cid-rUNGvU4W1O .mbr-text,
.cid-rUNGvU4W1O .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUNGvU4W1O .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUNGvU4W1O .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUNGvU4W1O .mbr-figure {
  height: 100%;
}
.cid-rUNGvU4W1O .card-img {
  padding: 0 2rem;
}
.cid-rUNGvU4W1O img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUNGvU4W1O H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUNGvU4W1O .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUNGvU4W1O .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUNGvU4W1O .container {
    padding: 0 3rem;
  }
  .cid-rUNGvU4W1O .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUNGvU4W1O .container {
    padding: 0 2rem;
  }
  .cid-rUNGvU4W1O .card-img {
    width: 100%;
  }
  .cid-rUNGvU4W1O .center-card {
    padding: 1rem;
  }
}
.cid-rYSYnWSjnZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYSYnWSjnZ h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYSYnWSjnZ h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYSYnWSjnZ .card {
  background: #ffffff;
  padding: 0.7rem;
  border-radius: 6px;
}
.cid-rYSYnWSjnZ span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYSYnWSjnZ .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYSYnWSjnZ .card {
    padding: 1rem;
  }
}
.cid-rYSYnWSjnZ .user_name,
.cid-rYSYnWSjnZ .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYSYnWSjnZ .mbr-section-subtitle {
  text-align: center;
}
.cid-rUNGvUQ3JW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUNGvUQ3JW H2 {
  color: #e7272d;
}
.cid-rUNGvUQ3JW img {
  max-width: 500px;
  margin: auto;
}
.cid-rUNGvUQ3JW H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUNGvUQ3JW .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUNGvUQ3JW .span-row {
  width: 100%;
}
.cid-rUNGvUQ3JW .mbr-section-title,
.cid-rUNGvUQ3JW .span-row {
  color: #cebfaf;
}
.cid-rUNGvUQ3JW .mbr-text,
.cid-rUNGvUQ3JW .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUOYoHTEKM {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUOYoHTEKM .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUOYoHTEKM .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUOYoHTEKM .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUOYoHTEKM .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUOYoHTEKM .menu-row {
  margin: 0;
}
.cid-rUOYoHTEKM .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUOYoHTEKM .card-header {
  background: transparent;
}
.cid-rUOYoHTEKM .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUOYoHTEKM .card-subtitle {
  margin: 0;
}
.cid-rUOYoHTEKM .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUOYoHTEKM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUOYoHTEKM .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUOYoHTEKM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUOYoHTEKM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUOYoHTEKM .card .panel-body {
  color: #767676;
}
.cid-rUOYoHTEKM h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUOYoHTEKM H4 {
  color: #4f4943;
}
.cid-rUOYoHTEKM H2 {
  color: #222222;
}
.cid-rUOYoHTEKM .panel-text {
  color: #232323;
}
.cid-rUOYoHTEKM .box-text {
  color: #232323;
}
.cid-rUOYoHTEKM SPAN {
  color: #ff6800;
}
.cid-rUOYoHTEKM .item-title {
  color: #4f4943;
}
.cid-rUOYoHTEKM .mbr-section-title,
.cid-rUOYoHTEKM .underline {
  color: #232323;
  text-align: center;
}
.cid-rUOYoHTEKM .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUNGvWMMxi {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUNGvWMMxi li {
  list-style: none;
}
.cid-rUNGvWMMxi .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUNGvWMMxi .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUNGvWMMxi .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUNGvWMMxi h4 {
  margin: 0;
}
.cid-rUNGvWMMxi ul {
  padding: 0;
  margin: 0;
}
.cid-rUNGvWMMxi .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUNGvWMMxi .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUNGvWMMxi .accordion .card {
  overflow: hidden;
}
.cid-rUNGvWMMxi .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUNGvWMMxi .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUNGvWMMxi .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUNGvWMMxi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNGvWMMxi .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUNGvWMMxi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNGvWMMxi .card .panel-body {
  color: #767676;
}
.cid-rUNGvWMMxi .card:hover {
  background: #efefef;
}
.cid-rUNGvWMMxi .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUNGvWMMxi .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUNGvWMMxi .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUNGvWMMxi .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUNGvWMMxi .panel-collapse {
  margin-top: -1px;
}
.cid-rUNGvWMMxi H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUNGvWMMxi .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUNGvWMMxi .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUNGvWMMxi .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUNGvWMMxi H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUNGvWMMxi H2 {
  color: #000000;
}
.cid-rUNGvWMMxi .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNGvZmeIQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNGvZmeIQ .mbr-text {
  color: #767676;
}
.cid-rUNGvZmeIQ .card-subtitle {
  margin: 0;
}
.cid-rUNGvZmeIQ .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUNGvZmeIQ img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUNGvZmeIQ .card-box {
  padding: 1rem;
}
.cid-rUNGvZmeIQ .link {
  transition: all 0.3s;
}
.cid-rUNGvZmeIQ .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUNGvZmeIQ .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUNGvZmeIQ .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUNGvZmeIQ .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUNGvZmeIQ h4,
.cid-rUNGvZmeIQ h6,
.cid-rUNGvZmeIQ h5 {
  margin: 0;
}
.cid-rUNGvZmeIQ .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUNGvZmeIQ .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUNGvZmeIQ .link-wrap:hover {
  color: #ff6400;
}
.cid-rUNGvZmeIQ .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUNGvZmeIQ .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUNGvZmeIQ .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUNGvZmeIQ .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUNGvZmeIQ .icon-wrap span {
  margin-right: 8px;
}
.cid-rUNGvZmeIQ .icon-padding {
  padding-left: 2rem;
}
.cid-rUNGvZmeIQ .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUNGvZmeIQ .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUNGvZmeIQ .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUNGvZmeIQ .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUNGvZmeIQ .card:hover img {
  transform: scale(1.1);
}
.cid-rUNGvZmeIQ .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUNGvZmeIQ .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGvZmeIQ .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGvZmeIQ .row {
  justify-content: center;
}
.cid-rUNGvZmeIQ .location,
.cid-rUNGvZmeIQ .icon-wrap {
  color: #ff6400;
}
.cid-rUNGvZmeIQ .link,
.cid-rUNGvZmeIQ .link-wrap,
.cid-rUNGvZmeIQ .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUNGvZmeIQ .wrapper {
    flex-direction: column;
  }
  .cid-rUNGvZmeIQ .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUNGvZmeIQ .card-box {
    padding: 0;
  }
}
.cid-rUNGvZmeIQ H2 {
  color: #ff6400;
}
.cid-rUNGvZmeIQ .mbr-text,
.cid-rUNGvZmeIQ .link {
  color: #0e0e0e;
}
.cid-rUOUziKImn {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/motorcycle-header-126.jpg");
}
@media (max-width: 992px) {
  .cid-rUOUziKImn {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-rUOUziKImn .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-rUOUziKImn .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-rUOUziKImn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-rUOUziKImn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUOUziKImn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUOUziKImn a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUOUziKImn a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rUOUziKImn {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .cid-rUOUziKImn .box {
    height: 250px;
  }
}
.cid-rUOUziKImn .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUOUziKImn .mbr-section-title,
.cid-rUOUziKImn .span-row {
  color: #cebfaf;
}
.cid-rUOUziKImn .mbr-text,
.cid-rUOUziKImn .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-VISA {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-192.jpg");
}
@media (max-width: 992px) {
  .cid-VISA {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-VISA .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-VISA .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-VISA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-VISA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-VISA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-VISA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-VISA a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-VISA {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .cid-VISA .box {
    height: 250px;
  }
}
.cid-VISA .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-VISA .mbr-section-title,
.cid-VISA .span-row {
  color: #cebfaf;
}
.cid-VISA .mbr-text,
.cid-VISA .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rUNGw1SxsP {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNGw1SxsP blockquote {
  border-width: 2px;
  border-color: #ff6400;
  padding: 0 0 0 50px;
}
.cid-rUNGw1SxsP .mbr-text,
.cid-rUNGw1SxsP .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUNGw1SxsP footer {
  font-style: normal;
}
.cid-rVjq9MS2cT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjq9MS2cT h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjq9MS2cT h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjq9MS2cT .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjq9MS2cT span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjq9MS2cT .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjq9MS2cT .card {
    padding: 1rem;
  }
}
.cid-rVjq9MS2cT .user_name,
.cid-rVjq9MS2cT .align {
  color: #cccccc;
}
.cid-rVjq9MS2cT .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjAFuFV5O {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjAFuFV5O .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjAFuFV5O .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjAFuFV5O H2 {
  color: #e7272d;
}
.cid-rVjAFuFV5O .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjAFuFV5O .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjAFuFV5O .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAFuFV5O .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAFuFV5O .col-lg-12 {
  overflow: hidden;
}
.cid-rVjAFuFV5O H4 {
  color: #ff6400;
}
.cid-rVjAFuFV5O .mbr-text,
.cid-rVjAFuFV5O .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjAFuFV5O .logo-wrap:before {
    content: none;
  }
  .cid-rVjAFuFV5O .logo-wrap:after {
    content: none;
  }
}
.cid-rVjAFuFV5O H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY2zUa7bRn.popup-builder {
  background-color: #ffffff;
}
.cid-rY2zUa7bRn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY2zUa7bRn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY2zUa7bRn .modal-content,
.cid-rY2zUa7bRn .modal-dialog {
  height: auto;
}
.cid-rY2zUa7bRn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY2zUa7bRn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY2zUa7bRn .form-wrapper .mbr-form .form-group,
  .cid-rY2zUa7bRn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY2zUa7bRn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY2zUa7bRn .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-rY2zUa7bRn .mbr-text {
  text-align: center;
}
.cid-rY2zUa7bRn .pt-0 {
  padding-top: 0 !important;
}
.cid-rY2zUa7bRn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY2zUa7bRn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY2zUa7bRn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY2zUa7bRn .modal-open {
  overflow: hidden;
}
.cid-rY2zUa7bRn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY2zUa7bRn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY2zUa7bRn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY2zUa7bRn .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-rY2zUa7bRn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY2zUa7bRn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY2zUa7bRn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY2zUa7bRn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY2zUa7bRn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY2zUa7bRn .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY2zUa7bRn .modal-backdrop.show {
  opacity: .5;
}
.cid-rY2zUa7bRn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY2zUa7bRn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY2zUa7bRn .modal-header .close:hover {
  opacity: 1;
}
.cid-rY2zUa7bRn .modal-header .close:focus {
  outline: none;
}
.cid-rY2zUa7bRn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY2zUa7bRn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY2zUa7bRn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY2zUa7bRn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY2zUa7bRn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY2zUa7bRn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY2zUa7bRn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY2zUa7bRn .modal-sm {
    max-width: 300px;
  }
  .cid-rY2zUa7bRn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY2zUa7bRn .modal-lg,
  .cid-rY2zUa7bRn .modal-xl {
    max-width: 800px;
  }
  .cid-rY2zUa7bRn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY2zUa7bRn .modal-xl {
    max-width: 1140px;
  }
  .cid-rY2zUa7bRn .container {
    max-width: 1140px;
  }
}
.cid-rY2zUa7bRn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY2zUa7bRn .container {
    max-width: 720px;
  }
}
.cid-rY2zUa7bRn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY2zUa7bRn .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-rY2zUa7bRn .form-group {
  margin-bottom: 1rem;
}
.cid-rY2zUa7bRn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY2zUa7bRn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY2zUa7bRn .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-rYpiIA1PQj.popup-builder {
  background-color: #ffffff;
}
.cid-rYpiIA1PQj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpiIA1PQj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpiIA1PQj .modal-content,
.cid-rYpiIA1PQj .modal-dialog {
  height: auto;
}
.cid-rYpiIA1PQj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpiIA1PQj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpiIA1PQj .form-wrapper .mbr-form .form-group,
  .cid-rYpiIA1PQj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpiIA1PQj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpiIA1PQj .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-rYpiIA1PQj .mbr-text {
  text-align: center;
}
.cid-rYpiIA1PQj .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpiIA1PQj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpiIA1PQj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpiIA1PQj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpiIA1PQj .modal-open {
  overflow: hidden;
}
.cid-rYpiIA1PQj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpiIA1PQj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpiIA1PQj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpiIA1PQj .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-rYpiIA1PQj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpiIA1PQj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpiIA1PQj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpiIA1PQj .modal-content {
  background: #efefef;
  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-rYpiIA1PQj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpiIA1PQj .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpiIA1PQj .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpiIA1PQj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpiIA1PQj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpiIA1PQj .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpiIA1PQj .modal-header .close:focus {
  outline: none;
}
.cid-rYpiIA1PQj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpiIA1PQj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpiIA1PQj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpiIA1PQj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpiIA1PQj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpiIA1PQj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpiIA1PQj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpiIA1PQj .modal-sm {
    max-width: 300px;
  }
  .cid-rYpiIA1PQj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpiIA1PQj .modal-lg,
  .cid-rYpiIA1PQj .modal-xl {
    max-width: 800px;
  }
  .cid-rYpiIA1PQj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpiIA1PQj .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpiIA1PQj .container {
    max-width: 1140px;
  }
}
.cid-rYpiIA1PQj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpiIA1PQj .container {
    max-width: 720px;
  }
}
.cid-rYpiIA1PQj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpiIA1PQj .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-rYpiIA1PQj .form-group {
  margin-bottom: 1rem;
}
.cid-rYpiIA1PQj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpiIA1PQj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpiIA1PQj .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-rYpiNW0fXG.popup-builder {
  background-color: #ffffff;
}
.cid-rYpiNW0fXG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpiNW0fXG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpiNW0fXG .modal-content,
.cid-rYpiNW0fXG .modal-dialog {
  height: auto;
}
.cid-rYpiNW0fXG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpiNW0fXG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpiNW0fXG .form-wrapper .mbr-form .form-group,
  .cid-rYpiNW0fXG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpiNW0fXG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpiNW0fXG .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-rYpiNW0fXG .mbr-text {
  text-align: center;
}
.cid-rYpiNW0fXG .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpiNW0fXG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpiNW0fXG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpiNW0fXG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpiNW0fXG .modal-open {
  overflow: hidden;
}
.cid-rYpiNW0fXG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpiNW0fXG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpiNW0fXG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpiNW0fXG .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-rYpiNW0fXG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpiNW0fXG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpiNW0fXG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpiNW0fXG .modal-content {
  background: #efefef;
  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-rYpiNW0fXG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpiNW0fXG .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpiNW0fXG .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpiNW0fXG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpiNW0fXG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpiNW0fXG .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpiNW0fXG .modal-header .close:focus {
  outline: none;
}
.cid-rYpiNW0fXG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpiNW0fXG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpiNW0fXG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpiNW0fXG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpiNW0fXG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpiNW0fXG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpiNW0fXG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpiNW0fXG .modal-sm {
    max-width: 300px;
  }
  .cid-rYpiNW0fXG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpiNW0fXG .modal-lg,
  .cid-rYpiNW0fXG .modal-xl {
    max-width: 800px;
  }
  .cid-rYpiNW0fXG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpiNW0fXG .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpiNW0fXG .container {
    max-width: 1140px;
  }
}
.cid-rYpiNW0fXG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpiNW0fXG .container {
    max-width: 720px;
  }
}
.cid-rYpiNW0fXG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpiNW0fXG .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-rYpiNW0fXG .form-group {
  margin-bottom: 1rem;
}
.cid-rYpiNW0fXG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpiNW0fXG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpiNW0fXG .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-rYpk3sfc02.popup-builder {
  background-color: #ffffff;
}
.cid-rYpk3sfc02.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpk3sfc02.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpk3sfc02 .modal-content,
.cid-rYpk3sfc02 .modal-dialog {
  height: auto;
}
.cid-rYpk3sfc02 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpk3sfc02 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpk3sfc02 .form-wrapper .mbr-form .form-group,
  .cid-rYpk3sfc02 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpk3sfc02 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpk3sfc02 .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-rYpk3sfc02 .mbr-text {
  text-align: center;
}
.cid-rYpk3sfc02 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpk3sfc02 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpk3sfc02 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpk3sfc02 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpk3sfc02 .modal-open {
  overflow: hidden;
}
.cid-rYpk3sfc02 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpk3sfc02 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpk3sfc02 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpk3sfc02 .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-rYpk3sfc02 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpk3sfc02 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpk3sfc02 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpk3sfc02 .modal-content {
  background: #efefef;
  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-rYpk3sfc02 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpk3sfc02 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpk3sfc02 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpk3sfc02 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpk3sfc02 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpk3sfc02 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpk3sfc02 .modal-header .close:focus {
  outline: none;
}
.cid-rYpk3sfc02 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpk3sfc02 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpk3sfc02 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpk3sfc02 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpk3sfc02 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpk3sfc02 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpk3sfc02 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpk3sfc02 .modal-sm {
    max-width: 300px;
  }
  .cid-rYpk3sfc02 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpk3sfc02 .modal-lg,
  .cid-rYpk3sfc02 .modal-xl {
    max-width: 800px;
  }
  .cid-rYpk3sfc02 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpk3sfc02 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpk3sfc02 .container {
    max-width: 1140px;
  }
}
.cid-rYpk3sfc02 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpk3sfc02 .container {
    max-width: 720px;
  }
}
.cid-rYpk3sfc02 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpk3sfc02 .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-rYpk3sfc02 .form-group {
  margin-bottom: 1rem;
}
.cid-rYpk3sfc02 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpk3sfc02 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpk3sfc02 .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-rYpk468qam.popup-builder {
  background-color: #ffffff;
}
.cid-rYpk468qam.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpk468qam.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpk468qam .modal-content,
.cid-rYpk468qam .modal-dialog {
  height: auto;
}
.cid-rYpk468qam .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpk468qam .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpk468qam .form-wrapper .mbr-form .form-group,
  .cid-rYpk468qam .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpk468qam .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpk468qam .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-rYpk468qam .mbr-text {
  text-align: center;
}
.cid-rYpk468qam .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpk468qam .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpk468qam .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpk468qam .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpk468qam .modal-open {
  overflow: hidden;
}
.cid-rYpk468qam .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpk468qam .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpk468qam .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpk468qam .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-rYpk468qam .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpk468qam .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpk468qam .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpk468qam .modal-content {
  background: #efefef;
  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-rYpk468qam .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpk468qam .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpk468qam .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpk468qam .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpk468qam .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpk468qam .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpk468qam .modal-header .close:focus {
  outline: none;
}
.cid-rYpk468qam .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpk468qam .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpk468qam .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpk468qam .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpk468qam .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpk468qam .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpk468qam .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpk468qam .modal-sm {
    max-width: 300px;
  }
  .cid-rYpk468qam .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpk468qam .modal-lg,
  .cid-rYpk468qam .modal-xl {
    max-width: 800px;
  }
  .cid-rYpk468qam .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpk468qam .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpk468qam .container {
    max-width: 1140px;
  }
}
.cid-rYpk468qam .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpk468qam .container {
    max-width: 720px;
  }
}
.cid-rYpk468qam .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpk468qam .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-rYpk468qam .form-group {
  margin-bottom: 1rem;
}
.cid-rYpk468qam .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpk468qam .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpk468qam .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-rYpoDibnYC.popup-builder {
  background-color: #ffffff;
}
.cid-rYpoDibnYC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpoDibnYC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpoDibnYC .modal-content,
.cid-rYpoDibnYC .modal-dialog {
  height: auto;
}
.cid-rYpoDibnYC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpoDibnYC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpoDibnYC .form-wrapper .mbr-form .form-group,
  .cid-rYpoDibnYC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpoDibnYC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpoDibnYC .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-rYpoDibnYC .mbr-text {
  text-align: center;
}
.cid-rYpoDibnYC .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpoDibnYC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpoDibnYC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpoDibnYC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpoDibnYC .modal-open {
  overflow: hidden;
}
.cid-rYpoDibnYC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpoDibnYC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpoDibnYC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpoDibnYC .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-rYpoDibnYC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpoDibnYC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpoDibnYC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpoDibnYC .modal-content {
  background: #efefef;
  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-rYpoDibnYC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpoDibnYC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpoDibnYC .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpoDibnYC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpoDibnYC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpoDibnYC .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpoDibnYC .modal-header .close:focus {
  outline: none;
}
.cid-rYpoDibnYC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpoDibnYC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpoDibnYC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpoDibnYC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpoDibnYC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpoDibnYC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpoDibnYC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpoDibnYC .modal-sm {
    max-width: 300px;
  }
  .cid-rYpoDibnYC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpoDibnYC .modal-lg,
  .cid-rYpoDibnYC .modal-xl {
    max-width: 800px;
  }
  .cid-rYpoDibnYC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpoDibnYC .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpoDibnYC .container {
    max-width: 1140px;
  }
}
.cid-rYpoDibnYC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpoDibnYC .container {
    max-width: 720px;
  }
}
.cid-rYpoDibnYC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpoDibnYC .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-rYpoDibnYC .form-group {
  margin-bottom: 1rem;
}
.cid-rYpoDibnYC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpoDibnYC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpoDibnYC .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-rYpoSC1xSh.popup-builder {
  background-color: #ffffff;
}
.cid-rYpoSC1xSh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpoSC1xSh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpoSC1xSh .modal-content,
.cid-rYpoSC1xSh .modal-dialog {
  height: auto;
}
.cid-rYpoSC1xSh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpoSC1xSh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpoSC1xSh .form-wrapper .mbr-form .form-group,
  .cid-rYpoSC1xSh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpoSC1xSh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpoSC1xSh .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-rYpoSC1xSh .mbr-text {
  text-align: center;
}
.cid-rYpoSC1xSh .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpoSC1xSh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpoSC1xSh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpoSC1xSh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpoSC1xSh .modal-open {
  overflow: hidden;
}
.cid-rYpoSC1xSh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpoSC1xSh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpoSC1xSh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpoSC1xSh .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-rYpoSC1xSh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpoSC1xSh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpoSC1xSh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpoSC1xSh .modal-content {
  background: #efefef;
  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-rYpoSC1xSh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpoSC1xSh .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpoSC1xSh .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpoSC1xSh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpoSC1xSh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpoSC1xSh .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpoSC1xSh .modal-header .close:focus {
  outline: none;
}
.cid-rYpoSC1xSh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpoSC1xSh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpoSC1xSh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpoSC1xSh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpoSC1xSh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpoSC1xSh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpoSC1xSh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpoSC1xSh .modal-sm {
    max-width: 300px;
  }
  .cid-rYpoSC1xSh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpoSC1xSh .modal-lg,
  .cid-rYpoSC1xSh .modal-xl {
    max-width: 800px;
  }
  .cid-rYpoSC1xSh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpoSC1xSh .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpoSC1xSh .container {
    max-width: 1140px;
  }
}
.cid-rYpoSC1xSh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpoSC1xSh .container {
    max-width: 720px;
  }
}
.cid-rYpoSC1xSh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpoSC1xSh .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-rYpoSC1xSh .form-group {
  margin-bottom: 1rem;
}
.cid-rYpoSC1xSh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpoSC1xSh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpoSC1xSh .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-rYprQsMWCq.popup-builder {
  background-color: #ffffff;
}
.cid-rYprQsMWCq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYprQsMWCq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYprQsMWCq .modal-content,
.cid-rYprQsMWCq .modal-dialog {
  height: auto;
}
.cid-rYprQsMWCq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYprQsMWCq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYprQsMWCq .form-wrapper .mbr-form .form-group,
  .cid-rYprQsMWCq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYprQsMWCq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYprQsMWCq .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-rYprQsMWCq .mbr-text {
  text-align: center;
}
.cid-rYprQsMWCq .pt-0 {
  padding-top: 0 !important;
}
.cid-rYprQsMWCq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYprQsMWCq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYprQsMWCq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYprQsMWCq .modal-open {
  overflow: hidden;
}
.cid-rYprQsMWCq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYprQsMWCq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYprQsMWCq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYprQsMWCq .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-rYprQsMWCq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYprQsMWCq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYprQsMWCq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYprQsMWCq .modal-content {
  background: #efefef;
  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-rYprQsMWCq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYprQsMWCq .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYprQsMWCq .modal-backdrop.show {
  opacity: .5;
}
.cid-rYprQsMWCq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYprQsMWCq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYprQsMWCq .modal-header .close:hover {
  opacity: 1;
}
.cid-rYprQsMWCq .modal-header .close:focus {
  outline: none;
}
.cid-rYprQsMWCq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYprQsMWCq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYprQsMWCq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYprQsMWCq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYprQsMWCq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYprQsMWCq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYprQsMWCq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYprQsMWCq .modal-sm {
    max-width: 300px;
  }
  .cid-rYprQsMWCq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYprQsMWCq .modal-lg,
  .cid-rYprQsMWCq .modal-xl {
    max-width: 800px;
  }
  .cid-rYprQsMWCq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYprQsMWCq .modal-xl {
    max-width: 1140px;
  }
  .cid-rYprQsMWCq .container {
    max-width: 1140px;
  }
}
.cid-rYprQsMWCq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYprQsMWCq .container {
    max-width: 720px;
  }
}
.cid-rYprQsMWCq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYprQsMWCq .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-rYprQsMWCq .form-group {
  margin-bottom: 1rem;
}
.cid-rYprQsMWCq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYprQsMWCq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYprQsMWCq .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-rYpq5ZxSD3.popup-builder {
  background-color: #ffffff;
}
.cid-rYpq5ZxSD3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpq5ZxSD3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpq5ZxSD3 .modal-content,
.cid-rYpq5ZxSD3 .modal-dialog {
  height: auto;
}
.cid-rYpq5ZxSD3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpq5ZxSD3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpq5ZxSD3 .form-wrapper .mbr-form .form-group,
  .cid-rYpq5ZxSD3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpq5ZxSD3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpq5ZxSD3 .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-rYpq5ZxSD3 .mbr-text {
  text-align: center;
}
.cid-rYpq5ZxSD3 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpq5ZxSD3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpq5ZxSD3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpq5ZxSD3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpq5ZxSD3 .modal-open {
  overflow: hidden;
}
.cid-rYpq5ZxSD3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpq5ZxSD3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpq5ZxSD3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpq5ZxSD3 .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-rYpq5ZxSD3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpq5ZxSD3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpq5ZxSD3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpq5ZxSD3 .modal-content {
  background: #efefef;
  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-rYpq5ZxSD3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpq5ZxSD3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpq5ZxSD3 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpq5ZxSD3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpq5ZxSD3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpq5ZxSD3 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpq5ZxSD3 .modal-header .close:focus {
  outline: none;
}
.cid-rYpq5ZxSD3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpq5ZxSD3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpq5ZxSD3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpq5ZxSD3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpq5ZxSD3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpq5ZxSD3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpq5ZxSD3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpq5ZxSD3 .modal-sm {
    max-width: 300px;
  }
  .cid-rYpq5ZxSD3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpq5ZxSD3 .modal-lg,
  .cid-rYpq5ZxSD3 .modal-xl {
    max-width: 800px;
  }
  .cid-rYpq5ZxSD3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpq5ZxSD3 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpq5ZxSD3 .container {
    max-width: 1140px;
  }
}
.cid-rYpq5ZxSD3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpq5ZxSD3 .container {
    max-width: 720px;
  }
}
.cid-rYpq5ZxSD3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpq5ZxSD3 .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-rYpq5ZxSD3 .form-group {
  margin-bottom: 1rem;
}
.cid-rYpq5ZxSD3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpq5ZxSD3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpq5ZxSD3 .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-rWerPnW1Gr .modal-body .close {
  background: #1b1b1b;
}
.cid-rWerPnW1Gr .modal-body .close span {
  font-style: normal;
}
.cid-rWerPnW1Gr .carousel-inner > .active,
.cid-rWerPnW1Gr .carousel-inner > .next,
.cid-rWerPnW1Gr .carousel-inner > .prev {
  display: table;
}
.cid-rWerPnW1Gr .carousel-control .icon-next,
.cid-rWerPnW1Gr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWerPnW1Gr .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWerPnW1Gr .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWerPnW1Gr .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWerPnW1Gr .boxed-slider > div {
  position: relative;
}
.cid-rWerPnW1Gr .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWerPnW1Gr .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWerPnW1Gr .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWerPnW1Gr .mbr-table-cell {
  padding: 0;
}
.cid-rWerPnW1Gr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWerPnW1Gr .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWerPnW1Gr .mbr-overlay {
  z-index: 1;
}
.cid-rWerPnW1Gr .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWerPnW1Gr .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWerPnW1Gr .carousel-item .container {
    width: 100%;
  }
}
.cid-rWerPnW1Gr .carousel-item-next.carousel-item-left,
.cid-rWerPnW1Gr .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWerPnW1Gr .active.carousel-item-right,
.cid-rWerPnW1Gr .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWerPnW1Gr .active.carousel-item-left,
.cid-rWerPnW1Gr .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWerPnW1Gr .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWerPnW1Gr .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWerPnW1Gr .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWerPnW1Gr .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWerPnW1Gr .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWerPnW1Gr .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWerPnW1Gr .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWerPnW1Gr .mbr-slider .carousel-indicators li.active,
.cid-rWerPnW1Gr .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWerPnW1Gr .mbr-slider .carousel-indicators li::after,
.cid-rWerPnW1Gr .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWerPnW1Gr .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWerPnW1Gr .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWerPnW1Gr .mbr-slider > .container img {
  width: 100%;
}
.cid-rWerPnW1Gr .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWerPnW1Gr .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWerPnW1Gr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWerPnW1Gr .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWerPnW1Gr .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWerPnW1Gr .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWerPnW1Gr .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWerPnW1Gr .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWerPnW1Gr .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWerPnW1Gr .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWerPnW1Gr .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWerPnW1Gr .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWerPnW1Gr .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWerPnW1Gr h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWerPnW1Gr .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWerPnW1Gr .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWerPnW1Gr .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWerPnW1Gr .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWerPnW1Gr .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWerPnW1Gr .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWerPnW1Gr .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWerPnW1Gr .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWerPnW1Gr P {
  color: #cebfaf;
  text-align: center;
}
.cid-rWerPnW1Gr H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUNGHFDjnh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNGHFDjnh img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUNGHFDjnh H1 {
  color: #2c1608;
}
.cid-rUNGHFDjnh .mbr-text,
.cid-rUNGHFDjnh .mbr-section-btn {
  color: #716c80;
}
.cid-rUNGHFDjnh H3 {
  color: #4f4943;
}
.cid-rUNGHFDjnh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUNGHFDjnh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUNGHFDjnh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUNGHFDjnh .link:hover {
  color: #ff6400 !important;
}
.cid-rUNGHFDjnh .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUNGHFDjnh DIV {
  color: #57468b;
}
.cid-rUNGHFDjnh .mbr-text,
.cid-rUNGHFDjnh .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNGHFDjnh .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUNGHGmfwy {
  padding-top: 15px;
  padding-bottom: 55px;
  background-color: #ffffff;
}
.cid-rUNGHGmfwy H2 {
  color: #ff6400;
}
.cid-rUNGHGmfwy .mbr-text,
.cid-rUNGHGmfwy .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUNGHGmfwy .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUNGHGmfwy .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUNGHGmfwy .mbr-figure {
  height: 100%;
}
.cid-rUNGHGmfwy .card-img {
  padding: 0 2rem;
}
.cid-rUNGHGmfwy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUNGHGmfwy H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUNGHGmfwy .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUNGHGmfwy .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUNGHGmfwy .container {
    padding: 0 3rem;
  }
  .cid-rUNGHGmfwy .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUNGHGmfwy .container {
    padding: 0 2rem;
  }
  .cid-rUNGHGmfwy .card-img {
    width: 100%;
  }
  .cid-rUNGHGmfwy .center-card {
    padding: 1rem;
  }
}
.cid-rYSYHlfeMj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYSYHlfeMj h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYSYHlfeMj h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYSYHlfeMj .card {
  background: #ffffff;
  padding: 0.7rem;
  border-radius: 6px;
}
.cid-rYSYHlfeMj span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYSYHlfeMj .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYSYHlfeMj .card {
    padding: 1rem;
  }
}
.cid-rYSYHlfeMj .user_name,
.cid-rYSYHlfeMj .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYSYHlfeMj .mbr-section-subtitle {
  text-align: center;
}
.cid-rUNGHHh4iL {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUNGHHh4iL H2 {
  color: #e7272d;
}
.cid-rUNGHHh4iL img {
  max-width: 500px;
  margin: auto;
}
.cid-rUNGHHh4iL H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUNGHHh4iL .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUNGHHh4iL .span-row {
  width: 100%;
}
.cid-rUNGHHh4iL .mbr-section-title,
.cid-rUNGHHh4iL .span-row {
  color: #cebfaf;
}
.cid-rUNGHHh4iL .mbr-text,
.cid-rUNGHHh4iL .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUPqDMaQTS {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUPqDMaQTS .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUPqDMaQTS .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUPqDMaQTS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUPqDMaQTS .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUPqDMaQTS .menu-row {
  margin: 0;
}
.cid-rUPqDMaQTS .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUPqDMaQTS .card-header {
  background: transparent;
}
.cid-rUPqDMaQTS .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUPqDMaQTS .card-subtitle {
  margin: 0;
}
.cid-rUPqDMaQTS .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUPqDMaQTS .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUPqDMaQTS .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUPqDMaQTS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUPqDMaQTS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUPqDMaQTS .card .panel-body {
  color: #767676;
}
.cid-rUPqDMaQTS h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUPqDMaQTS H4 {
  color: #4f4943;
}
.cid-rUPqDMaQTS H2 {
  color: #222222;
}
.cid-rUPqDMaQTS .panel-text {
  color: #232323;
}
.cid-rUPqDMaQTS .box-text {
  color: #232323;
}
.cid-rUPqDMaQTS SPAN {
  color: #ff6800;
}
.cid-rUPqDMaQTS .item-title {
  color: #4f4943;
}
.cid-rUPqDMaQTS .mbr-section-title,
.cid-rUPqDMaQTS .underline {
  color: #232323;
  text-align: center;
}
.cid-rUPqDMaQTS .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUNGHJNUYS {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-image: url("../../../assets/images/sun-rise-2-1900x1250.jpg");
}
.cid-rUNGHJNUYS li {
  list-style: none;
}
.cid-rUNGHJNUYS .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUNGHJNUYS .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUNGHJNUYS .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUNGHJNUYS h4 {
  margin: 0;
}
.cid-rUNGHJNUYS ul {
  padding: 0;
  margin: 0;
}
.cid-rUNGHJNUYS .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUNGHJNUYS .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUNGHJNUYS .accordion .card {
  overflow: hidden;
}
.cid-rUNGHJNUYS .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUNGHJNUYS .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUNGHJNUYS .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUNGHJNUYS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNGHJNUYS .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUNGHJNUYS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNGHJNUYS .card .panel-body {
  color: #767676;
}
.cid-rUNGHJNUYS .card:hover {
  background: #efefef;
}
.cid-rUNGHJNUYS .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUNGHJNUYS .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUNGHJNUYS .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUNGHJNUYS .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUNGHJNUYS .panel-collapse {
  margin-top: -1px;
}
.cid-rUNGHJNUYS H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUNGHJNUYS .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUNGHJNUYS .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUNGHJNUYS .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUNGHJNUYS H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUNGHJNUYS H2 {
  color: #000000;
}
.cid-rUNGHJNUYS .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNGHMC2Da {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
}
.cid-rUNGHMC2Da .mbr-text {
  color: #767676;
}
.cid-rUNGHMC2Da .card-subtitle {
  margin: 0;
}
.cid-rUNGHMC2Da .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUNGHMC2Da img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUNGHMC2Da .card-box {
  padding: 1rem;
}
.cid-rUNGHMC2Da .link {
  transition: all 0.3s;
}
.cid-rUNGHMC2Da .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUNGHMC2Da .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUNGHMC2Da .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUNGHMC2Da .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUNGHMC2Da h4,
.cid-rUNGHMC2Da h6,
.cid-rUNGHMC2Da h5 {
  margin: 0;
}
.cid-rUNGHMC2Da .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUNGHMC2Da .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUNGHMC2Da .link-wrap:hover {
  color: #ff6400;
}
.cid-rUNGHMC2Da .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUNGHMC2Da .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUNGHMC2Da .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUNGHMC2Da .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUNGHMC2Da .icon-wrap span {
  margin-right: 8px;
}
.cid-rUNGHMC2Da .icon-padding {
  padding-left: 2rem;
}
.cid-rUNGHMC2Da .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUNGHMC2Da .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUNGHMC2Da .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUNGHMC2Da .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUNGHMC2Da .card:hover img {
  transform: scale(1.1);
}
.cid-rUNGHMC2Da .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUNGHMC2Da .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGHMC2Da .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGHMC2Da .row {
  justify-content: center;
}
.cid-rUNGHMC2Da .location,
.cid-rUNGHMC2Da .icon-wrap {
  color: #ff6400;
}
.cid-rUNGHMC2Da .link,
.cid-rUNGHMC2Da .link-wrap,
.cid-rUNGHMC2Da .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUNGHMC2Da .wrapper {
    flex-direction: column;
  }
  .cid-rUNGHMC2Da .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUNGHMC2Da .card-box {
    padding: 0;
  }
}
.cid-rUNGHMC2Da H2 {
  color: #ff6400;
}
.cid-rUNGHMC2Da .mbr-text,
.cid-rUNGHMC2Da .link {
  color: #0e0e0e;
}
.cid-rUNGHMC2Dy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNGHMC2Dy .mbr-text {
  color: #767676;
}
.cid-rUNGHMC2Dy .card-subtitle {
  margin: 0;
}
.cid-rUNGHMC2Dy .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUNGHMC2Dy img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUNGHMC2Dy .card-box {
  padding: 1rem;
}
.cid-rUNGHMC2Dy .link {
  transition: all 0.3s;
}
.cid-rUNGHMC2Dy .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUNGHMC2Dy .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUNGHMC2Dy .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUNGHMC2Dy .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUNGHMC2Dy h4,
.cid-rUNGHMC2Dy h6,
.cid-rUNGHMC2Dy h5 {
  margin: 0;
}
.cid-rUNGHMC2Dy .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUNGHMC2Dy .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUNGHMC2Dy .link-wrap:hover {
  color: #ff6400;
}
.cid-rUNGHMC2Dy .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUNGHMC2Dc .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUNGHMC2Dy .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUNGHMC2Dy .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUNGHMC2Dy .icon-wrap span {
  margin-right: 8px;
}
.cid-rUNGHMC2Dy .icon-padding {
  padding-left: 2rem;
}
.cid-rUNGHMC2Dy .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUNGHMC2Dy .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUNGHMC2Dy .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUNGHMC2Dy .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUNGHMC2Dy .card:hover img {
  transform: scale(1.1);
}
.cid-rUNGHMC2Dy .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUNGHMC2Dy .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGHMC2Dy .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGHMC2Dy .row {
  justify-content: center;
}
.cid-rUNGHMC2Dy .location,
.cid-rUNGHMC2Dy .icon-wrap {
  color: #ff6400;
}
.cid-rUNGHMC2Dy .link,
.cid-rUNGHMC2Dy .link-wrap,
.cid-rUNGHMC2Dy .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUNGHMC2Dy .wrapper {
    flex-direction: column;
  }
  .cid-rUNGHMC2Dy .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUNGHMC2Dy .card-box {
    padding: 0;
  }
}
.cid-rUNGHMC2Dy H2 {
  color: #ff6400;
}
.cid-rUNGHMC2Dy .mbr-text,
.cid-rUNGHMC2Dy .link {
  color: #0e0e0e;
}
.cid-rUPFgOTSb8 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mongolia-header-147.jpg");
}
@media (max-width: 992px) {
  .cid-rUPFgOTSb8 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-rUPFgOTSb8 .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-rUPFgOTSb8 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-rUPFgOTSb8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-rUPFgOTSb8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUPFgOTSb8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUPFgOTSb8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUPFgOTSb8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rUPFgOTSb8 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .cid-rUPFgOTSb8 .box {
    height: 250px;
  }
}
.cid-rUPFgOTSb8 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUPFgOTSb8 .mbr-section-title,
.cid-rUPFgOTSb8 .span-row {
  color: #cebfaf;
}
.cid-rUPFgOTSb8 .mbr-text,
.cid-rUPFgOTSb8 .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rUNGHPdZdq {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNGHPdZdq blockquote {
  border-width: 2px;
  border-color: #ff6800;
  padding: 0 0 0 50px;
}
.cid-rUNGHPdZdq .mbr-text,
.cid-rUNGHPdZdq .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUNGHPdZdq footer {
  font-style: normal;
}
.cid-rVjqg7MLoE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjqg7MLoE h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjqg7MLoE h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjqg7MLoE .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjqg7MLoE span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjqg7MLoE .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjqg7MLoE .card {
    padding: 1rem;
  }
}
.cid-rVjqg7MLoE .user_name,
.cid-rVjqg7MLoE .align {
  color: #cccccc;
}
.cid-rVjqg7MLoE .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjAKvLULy {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjAKvLULy .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjAKvLULy .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjAKvLULy H2 {
  color: #e7272d;
}
.cid-rVjAKvLULy .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjAKvLULy .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjAKvLULy .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAKvLULy .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAKvLULy .col-lg-12 {
  overflow: hidden;
}
.cid-rVjAKvLULy H4 {
  color: #ff6400;
}
.cid-rVjAKvLULy .mbr-text,
.cid-rVjAKvLULy .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjAKvLULy .logo-wrap:before {
    content: none;
  }
  .cid-rVjAKvLULy .logo-wrap:after {
    content: none;
  }
}
.cid-rVjAKvLULy H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY2KaYF5Ub.popup-builder {
  background-color: #ffffff;
}
.cid-rY2KaYF5Ub.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY2KaYF5Ub.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY2KaYF5Ub .modal-content,
.cid-rY2KaYF5Ub .modal-dialog {
  height: auto;
}
.cid-rY2KaYF5Ub .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY2KaYF5Ub .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY2KaYF5Ub .form-wrapper .mbr-form .form-group,
  .cid-rY2KaYF5Ub .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY2KaYF5Ub .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY2KaYF5Ub .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-rY2KaYF5Ub .mbr-text {
  text-align: center;
}
.cid-rY2KaYF5Ub .pt-0 {
  padding-top: 0 !important;
}
.cid-rY2KaYF5Ub .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY2KaYF5Ub .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY2KaYF5Ub .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY2KaYF5Ub .modal-open {
  overflow: hidden;
}
.cid-rY2KaYF5Ub .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY2KaYF5Ub .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY2KaYF5Ub .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY2KaYF5Ub .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-rY2KaYF5Ub .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY2KaYF5Ub .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY2KaYF5Ub .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY2KaYF5Ub .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY2KaYF5Ub .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY2KaYF5Ub .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY2KaYF5Ub .modal-backdrop.show {
  opacity: .5;
}
.cid-rY2KaYF5Ub .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY2KaYF5Ub .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY2KaYF5Ub .modal-header .close:hover {
  opacity: 1;
}
.cid-rY2KaYF5Ub .modal-header .close:focus {
  outline: none;
}
.cid-rY2KaYF5Ub .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY2KaYF5Ub .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY2KaYF5Ub .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY2KaYF5Ub .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY2KaYF5Ub .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY2KaYF5Ub .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY2KaYF5Ub .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY2KaYF5Ub .modal-sm {
    max-width: 300px;
  }
  .cid-rY2KaYF5Ub .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY2KaYF5Ub .modal-lg,
  .cid-rY2KaYF5Ub .modal-xl {
    max-width: 800px;
  }
  .cid-rY2KaYF5Ub .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY2KaYF5Ub .modal-xl {
    max-width: 1140px;
  }
  .cid-rY2KaYF5Ub .container {
    max-width: 1140px;
  }
}
.cid-rY2KaYF5Ub .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY2KaYF5Ub .container {
    max-width: 720px;
  }
}
.cid-rY2KaYF5Ub .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY2KaYF5Ub .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-rY2KaYF5Ub .form-group {
  margin-bottom: 1rem;
}
.cid-rY2KaYF5Ub .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY2KaYF5Ub .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY2KaYF5Ub .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-rYpTUzTCQ1.popup-builder {
  background-color: #ffffff;
}
.cid-rYpTUzTCQ1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpTUzTCQ1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpTUzTCQ1 .modal-content,
.cid-rYpTUzTCQ1 .modal-dialog {
  height: auto;
}
.cid-rYpTUzTCQ1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpTUzTCQ1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpTUzTCQ1 .form-wrapper .mbr-form .form-group,
  .cid-rYpTUzTCQ1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpTUzTCQ1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpTUzTCQ1 .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-rYpTUzTCQ1 .mbr-text {
  text-align: center;
}
.cid-rYpTUzTCQ1 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpTUzTCQ1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpTUzTCQ1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpTUzTCQ1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpTUzTCQ1 .modal-open {
  overflow: hidden;
}
.cid-rYpTUzTCQ1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpTUzTCQ1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpTUzTCQ1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpTUzTCQ1 .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-rYpTUzTCQ1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpTUzTCQ1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpTUzTCQ1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpTUzTCQ1 .modal-content {
  background: #efefef;
  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-rYpTUzTCQ1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpTUzTCQ1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpTUzTCQ1 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpTUzTCQ1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpTUzTCQ1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpTUzTCQ1 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpTUzTCQ1 .modal-header .close:focus {
  outline: none;
}
.cid-rYpTUzTCQ1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpTUzTCQ1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpTUzTCQ1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpTUzTCQ1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpTUzTCQ1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpTUzTCQ1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpTUzTCQ1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpTUzTCQ1 .modal-sm {
    max-width: 300px;
  }
  .cid-rYpTUzTCQ1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpTUzTCQ1 .modal-lg,
  .cid-rYpTUzTCQ1 .modal-xl {
    max-width: 800px;
  }
  .cid-rYpTUzTCQ1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpTUzTCQ1 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpTUzTCQ1 .container {
    max-width: 1140px;
  }
}
.cid-rYpTUzTCQ1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpTUzTCQ1 .container {
    max-width: 720px;
  }
}
.cid-rYpTUzTCQ1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpTUzTCQ1 .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-rYpTUzTCQ1 .form-group {
  margin-bottom: 1rem;
}
.cid-rYpTUzTCQ1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpTUzTCQ1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpTUzTCQ1 .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-rYpU3j7fww.popup-builder {
  background-color: #ffffff;
}
.cid-rYpU3j7fww.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpU3j7fww.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpU3j7fww .modal-content,
.cid-rYpU3j7fww .modal-dialog {
  height: auto;
}
.cid-rYpU3j7fww .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpU3j7fww .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpU3j7fww .form-wrapper .mbr-form .form-group,
  .cid-rYpU3j7fww .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpU3j7fww .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpU3j7fww .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-rYpU3j7fww .mbr-text {
  text-align: center;
}
.cid-rYpU3j7fww .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpU3j7fww .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpU3j7fww .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpU3j7fww .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpU3j7fww .modal-open {
  overflow: hidden;
}
.cid-rYpU3j7fww .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpU3j7fww .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpU3j7fww .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpU3j7fww .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-rYpU3j7fww .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpU3j7fww .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpU3j7fww .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpU3j7fww .modal-content {
  background: #efefef;
  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-rYpU3j7fww .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpU3j7fww .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpU3j7fww .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpU3j7fww .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpU3j7fww .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpU3j7fww .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpU3j7fww .modal-header .close:focus {
  outline: none;
}
.cid-rYpU3j7fww .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpU3j7fww .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpU3j7fww .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpU3j7fww .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpU3j7fww .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpU3j7fww .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpU3j7fww .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpU3j7fww .modal-sm {
    max-width: 300px;
  }
  .cid-rYpU3j7fww .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpU3j7fww .modal-lg,
  .cid-rYpU3j7fww .modal-xl {
    max-width: 800px;
  }
  .cid-rYpU3j7fww .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpU3j7fww .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpU3j7fww .container {
    max-width: 1140px;
  }
}
.cid-rYpU3j7fww .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpU3j7fww .container {
    max-width: 720px;
  }
}
.cid-rYpU3j7fww .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpU3j7fww .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-rYpU3j7fww .form-group {
  margin-bottom: 1rem;
}
.cid-rYpU3j7fww .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpU3j7fww .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpU3j7fww .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-rYpUpgtECC.popup-builder {
  background-color: #ffffff;
}
.cid-rYpUpgtECC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpUpgtECC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpUpgtECC .modal-content,
.cid-rYpUpgtECC .modal-dialog {
  height: auto;
}
.cid-rYpUpgtECC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpUpgtECC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpUpgtECC .form-wrapper .mbr-form .form-group,
  .cid-rYpUpgtECC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpUpgtECC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpUpgtECC .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-rYpUpgtECC .mbr-text {
  text-align: center;
}
.cid-rYpUpgtECC .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpUpgtECC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpUpgtECC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpUpgtECC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpUpgtECC .modal-open {
  overflow: hidden;
}
.cid-rYpUpgtECC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpUpgtECC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpUpgtECC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpUpgtECC .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-rYpUpgtECC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpUpgtECC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpUpgtECC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpUpgtECC .modal-content {
  background: #efefef;
  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-rYpUpgtECC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpUpgtECC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpUpgtECC .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpUpgtECC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpUpgtECC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpUpgtECC .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpUpgtECC .modal-header .close:focus {
  outline: none;
}
.cid-rYpUpgtECC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpUpgtECC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpUpgtECC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpUpgtECC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpUpgtECC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpUpgtECC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpUpgtECC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpUpgtECC .modal-sm {
    max-width: 300px;
  }
  .cid-rYpUpgtECC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpUpgtECC .modal-lg,
  .cid-rYpUpgtECC .modal-xl {
    max-width: 800px;
  }
  .cid-rYpUpgtECC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpUpgtECC .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpUpgtECC .container {
    max-width: 1140px;
  }
}
.cid-rYpUpgtECC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpUpgtECC .container {
    max-width: 720px;
  }
}
.cid-rYpUpgtECC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpUpgtECC .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-rYpUpgtECC .form-group {
  margin-bottom: 1rem;
}
.cid-rYpUpgtECC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpUpgtECC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpUpgtECC .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-rYpUKz4Aow.popup-builder {
  background-color: #ffffff;
}
.cid-rYpUKz4Aow.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpUKz4Aow.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpUKz4Aow .modal-content,
.cid-rYpUKz4Aow .modal-dialog {
  height: auto;
}
.cid-rYpUKz4Aow .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpUKz4Aow .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpUKz4Aow .form-wrapper .mbr-form .form-group,
  .cid-rYpUKz4Aow .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpUKz4Aow .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpUKz4Aow .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-rYpUKz4Aow .mbr-text {
  text-align: center;
}
.cid-rYpUKz4Aow .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpUKz4Aow .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpUKz4Aow .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpUKz4Aow .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpUKz4Aow .modal-open {
  overflow: hidden;
}
.cid-rYpUKz4Aow .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpUKz4Aow .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpUKz4Aow .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpUKz4Aow .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-rYpUKz4Aow .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpUKz4Aow .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpUKz4Aow .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpUKz4Aow .modal-content {
  background: #efefef;
  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-rYpUKz4Aow .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpUKz4Aow .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpUKz4Aow .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpUKz4Aow .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpUKz4Aow .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpUKz4Aow .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpUKz4Aow .modal-header .close:focus {
  outline: none;
}
.cid-rYpUKz4Aow .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpUKz4Aow .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpUKz4Aow .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpUKz4Aow .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpUKz4Aow .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpUKz4Aow .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpUKz4Aow .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpUKz4Aow .modal-sm {
    max-width: 300px;
  }
  .cid-rYpUKz4Aow .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpUKz4Aow .modal-lg,
  .cid-rYpUKz4Aow .modal-xl {
    max-width: 800px;
  }
  .cid-rYpUKz4Aow .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpUKz4Aow .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpUKz4Aow .container {
    max-width: 1140px;
  }
}
.cid-rYpUKz4Aow .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpUKz4Aow .container {
    max-width: 720px;
  }
}
.cid-rYpUKz4Aow .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpUKz4Aow .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-rYpUKz4Aow .form-group {
  margin-bottom: 1rem;
}
.cid-rYpUKz4Aow .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpUKz4Aow .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpUKz4Aow .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-rYuABrSgSv.popup-builder {
  background-color: #ffffff;
}
.cid-rYuABrSgSv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYuABrSgSv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYuABrSgSv .modal-content,
.cid-rYuABrSgSv .modal-dialog {
  height: auto;
}
.cid-rYuABrSgSv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYuABrSgSv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYuABrSgSv .form-wrapper .mbr-form .form-group,
  .cid-rYuABrSgSv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYuABrSgSv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYuABrSgSv .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-rYuABrSgSv .mbr-text {
  text-align: center;
}
.cid-rYuABrSgSv .pt-0 {
  padding-top: 0 !important;
}
.cid-rYuABrSgSv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYuABrSgSv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYuABrSgSv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYuABrSgSv .modal-open {
  overflow: hidden;
}
.cid-rYuABrSgSv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYuABrSgSv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYuABrSgSv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYuABrSgSv .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-rYuABrSgSv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYuABrSgSv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYuABrSgSv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYuABrSgSv .modal-content {
  background: #efefef;
  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-rYuABrSgSv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYuABrSgSv .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYuABrSgSv .modal-backdrop.show {
  opacity: .5;
}
.cid-rYuABrSgSv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYuABrSgSv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYuABrSgSv .modal-header .close:hover {
  opacity: 1;
}
.cid-rYuABrSgSv .modal-header .close:focus {
  outline: none;
}
.cid-rYuABrSgSv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYuABrSgSv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYuABrSgSv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYuABrSgSv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYuABrSgSv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYuABrSgSv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYuABrSgSv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYuABrSgSv .modal-sm {
    max-width: 300px;
  }
  .cid-rYuABrSgSv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYuABrSgSv .modal-lg,
  .cid-rYuABrSgSv .modal-xl {
    max-width: 800px;
  }
  .cid-rYuABrSgSv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYuABrSgSv .modal-xl {
    max-width: 1140px;
  }
  .cid-rYuABrSgSv .container {
    max-width: 1140px;
  }
}
.cid-rYuABrSgSv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYuABrSgSv .container {
    max-width: 720px;
  }
}
.cid-rYuABrSgSv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYuABrSgSv .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-rYuABrSgSv .form-group {
  margin-bottom: 1rem;
}
.cid-rYuABrSgSv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYuABrSgSv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYuABrSgSv .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-rYpUR9C9M0.popup-builder {
  background-color: #ffffff;
}
.cid-rYpUR9C9M0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYpUR9C9M0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYpUR9C9M0 .modal-content,
.cid-rYpUR9C9M0 .modal-dialog {
  height: auto;
}
.cid-rYpUR9C9M0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYpUR9C9M0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYpUR9C9M0 .form-wrapper .mbr-form .form-group,
  .cid-rYpUR9C9M0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYpUR9C9M0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYpUR9C9M0 .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-rYpUR9C9M0 .mbr-text {
  text-align: center;
}
.cid-rYpUR9C9M0 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYpUR9C9M0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYpUR9C9M0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYpUR9C9M0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYpUR9C9M0 .modal-open {
  overflow: hidden;
}
.cid-rYpUR9C9M0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYpUR9C9M0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYpUR9C9M0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYpUR9C9M0 .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-rYpUR9C9M0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYpUR9C9M0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYpUR9C9M0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYpUR9C9M0 .modal-content {
  background: #efefef;
  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-rYpUR9C9M0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYpUR9C9M0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYpUR9C9M0 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYpUR9C9M0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYpUR9C9M0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYpUR9C9M0 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYpUR9C9M0 .modal-header .close:focus {
  outline: none;
}
.cid-rYpUR9C9M0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYpUR9C9M0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYpUR9C9M0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYpUR9C9M0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYpUR9C9M0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYpUR9C9M0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYpUR9C9M0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYpUR9C9M0 .modal-sm {
    max-width: 300px;
  }
  .cid-rYpUR9C9M0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYpUR9C9M0 .modal-lg,
  .cid-rYpUR9C9M0 .modal-xl {
    max-width: 800px;
  }
  .cid-rYpUR9C9M0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYpUR9C9M0 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYpUR9C9M0 .container {
    max-width: 1140px;
  }
}
.cid-rYpUR9C9M0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYpUR9C9M0 .container {
    max-width: 720px;
  }
}
.cid-rYpUR9C9M0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYpUR9C9M0 .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-rYpUR9C9M0 .form-group {
  margin-bottom: 1rem;
}
.cid-rYpUR9C9M0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYpUR9C9M0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYpUR9C9M0 .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-rYuCsc0iUL.popup-builder {
  background-color: #ffffff;
}
.cid-rYuCsc0iUL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYuCsc0iUL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYuCsc0iUL .modal-content,
.cid-rYuCsc0iUL .modal-dialog {
  height: auto;
}
.cid-rYuCsc0iUL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYuCsc0iUL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYuCsc0iUL .form-wrapper .mbr-form .form-group,
  .cid-rYuCsc0iUL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYuCsc0iUL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYuCsc0iUL .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-rYuCsc0iUL .mbr-text {
  text-align: center;
}
.cid-rYuCsc0iUL .pt-0 {
  padding-top: 0 !important;
}
.cid-rYuCsc0iUL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYuCsc0iUL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYuCsc0iUL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYuCsc0iUL .modal-open {
  overflow: hidden;
}
.cid-rYuCsc0iUL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYuCsc0iUL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYuCsc0iUL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYuCsc0iUL .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-rYuCsc0iUL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYuCsc0iUL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYuCsc0iUL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYuCsc0iUL .modal-content {
  background: #efefef;
  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-rYuCsc0iUL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYuCsc0iUL .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYuCsc0iUL .modal-backdrop.show {
  opacity: .5;
}
.cid-rYuCsc0iUL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYuCsc0iUL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYuCsc0iUL .modal-header .close:hover {
  opacity: 1;
}
.cid-rYuCsc0iUL .modal-header .close:focus {
  outline: none;
}
.cid-rYuCsc0iUL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYuCsc0iUL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYuCsc0iUL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYuCsc0iUL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYuCsc0iUL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYuCsc0iUL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYuCsc0iUL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYuCsc0iUL .modal-sm {
    max-width: 300px;
  }
  .cid-rYuCsc0iUL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYuCsc0iUL .modal-lg,
  .cid-rYuCsc0iUL .modal-xl {
    max-width: 800px;
  }
  .cid-rYuCsc0iUL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYuCsc0iUL .modal-xl {
    max-width: 1140px;
  }
  .cid-rYuCsc0iUL .container {
    max-width: 1140px;
  }
}
.cid-rYuCsc0iUL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYuCsc0iUL .container {
    max-width: 720px;
  }
}
.cid-rYuCsc0iUL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYuCsc0iUL .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-rYuCsc0iUL .form-group {
  margin-bottom: 1rem;
}
.cid-rYuCsc0iUL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYuCsc0iUL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYuCsc0iUL .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-rYuA2yAuYW.popup-builder {
  background-color: #ffffff;
}
.cid-rYuA2yAuYW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYuA2yAuYW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYuA2yAuYW .modal-content,
.cid-rYuA2yAuYW .modal-dialog {
  height: auto;
}
.cid-rYuA2yAuYW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYuA2yAuYW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYuA2yAuYW .form-wrapper .mbr-form .form-group,
  .cid-rYuA2yAuYW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYuA2yAuYW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYuA2yAuYW .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-rYuA2yAuYW .mbr-text {
  text-align: center;
}
.cid-rYuA2yAuYW .pt-0 {
  padding-top: 0 !important;
}
.cid-rYuA2yAuYW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYuA2yAuYW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYuA2yAuYW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYuA2yAuYW .modal-open {
  overflow: hidden;
}
.cid-rYuA2yAuYW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYuA2yAuYW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYuA2yAuYW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYuA2yAuYW .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-rYuA2yAuYW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYuA2yAuYW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYuA2yAuYW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYuA2yAuYW .modal-content {
  background: #efefef;
  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-rYuA2yAuYW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYuA2yAuYW .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYuA2yAuYW .modal-backdrop.show {
  opacity: .5;
}
.cid-rYuA2yAuYW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYuA2yAuYW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYuA2yAuYW .modal-header .close:hover {
  opacity: 1;
}
.cid-rYuA2yAuYW .modal-header .close:focus {
  outline: none;
}
.cid-rYuA2yAuYW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYuA2yAuYW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYuA2yAuYW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYuA2yAuYW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYuA2yAuYW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYuA2yAuYW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYuA2yAuYW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYuA2yAuYW .modal-sm {
    max-width: 300px;
  }
  .cid-rYuA2yAuYW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYuA2yAuYW .modal-lg,
  .cid-rYuA2yAuYW .modal-xl {
    max-width: 800px;
  }
  .cid-rYuA2yAuYW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYuA2yAuYW .modal-xl {
    max-width: 1140px;
  }
  .cid-rYuA2yAuYW .container {
    max-width: 1140px;
  }
}
.cid-rYuA2yAuYW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYuA2yAuYW .container {
    max-width: 720px;
  }
}
.cid-rYuA2yAuYW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYuA2yAuYW .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-rYuA2yAuYW .form-group {
  margin-bottom: 1rem;
}
.cid-rYuA2yAuYW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYuA2yAuYW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYuA2yAuYW .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-rYuCK83fmQ.popup-builder {
  background-color: #ffffff;
}
.cid-rYuCK83fmQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYuCK83fmQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYuCK83fmQ .modal-content,
.cid-rYuCK83fmQ .modal-dialog {
  height: auto;
}
.cid-rYuCK83fmQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYuCK83fmQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYuCK83fmQ .form-wrapper .mbr-form .form-group,
  .cid-rYuCK83fmQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYuCK83fmQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYuCK83fmQ .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-rYuCK83fmQ .mbr-text {
  text-align: center;
}
.cid-rYuCK83fmQ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYuCK83fmQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYuCK83fmQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYuCK83fmQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYuCK83fmQ .modal-open {
  overflow: hidden;
}
.cid-rYuCK83fmQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYuCK83fmQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYuCK83fmQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYuCK83fmQ .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-rYuCK83fmQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYuCK83fmQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYuCK83fmQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYuCK83fmQ .modal-content {
  background: #efefef;
  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-rYuCK83fmQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYuCK83fmQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYuCK83fmQ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYuCK83fmQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYuCK83fmQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYuCK83fmQ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYuCK83fmQ .modal-header .close:focus {
  outline: none;
}
.cid-rYuCK83fmQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYuCK83fmQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYuCK83fmQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYuCK83fmQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYuCK83fmQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYuCK83fmQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYuCK83fmQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYuCK83fmQ .modal-sm {
    max-width: 300px;
  }
  .cid-rYuCK83fmQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYuCK83fmQ .modal-lg,
  .cid-rYuCK83fmQ .modal-xl {
    max-width: 800px;
  }
  .cid-rYuCK83fmQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYuCK83fmQ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYuCK83fmQ .container {
    max-width: 1140px;
  }
}
.cid-rYuCK83fmQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYuCK83fmQ .container {
    max-width: 720px;
  }
}
.cid-rYuCK83fmQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYuCK83fmQ .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-rYuCK83fmQ .form-group {
  margin-bottom: 1rem;
}
.cid-rYuCK83fmQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYuCK83fmQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYuCK83fmQ .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-rYuF2IpyIZ.popup-builder {
  background-color: #ffffff;
}
.cid-rYuF2IpyIZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYuF2IpyIZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYuF2IpyIZ .modal-content,
.cid-rYuF2IpyIZ .modal-dialog {
  height: auto;
}
.cid-rYuF2IpyIZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYuF2IpyIZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYuF2IpyIZ .form-wrapper .mbr-form .form-group,
  .cid-rYuF2IpyIZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYuF2IpyIZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYuF2IpyIZ .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-rYuF2IpyIZ .mbr-text {
  text-align: center;
}
.cid-rYuF2IpyIZ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYuF2IpyIZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYuF2IpyIZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYuF2IpyIZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYuF2IpyIZ .modal-open {
  overflow: hidden;
}
.cid-rYuF2IpyIZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYuF2IpyIZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYuF2IpyIZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYuF2IpyIZ .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-rYuF2IpyIZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYuF2IpyIZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYuF2IpyIZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYuF2IpyIZ .modal-content {
  background: #efefef;
  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-rYuF2IpyIZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYuF2IpyIZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYuF2IpyIZ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYuF2IpyIZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYuF2IpyIZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYuF2IpyIZ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYuF2IpyIZ .modal-header .close:focus {
  outline: none;
}
.cid-rYuF2IpyIZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYuF2IpyIZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYuF2IpyIZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYuF2IpyIZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYuF2IpyIZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYuF2IpyIZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYuF2IpyIZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYuF2IpyIZ .modal-sm {
    max-width: 300px;
  }
  .cid-rYuF2IpyIZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYuF2IpyIZ .modal-lg,
  .cid-rYuF2IpyIZ .modal-xl {
    max-width: 800px;
  }
  .cid-rYuF2IpyIZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYuF2IpyIZ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYuF2IpyIZ .container {
    max-width: 1140px;
  }
}
.cid-rYuF2IpyIZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYuF2IpyIZ .container {
    max-width: 720px;
  }
}
.cid-rYuF2IpyIZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYuF2IpyIZ .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-rYuF2IpyIZ .form-group {
  margin-bottom: 1rem;
}
.cid-rYuF2IpyIZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYuF2IpyIZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYuF2IpyIZ .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-rYuFal4TNW.popup-builder {
  background-color: #ffffff;
}
.cid-rYuFal4TNW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYuFal4TNW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYuFal4TNW .modal-content,
.cid-rYuFal4TNW .modal-dialog {
  height: auto;
}
.cid-rYuFal4TNW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYuFal4TNW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYuFal4TNW .form-wrapper .mbr-form .form-group,
  .cid-rYuFal4TNW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYuFal4TNW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYuFal4TNW .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-rYuFal4TNW .mbr-text {
  text-align: center;
}
.cid-rYuFal4TNW .pt-0 {
  padding-top: 0 !important;
}
.cid-rYuFal4TNW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYuFal4TNW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYuFal4TNW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYuFal4TNW .modal-open {
  overflow: hidden;
}
.cid-rYuFal4TNW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYuFal4TNW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYuFal4TNW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYuFal4TNW .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-rYuFal4TNW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYuFal4TNW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYuFal4TNW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYuFal4TNW .modal-content {
  background: #efefef;
  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-rYuFal4TNW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYuFal4TNW .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYuFal4TNW .modal-backdrop.show {
  opacity: .5;
}
.cid-rYuFal4TNW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYuFal4TNW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYuFal4TNW .modal-header .close:hover {
  opacity: 1;
}
.cid-rYuFal4TNW .modal-header .close:focus {
  outline: none;
}
.cid-rYuFal4TNW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYuFal4TNW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYuFal4TNW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYuFal4TNW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYuFal4TNW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYuFal4TNW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYuFal4TNW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYuFal4TNW .modal-sm {
    max-width: 300px;
  }
  .cid-rYuFal4TNW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYuFal4TNW .modal-lg,
  .cid-rYuFal4TNW .modal-xl {
    max-width: 800px;
  }
  .cid-rYuFal4TNW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYuFal4TNW .modal-xl {
    max-width: 1140px;
  }
  .cid-rYuFal4TNW .container {
    max-width: 1140px;
  }
}
.cid-rYuFal4TNW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYuFal4TNW .container {
    max-width: 720px;
  }
}
.cid-rYuFal4TNW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYuFal4TNW .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-rYuFal4TNW .form-group {
  margin-bottom: 1rem;
}
.cid-rYuFal4TNW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYuFal4TNW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYuFal4TNW .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-rYzxHGB1UG.popup-builder {
  background-color: #ffffff;
}
.cid-rYzxHGB1UG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYzxHGB1UG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYzxHGB1UG .modal-content,
.cid-rYzxHGB1UG .modal-dialog {
  height: auto;
}
.cid-rYzxHGB1UG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYzxHGB1UG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYzxHGB1UG .form-wrapper .mbr-form .form-group,
  .cid-rYzxHGB1UG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYzxHGB1UG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYzxHGB1UG .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-rYzxHGB1UG .mbr-text {
  text-align: center;
}
.cid-rYzxHGB1UG .pt-0 {
  padding-top: 0 !important;
}
.cid-rYzxHGB1UG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYzxHGB1UG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYzxHGB1UG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYzxHGB1UG .modal-open {
  overflow: hidden;
}
.cid-rYzxHGB1UG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYzxHGB1UG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYzxHGB1UG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYzxHGB1UG .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-rYzxHGB1UG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYzxHGB1UG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYzxHGB1UG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYzxHGB1UG .modal-content {
  background: #efefef;
  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-rYzxHGB1UG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYzxHGB1UG .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYzxHGB1UG .modal-backdrop.show {
  opacity: .5;
}
.cid-rYzxHGB1UG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYzxHGB1UG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYzxHGB1UG .modal-header .close:hover {
  opacity: 1;
}
.cid-rYzxHGB1UG .modal-header .close:focus {
  outline: none;
}
.cid-rYzxHGB1UG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYzxHGB1UG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYzxHGB1UG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYzxHGB1UG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYzxHGB1UG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYzxHGB1UG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYzxHGB1UG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYzxHGB1UG .modal-sm {
    max-width: 300px;
  }
  .cid-rYzxHGB1UG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYzxHGB1UG .modal-lg,
  .cid-rYzxHGB1UG .modal-xl {
    max-width: 800px;
  }
  .cid-rYzxHGB1UG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYzxHGB1UG .modal-xl {
    max-width: 1140px;
  }
  .cid-rYzxHGB1UG .container {
    max-width: 1140px;
  }
}
.cid-rYzxHGB1UG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYzxHGB1UG .container {
    max-width: 720px;
  }
}
.cid-rYzxHGB1UG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYzxHGB1UG .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-rYzxHGB1UG .form-group {
  margin-bottom: 1rem;
}
.cid-rYzxHGB1UG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYzxHGB1UG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYzxHGB1UG .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-rYzxWUIJEb.popup-builder {
  background-color: #ffffff;
}
.cid-rYzxWUIJEb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYzxWUIJEb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYzxWUIJEb .modal-content,
.cid-rYzxWUIJEb .modal-dialog {
  height: auto;
}
.cid-rYzxWUIJEb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYzxWUIJEb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYzxWUIJEb .form-wrapper .mbr-form .form-group,
  .cid-rYzxWUIJEb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYzxWUIJEb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYzxWUIJEb .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-rYzxWUIJEb .mbr-text {
  text-align: center;
}
.cid-rYzxWUIJEb .pt-0 {
  padding-top: 0 !important;
}
.cid-rYzxWUIJEb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYzxWUIJEb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYzxWUIJEb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYzxWUIJEb .modal-open {
  overflow: hidden;
}
.cid-rYzxWUIJEb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYzxWUIJEb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYzxWUIJEb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYzxWUIJEb .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-rYzxWUIJEb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYzxWUIJEb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYzxWUIJEb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYzxWUIJEb .modal-content {
  background: #efefef;
  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-rYzxWUIJEb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYzxWUIJEb .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYzxWUIJEb .modal-backdrop.show {
  opacity: .5;
}
.cid-rYzxWUIJEb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYzxWUIJEb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYzxWUIJEb .modal-header .close:hover {
  opacity: 1;
}
.cid-rYzxWUIJEb .modal-header .close:focus {
  outline: none;
}
.cid-rYzxWUIJEb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYzxWUIJEb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYzxWUIJEb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYzxWUIJEb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYzxWUIJEb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYzxWUIJEb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYzxWUIJEb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYzxWUIJEb .modal-sm {
    max-width: 300px;
  }
  .cid-rYzxWUIJEb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYzxWUIJEb .modal-lg,
  .cid-rYzxWUIJEb .modal-xl {
    max-width: 800px;
  }
  .cid-rYzxWUIJEb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYzxWUIJEb .modal-xl {
    max-width: 1140px;
  }
  .cid-rYzxWUIJEb .container {
    max-width: 1140px;
  }
}
.cid-rYzxWUIJEb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYzxWUIJEb .container {
    max-width: 720px;
  }
}
.cid-rYzxWUIJEb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYzxWUIJEb .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-rYzxWUIJEb .form-group {
  margin-bottom: 1rem;
}
.cid-rYzxWUIJEb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYzxWUIJEb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYzxWUIJEb .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-rYA8RcZ4he.popup-builder {
  background-color: #ffffff;
}
.cid-rYA8RcZ4he.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYA8RcZ4he.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYA8RcZ4he .modal-content,
.cid-rYA8RcZ4he .modal-dialog {
  height: auto;
}
.cid-rYA8RcZ4he .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYA8RcZ4he .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYA8RcZ4he .form-wrapper .mbr-form .form-group,
  .cid-rYA8RcZ4he .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYA8RcZ4he .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYA8RcZ4he .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-rYA8RcZ4he .mbr-text {
  text-align: center;
}
.cid-rYA8RcZ4he .pt-0 {
  padding-top: 0 !important;
}
.cid-rYA8RcZ4he .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYA8RcZ4he .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYA8RcZ4he .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYA8RcZ4he .modal-open {
  overflow: hidden;
}
.cid-rYA8RcZ4he .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYA8RcZ4he .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYA8RcZ4he .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYA8RcZ4he .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-rYA8RcZ4he .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYA8RcZ4he .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYA8RcZ4he .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYA8RcZ4he .modal-content {
  background: #efefef;
  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-rYA8RcZ4he .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYA8RcZ4he .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYA8RcZ4he .modal-backdrop.show {
  opacity: .5;
}
.cid-rYA8RcZ4he .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYA8RcZ4he .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYA8RcZ4he .modal-header .close:hover {
  opacity: 1;
}
.cid-rYA8RcZ4he .modal-header .close:focus {
  outline: none;
}
.cid-rYA8RcZ4he .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYA8RcZ4he .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYA8RcZ4he .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYA8RcZ4he .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYA8RcZ4he .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYA8RcZ4he .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYA8RcZ4he .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYA8RcZ4he .modal-sm {
    max-width: 300px;
  }
  .cid-rYA8RcZ4he .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYA8RcZ4he .modal-lg,
  .cid-rYA8RcZ4he .modal-xl {
    max-width: 800px;
  }
  .cid-rYA8RcZ4he .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYA8RcZ4he .modal-xl {
    max-width: 1140px;
  }
  .cid-rYA8RcZ4he .container {
    max-width: 1140px;
  }
}
.cid-rYA8RcZ4he .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYA8RcZ4he .container {
    max-width: 720px;
  }
}
.cid-rYA8RcZ4he .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYA8RcZ4he .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-rYA8RcZ4he .form-group {
  margin-bottom: 1rem;
}
.cid-rYA8RcZ4he .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYA8RcZ4he .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYA8RcZ4he .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-rYA3GxxSdC.popup-builder {
  background-color: #ffffff;
}
.cid-rYA3GxxSdC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYA3GxxSdC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYA3GxxSdC .modal-content,
.cid-rYA3GxxSdC .modal-dialog {
  height: auto;
}
.cid-rYA3GxxSdC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYA3GxxSdC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYA3GxxSdC .form-wrapper .mbr-form .form-group,
  .cid-rYA3GxxSdC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYA3GxxSdC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYA3GxxSdC .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-rYA3GxxSdC .mbr-text {
  text-align: center;
}
.cid-rYA3GxxSdC .pt-0 {
  padding-top: 0 !important;
}
.cid-rYA3GxxSdC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYA3GxxSdC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYA3GxxSdC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYA3GxxSdC .modal-open {
  overflow: hidden;
}
.cid-rYA3GxxSdC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYA3GxxSdC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYA3GxxSdC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYA3GxxSdC .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-rYA3GxxSdC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYA3GxxSdC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYA3GxxSdC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYA3GxxSdC .modal-content {
  background: #efefef;
  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-rYA3GxxSdC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYA3GxxSdC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYA3GxxSdC .modal-backdrop.show {
  opacity: .5;
}
.cid-rYA3GxxSdC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYA3GxxSdC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYA3GxxSdC .modal-header .close:hover {
  opacity: 1;
}
.cid-rYA3GxxSdC .modal-header .close:focus {
  outline: none;
}
.cid-rYA3GxxSdC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYA3GxxSdC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYA3GxxSdC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYA3GxxSdC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYA3GxxSdC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYA3GxxSdC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYA3GxxSdC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYA3GxxSdC .modal-sm {
    max-width: 300px;
  }
  .cid-rYA3GxxSdC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYA3GxxSdC .modal-lg,
  .cid-rYA3GxxSdC .modal-xl {
    max-width: 800px;
  }
  .cid-rYA3GxxSdC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYA3GxxSdC .modal-xl {
    max-width: 1140px;
  }
  .cid-rYA3GxxSdC .container {
    max-width: 1140px;
  }
}
.cid-rYA3GxxSdC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYA3GxxSdC .container {
    max-width: 720px;
  }
}
.cid-rYA3GxxSdC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYA3GxxSdC .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-rYA3GxxSdC .form-group {
  margin-bottom: 1rem;
}
.cid-rYA3GxxSdC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYA3GxxSdC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYA3GxxSdC .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-rYA43P331m.popup-builder {
  background-color: #ffffff;
}
.cid-rYA43P331m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYA43P331m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYA43P331m .modal-content,
.cid-rYA43P331m .modal-dialog {
  height: auto;
}
.cid-rYA43P331m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYA43P331m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYA43P331m .form-wrapper .mbr-form .form-group,
  .cid-rYA43P331m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYA43P331m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYA43P331m .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-rYA43P331m .mbr-text {
  text-align: center;
}
.cid-rYA43P331m .pt-0 {
  padding-top: 0 !important;
}
.cid-rYA43P331m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYA43P331m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYA43P331m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYA43P331m .modal-open {
  overflow: hidden;
}
.cid-rYA43P331m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYA43P331m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYA43P331m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYA43P331m .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-rYA43P331m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYA43P331m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYA43P331m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYA43P331m .modal-content {
  background: #efefef;
  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-rYA43P331m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYA43P331m .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYA43P331m .modal-backdrop.show {
  opacity: .5;
}
.cid-rYA43P331m .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYA43P331m .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYA43P331m .modal-header .close:hover {
  opacity: 1;
}
.cid-rYA43P331m .modal-header .close:focus {
  outline: none;
}
.cid-rYA43P331m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYA43P331m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYA43P331m .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYA43P331m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYA43P331m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYA43P331m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYA43P331m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYA43P331m .modal-sm {
    max-width: 300px;
  }
  .cid-rYA43P331m .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYA43P331m .modal-lg,
  .cid-rYA43P331m .modal-xl {
    max-width: 800px;
  }
  .cid-rYA43P331m .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYA43P331m .modal-xl {
    max-width: 1140px;
  }
  .cid-rYA43P331m .container {
    max-width: 1140px;
  }
}
.cid-rYA43P331m .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYA43P331m .container {
    max-width: 720px;
  }
}
.cid-rYA43P331m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYA43P331m .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-rYA43P331m .form-group {
  margin-bottom: 1rem;
}
.cid-rYA43P331m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYA43P331m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYA43P331m .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-rYA5iqD5qe.popup-builder {
  background-color: #ffffff;
}
.cid-rYA5iqD5qe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYA5iqD5qe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYA5iqD5qe .modal-content,
.cid-rYA5iqD5qe .modal-dialog {
  height: auto;
}
.cid-rYA5iqD5qe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYA5iqD5qe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYA5iqD5qe .form-wrapper .mbr-form .form-group,
  .cid-rYA5iqD5qe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYA5iqD5qe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYA5iqD5qe .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-rYA5iqD5qe .mbr-text {
  text-align: center;
}
.cid-rYA5iqD5qe .pt-0 {
  padding-top: 0 !important;
}
.cid-rYA5iqD5qe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYA5iqD5qe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYA5iqD5qe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYA5iqD5qe .modal-open {
  overflow: hidden;
}
.cid-rYA5iqD5qe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYA5iqD5qe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYA5iqD5qe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYA5iqD5qe .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-rYA5iqD5qe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYA5iqD5qe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYA5iqD5qe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYA5iqD5qe .modal-content {
  background: #efefef;
  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-rYA5iqD5qe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYA5iqD5qe .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYA5iqD5qe .modal-backdrop.show {
  opacity: .5;
}
.cid-rYA5iqD5qe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYA5iqD5qe .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYA5iqD5qe .modal-header .close:hover {
  opacity: 1;
}
.cid-rYA5iqD5qe .modal-header .close:focus {
  outline: none;
}
.cid-rYA5iqD5qe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYA5iqD5qe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYA5iqD5qe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYA5iqD5qe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYA5iqD5qe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYA5iqD5qe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYA5iqD5qe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYA5iqD5qe .modal-sm {
    max-width: 300px;
  }
  .cid-rYA5iqD5qe .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYA5iqD5qe .modal-lg,
  .cid-rYA5iqD5qe .modal-xl {
    max-width: 800px;
  }
  .cid-rYA5iqD5qe .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYA5iqD5qe .modal-xl {
    max-width: 1140px;
  }
  .cid-rYA5iqD5qe .container {
    max-width: 1140px;
  }
}
.cid-rYA5iqD5qe .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYA5iqD5qe .container {
    max-width: 720px;
  }
}
.cid-rYA5iqD5qe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYA5iqD5qe .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-rYA5iqD5qe .form-group {
  margin-bottom: 1rem;
}
.cid-rYA5iqD5qe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYA5iqD5qe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYA5iqD5qe .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-s6p7IuFwCp.popup-builder {
  background-color: #ffffff;
}
.cid-s6p7IuFwCp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6p7IuFwCp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6p7IuFwCp .modal-content,
.cid-s6p7IuFwCp .modal-dialog {
  height: auto;
}
.cid-s6p7IuFwCp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6p7IuFwCp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6p7IuFwCp .form-wrapper .mbr-form .form-group,
  .cid-s6p7IuFwCp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6p7IuFwCp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6p7IuFwCp .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-s6p7IuFwCp .mbr-text {
  text-align: center;
}
.cid-s6p7IuFwCp .pt-0 {
  padding-top: 0 !important;
}
.cid-s6p7IuFwCp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6p7IuFwCp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6p7IuFwCp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6p7IuFwCp .modal-open {
  overflow: hidden;
}
.cid-s6p7IuFwCp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6p7IuFwCp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6p7IuFwCp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6p7IuFwCp .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-s6p7IuFwCp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6p7IuFwCp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6p7IuFwCp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6p7IuFwCp .modal-content {
  background: #efefef;
  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-s6p7IuFwCp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6p7IuFwCp .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6p7IuFwCp .modal-backdrop.show {
  opacity: .5;
}
.cid-s6p7IuFwCp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s6p7IuFwCp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6p7IuFwCp .modal-header .close:hover {
  opacity: 1;
}
.cid-s6p7IuFwCp .modal-header .close:focus {
  outline: none;
}
.cid-s6p7IuFwCp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-s6p7IuFwCp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6p7IuFwCp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s6p7IuFwCp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6p7IuFwCp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6p7IuFwCp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6p7IuFwCp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6p7IuFwCp .modal-sm {
    max-width: 300px;
  }
  .cid-s6p7IuFwCp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6p7IuFwCp .modal-lg,
  .cid-s6p7IuFwCp .modal-xl {
    max-width: 800px;
  }
  .cid-s6p7IuFwCp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6p7IuFwCp .modal-xl {
    max-width: 1140px;
  }
  .cid-s6p7IuFwCp .container {
    max-width: 1140px;
  }
}
.cid-s6p7IuFwCp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6p7IuFwCp .container {
    max-width: 720px;
  }
}
.cid-s6p7IuFwCp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6p7IuFwCp .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-s6p7IuFwCp .form-group {
  margin-bottom: 1rem;
}
.cid-s6p7IuFwCp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6p7IuFwCp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6p7IuFwCp .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-scmVWvQ3eb.popup-builder {
  background-color: #ffffff;
}
.cid-scmVWvQ3eb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-scmVWvQ3eb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-scmVWvQ3eb .modal-content,
.cid-scmVWvQ3eb .modal-dialog {
  height: auto;
}
.cid-scmVWvQ3eb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-scmVWvQ3eb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-scmVWvQ3eb .form-wrapper .mbr-form .form-group,
  .cid-scmVWvQ3eb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-scmVWvQ3eb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-scmVWvQ3eb .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-scmVWvQ3eb .mbr-text {
  text-align: center;
}
.cid-scmVWvQ3eb .pt-0 {
  padding-top: 0 !important;
}
.cid-scmVWvQ3eb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-scmVWvQ3eb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-scmVWvQ3eb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-scmVWvQ3eb .modal-open {
  overflow: hidden;
}
.cid-scmVWvQ3eb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-scmVWvQ3eb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-scmVWvQ3eb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-scmVWvQ3eb .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-scmVWvQ3eb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-scmVWvQ3eb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-scmVWvQ3eb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-scmVWvQ3eb .modal-content {
  background: #efefef;
  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-scmVWvQ3eb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-scmVWvQ3eb .modal-backdrop.fade {
  opacity: 0;
}
.cid-scmVWvQ3eb .modal-backdrop.show {
  opacity: .5;
}
.cid-scmVWvQ3eb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-scmVWvQ3eb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-scmVWvQ3eb .modal-header .close:hover {
  opacity: 1;
}
.cid-scmVWvQ3eb .modal-header .close:focus {
  outline: none;
}
.cid-scmVWvQ3eb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-scmVWvQ3eb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-scmVWvQ3eb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-scmVWvQ3eb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-scmVWvQ3eb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-scmVWvQ3eb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-scmVWvQ3eb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-scmVWvQ3eb .modal-sm {
    max-width: 300px;
  }
  .cid-scmVWvQ3eb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-scmVWvQ3eb .modal-lg,
  .cid-scmVWvQ3eb .modal-xl {
    max-width: 800px;
  }
  .cid-scmVWvQ3eb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-scmVWvQ3eb .modal-xl {
    max-width: 1140px;
  }
  .cid-scmVWvQ3eb .container {
    max-width: 1140px;
  }
}
.cid-scmVWvQ3eb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-scmVWvQ3eb .container {
    max-width: 720px;
  }
}
.cid-scmVWvQ3eb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-scmVWvQ3eb .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-scmVWvQ3eb .form-group {
  margin-bottom: 1rem;
}
.cid-scmVWvQ3eb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-scmVWvQ3eb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-scmVWvQ3eb .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-rWeCNeUqYI .modal-body .close {
  background: #1b1b1b;
}
.cid-rWeCNeUqYI .modal-body .close span {
  font-style: normal;
}
.cid-rWeCNeUqYI .carousel-inner > .active,
.cid-rWeCNeUqYI .carousel-inner > .next,
.cid-rWeCNeUqYI .carousel-inner > .prev {
  display: table;
}
.cid-rWeCNeUqYI .carousel-control .icon-next,
.cid-rWeCNeUqYI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWeCNeUqYI .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWeCNeUqYI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWeCNeUqYI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWeCNeUqYI .boxed-slider > div {
  position: relative;
}
.cid-rWeCNeUqYI .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWeCNeUqYI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWeCNeUqYI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWeCNeUqYI .mbr-table-cell {
  padding: 0;
}
.cid-rWeCNeUqYI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWeCNeUqYI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWeCNeUqYI .mbr-overlay {
  z-index: 1;
}
.cid-rWeCNeUqYI .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWeCNeUqYI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWeCNeUqYI .carousel-item .container {
    width: 100%;
  }
}
.cid-rWeCNeUqYI .carousel-item-next.carousel-item-left,
.cid-rWeCNeUqYI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWeCNeUqYI .active.carousel-item-right,
.cid-rWeCNeUqYI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWeCNeUqYI .active.carousel-item-left,
.cid-rWeCNeUqYI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWeCNeUqYI .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWeCNeUqYI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWeCNeUqYI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWeCNeUqYI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWeCNeUqYI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWeCNeUqYI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWeCNeUqYI .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWeCNeUqYI .mbr-slider .carousel-indicators li.active,
.cid-rWeCNeUqYI .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWeCNeUqYI .mbr-slider .carousel-indicators li::after,
.cid-rWeCNeUqYI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWeCNeUqYI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWeCNeUqYI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWeCNeUqYI .mbr-slider > .container img {
  width: 100%;
}
.cid-rWeCNeUqYI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWeCNeUqYI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWeCNeUqYI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWeCNeUqYI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWeCNeUqYI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWeCNeUqYI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWeCNeUqYI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWeCNeUqYI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWeCNeUqYI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWeCNeUqYI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWeCNeUqYI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWeCNeUqYI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWeCNeUqYI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWeCNeUqYI h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWeCNeUqYI .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWeCNeUqYI .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWeCNeUqYI .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWeCNeUqYI .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWeCNeUqYI .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWeCNeUqYI .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWeCNeUqYI .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWeCNeUqYI .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWeCNeUqYI P {
  color: #cebfaf;
  text-align: center;
}
.cid-rWeCNeUqYI H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUNGOka8am {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNGOka8am img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUNGOka8am H1 {
  color: #2c1608;
}
.cid-rUNGOka8am .mbr-text,
.cid-rUNGOka8am .mbr-section-btn {
  color: #716c80;
}
.cid-rUNGOka8am H3 {
  color: #4f4943;
}
.cid-rUNGOka8am .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUNGOka8am .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUNGOka8am .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUNGOka8am .link:hover {
  color: #ff6400 !important;
}
.cid-rUNGOka8am .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUNGOka8am DIV {
  color: #57468b;
}
.cid-rUNGOka8am .mbr-text,
.cid-rUNGOka8am .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNGOka8am .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUNGOkTdAd {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUNGOkTdAd H2 {
  color: #ff6400;
}
.cid-rUNGOkTdAd .mbr-text,
.cid-rUNGOkTdAd .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUNGOkTdAd .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUNGOkTdAd .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUNGOkTdAd .mbr-figure {
  height: 100%;
}
.cid-rUNGOkTdAd .card-img {
  padding: 0 2rem;
}
.cid-rUNGOkTdAd img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUNGOkTdAd H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUNGOkTdAd .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUNGOkTdAd .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUNGOkTdAd .container {
    padding: 0 3rem;
  }
  .cid-rUNGOkTdAd .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUNGOkTdAd .container {
    padding: 0 2rem;
  }
  .cid-rUNGOkTdAd .card-img {
    width: 100%;
  }
  .cid-rUNGOkTdAd .center-card {
    padding: 1rem;
  }
}
.cid-rYSYW8bs0K {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYSYW8bs0K h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYSYW8bs0K h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYSYW8bs0K .card {
  background: #ffffff;
  padding: 0.7rem;
  border-radius: 6px;
}
.cid-rYSYW8bs0K span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYSYW8bs0K .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYSYW8bs0K .card {
    padding: 1rem;
  }
}
.cid-rYSYW8bs0K .user_name,
.cid-rYSYW8bs0K .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYSYW8bs0K .mbr-section-subtitle {
  text-align: center;
}
.cid-rUNGOlJgyQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUNGOlJgyQ H2 {
  color: #e7272d;
}
.cid-rUNGOlJgyQ img {
  max-width: 500px;
  margin: auto;
}
.cid-rUNGOlJgyQ H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUNGOlJgyQ .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUNGOlJgyQ .span-row {
  width: 100%;
}
.cid-rUNGOlJgyQ .mbr-section-title,
.cid-rUNGOlJgyQ .span-row {
  color: #cebfaf;
}
.cid-rUNGOlJgyQ .mbr-text,
.cid-rUNGOlJgyQ .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUQ7mCwdWb {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUQ7mCwdWb .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUQ7mCwdWb .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUQ7mCwdWb .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUQ7mCwdWb .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUQ7mCwdWb .menu-row {
  margin: 0;
}
.cid-rUQ7mCwdWb .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUQ7mCwdWb .card-header {
  background: transparent;
}
.cid-rUQ7mCwdWb .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUQ7mCwdWb .card-subtitle {
  margin: 0;
}
.cid-rUQ7mCwdWb .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUQ7mCwdWb .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUQ7mCwdWb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUQ7mCwdWb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUQ7mCwdWb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUQ7mCwdWb .card .panel-body {
  color: #767676;
}
.cid-rUQ7mCwdWb h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUQ7mCwdWb H4 {
  color: #4f4943;
}
.cid-rUQ7mCwdWb H2 {
  color: #222222;
}
.cid-rUQ7mCwdWb .panel-text {
  color: #232323;
}
.cid-rUQ7mCwdWb .box-text {
  color: #232323;
}
.cid-rUQ7mCwdWb SPAN {
  color: #ff6800;
}
.cid-rUQ7mCwdWb .item-title {
  color: #4f4943;
}
.cid-rUQ7mCwdWb .mbr-section-title,
.cid-rUQ7mCwdWb .underline {
  color: #232323;
  text-align: center;
}
.cid-rUQ7mCwdWb .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUNGOopjYi {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUNGOopjYi li {
  list-style: none;
}
.cid-rUNGOopjYi .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUNGOopjYi .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUNGOopjYi .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUNGOopjYi h4 {
  margin: 0;
}
.cid-rUNGOopjYi ul {
  padding: 0;
  margin: 0;
}
.cid-rUNGOopjYi .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUNGOopjYi .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUNGOopjYi .accordion .card {
  overflow: hidden;
}
.cid-rUNGOopjYi .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUNGOopjYi .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUNGOopjYi .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUNGOopjYi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNGOopjYi .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUNGOopjYi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNGOopjYi .card .panel-body {
  color: #767676;
}
.cid-rUNGOopjYi .card:hover {
  background: #efefef;
}
.cid-rUNGOopjYi .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUNGOopjYi .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUNGOopjYi .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUNGOopjYi .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUNGOopjYi .panel-collapse {
  margin-top: -1px;
}
.cid-rUNGOopjYi H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUNGOopjYi .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUNGOopjYi .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUNGOopjYi .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUNGOopjYi H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUNGOopjYi H2 {
  color: #000000;
}
.cid-rUNGOopjYi .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNGOvKCx9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNGOvKCx9 .mbr-text {
  color: #767676;
}
.cid-rUNGOvKCx9 .card-subtitle {
  margin: 0;
}
.cid-rUNGOvKCx9 .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUNGOvKCx9 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUNGOvKCx9 .card-box {
  padding: 1rem;
}
.cid-rUNGOvKCx9 .link {
  transition: all 0.3s;
}
.cid-rUNGOvKCx9 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUNGOvKCx9 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUNGOvKCx9 .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUNGOvKCx9 .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUNGOvKCx9 h4,
.cid-rUNGOvKCx9 h6,
.cid-rUNGOvKCx9 h5 {
  margin: 0;
}
.cid-rUNGOvKCx9 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUNGOvKCx9 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUNGOvKCx9 .link-wrap:hover {
  color: #ff6400;
}
.cid-rUNGOvKCx9 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUNGOvKCx9 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUNGOvKCx9 .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUNGOvKCx9 .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUNGOvKCx9 .icon-wrap span {
  margin-right: 8px;
}
.cid-rUNGOvKCx9 .icon-padding {
  padding-left: 2rem;
}
.cid-rUNGOvKCx9 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUNGOvKCx9 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUNGOvKCx9 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUNGOvKCx9 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUNGOvKCx9 .card:hover img {
  transform: scale(1.1);
}
.cid-rUNGOvKCx9 .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUNGOvKCx9 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGOvKCx9 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGOvKCx9 .row {
  justify-content: center;
}
.cid-rUNGOvKCx9 .location,
.cid-rUNGOvKCx9 .icon-wrap {
  color: #ff6400;
}
.cid-rUNGOvKCx9 .link,
.cid-rUNGOvKCx9 .link-wrap,
.cid-rUNGOvKCx9 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUNGOvKCx9 .wrapper {
    flex-direction: column;
  }
  .cid-rUNGOvKCx9 .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUNGOvKCx9 .card-box {
    padding: 0;
  }
}
.cid-rUNGOvKCx9 H2 {
  color: #ff6400;
}
.cid-rUNGOvKCx9 .mbr-text,
.cid-rUNGOvKCx9 .link {
  color: #0e0e0e;
}
.cid-rUQeEUbWPV {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/motorcycle-header-130.jpg");
}
@media (max-width: 992px) {
  .cid-rUQeEUbWPV {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-rUQeEUbWPV .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-rUQeEUbWPV .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-rUQeEUbWPV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-rUQeEUbWPV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUQeEUbWPV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUQeEUbWPV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUQeEUbWPV a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rUQeEUbWPV {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .cid-rUQeEUbWPV .box {
    height: 250px;
  }
}
.cid-rUQeEUbWPV .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUQeEUbWPV .mbr-section-title,
.cid-rUQeEUbWPV .span-row {
  color: #cebfaf;
}
.cid-rUQeEUbWPV .mbr-text,
.cid-rUQeEUbWPV .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUNGOzilv8 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNGOzilv8 blockquote {
  border-width: 2px;
  border-color: #ff6800;
  padding: 0 0 0 50px;
}
.cid-rUNGOzilv8 .mbr-text,
.cid-rUNGOzilv8 .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUNGOzilv8 footer {
  font-style: normal;
}
.cid-rVjqjtiV0X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjqjtiV0X h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjqjtiV0X h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjqjtiV0X .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjqjtiV0X span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjqjtiV0X .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjqjtiV0X .card {
    padding: 1rem;
  }
}
.cid-rVjqjtiV0X .user_name,
.cid-rVjqjtiV0X .align {
  color: #cccccc;
}
.cid-rVjqjtiV0X .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjANrpshl {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjANrpshl .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjANrpshl .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjANrpshl H2 {
  color: #e7272d;
}
.cid-rVjANrpshl .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjANrpshl .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjANrpshl .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjANrpshl .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjANrpshl .col-lg-12 {
  overflow: hidden;
}
.cid-rVjANrpshl H4 {
  color: #ff6400;
}
.cid-rVjANrpshl .mbr-text,
.cid-rVjANrpshl .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjANrpshl .logo-wrap:before {
    content: none;
  }
  .cid-rVjANrpshl .logo-wrap:after {
    content: none;
  }
}
.cid-rVjANrpshl H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY2CCgnjk1.popup-builder {
  background-color: #ffffff;
}
.cid-rY2CCgnjk1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY2CCgnjk1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY2CCgnjk1 .modal-content,
.cid-rY2CCgnjk1 .modal-dialog {
  height: auto;
}
.cid-rY2CCgnjk1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY2CCgnjk1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY2CCgnjk1 .form-wrapper .mbr-form .form-group,
  .cid-rY2CCgnjk1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY2CCgnjk1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY2CCgnjk1 .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-rY2CCgnjk1 .mbr-text {
  text-align: center;
}
.cid-rY2CCgnjk1 .pt-0 {
  padding-top: 0 !important;
}
.cid-rY2CCgnjk1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY2CCgnjk1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY2CCgnjk1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY2CCgnjk1 .modal-open {
  overflow: hidden;
}
.cid-rY2CCgnjk1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY2CCgnjk1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY2CCgnjk1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY2CCgnjk1 .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-rY2CCgnjk1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY2CCgnjk1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY2CCgnjk1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY2CCgnjk1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY2CCgnjk1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY2CCgnjk1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY2CCgnjk1 .modal-backdrop.show {
  opacity: .5;
}
.cid-rY2CCgnjk1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY2CCgnjk1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY2CCgnjk1 .modal-header .close:hover {
  opacity: 1;
}
.cid-rY2CCgnjk1 .modal-header .close:focus {
  outline: none;
}
.cid-rY2CCgnjk1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY2CCgnjk1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY2CCgnjk1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY2CCgnjk1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY2CCgnjk1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY2CCgnjk1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY2CCgnjk1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY2CCgnjk1 .modal-sm {
    max-width: 300px;
  }
  .cid-rY2CCgnjk1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY2CCgnjk1 .modal-lg,
  .cid-rY2CCgnjk1 .modal-xl {
    max-width: 800px;
  }
  .cid-rY2CCgnjk1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY2CCgnjk1 .modal-xl {
    max-width: 1140px;
  }
  .cid-rY2CCgnjk1 .container {
    max-width: 1140px;
  }
}
.cid-rY2CCgnjk1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY2CCgnjk1 .container {
    max-width: 720px;
  }
}
.cid-rY2CCgnjk1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY2CCgnjk1 .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-rY2CCgnjk1 .form-group {
  margin-bottom: 1rem;
}
.cid-rY2CCgnjk1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY2CCgnjk1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY2CCgnjk1 .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-rYClaRCjjB.popup-builder {
  background-color: #ffffff;
}
.cid-rYClaRCjjB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYClaRCjjB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYClaRCjjB .modal-content,
.cid-rYClaRCjjB .modal-dialog {
  height: auto;
}
.cid-rYClaRCjjB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYClaRCjjB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYClaRCjjB .form-wrapper .mbr-form .form-group,
  .cid-rYClaRCjjB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYClaRCjjB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYClaRCjjB .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-rYClaRCjjB .mbr-text {
  text-align: center;
}
.cid-rYClaRCjjB .pt-0 {
  padding-top: 0 !important;
}
.cid-rYClaRCjjB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYClaRCjjB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYClaRCjjB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYClaRCjjB .modal-open {
  overflow: hidden;
}
.cid-rYClaRCjjB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYClaRCjjB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYClaRCjjB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYClaRCjjB .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-rYClaRCjjB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYClaRCjjB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYClaRCjjB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYClaRCjjB .modal-content {
  background: #efefef;
  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-rYClaRCjjB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYClaRCjjB .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYClaRCjjB .modal-backdrop.show {
  opacity: .5;
}
.cid-rYClaRCjjB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYClaRCjjB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYClaRCjjB .modal-header .close:hover {
  opacity: 1;
}
.cid-rYClaRCjjB .modal-header .close:focus {
  outline: none;
}
.cid-rYClaRCjjB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYClaRCjjB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYClaRCjjB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYClaRCjjB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYClaRCjjB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYClaRCjjB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYClaRCjjB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYClaRCjjB .modal-sm {
    max-width: 300px;
  }
  .cid-rYClaRCjjB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYClaRCjjB .modal-lg,
  .cid-rYClaRCjjB .modal-xl {
    max-width: 800px;
  }
  .cid-rYClaRCjjB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYClaRCjjB .modal-xl {
    max-width: 1140px;
  }
  .cid-rYClaRCjjB .container {
    max-width: 1140px;
  }
}
.cid-rYClaRCjjB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYClaRCjjB .container {
    max-width: 720px;
  }
}
.cid-rYClaRCjjB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYClaRCjjB .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-rYClaRCjjB .form-group {
  margin-bottom: 1rem;
}
.cid-rYClaRCjjB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYClaRCjjB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYClaRCjjB .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-rYClkXuM5k.popup-builder {
  background-color: #ffffff;
}
.cid-rYClkXuM5k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYClkXuM5k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYClkXuM5k .modal-content,
.cid-rYClkXuM5k .modal-dialog {
  height: auto;
}
.cid-rYClkXuM5k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYClkXuM5k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYClkXuM5k .form-wrapper .mbr-form .form-group,
  .cid-rYClkXuM5k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYClkXuM5k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYClkXuM5k .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-rYClkXuM5k .mbr-text {
  text-align: center;
}
.cid-rYClkXuM5k .pt-0 {
  padding-top: 0 !important;
}
.cid-rYClkXuM5k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYClkXuM5k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYClkXuM5k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYClkXuM5k .modal-open {
  overflow: hidden;
}
.cid-rYClkXuM5k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYClkXuM5k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYClkXuM5k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYClkXuM5k .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-rYClkXuM5k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYClkXuM5k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYClkXuM5k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYClkXuM5k .modal-content {
  background: #efefef;
  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-rYClkXuM5k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYClkXuM5k .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYClkXuM5k .modal-backdrop.show {
  opacity: .5;
}
.cid-rYClkXuM5k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYClkXuM5k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYClkXuM5k .modal-header .close:hover {
  opacity: 1;
}
.cid-rYClkXuM5k .modal-header .close:focus {
  outline: none;
}
.cid-rYClkXuM5k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYClkXuM5k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYClkXuM5k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYClkXuM5k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYClkXuM5k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYClkXuM5k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYClkXuM5k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYClkXuM5k .modal-sm {
    max-width: 300px;
  }
  .cid-rYClkXuM5k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYClkXuM5k .modal-lg,
  .cid-rYClkXuM5k .modal-xl {
    max-width: 800px;
  }
  .cid-rYClkXuM5k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYClkXuM5k .modal-xl {
    max-width: 1140px;
  }
  .cid-rYClkXuM5k .container {
    max-width: 1140px;
  }
}
.cid-rYClkXuM5k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYClkXuM5k .container {
    max-width: 720px;
  }
}
.cid-rYClkXuM5k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYClkXuM5k .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-rYClkXuM5k .form-group {
  margin-bottom: 1rem;
}
.cid-rYClkXuM5k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYClkXuM5k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYClkXuM5k .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-rYGf61yEsQ.popup-builder {
  background-color: #ffffff;
}
.cid-rYGf61yEsQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGf61yEsQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGf61yEsQ .modal-content,
.cid-rYGf61yEsQ .modal-dialog {
  height: auto;
}
.cid-rYGf61yEsQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGf61yEsQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGf61yEsQ .form-wrapper .mbr-form .form-group,
  .cid-rYGf61yEsQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGf61yEsQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGf61yEsQ .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-rYGf61yEsQ .mbr-text {
  text-align: center;
}
.cid-rYGf61yEsQ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGf61yEsQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGf61yEsQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGf61yEsQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGf61yEsQ .modal-open {
  overflow: hidden;
}
.cid-rYGf61yEsQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGf61yEsQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGf61yEsQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGf61yEsQ .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-rYGf61yEsQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGf61yEsQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGf61yEsQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGf61yEsQ .modal-content {
  background: #efefef;
  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-rYGf61yEsQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGf61yEsQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGf61yEsQ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGf61yEsQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGf61yEsQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGf61yEsQ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGf61yEsQ .modal-header .close:focus {
  outline: none;
}
.cid-rYGf61yEsQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGf61yEsQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGf61yEsQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGf61yEsQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGf61yEsQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGf61yEsQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGf61yEsQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGf61yEsQ .modal-sm {
    max-width: 300px;
  }
  .cid-rYGf61yEsQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGf61yEsQ .modal-lg,
  .cid-rYGf61yEsQ .modal-xl {
    max-width: 800px;
  }
  .cid-rYGf61yEsQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGf61yEsQ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGf61yEsQ .container {
    max-width: 1140px;
  }
}
.cid-rYGf61yEsQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGf61yEsQ .container {
    max-width: 720px;
  }
}
.cid-rYGf61yEsQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGf61yEsQ .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-rYGf61yEsQ .form-group {
  margin-bottom: 1rem;
}
.cid-rYGf61yEsQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGf61yEsQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGf61yEsQ .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-rYGfj53v8n.popup-builder {
  background-color: #ffffff;
}
.cid-rYGfj53v8n.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGfj53v8n.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGfj53v8n .modal-content,
.cid-rYGfj53v8n .modal-dialog {
  height: auto;
}
.cid-rYGfj53v8n .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGfj53v8n .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGfj53v8n .form-wrapper .mbr-form .form-group,
  .cid-rYGfj53v8n .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGfj53v8n .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGfj53v8n .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-rYGfj53v8n .mbr-text {
  text-align: center;
}
.cid-rYGfj53v8n .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGfj53v8n .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGfj53v8n .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGfj53v8n .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGfj53v8n .modal-open {
  overflow: hidden;
}
.cid-rYGfj53v8n .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGfj53v8n .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGfj53v8n .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGfj53v8n .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-rYGfj53v8n .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGfj53v8n .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGfj53v8n .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGfj53v8n .modal-content {
  background: #efefef;
  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-rYGfj53v8n .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGfj53v8n .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGfj53v8n .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGfj53v8n .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGfj53v8n .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGfj53v8n .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGfj53v8n .modal-header .close:focus {
  outline: none;
}
.cid-rYGfj53v8n .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGfj53v8n .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGfj53v8n .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGfj53v8n .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGfj53v8n .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGfj53v8n .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGfj53v8n .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGfj53v8n .modal-sm {
    max-width: 300px;
  }
  .cid-rYGfj53v8n .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGfj53v8n .modal-lg,
  .cid-rYGfj53v8n .modal-xl {
    max-width: 800px;
  }
  .cid-rYGfj53v8n .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGfj53v8n .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGfj53v8n .container {
    max-width: 1140px;
  }
}
.cid-rYGfj53v8n .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGfj53v8n .container {
    max-width: 720px;
  }
}
.cid-rYGfj53v8n .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGfj53v8n .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-rYGfj53v8n .form-group {
  margin-bottom: 1rem;
}
.cid-rYGfj53v8n .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGfj53v8n .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGfj53v8n .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-rYGfvizalR.popup-builder {
  background-color: #ffffff;
}
.cid-rYGfvizalR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGfvizalR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGfvizalR .modal-content,
.cid-rYGfvizalR .modal-dialog {
  height: auto;
}
.cid-rYGfvizalR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGfvizalR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGfvizalR .form-wrapper .mbr-form .form-group,
  .cid-rYGfvizalR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGfvizalR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGfvizalR .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-rYGfvizalR .mbr-text {
  text-align: center;
}
.cid-rYGfvizalR .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGfvizalR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGfvizalR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGfvizalR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGfvizalR .modal-open {
  overflow: hidden;
}
.cid-rYGfvizalR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGfvizalR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGfvizalR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGfvizalR .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-rYGfvizalR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGfvizalR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGfvizalR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGfvizalR .modal-content {
  background: #efefef;
  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-rYGfvizalR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGfvizalR .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGfvizalR .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGfvizalR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGfvizalR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGfvizalR .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGfvizalR .modal-header .close:focus {
  outline: none;
}
.cid-rYGfvizalR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGfvizalR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGfvizalR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGfvizalR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGfvizalR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGfvizalR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGfvizalR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGfvizalR .modal-sm {
    max-width: 300px;
  }
  .cid-rYGfvizalR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGfvizalR .modal-lg,
  .cid-rYGfvizalR .modal-xl {
    max-width: 800px;
  }
  .cid-rYGfvizalR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGfvizalR .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGfvizalR .container {
    max-width: 1140px;
  }
}
.cid-rYGfvizalR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGfvizalR .container {
    max-width: 720px;
  }
}
.cid-rYGfvizalR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGfvizalR .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-rYGfvizalR .form-group {
  margin-bottom: 1rem;
}
.cid-rYGfvizalR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGfvizalR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGfvizalR .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-rYGfETxGG3.popup-builder {
  background-color: #ffffff;
}
.cid-rYGfETxGG3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGfETxGG3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGfETxGG3 .modal-content,
.cid-rYGfETxGG3 .modal-dialog {
  height: auto;
}
.cid-rYGfETxGG3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGfETxGG3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGfETxGG3 .form-wrapper .mbr-form .form-group,
  .cid-rYGfETxGG3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGfETxGG3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGfETxGG3 .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-rYGfETxGG3 .mbr-text {
  text-align: center;
}
.cid-rYGfETxGG3 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGfETxGG3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGfETxGG3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGfETxGG3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGfETxGG3 .modal-open {
  overflow: hidden;
}
.cid-rYGfETxGG3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGfETxGG3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGfETxGG3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGfETxGG3 .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-rYGfETxGG3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGfETxGG3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGfETxGG3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGfETxGG3 .modal-content {
  background: #efefef;
  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-rYGfETxGG3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGfETxGG3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGfETxGG3 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGfETxGG3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGfETxGG3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGfETxGG3 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGfETxGG3 .modal-header .close:focus {
  outline: none;
}
.cid-rYGfETxGG3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGfETxGG3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGfETxGG3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGfETxGG3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGfETxGG3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGfETxGG3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGfETxGG3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGfETxGG3 .modal-sm {
    max-width: 300px;
  }
  .cid-rYGfETxGG3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGfETxGG3 .modal-lg,
  .cid-rYGfETxGG3 .modal-xl {
    max-width: 800px;
  }
  .cid-rYGfETxGG3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGfETxGG3 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGfETxGG3 .container {
    max-width: 1140px;
  }
}
.cid-rYGfETxGG3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGfETxGG3 .container {
    max-width: 720px;
  }
}
.cid-rYGfETxGG3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGfETxGG3 .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-rYGfETxGG3 .form-group {
  margin-bottom: 1rem;
}
.cid-rYGfETxGG3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGfETxGG3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGfETxGG3 .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-rYGfRGvFWL.popup-builder {
  background-color: #ffffff;
}
.cid-rYGfRGvFWL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGfRGvFWL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGfRGvFWL .modal-content,
.cid-rYGfRGvFWL .modal-dialog {
  height: auto;
}
.cid-rYGfRGvFWL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGfRGvFWL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGfRGvFWL .form-wrapper .mbr-form .form-group,
  .cid-rYGfRGvFWL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGfRGvFWL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGfRGvFWL .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-rYGfRGvFWL .mbr-text {
  text-align: center;
}
.cid-rYGfRGvFWL .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGfRGvFWL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGfRGvFWL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGfRGvFWL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGfRGvFWL .modal-open {
  overflow: hidden;
}
.cid-rYGfRGvFWL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGfRGvFWL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGfRGvFWL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGfRGvFWL .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-rYGfRGvFWL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGfRGvFWL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGfRGvFWL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGfRGvFWL .modal-content {
  background: #efefef;
  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-rYGfRGvFWL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGfRGvFWL .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGfRGvFWL .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGfRGvFWL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGfRGvFWL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGfRGvFWL .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGfRGvFWL .modal-header .close:focus {
  outline: none;
}
.cid-rYGfRGvFWL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGfRGvFWL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGfRGvFWL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGfRGvFWL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGfRGvFWL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGfRGvFWL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGfRGvFWL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGfRGvFWL .modal-sm {
    max-width: 300px;
  }
  .cid-rYGfRGvFWL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGfRGvFWL .modal-lg,
  .cid-rYGfRGvFWL .modal-xl {
    max-width: 800px;
  }
  .cid-rYGfRGvFWL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGfRGvFWL .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGfRGvFWL .container {
    max-width: 1140px;
  }
}
.cid-rYGfRGvFWL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGfRGvFWL .container {
    max-width: 720px;
  }
}
.cid-rYGfRGvFWL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGfRGvFWL .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-rYGfRGvFWL .form-group {
  margin-bottom: 1rem;
}
.cid-rYGfRGvFWL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGfRGvFWL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGfRGvFWL .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-rYGgl4LgJH.popup-builder {
  background-color: #ffffff;
}
.cid-rYGgl4LgJH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGgl4LgJH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGgl4LgJH .modal-content,
.cid-rYGgl4LgJH .modal-dialog {
  height: auto;
}
.cid-rYGgl4LgJH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGgl4LgJH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGgl4LgJH .form-wrapper .mbr-form .form-group,
  .cid-rYGgl4LgJH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGgl4LgJH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGgl4LgJH .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-rYGgl4LgJH .mbr-text {
  text-align: center;
}
.cid-rYGgl4LgJH .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGgl4LgJH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGgl4LgJH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGgl4LgJH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGgl4LgJH .modal-open {
  overflow: hidden;
}
.cid-rYGgl4LgJH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGgl4LgJH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGgl4LgJH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGgl4LgJH .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-rYGgl4LgJH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGgl4LgJH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGgl4LgJH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGgl4LgJH .modal-content {
  background: #efefef;
  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-rYGgl4LgJH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGgl4LgJH .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGgl4LgJH .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGgl4LgJH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGgl4LgJH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGgl4LgJH .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGgl4LgJH .modal-header .close:focus {
  outline: none;
}
.cid-rYGgl4LgJH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGgl4LgJH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGgl4LgJH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGgl4LgJH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGgl4LgJH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGgl4LgJH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGgl4LgJH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGgl4LgJH .modal-sm {
    max-width: 300px;
  }
  .cid-rYGgl4LgJH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGgl4LgJH .modal-lg,
  .cid-rYGgl4LgJH .modal-xl {
    max-width: 800px;
  }
  .cid-rYGgl4LgJH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGgl4LgJH .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGgl4LgJH .container {
    max-width: 1140px;
  }
}
.cid-rYGgl4LgJH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGgl4LgJH .container {
    max-width: 720px;
  }
}
.cid-rYGgl4LgJH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGgl4LgJH .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-rYGgl4LgJH .form-group {
  margin-bottom: 1rem;
}
.cid-rYGgl4LgJH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGgl4LgJH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGgl4LgJH .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-rYGgAnpD9U.popup-builder {
  background-color: #ffffff;
}
.cid-rYGgAnpD9U.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGgAnpD9U.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGgAnpD9U .modal-content,
.cid-rYGgAnpD9U .modal-dialog {
  height: auto;
}
.cid-rYGgAnpD9U .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGgAnpD9U .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGgAnpD9U .form-wrapper .mbr-form .form-group,
  .cid-rYGgAnpD9U .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGgAnpD9U .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGgAnpD9U .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-rYGgAnpD9U .mbr-text {
  text-align: center;
}
.cid-rYGgAnpD9U .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGgAnpD9U .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGgAnpD9U .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGgAnpD9U .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGgAnpD9U .modal-open {
  overflow: hidden;
}
.cid-rYGgAnpD9U .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGgAnpD9U .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGgAnpD9U .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGgAnpD9U .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-rYGgAnpD9U .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGgAnpD9U .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGgAnpD9U .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGgAnpD9U .modal-content {
  background: #efefef;
  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-rYGgAnpD9U .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGgAnpD9U .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGgAnpD9U .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGgAnpD9U .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGgAnpD9U .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGgAnpD9U .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGgAnpD9U .modal-header .close:focus {
  outline: none;
}
.cid-rYGgAnpD9U .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGgAnpD9U .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGgAnpD9U .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGgAnpD9U .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGgAnpD9U .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGgAnpD9U .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGgAnpD9U .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGgAnpD9U .modal-sm {
    max-width: 300px;
  }
  .cid-rYGgAnpD9U .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGgAnpD9U .modal-lg,
  .cid-rYGgAnpD9U .modal-xl {
    max-width: 800px;
  }
  .cid-rYGgAnpD9U .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGgAnpD9U .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGgAnpD9U .container {
    max-width: 1140px;
  }
}
.cid-rYGgAnpD9U .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGgAnpD9U .container {
    max-width: 720px;
  }
}
.cid-rYGgAnpD9U .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGgAnpD9U .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-rYGgAnpD9U .form-group {
  margin-bottom: 1rem;
}
.cid-rYGgAnpD9U .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGgAnpD9U .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGgAnpD9U .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-rYGgOx8S3X.popup-builder {
  background-color: #ffffff;
}
.cid-rYGgOx8S3X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGgOx8S3X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGgOx8S3X .modal-content,
.cid-rYGgOx8S3X .modal-dialog {
  height: auto;
}
.cid-rYGgOx8S3X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGgOx8S3X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGgOx8S3X .form-wrapper .mbr-form .form-group,
  .cid-rYGgOx8S3X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGgOx8S3X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGgOx8S3X .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-rYGgOx8S3X .mbr-text {
  text-align: center;
}
.cid-rYGgOx8S3X .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGgOx8S3X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGgOx8S3X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGgOx8S3X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGgOx8S3X .modal-open {
  overflow: hidden;
}
.cid-rYGgOx8S3X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGgOx8S3X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGgOx8S3X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGgOx8S3X .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-rYGgOx8S3X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGgOx8S3X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGgOx8S3X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGgOx8S3X .modal-content {
  background: #efefef;
  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-rYGgOx8S3X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGgOx8S3X .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGgOx8S3X .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGgOx8S3X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGgOx8S3X .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGgOx8S3X .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGgOx8S3X .modal-header .close:focus {
  outline: none;
}
.cid-rYGgOx8S3X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGgOx8S3X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGgOx8S3X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGgOx8S3X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGgOx8S3X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGgOx8S3X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGgOx8S3X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGgOx8S3X .modal-sm {
    max-width: 300px;
  }
  .cid-rYGgOx8S3X .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGgOx8S3X .modal-lg,
  .cid-rYGgOx8S3X .modal-xl {
    max-width: 800px;
  }
  .cid-rYGgOx8S3X .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGgOx8S3X .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGgOx8S3X .container {
    max-width: 1140px;
  }
}
.cid-rYGgOx8S3X .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGgOx8S3X .container {
    max-width: 720px;
  }
}
.cid-rYGgOx8S3X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGgOx8S3X .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-rYGgOx8S3X .form-group {
  margin-bottom: 1rem;
}
.cid-rYGgOx8S3X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGgOx8S3X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGgOx8S3X .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-rYGhdmntSe.popup-builder {
  background-color: #ffffff;
}
.cid-rYGhdmntSe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGhdmntSe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGhdmntSe .modal-content,
.cid-rYGhdmntSe .modal-dialog {
  height: auto;
}
.cid-rYGhdmntSe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGhdmntSe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGhdmntSe .form-wrapper .mbr-form .form-group,
  .cid-rYGhdmntSe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGhdmntSe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGhdmntSe .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-rYGhdmntSe .mbr-text {
  text-align: center;
}
.cid-rYGhdmntSe .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGhdmntSe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGhdmntSe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGhdmntSe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGhdmntSe .modal-open {
  overflow: hidden;
}
.cid-rYGhdmntSe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGhdmntSe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGhdmntSe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGhdmntSe .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-rYGhdmntSe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGhdmntSe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGhdmntSe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGhdmntSe .modal-content {
  background: #efefef;
  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-rYGhdmntSe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGhdmntSe .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGhdmntSe .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGhdmntSe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGhdmntSe .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGhdmntSe .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGhdmntSe .modal-header .close:focus {
  outline: none;
}
.cid-rYGhdmntSe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGhdmntSe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGhdmntSe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGhdmntSe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGhdmntSe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGhdmntSe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGhdmntSe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGhdmntSe .modal-sm {
    max-width: 300px;
  }
  .cid-rYGhdmntSe .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGhdmntSe .modal-lg,
  .cid-rYGhdmntSe .modal-xl {
    max-width: 800px;
  }
  .cid-rYGhdmntSe .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGhdmntSe .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGhdmntSe .container {
    max-width: 1140px;
  }
}
.cid-rYGhdmntSe .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGhdmntSe .container {
    max-width: 720px;
  }
}
.cid-rYGhdmntSe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGhdmntSe .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-rYGhdmntSe .form-group {
  margin-bottom: 1rem;
}
.cid-rYGhdmntSe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGhdmntSe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGhdmntSe .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-rYGhvR2qeb.popup-builder {
  background-color: #ffffff;
}
.cid-rYGhvR2qeb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGhvR2qeb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGhvR2qeb .modal-content,
.cid-rYGhvR2qeb .modal-dialog {
  height: auto;
}
.cid-rYGhvR2qeb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGhvR2qeb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGhvR2qeb .form-wrapper .mbr-form .form-group,
  .cid-rYGhvR2qeb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGhvR2qeb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGhvR2qeb .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-rYGhvR2qeb .mbr-text {
  text-align: center;
}
.cid-rYGhvR2qeb .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGhvR2qeb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGhvR2qeb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGhvR2qeb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGhvR2qeb .modal-open {
  overflow: hidden;
}
.cid-rYGhvR2qeb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGhvR2qeb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGhvR2qeb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGhvR2qeb .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-rYGhvR2qeb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGhvR2qeb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGhvR2qeb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGhvR2qeb .modal-content {
  background: #efefef;
  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-rYGhvR2qeb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGhvR2qeb .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGhvR2qeb .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGhvR2qeb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGhvR2qeb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGhvR2qeb .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGhvR2qeb .modal-header .close:focus {
  outline: none;
}
.cid-rYGhvR2qeb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGhvR2qeb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGhvR2qeb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGhvR2qeb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGhvR2qeb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGhvR2qeb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGhvR2qeb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGhvR2qeb .modal-sm {
    max-width: 300px;
  }
  .cid-rYGhvR2qeb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGhvR2qeb .modal-lg,
  .cid-rYGhvR2qeb .modal-xl {
    max-width: 800px;
  }
  .cid-rYGhvR2qeb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGhvR2qeb .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGhvR2qeb .container {
    max-width: 1140px;
  }
}
.cid-rYGhvR2qeb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGhvR2qeb .container {
    max-width: 720px;
  }
}
.cid-rYGhvR2qeb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGhvR2qeb .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-rYGhvR2qeb .form-group {
  margin-bottom: 1rem;
}
.cid-rYGhvR2qeb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGhvR2qeb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGhvR2qeb .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-rYGhGHa1u8.popup-builder {
  background-color: #ffffff;
}
.cid-rYGhGHa1u8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGhGHa1u8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGhGHa1u8 .modal-content,
.cid-rYGhGHa1u8 .modal-dialog {
  height: auto;
}
.cid-rYGhGHa1u8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGhGHa1u8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGhGHa1u8 .form-wrapper .mbr-form .form-group,
  .cid-rYGhGHa1u8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGhGHa1u8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGhGHa1u8 .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-rYGhGHa1u8 .mbr-text {
  text-align: center;
}
.cid-rYGhGHa1u8 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGhGHa1u8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGhGHa1u8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGhGHa1u8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGhGHa1u8 .modal-open {
  overflow: hidden;
}
.cid-rYGhGHa1u8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGhGHa1u8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGhGHa1u8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGhGHa1u8 .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-rYGhGHa1u8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGhGHa1u8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGhGHa1u8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGhGHa1u8 .modal-content {
  background: #efefef;
  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-rYGhGHa1u8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGhGHa1u8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGhGHa1u8 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGhGHa1u8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGhGHa1u8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGhGHa1u8 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGhGHa1u8 .modal-header .close:focus {
  outline: none;
}
.cid-rYGhGHa1u8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGhGHa1u8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGhGHa1u8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGhGHa1u8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGhGHa1u8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGhGHa1u8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGhGHa1u8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGhGHa1u8 .modal-sm {
    max-width: 300px;
  }
  .cid-rYGhGHa1u8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGhGHa1u8 .modal-lg,
  .cid-rYGhGHa1u8 .modal-xl {
    max-width: 800px;
  }
  .cid-rYGhGHa1u8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGhGHa1u8 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGhGHa1u8 .container {
    max-width: 1140px;
  }
}
.cid-rYGhGHa1u8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGhGHa1u8 .container {
    max-width: 720px;
  }
}
.cid-rYGhGHa1u8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGhGHa1u8 .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-rYGhGHa1u8 .form-group {
  margin-bottom: 1rem;
}
.cid-rYGhGHa1u8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGhGHa1u8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGhGHa1u8 .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-rYGhRgYDpa.popup-builder {
  background-color: #ffffff;
}
.cid-rYGhRgYDpa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGhRgYDpa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGhRgYDpa .modal-content,
.cid-rYGhRgYDpa .modal-dialog {
  height: auto;
}
.cid-rYGhRgYDpa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGhRgYDpa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGhRgYDpa .form-wrapper .mbr-form .form-group,
  .cid-rYGhRgYDpa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGhRgYDpa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGhRgYDpa .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-rYGhRgYDpa .mbr-text {
  text-align: center;
}
.cid-rYGhRgYDpa .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGhRgYDpa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGhRgYDpa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGhRgYDpa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGhRgYDpa .modal-open {
  overflow: hidden;
}
.cid-rYGhRgYDpa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGhRgYDpa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGhRgYDpa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGhRgYDpa .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-rYGhRgYDpa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGhRgYDpa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGhRgYDpa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGhRgYDpa .modal-content {
  background: #efefef;
  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-rYGhRgYDpa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGhRgYDpa .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGhRgYDpa .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGhRgYDpa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGhRgYDpa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGhRgYDpa .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGhRgYDpa .modal-header .close:focus {
  outline: none;
}
.cid-rYGhRgYDpa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGhRgYDpa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGhRgYDpa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGhRgYDpa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGhRgYDpa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGhRgYDpa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGhRgYDpa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGhRgYDpa .modal-sm {
    max-width: 300px;
  }
  .cid-rYGhRgYDpa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGhRgYDpa .modal-lg,
  .cid-rYGhRgYDpa .modal-xl {
    max-width: 800px;
  }
  .cid-rYGhRgYDpa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGhRgYDpa .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGhRgYDpa .container {
    max-width: 1140px;
  }
}
.cid-rYGhRgYDpa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGhRgYDpa .container {
    max-width: 720px;
  }
}
.cid-rYGhRgYDpa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGhRgYDpa .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-rYGhRgYDpa .form-group {
  margin-bottom: 1rem;
}
.cid-rYGhRgYDpa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGhRgYDpa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGhRgYDpa .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-rYGi6WquKA.popup-builder {
  background-color: #ffffff;
}
.cid-rYGi6WquKA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYGi6WquKA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYGi6WquKA .modal-content,
.cid-rYGi6WquKA .modal-dialog {
  height: auto;
}
.cid-rYGi6WquKA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYGi6WquKA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYGi6WquKA .form-wrapper .mbr-form .form-group,
  .cid-rYGi6WquKA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYGi6WquKA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYGi6WquKA .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-rYGi6WquKA .mbr-text {
  text-align: center;
}
.cid-rYGi6WquKA .pt-0 {
  padding-top: 0 !important;
}
.cid-rYGi6WquKA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYGi6WquKA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYGi6WquKA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYGi6WquKA .modal-open {
  overflow: hidden;
}
.cid-rYGi6WquKA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYGi6WquKA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYGi6WquKA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYGi6WquKA .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-rYGi6WquKA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYGi6WquKA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYGi6WquKA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYGi6WquKA .modal-content {
  background: #efefef;
  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-rYGi6WquKA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYGi6WquKA .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYGi6WquKA .modal-backdrop.show {
  opacity: .5;
}
.cid-rYGi6WquKA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYGi6WquKA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYGi6WquKA .modal-header .close:hover {
  opacity: 1;
}
.cid-rYGi6WquKA .modal-header .close:focus {
  outline: none;
}
.cid-rYGi6WquKA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYGi6WquKA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYGi6WquKA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYGi6WquKA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYGi6WquKA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYGi6WquKA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYGi6WquKA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYGi6WquKA .modal-sm {
    max-width: 300px;
  }
  .cid-rYGi6WquKA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYGi6WquKA .modal-lg,
  .cid-rYGi6WquKA .modal-xl {
    max-width: 800px;
  }
  .cid-rYGi6WquKA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYGi6WquKA .modal-xl {
    max-width: 1140px;
  }
  .cid-rYGi6WquKA .container {
    max-width: 1140px;
  }
}
.cid-rYGi6WquKA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYGi6WquKA .container {
    max-width: 720px;
  }
}
.cid-rYGi6WquKA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYGi6WquKA .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-rYGi6WquKA .form-group {
  margin-bottom: 1rem;
}
.cid-rYGi6WquKA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYGi6WquKA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYGi6WquKA .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-rWeGHPtQBN .modal-body .close {
  background: #1b1b1b;
}
.cid-rWeGHPtQBN .modal-body .close span {
  font-style: normal;
}
.cid-rWeGHPtQBN .carousel-inner > .active,
.cid-rWeGHPtQBN .carousel-inner > .next,
.cid-rWeGHPtQBN .carousel-inner > .prev {
  display: table;
}
.cid-rWeGHPtQBN .carousel-control .icon-next,
.cid-rWeGHPtQBN .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWeGHPtQBN .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWeGHPtQBN .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWeGHPtQBN .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWeGHPtQBN .boxed-slider > div {
  position: relative;
}
.cid-rWeGHPtQBN .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWeGHPtQBN .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWeGHPtQBN .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWeGHPtQBN .mbr-table-cell {
  padding: 0;
}
.cid-rWeGHPtQBN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWeGHPtQBN .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWeGHPtQBN .mbr-overlay {
  z-index: 1;
}
.cid-rWeGHPtQBN .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWeGHPtQBN .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWeGHPtQBN .carousel-item .container {
    width: 100%;
  }
}
.cid-rWeGHPtQBN .carousel-item-next.carousel-item-left,
.cid-rWeGHPtQBN .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWeGHPtQBN .active.carousel-item-right,
.cid-rWeGHPtQBN .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWeGHPtQBN .active.carousel-item-left,
.cid-rWeGHPtQBN .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWeGHPtQBN .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWeGHPtQBN .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWeGHPtQBN .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWeGHPtQBN .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWeGHPtQBN .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWeGHPtQBN .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWeGHPtQBN .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWeGHPtQBN .mbr-slider .carousel-indicators li.active,
.cid-rWeGHPtQBN .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWeGHPtQBN .mbr-slider .carousel-indicators li::after,
.cid-rWeGHPtQBN .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWeGHPtQBN .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWeGHPtQBN .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWeGHPtQBN .mbr-slider > .container img {
  width: 100%;
}
.cid-rWeGHPtQBN .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWeGHPtQBN .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWeGHPtQBN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWeGHPtQBN .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWeGHPtQBN .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWeGHPtQBN .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWeGHPtQBN .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWeGHPtQBN .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWeGHPtQBN .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWeGHPtQBN .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWeGHPtQBN .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWeGHPtQBN .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWeGHPtQBN .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWeGHPtQBN h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWeGHPtQBN .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWeGHPtQBN .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWeGHPtQBN .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWeGHPtQBN .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWeGHPtQBN .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWeGHPtQBN .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWeGHPtQBN .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWeGHPtQBN .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWeGHPtQBN P {
  color: #cebfaf;
  text-align: center;
}
.cid-rWeGHPtQBN H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUNGU9TQPA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNGU9TQPA img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUNGU9TQPA H1 {
  color: #2c1608;
}
.cid-rUNGU9TQPA .mbr-text,
.cid-rUNGU9TQPA .mbr-section-btn {
  color: #716c80;
}
.cid-rUNGU9TQPA H3 {
  color: #4f4943;
}
.cid-rUNGU9TQPA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUNGU9TQPA .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUNGU9TQPA .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUNGU9TQPA .link:hover {
  color: #ff6400 !important;
}
.cid-rUNGU9TQPA .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUNGU9TQPA DIV {
  color: #57468b;
}
.cid-rUNGU9TQPA .mbr-text,
.cid-rUNGU9TQPA .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNGU9TQPA .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUNGUaFtDn {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUNGUaFtDn H2 {
  color: #ff6400;
}
.cid-rUNGUaFtDn .mbr-text,
.cid-rUNGUaFtDn .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUNGUaFtDn .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUNGUaFtDn .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUNGUaFtDn .mbr-figure {
  height: 100%;
}
.cid-rUNGUaFtDn .card-img {
  padding: 0 2rem;
}
.cid-rUNGUaFtDn img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUNGUaFtDn H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUNGUaFtDn .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUNGUaFtDn .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUNGUaFtDn .container {
    padding: 0 3rem;
  }
  .cid-rUNGUaFtDn .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUNGUaFtDn .container {
    padding: 0 2rem;
  }
  .cid-rUNGUaFtDn .card-img {
    width: 100%;
  }
  .cid-rUNGUaFtDn .center-card {
    padding: 1rem;
  }
}
.cid-rYSZbr04zM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYSZbr04zM h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYSZbr04zM h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYSZbr04zM .card {
  background: #ffffff;
  padding: 0.7rem;
  border-radius: 6px;
}
.cid-rYSZbr04zM span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYSZbr04zM .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYSZbr04zM .card {
    padding: 1rem;
  }
}
.cid-rYSZbr04zM .user_name,
.cid-rYSZbr04zM .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYSZbr04zM .mbr-section-subtitle {
  text-align: center;
}
.cid-rUNGUc5pQi {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUNGUc5pQi H2 {
  color: #e7272d;
}
.cid-rUNGUc5pQi img {
  max-width: 500px;
  margin: auto;
}
.cid-rUNGUc5pQi H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUNGUc5pQi .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUNGUc5pQi .span-row {
  width: 100%;
}
.cid-rUNGUc5pQi .mbr-section-title,
.cid-rUNGUc5pQi .span-row {
  color: #cebfaf;
}
.cid-rUNGUc5pQi .mbr-text,
.cid-rUNGUc5pQi .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUUCBSDJ0q {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUUCBSDJ0q .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUUCBSDJ0q .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUUCBSDJ0q .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUUCBSDJ0q .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUUCBSDJ0q .menu-row {
  margin: 0;
}
.cid-rUUCBSDJ0q .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUUCBSDJ0q .card-header {
  background: transparent;
}
.cid-rUUCBSDJ0q .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUUCBSDJ0q .card-subtitle {
  margin: 0;
}
.cid-rUUCBSDJ0q .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUUCBSDJ0q .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUUCBSDJ0q .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUUCBSDJ0q .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUUCBSDJ0q .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUUCBSDJ0q .card .panel-body {
  color: #767676;
}
.cid-rUUCBSDJ0q h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUUCBSDJ0q H4 {
  color: #4f4943;
}
.cid-rUUCBSDJ0q H2 {
  color: #222222;
}
.cid-rUUCBSDJ0q .panel-text {
  color: #232323;
}
.cid-rUUCBSDJ0q .box-text {
  color: #232323;
}
.cid-rUUCBSDJ0q SPAN {
  color: #ff6800;
}
.cid-rUUCBSDJ0q .item-title {
  color: #4f4943;
}
.cid-rUUCBSDJ0q .mbr-section-title,
.cid-rUUCBSDJ0q .underline {
  color: #232323;
  text-align: center;
}
.cid-rUUCBSDJ0q .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUNGUe5hSA {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUNGUe5hSA li {
  list-style: none;
}
.cid-rUNGUe5hSA .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUNGUe5hSA .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUNGUe5hSA .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUNGUe5hSA h4 {
  margin: 0;
}
.cid-rUNGUe5hSA ul {
  padding: 0;
  margin: 0;
}
.cid-rUNGUe5hSA .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUNGUe5hSA .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUNGUe5hSA .accordion .card {
  overflow: hidden;
}
.cid-rUNGUe5hSA .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUNGUe5hSA .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUNGUe5hSA .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUNGUe5hSA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNGUe5hSA .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUNGUe5hSA .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNGUe5hSA .card .panel-body {
  color: #767676;
}
.cid-rUNGUe5hSA .card:hover {
  background: #efefef;
}
.cid-rUNGUe5hSA .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUNGUe5hSA .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUNGUe5hSA .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUNGUe5hSA .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUNGUe5hSA .panel-collapse {
  margin-top: -1px;
}
.cid-rUNGUe5hSA H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUNGUe5hSA .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUNGUe5hSA .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUNGUe5hSA .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUNGUe5hSA H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUNGUe5hSA H2 {
  color: #000000;
}
.cid-rUNGUe5hSA .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNGUgUsBG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNGUgUsBG .mbr-text {
  color: #767676;
}
.cid-rUNGUgUsBG .card-subtitle {
  margin: 0;
}
.cid-rUNGUgUsBG .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUNGUgUsBG img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUNGUgUsBG .card-box {
  padding: 1rem;
}
.cid-rUNGUgUsBG .link {
  transition: all 0.3s;
}
.cid-rUNGUgUsBG .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUNGUgUsBG .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUNGUgUsBG .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUNGUgUsBG .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUNGUgUsBG h4,
.cid-rUNGUgUsBG h6,
.cid-rUNGUgUsBG h5 {
  margin: 0;
}
.cid-rUNGUgUsBG .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUNGUgUsBG .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUNGUgUsBG .link-wrap:hover {
  color: #ff6400;
}
.cid-rUNGUgUsBG .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUNGUgUsBG .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUNGUgUsBG .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUNGUgUsBG .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUNGUgUsBG .icon-wrap span {
  margin-right: 8px;
}
.cid-rUNGUgUsBG .icon-padding {
  padding-left: 2rem;
}
.cid-rUNGUgUsBG .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUNGUgUsBG .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUNGUgUsBG .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUNGUgUsBG .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUNGUgUsBG .card:hover img {
  transform: scale(1.1);
}
.cid-rUNGUgUsBG .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUNGUgUsBG .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGUgUsBG .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNGUgUsBG .row {
  justify-content: center;
}
.cid-rUNGUgUsBG .location,
.cid-rUNGUgUsBG .icon-wrap {
  color: #ff6400;
}
.cid-rUNGUgUsBG .link,
.cid-rUNGUgUsBG .link-wrap,
.cid-rUNGUgUsBG .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUNGUgUsBG .wrapper {
    flex-direction: column;
  }
  .cid-rUNGUgUsBG .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUNGUgUsBG .card-box {
    padding: 0;
  }
}
.cid-rUNGUgUsBG H2 {
  color: #ff6400;
}
.cid-rUNGUgUsBG .mbr-text,
.cid-rUNGUgUsBG .link {
  color: #0e0e0e;
}
.cid-rUUL3hHdRI {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mbr-61.jpg");
}
@media (max-width: 992px) {
  .cid-rUUL3hHdRI {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-rUUL3hHdRI .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-rUUL3hHdRI .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-rUUL3hHdRI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-rUUL3hHdRI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUUL3hHdRI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUUL3hHdRI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUUL3hHdRI a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rUUL3hHdRI {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .cid-rUUL3hHdRI .box {
    height: 250px;
  }
}
.cid-rUUL3hHdRI .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUUL3hHdRI .mbr-section-title,
.cid-rUUL3hHdRI .span-row {
  color: #cebfaf;
}
.cid-rUUL3hHdRI .mbr-text,
.cid-rUUL3hHdRI .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rUNGUjyMn6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNGUjyMn6 blockquote {
  border-width: 2px;
  border-color: #ff6800;
  padding: 0 0 0 50px;
}
.cid-rUNGUjyMn6 .mbr-text,
.cid-rUNGUjyMn6 .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUNGUjyMn6 footer {
  font-style: normal;
}
.cid-rVjqmAzotf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjqmAzotf h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjqmAzotf h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjqmAzotf .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjqmAzotf span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjqmAzotf .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjqmAzotf .card {
    padding: 1rem;
  }
}
.cid-rVjqmAzotf .user_name,
.cid-rVjqmAzotf .align {
  color: #cccccc;
}
.cid-rVjqmAzotf .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjAQHa73p {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjAQHa73p .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjAQHa73p .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjAQHa73p H2 {
  color: #e7272d;
}
.cid-rVjAQHa73p .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjAQHa73p .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjAQHa73p .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAQHa73p .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAQHa73p .col-lg-12 {
  overflow: hidden;
}
.cid-rVjAQHa73p H4 {
  color: #ff6400;
}
.cid-rVjAQHa73p .mbr-text,
.cid-rVjAQHa73p .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjAQHa73p .logo-wrap:before {
    content: none;
  }
  .cid-rVjAQHa73p .logo-wrap:after {
    content: none;
  }
}
.cid-rVjAQHa73p H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY2Gc334mg.popup-builder {
  background-color: #ffffff;
}
.cid-rY2Gc334mg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY2Gc334mg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY2Gc334mg .modal-content,
.cid-rY2Gc334mg .modal-dialog {
  height: auto;
}
.cid-rY2Gc334mg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY2Gc334mg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY2Gc334mg .form-wrapper .mbr-form .form-group,
  .cid-rY2Gc334mg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY2Gc334mg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY2Gc334mg .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-rY2Gc334mg .mbr-text {
  text-align: center;
}
.cid-rY2Gc334mg .pt-0 {
  padding-top: 0 !important;
}
.cid-rY2Gc334mg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY2Gc334mg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY2Gc334mg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY2Gc334mg .modal-open {
  overflow: hidden;
}
.cid-rY2Gc334mg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY2Gc334mg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY2Gc334mg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY2Gc334mg .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-rY2Gc334mg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY2Gc334mg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY2Gc334mg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY2Gc334mg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY2Gc334mg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY2Gc334mg .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY2Gc334mg .modal-backdrop.show {
  opacity: .5;
}
.cid-rY2Gc334mg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY2Gc334mg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY2Gc334mg .modal-header .close:hover {
  opacity: 1;
}
.cid-rY2Gc334mg .modal-header .close:focus {
  outline: none;
}
.cid-rY2Gc334mg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY2Gc334mg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY2Gc334mg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY2Gc334mg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY2Gc334mg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY2Gc334mg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY2Gc334mg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY2Gc334mg .modal-sm {
    max-width: 300px;
  }
  .cid-rY2Gc334mg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY2Gc334mg .modal-lg,
  .cid-rY2Gc334mg .modal-xl {
    max-width: 800px;
  }
  .cid-rY2Gc334mg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY2Gc334mg .modal-xl {
    max-width: 1140px;
  }
  .cid-rY2Gc334mg .container {
    max-width: 1140px;
  }
}
.cid-rY2Gc334mg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY2Gc334mg .container {
    max-width: 720px;
  }
}
.cid-rY2Gc334mg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY2Gc334mg .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-rY2Gc334mg .form-group {
  margin-bottom: 1rem;
}
.cid-rY2Gc334mg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY2Gc334mg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY2Gc334mg .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-rYH5DBoBeq.popup-builder {
  background-color: #ffffff;
}
.cid-rYH5DBoBeq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYH5DBoBeq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYH5DBoBeq .modal-content,
.cid-rYH5DBoBeq .modal-dialog {
  height: auto;
}
.cid-rYH5DBoBeq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYH5DBoBeq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYH5DBoBeq .form-wrapper .mbr-form .form-group,
  .cid-rYH5DBoBeq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYH5DBoBeq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYH5DBoBeq .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-rYH5DBoBeq .mbr-text {
  text-align: center;
}
.cid-rYH5DBoBeq .pt-0 {
  padding-top: 0 !important;
}
.cid-rYH5DBoBeq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYH5DBoBeq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYH5DBoBeq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYH5DBoBeq .modal-open {
  overflow: hidden;
}
.cid-rYH5DBoBeq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYH5DBoBeq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYH5DBoBeq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYH5DBoBeq .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-rYH5DBoBeq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYH5DBoBeq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYH5DBoBeq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYH5DBoBeq .modal-content {
  background: #efefef;
  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-rYH5DBoBeq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYH5DBoBeq .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYH5DBoBeq .modal-backdrop.show {
  opacity: .5;
}
.cid-rYH5DBoBeq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYH5DBoBeq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYH5DBoBeq .modal-header .close:hover {
  opacity: 1;
}
.cid-rYH5DBoBeq .modal-header .close:focus {
  outline: none;
}
.cid-rYH5DBoBeq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYH5DBoBeq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYH5DBoBeq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYH5DBoBeq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYH5DBoBeq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYH5DBoBeq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYH5DBoBeq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYH5DBoBeq .modal-sm {
    max-width: 300px;
  }
  .cid-rYH5DBoBeq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYH5DBoBeq .modal-lg,
  .cid-rYH5DBoBeq .modal-xl {
    max-width: 800px;
  }
  .cid-rYH5DBoBeq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYH5DBoBeq .modal-xl {
    max-width: 1140px;
  }
  .cid-rYH5DBoBeq .container {
    max-width: 1140px;
  }
}
.cid-rYH5DBoBeq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYH5DBoBeq .container {
    max-width: 720px;
  }
}
.cid-rYH5DBoBeq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYH5DBoBeq .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-rYH5DBoBeq .form-group {
  margin-bottom: 1rem;
}
.cid-rYH5DBoBeq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYH5DBoBeq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYH5DBoBeq .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-rYH7JAlBUh.popup-builder {
  background-color: #ffffff;
}
.cid-rYH7JAlBUh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYH7JAlBUh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYH7JAlBUh .modal-content,
.cid-rYH7JAlBUh .modal-dialog {
  height: auto;
}
.cid-rYH7JAlBUh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYH7JAlBUh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYH7JAlBUh .form-wrapper .mbr-form .form-group,
  .cid-rYH7JAlBUh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYH7JAlBUh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYH7JAlBUh .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-rYH7JAlBUh .mbr-text {
  text-align: center;
}
.cid-rYH7JAlBUh .pt-0 {
  padding-top: 0 !important;
}
.cid-rYH7JAlBUh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYH7JAlBUh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYH7JAlBUh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYH7JAlBUh .modal-open {
  overflow: hidden;
}
.cid-rYH7JAlBUh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYH7JAlBUh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYH7JAlBUh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYH7JAlBUh .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-rYH7JAlBUh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYH7JAlBUh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYH7JAlBUh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYH7JAlBUh .modal-content {
  background: #efefef;
  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-rYH7JAlBUh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYH7JAlBUh .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYH7JAlBUh .modal-backdrop.show {
  opacity: .5;
}
.cid-rYH7JAlBUh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYH7JAlBUh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYH7JAlBUh .modal-header .close:hover {
  opacity: 1;
}
.cid-rYH7JAlBUh .modal-header .close:focus {
  outline: none;
}
.cid-rYH7JAlBUh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYH7JAlBUh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYH7JAlBUh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYH7JAlBUh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYH7JAlBUh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYH7JAlBUh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYH7JAlBUh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYH7JAlBUh .modal-sm {
    max-width: 300px;
  }
  .cid-rYH7JAlBUh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYH7JAlBUh .modal-lg,
  .cid-rYH7JAlBUh .modal-xl {
    max-width: 800px;
  }
  .cid-rYH7JAlBUh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYH7JAlBUh .modal-xl {
    max-width: 1140px;
  }
  .cid-rYH7JAlBUh .container {
    max-width: 1140px;
  }
}
.cid-rYH7JAlBUh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYH7JAlBUh .container {
    max-width: 720px;
  }
}
.cid-rYH7JAlBUh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYH7JAlBUh .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-rYH7JAlBUh .form-group {
  margin-bottom: 1rem;
}
.cid-rYH7JAlBUh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYH7JAlBUh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYH7JAlBUh .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-rYH7RXYkTR.popup-builder {
  background-color: #ffffff;
}
.cid-rYH7RXYkTR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYH7RXYkTR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYH7RXYkTR .modal-content,
.cid-rYH7RXYkTR .modal-dialog {
  height: auto;
}
.cid-rYH7RXYkTR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYH7RXYkTR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYH7RXYkTR .form-wrapper .mbr-form .form-group,
  .cid-rYH7RXYkTR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYH7RXYkTR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYH7RXYkTR .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-rYH7RXYkTR .mbr-text {
  text-align: center;
}
.cid-rYH7RXYkTR .pt-0 {
  padding-top: 0 !important;
}
.cid-rYH7RXYkTR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYH7RXYkTR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYH7RXYkTR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYH7RXYkTR .modal-open {
  overflow: hidden;
}
.cid-rYH7RXYkTR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYH7RXYkTR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYH7RXYkTR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYH7RXYkTR .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-rYH7RXYkTR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYH7RXYkTR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYH7RXYkTR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYH7RXYkTR .modal-content {
  background: #efefef;
  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-rYH7RXYkTR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYH7RXYkTR .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYH7RXYkTR .modal-backdrop.show {
  opacity: .5;
}
.cid-rYH7RXYkTR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYH7RXYkTR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYH7RXYkTR .modal-header .close:hover {
  opacity: 1;
}
.cid-rYH7RXYkTR .modal-header .close:focus {
  outline: none;
}
.cid-rYH7RXYkTR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYH7RXYkTR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYH7RXYkTR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYH7RXYkTR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYH7RXYkTR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYH7RXYkTR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYH7RXYkTR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYH7RXYkTR .modal-sm {
    max-width: 300px;
  }
  .cid-rYH7RXYkTR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYH7RXYkTR .modal-lg,
  .cid-rYH7RXYkTR .modal-xl {
    max-width: 800px;
  }
  .cid-rYH7RXYkTR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYH7RXYkTR .modal-xl {
    max-width: 1140px;
  }
  .cid-rYH7RXYkTR .container {
    max-width: 1140px;
  }
}
.cid-rYH7RXYkTR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYH7RXYkTR .container {
    max-width: 720px;
  }
}
.cid-rYH7RXYkTR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYH7RXYkTR .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-rYH7RXYkTR .form-group {
  margin-bottom: 1rem;
}
.cid-rYH7RXYkTR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYH7RXYkTR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYH7RXYkTR .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-rYH7Yc2sNm.popup-builder {
  background-color: #ffffff;
}
.cid-rYH7Yc2sNm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYH7Yc2sNm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYH7Yc2sNm .modal-content,
.cid-rYH7Yc2sNm .modal-dialog {
  height: auto;
}
.cid-rYH7Yc2sNm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYH7Yc2sNm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYH7Yc2sNm .form-wrapper .mbr-form .form-group,
  .cid-rYH7Yc2sNm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYH7Yc2sNm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYH7Yc2sNm .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-rYH7Yc2sNm .mbr-text {
  text-align: center;
}
.cid-rYH7Yc2sNm .pt-0 {
  padding-top: 0 !important;
}
.cid-rYH7Yc2sNm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYH7Yc2sNm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYH7Yc2sNm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYH7Yc2sNm .modal-open {
  overflow: hidden;
}
.cid-rYH7Yc2sNm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYH7Yc2sNm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYH7Yc2sNm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYH7Yc2sNm .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-rYH7Yc2sNm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYH7Yc2sNm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYH7Yc2sNm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYH7Yc2sNm .modal-content {
  background: #efefef;
  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-rYH7Yc2sNm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYH7Yc2sNm .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYH7Yc2sNm .modal-backdrop.show {
  opacity: .5;
}
.cid-rYH7Yc2sNm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYH7Yc2sNm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYH7Yc2sNm .modal-header .close:hover {
  opacity: 1;
}
.cid-rYH7Yc2sNm .modal-header .close:focus {
  outline: none;
}
.cid-rYH7Yc2sNm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYH7Yc2sNm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYH7Yc2sNm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYH7Yc2sNm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYH7Yc2sNm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYH7Yc2sNm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYH7Yc2sNm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYH7Yc2sNm .modal-sm {
    max-width: 300px;
  }
  .cid-rYH7Yc2sNm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYH7Yc2sNm .modal-lg,
  .cid-rYH7Yc2sNm .modal-xl {
    max-width: 800px;
  }
  .cid-rYH7Yc2sNm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYH7Yc2sNm .modal-xl {
    max-width: 1140px;
  }
  .cid-rYH7Yc2sNm .container {
    max-width: 1140px;
  }
}
.cid-rYH7Yc2sNm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYH7Yc2sNm .container {
    max-width: 720px;
  }
}
.cid-rYH7Yc2sNm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYH7Yc2sNm .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-rYH7Yc2sNm .form-group {
  margin-bottom: 1rem;
}
.cid-rYH7Yc2sNm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYH7Yc2sNm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYH7Yc2sNm .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-rYH87EMTga.popup-builder {
  background-color: #ffffff;
}
.cid-rYH87EMTga.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYH87EMTga.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYH87EMTga .modal-content,
.cid-rYH87EMTga .modal-dialog {
  height: auto;
}
.cid-rYH87EMTga .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYH87EMTga .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYH87EMTga .form-wrapper .mbr-form .form-group,
  .cid-rYH87EMTga .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYH87EMTga .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYH87EMTga .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-rYH87EMTga .mbr-text {
  text-align: center;
}
.cid-rYH87EMTga .pt-0 {
  padding-top: 0 !important;
}
.cid-rYH87EMTga .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYH87EMTga .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYH87EMTga .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYH87EMTga .modal-open {
  overflow: hidden;
}
.cid-rYH87EMTga .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYH87EMTga .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYH87EMTga .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYH87EMTga .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-rYH87EMTga .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYH87EMTga .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYH87EMTga .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYH87EMTga .modal-content {
  background: #efefef;
  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-rYH87EMTga .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYH87EMTga .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYH87EMTga .modal-backdrop.show {
  opacity: .5;
}
.cid-rYH87EMTga .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYH87EMTga .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYH87EMTga .modal-header .close:hover {
  opacity: 1;
}
.cid-rYH87EMTga .modal-header .close:focus {
  outline: none;
}
.cid-rYH87EMTga .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYH87EMTga .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYH87EMTga .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYH87EMTga .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYH87EMTga .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYH87EMTga .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYH87EMTga .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYH87EMTga .modal-sm {
    max-width: 300px;
  }
  .cid-rYH87EMTga .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYH87EMTga .modal-lg,
  .cid-rYH87EMTga .modal-xl {
    max-width: 800px;
  }
  .cid-rYH87EMTga .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYH87EMTga .modal-xl {
    max-width: 1140px;
  }
  .cid-rYH87EMTga .container {
    max-width: 1140px;
  }
}
.cid-rYH87EMTga .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYH87EMTga .container {
    max-width: 720px;
  }
}
.cid-rYH87EMTga .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYH87EMTga .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-rYH87EMTga .form-group {
  margin-bottom: 1rem;
}
.cid-rYH87EMTga .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYH87EMTga .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYH87EMTga .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-rYH8j3XcwG.popup-builder {
  background-color: #ffffff;
}
.cid-rYH8j3XcwG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYH8j3XcwG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYH8j3XcwG .modal-content,
.cid-rYH8j3XcwG .modal-dialog {
  height: auto;
}
.cid-rYH8j3XcwG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYH8j3XcwG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYH8j3XcwG .form-wrapper .mbr-form .form-group,
  .cid-rYH8j3XcwG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYH8j3XcwG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYH8j3XcwG .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-rYH8j3XcwG .mbr-text {
  text-align: center;
}
.cid-rYH8j3XcwG .pt-0 {
  padding-top: 0 !important;
}
.cid-rYH8j3XcwG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYH8j3XcwG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYH8j3XcwG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYH8j3XcwG .modal-open {
  overflow: hidden;
}
.cid-rYH8j3XcwG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYH8j3XcwG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYH8j3XcwG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYH8j3XcwG .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-rYH8j3XcwG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYH8j3XcwG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYH8j3XcwG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYH8j3XcwG .modal-content {
  background: #efefef;
  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-rYH8j3XcwG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYH8j3XcwG .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYH8j3XcwG .modal-backdrop.show {
  opacity: .5;
}
.cid-rYH8j3XcwG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYH8j3XcwG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYH8j3XcwG .modal-header .close:hover {
  opacity: 1;
}
.cid-rYH8j3XcwG .modal-header .close:focus {
  outline: none;
}
.cid-rYH8j3XcwG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYH8j3XcwG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYH8j3XcwG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYH8j3XcwG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYH8j3XcwG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYH8j3XcwG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYH8j3XcwG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYH8j3XcwG .modal-sm {
    max-width: 300px;
  }
  .cid-rYH8j3XcwG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYH8j3XcwG .modal-lg,
  .cid-rYH8j3XcwG .modal-xl {
    max-width: 800px;
  }
  .cid-rYH8j3XcwG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYH8j3XcwG .modal-xl {
    max-width: 1140px;
  }
  .cid-rYH8j3XcwG .container {
    max-width: 1140px;
  }
}
.cid-rYH8j3XcwG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYH8j3XcwG .container {
    max-width: 720px;
  }
}
.cid-rYH8j3XcwG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYH8j3XcwG .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-rYH8j3XcwG .form-group {
  margin-bottom: 1rem;
}
.cid-rYH8j3XcwG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYH8j3XcwG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYH8j3XcwG .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-rYH9QPpoeQ.popup-builder {
  background-color: #ffffff;
}
.cid-rYH9QPpoeQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYH9QPpoeQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYH9QPpoeQ .modal-content,
.cid-rYH9QPpoeQ .modal-dialog {
  height: auto;
}
.cid-rYH9QPpoeQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYH9QPpoeQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYH9QPpoeQ .form-wrapper .mbr-form .form-group,
  .cid-rYH9QPpoeQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYH9QPpoeQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYH9QPpoeQ .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-rYH9QPpoeQ .mbr-text {
  text-align: center;
}
.cid-rYH9QPpoeQ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYH9QPpoeQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYH9QPpoeQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYH9QPpoeQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYH9QPpoeQ .modal-open {
  overflow: hidden;
}
.cid-rYH9QPpoeQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYH9QPpoeQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYH9QPpoeQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYH9QPpoeQ .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-rYH9QPpoeQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYH9QPpoeQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYH9QPpoeQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYH9QPpoeQ .modal-content {
  background: #efefef;
  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-rYH9QPpoeQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYH9QPpoeQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYH9QPpoeQ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYH9QPpoeQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYH9QPpoeQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYH9QPpoeQ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYH9QPpoeQ .modal-header .close:focus {
  outline: none;
}
.cid-rYH9QPpoeQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYH9QPpoeQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYH9QPpoeQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYH9QPpoeQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYH9QPpoeQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYH9QPpoeQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYH9QPpoeQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYH9QPpoeQ .modal-sm {
    max-width: 300px;
  }
  .cid-rYH9QPpoeQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYH9QPpoeQ .modal-lg,
  .cid-rYH9QPpoeQ .modal-xl {
    max-width: 800px;
  }
  .cid-rYH9QPpoeQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYH9QPpoeQ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYH9QPpoeQ .container {
    max-width: 1140px;
  }
}
.cid-rYH9QPpoeQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYH9QPpoeQ .container {
    max-width: 720px;
  }
}
.cid-rYH9QPpoeQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYH9QPpoeQ .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-rYH9QPpoeQ .form-group {
  margin-bottom: 1rem;
}
.cid-rYH9QPpoeQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYH9QPpoeQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYH9QPpoeQ .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-rYHa1qI8cC.popup-builder {
  background-color: #ffffff;
}
.cid-rYHa1qI8cC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHa1qI8cC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHa1qI8cC .modal-content,
.cid-rYHa1qI8cC .modal-dialog {
  height: auto;
}
.cid-rYHa1qI8cC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHa1qI8cC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHa1qI8cC .form-wrapper .mbr-form .form-group,
  .cid-rYHa1qI8cC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHa1qI8cC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHa1qI8cC .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-rYHa1qI8cC .mbr-text {
  text-align: center;
}
.cid-rYHa1qI8cC .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHa1qI8cC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHa1qI8cC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHa1qI8cC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHa1qI8cC .modal-open {
  overflow: hidden;
}
.cid-rYHa1qI8cC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHa1qI8cC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHa1qI8cC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHa1qI8cC .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-rYHa1qI8cC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHa1qI8cC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHa1qI8cC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHa1qI8cC .modal-content {
  background: #efefef;
  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-rYHa1qI8cC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHa1qI8cC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHa1qI8cC .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHa1qI8cC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHa1qI8cC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHa1qI8cC .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHa1qI8cC .modal-header .close:focus {
  outline: none;
}
.cid-rYHa1qI8cC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHa1qI8cC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHa1qI8cC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHa1qI8cC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHa1qI8cC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHa1qI8cC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHa1qI8cC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHa1qI8cC .modal-sm {
    max-width: 300px;
  }
  .cid-rYHa1qI8cC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHa1qI8cC .modal-lg,
  .cid-rYHa1qI8cC .modal-xl {
    max-width: 800px;
  }
  .cid-rYHa1qI8cC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHa1qI8cC .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHa1qI8cC .container {
    max-width: 1140px;
  }
}
.cid-rYHa1qI8cC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHa1qI8cC .container {
    max-width: 720px;
  }
}
.cid-rYHa1qI8cC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHa1qI8cC .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-rYHa1qI8cC .form-group {
  margin-bottom: 1rem;
}
.cid-rYHa1qI8cC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHa1qI8cC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHa1qI8cC .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-rYHahnngEm.popup-builder {
  background-color: #ffffff;
}
.cid-rYHahnngEm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHahnngEm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHahnngEm .modal-content,
.cid-rYHahnngEm .modal-dialog {
  height: auto;
}
.cid-rYHahnngEm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHahnngEm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHahnngEm .form-wrapper .mbr-form .form-group,
  .cid-rYHahnngEm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHahnngEm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHahnngEm .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-rYHahnngEm .mbr-text {
  text-align: center;
}
.cid-rYHahnngEm .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHahnngEm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHahnngEm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHahnngEm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHahnngEm .modal-open {
  overflow: hidden;
}
.cid-rYHahnngEm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHahnngEm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHahnngEm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHahnngEm .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-rYHahnngEm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHahnngEm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHahnngEm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHahnngEm .modal-content {
  background: #efefef;
  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-rYHahnngEm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHahnngEm .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHahnngEm .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHahnngEm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHahnngEm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHahnngEm .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHahnngEm .modal-header .close:focus {
  outline: none;
}
.cid-rYHahnngEm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHahnngEm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHahnngEm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHahnngEm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHahnngEm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHahnngEm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHahnngEm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHahnngEm .modal-sm {
    max-width: 300px;
  }
  .cid-rYHahnngEm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHahnngEm .modal-lg,
  .cid-rYHahnngEm .modal-xl {
    max-width: 800px;
  }
  .cid-rYHahnngEm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHahnngEm .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHahnngEm .container {
    max-width: 1140px;
  }
}
.cid-rYHahnngEm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHahnngEm .container {
    max-width: 720px;
  }
}
.cid-rYHahnngEm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHahnngEm .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-rYHahnngEm .form-group {
  margin-bottom: 1rem;
}
.cid-rYHahnngEm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHahnngEm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHahnngEm .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-rYHaHmjKfA.popup-builder {
  background-color: #ffffff;
}
.cid-rYHaHmjKfA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHaHmjKfA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHaHmjKfA .modal-content,
.cid-rYHaHmjKfA .modal-dialog {
  height: auto;
}
.cid-rYHaHmjKfA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHaHmjKfA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHaHmjKfA .form-wrapper .mbr-form .form-group,
  .cid-rYHaHmjKfA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHaHmjKfA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHaHmjKfA .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-rYHaHmjKfA .mbr-text {
  text-align: center;
}
.cid-rYHaHmjKfA .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHaHmjKfA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHaHmjKfA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHaHmjKfA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHaHmjKfA .modal-open {
  overflow: hidden;
}
.cid-rYHaHmjKfA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHaHmjKfA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHaHmjKfA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHaHmjKfA .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-rYHaHmjKfA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHaHmjKfA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHaHmjKfA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHaHmjKfA .modal-content {
  background: #efefef;
  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-rYHaHmjKfA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHaHmjKfA .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHaHmjKfA .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHaHmjKfA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHaHmjKfA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHaHmjKfA .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHaHmjKfA .modal-header .close:focus {
  outline: none;
}
.cid-rYHaHmjKfA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHaHmjKfA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHaHmjKfA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHaHmjKfA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHaHmjKfA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHaHmjKfA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHaHmjKfA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHaHmjKfA .modal-sm {
    max-width: 300px;
  }
  .cid-rYHaHmjKfA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHaHmjKfA .modal-lg,
  .cid-rYHaHmjKfA .modal-xl {
    max-width: 800px;
  }
  .cid-rYHaHmjKfA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHaHmjKfA .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHaHmjKfA .container {
    max-width: 1140px;
  }
}
.cid-rYHaHmjKfA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHaHmjKfA .container {
    max-width: 720px;
  }
}
.cid-rYHaHmjKfA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHaHmjKfA .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-rYHaHmjKfA .form-group {
  margin-bottom: 1rem;
}
.cid-rYHaHmjKfA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHaHmjKfA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHaHmjKfA .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-rWeL4kU4Ig .modal-body .close {
  background: #1b1b1b;
}
.cid-rWeL4kU4Ig .modal-body .close span {
  font-style: normal;
}
.cid-rWeL4kU4Ig .carousel-inner > .active,
.cid-rWeL4kU4Ig .carousel-inner > .next,
.cid-rWeL4kU4Ig .carousel-inner > .prev {
  display: table;
}
.cid-rWeL4kU4Ig .carousel-control .icon-next,
.cid-rWeL4kU4Ig .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWeL4kU4Ig .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWeL4kU4Ig .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWeL4kU4Ig .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWeL4kU4Ig .boxed-slider > div {
  position: relative;
}
.cid-rWeL4kU4Ig .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWeL4kU4Ig .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWeL4kU4Ig .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWeL4kU4Ig .mbr-table-cell {
  padding: 0;
}
.cid-rWeL4kU4Ig .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWeL4kU4Ig .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWeL4kU4Ig .mbr-overlay {
  z-index: 1;
}
.cid-rWeL4kU4Ig .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWeL4kU4Ig .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWeL4kU4Ig .carousel-item .container {
    width: 100%;
  }
}
.cid-rWeL4kU4Ig .carousel-item-next.carousel-item-left,
.cid-rWeL4kU4Ig .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWeL4kU4Ig .active.carousel-item-right,
.cid-rWeL4kU4Ig .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWeL4kU4Ig .active.carousel-item-left,
.cid-rWeL4kU4Ig .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWeL4kU4Ig .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWeL4kU4Ig .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWeL4kU4Ig .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWeL4kU4Ig .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWeL4kU4Ig .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWeL4kU4Ig .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWeL4kU4Ig .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWeL4kU4Ig .mbr-slider .carousel-indicators li.active,
.cid-rWeL4kU4Ig .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWeL4kU4Ig .mbr-slider .carousel-indicators li::after,
.cid-rWeL4kU4Ig .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWeL4kU4Ig .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWeL4kU4Ig .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWeL4kU4Ig .mbr-slider > .container img {
  width: 100%;
}
.cid-rWeL4kU4Ig .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWeL4kU4Ig .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWeL4kU4Ig .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWeL4kU4Ig .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWeL4kU4Ig .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWeL4kU4Ig .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWeL4kU4Ig .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWeL4kU4Ig .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWeL4kU4Ig .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWeL4kU4Ig .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWeL4kU4Ig .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWeL4kU4Ig .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWeL4kU4Ig .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWeL4kU4Ig h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWeL4kU4Ig .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWeL4kU4Ig .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWeL4kU4Ig .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWeL4kU4Ig .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWeL4kU4Ig .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWeL4kU4Ig .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWeL4kU4Ig .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWeL4kU4Ig .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWeL4kU4Ig P {
  color: #cebfaf;
}
.cid-rWeL4kU4Ig H2 {
  color: #cebfaf;
}
.cid-rUNH1s2zEk {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNH1s2zEk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUNH1s2zEk H1 {
  color: #2c1608;
}
.cid-rUNH1s2zEk .mbr-text,
.cid-rUNH1s2zEk .mbr-section-btn {
  color: #716c80;
}
.cid-rUNH1s2zEk H3 {
  color: #4f4943;
}
.cid-rUNH1s2zEk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUNH1s2zEk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUNH1s2zEk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUNH1s2zEk .link:hover {
  color: #ff6400 !important;
}
.cid-rUNH1s2zEk .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUNH1s2zEk DIV {
  color: #57468b;
}
.cid-rUNH1s2zEk .mbr-text,
.cid-rUNH1s2zEk .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNH1s2zEk .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUNH1sOOgj {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUNH1sOOgj H2 {
  color: #ff6400;
}
.cid-rUNH1sOOgj .mbr-text,
.cid-rUNH1sOOgj .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUNH1sOOgj .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUNH1sOOgj .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUNH1sOOgj .mbr-figure {
  height: 100%;
}
.cid-rUNH1sOOgj .card-img {
  padding: 0 2rem;
}
.cid-rUNH1sOOgj img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUNH1sOOgj H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUNH1sOOgj .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUNH1sOOgj .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUNH1sOOgj .container {
    padding: 0 3rem;
  }
  .cid-rUNH1sOOgj .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUNH1sOOgj .container {
    padding: 0 2rem;
  }
  .cid-rUNH1sOOgj .card-img {
    width: 100%;
  }
  .cid-rUNH1sOOgj .center-card {
    padding: 1rem;
  }
}
.cid-rYSZkrzAgt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYSZkrzAgt h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYSZkrzAgt h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYSZkrzAgt .card {
  background: #ffffff;
  padding: 0.7rem;
  border-radius: 6px;
}
.cid-rYSZkrzAgt span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYSZkrzAgt .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYSZkrzAgt .card {
    padding: 1rem;
  }
}
.cid-rYSZkrzAgt .user_name,
.cid-rYSZkrzAgt .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYSZkrzAgt .mbr-section-subtitle {
  text-align: center;
}
.cid-rUNH1ucRun {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUNH1ucRun H2 {
  color: #e7272d;
}
.cid-rUNH1ucRun img {
  max-width: 500px;
  margin: auto;
}
.cid-rUNH1ucRun H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUNH1ucRun .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUNH1ucRun .span-row {
  width: 100%;
}
.cid-rUNH1ucRun .mbr-section-title,
.cid-rUNH1ucRun .span-row {
  color: #cebfaf;
}
.cid-rUNH1ucRun .mbr-text,
.cid-rUNH1ucRun .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUV0w9CJMy {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUV0w9CJMy .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUV0w9CJMy .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUV0w9CJMy .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUV0w9CJMy .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUV0w9CJMy .menu-row {
  margin: 0;
}
.cid-rUV0w9CJMy .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUV0w9CJMy .card-header {
  background: transparent;
}
.cid-rUV0w9CJMy .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUV0w9CJMy .card-subtitle {
  margin: 0;
}
.cid-rUV0w9CJMy .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUV0w9CJMy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUV0w9CJMy .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUV0w9CJMy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUV0w9CJMy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUV0w9CJMy .card .panel-body {
  color: #767676;
}
.cid-rUV0w9CJMy h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUV0w9CJMy H4 {
  color: #4f4943;
}
.cid-rUV0w9CJMy H2 {
  color: #222222;
}
.cid-rUV0w9CJMy .panel-text {
  color: #232323;
}
.cid-rUV0w9CJMy .box-text {
  color: #232323;
}
.cid-rUV0w9CJMy SPAN {
  color: #ff6800;
}
.cid-rUV0w9CJMy .item-title {
  color: #4f4943;
}
.cid-rUV0w9CJMy .mbr-section-title,
.cid-rUV0w9CJMy .underline {
  color: #232323;
  text-align: center;
}
.cid-rUV0w9CJMy .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUNH1wcgZr {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUNH1wcgZr li {
  list-style: none;
}
.cid-rUNH1wcgZr .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUNH1wcgZr .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUNH1wcgZr .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUNH1wcgZr h4 {
  margin: 0;
}
.cid-rUNH1wcgZr ul {
  padding: 0;
  margin: 0;
}
.cid-rUNH1wcgZr .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUNH1wcgZr .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUNH1wcgZr .accordion .card {
  overflow: hidden;
}
.cid-rUNH1wcgZr .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUNH1wcgZr .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUNH1wcgZr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUNH1wcgZr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNH1wcgZr .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUNH1wcgZr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNH1wcgZr .card .panel-body {
  color: #767676;
}
.cid-rUNH1wcgZr .card:hover {
  background: #efefef;
}
.cid-rUNH1wcgZr .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUNH1wcgZr .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUNH1wcgZr .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUNH1wcgZr .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUNH1wcgZr .panel-collapse {
  margin-top: -1px;
}
.cid-rUNH1wcgZr H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUNH1wcgZr .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUNH1wcgZr .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUNH1wcgZr .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUNH1wcgZr H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUNH1wcgZr H2 {
  color: #000000;
}
.cid-rUNH1wcgZr .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNH1z33MJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNH1z33MJ .mbr-text {
  color: #767676;
}
.cid-rUNH1z33MJ .card-subtitle {
  margin: 0;
}
.cid-rUNH1z33MJ .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUNH1z33MJ img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUNH1z33MJ .card-box {
  padding: 1rem;
}
.cid-rUNH1z33MJ .link {
  transition: all 0.3s;
}
.cid-rUNH1z33MJ .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUNH1z33MJ .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUNH1z33MJ .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUNH1z33MJ .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUNH1z33MJ h4,
.cid-rUNH1z33MJ h6,
.cid-rUNH1z33MJ h5 {
  margin: 0;
}
.cid-rUNH1z33MJ .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUNH1z33MJ .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUNH1z33MJ .link-wrap:hover {
  color: #ff6400;
}
.cid-rUNH1z33MJ .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUNH1z33MJ .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUNH1z33MJ .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUNH1z33MJ .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUNH1z33MJ .icon-wrap span {
  margin-right: 8px;
}
.cid-rUNH1z33MJ .icon-padding {
  padding-left: 2rem;
}
.cid-rUNH1z33MJ .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUNH1z33MJ .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUNH1z33MJ .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUNH1z33MJ .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUNH1z33MJ .card:hover img {
  transform: scale(1.1);
}
.cid-rUNH1z33MJ .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUNH1z33MJ .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNH1z33MJ .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNH1z33MJ .row {
  justify-content: center;
}
.cid-rUNH1z33MJ .location,
.cid-rUNH1z33MJ .icon-wrap {
  color: #ff6400;
}
.cid-rUNH1z33MJ .link,
.cid-rUNH1z33MJ .link-wrap,
.cid-rUNH1z33MJ .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUNH1z33MJ .wrapper {
    flex-direction: column;
  }
  .cid-rUNH1z33MJ .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUNH1z33MJ .card-box {
    padding: 0;
  }
}
.cid-rUNH1z33MJ H2 {
  color: #ff6400;
}
.cid-rUNH1z33MJ .mbr-text,
.cid-rUNH1z33MJ .link {
  color: #0e0e0e;
}
.cid-rUV5xHmM1u {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/motorcycle-header-51.jpg");
}
@media (max-width: 992px) {
  .cid-rUV5xHmM1u {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-rUV5xHmM1u .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-rUV5xHmM1u .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-rUV5xHmM1u .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-rUV5xHmM1u .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUV5xHmM1u .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUV5xHmM1u a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUV5xHmM1u a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rUV5xHmM1u {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .cid-rUV5xHmM1u .box {
    height: 250px;
  }
}
.cid-rUV5xHmM1u .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUV5xHmM1u .mbr-section-title,
.cid-rUV5xHmM1u .span-row {
  color: #cebfaf;
}
.cid-rUV5xHmM1u .mbr-text,
.cid-rUV5xHmM1u .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rUNH1BG5zX {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNH1BG5zX blockquote {
  border-width: 2px;
  border-color: #ff6800;
  padding: 0 0 0 50px;
}
.cid-rUNH1BG5zX .mbr-text,
.cid-rUNH1BG5zX .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUNH1BG5zX footer {
  font-style: normal;
}
.cid-rVjqpKgoiX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjqpKgoiX h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjqpKgoiX h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjqpKgoiX .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjqpKgoiX span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjqpKgoiX .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjqpKgoiX .card {
    padding: 1rem;
  }
}
.cid-rVjqpKgoiX .user_name,
.cid-rVjqpKgoiX .align {
  color: #cccccc;
}
.cid-rVjqpKgoiX .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjATwj58s {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjATwj58s .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjATwj58s .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjATwj58s H2 {
  color: #e7272d;
}
.cid-rVjATwj58s .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjATwj58s .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjATwj58s .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjATwj58s .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjATwj58s .col-lg-12 {
  overflow: hidden;
}
.cid-rVjATwj58s H4 {
  color: #ff6400;
}
.cid-rVjATwj58s .mbr-text,
.cid-rVjATwj58s .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjATwj58s .logo-wrap:before {
    content: none;
  }
  .cid-rVjATwj58s .logo-wrap:after {
    content: none;
  }
}
.cid-rVjATwj58s H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY3dmFQCoq.popup-builder {
  background-color: #ffffff;
}
.cid-rY3dmFQCoq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY3dmFQCoq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY3dmFQCoq .modal-content,
.cid-rY3dmFQCoq .modal-dialog {
  height: auto;
}
.cid-rY3dmFQCoq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY3dmFQCoq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY3dmFQCoq .form-wrapper .mbr-form .form-group,
  .cid-rY3dmFQCoq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY3dmFQCoq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY3dmFQCoq .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-rY3dmFQCoq .mbr-text {
  text-align: center;
}
.cid-rY3dmFQCoq .pt-0 {
  padding-top: 0 !important;
}
.cid-rY3dmFQCoq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY3dmFQCoq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY3dmFQCoq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY3dmFQCoq .modal-open {
  overflow: hidden;
}
.cid-rY3dmFQCoq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY3dmFQCoq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY3dmFQCoq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY3dmFQCoq .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-rY3dmFQCoq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY3dmFQCoq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY3dmFQCoq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY3dmFQCoq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY3dmFQCoq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY3dmFQCoq .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY3dmFQCoq .modal-backdrop.show {
  opacity: .5;
}
.cid-rY3dmFQCoq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY3dmFQCoq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY3dmFQCoq .modal-header .close:hover {
  opacity: 1;
}
.cid-rY3dmFQCoq .modal-header .close:focus {
  outline: none;
}
.cid-rY3dmFQCoq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY3dmFQCoq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY3dmFQCoq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY3dmFQCoq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY3dmFQCoq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY3dmFQCoq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY3dmFQCoq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY3dmFQCoq .modal-sm {
    max-width: 300px;
  }
  .cid-rY3dmFQCoq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY3dmFQCoq .modal-lg,
  .cid-rY3dmFQCoq .modal-xl {
    max-width: 800px;
  }
  .cid-rY3dmFQCoq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY3dmFQCoq .modal-xl {
    max-width: 1140px;
  }
  .cid-rY3dmFQCoq .container {
    max-width: 1140px;
  }
}
.cid-rY3dmFQCoq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY3dmFQCoq .container {
    max-width: 720px;
  }
}
.cid-rY3dmFQCoq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY3dmFQCoq .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-rY3dmFQCoq .form-group {
  margin-bottom: 1rem;
}
.cid-rY3dmFQCoq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY3dmFQCoq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY3dmFQCoq .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-rYHcrCt6Hz.popup-builder {
  background-color: #ffffff;
}
.cid-rYHcrCt6Hz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHcrCt6Hz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHcrCt6Hz .modal-content,
.cid-rYHcrCt6Hz .modal-dialog {
  height: auto;
}
.cid-rYHcrCt6Hz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHcrCt6Hz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHcrCt6Hz .form-wrapper .mbr-form .form-group,
  .cid-rYHcrCt6Hz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHcrCt6Hz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHcrCt6Hz .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-rYHcrCt6Hz .mbr-text {
  text-align: center;
}
.cid-rYHcrCt6Hz .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHcrCt6Hz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHcrCt6Hz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHcrCt6Hz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHcrCt6Hz .modal-open {
  overflow: hidden;
}
.cid-rYHcrCt6Hz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHcrCt6Hz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHcrCt6Hz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHcrCt6Hz .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-rYHcrCt6Hz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHcrCt6Hz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHcrCt6Hz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHcrCt6Hz .modal-content {
  background: #efefef;
  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-rYHcrCt6Hz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHcrCt6Hz .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHcrCt6Hz .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHcrCt6Hz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHcrCt6Hz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHcrCt6Hz .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHcrCt6Hz .modal-header .close:focus {
  outline: none;
}
.cid-rYHcrCt6Hz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHcrCt6Hz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHcrCt6Hz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHcrCt6Hz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHcrCt6Hz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHcrCt6Hz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHcrCt6Hz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHcrCt6Hz .modal-sm {
    max-width: 300px;
  }
  .cid-rYHcrCt6Hz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHcrCt6Hz .modal-lg,
  .cid-rYHcrCt6Hz .modal-xl {
    max-width: 800px;
  }
  .cid-rYHcrCt6Hz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHcrCt6Hz .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHcrCt6Hz .container {
    max-width: 1140px;
  }
}
.cid-rYHcrCt6Hz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHcrCt6Hz .container {
    max-width: 720px;
  }
}
.cid-rYHcrCt6Hz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHcrCt6Hz .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-rYHcrCt6Hz .form-group {
  margin-bottom: 1rem;
}
.cid-rYHcrCt6Hz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHcrCt6Hz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHcrCt6Hz .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-rYHcACAuT4.popup-builder {
  background-color: #ffffff;
}
.cid-rYHcACAuT4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHcACAuT4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHcACAuT4 .modal-content,
.cid-rYHcACAuT4 .modal-dialog {
  height: auto;
}
.cid-rYHcACAuT4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHcACAuT4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHcACAuT4 .form-wrapper .mbr-form .form-group,
  .cid-rYHcACAuT4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHcACAuT4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHcACAuT4 .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-rYHcACAuT4 .mbr-text {
  text-align: center;
}
.cid-rYHcACAuT4 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHcACAuT4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHcACAuT4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHcACAuT4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHcACAuT4 .modal-open {
  overflow: hidden;
}
.cid-rYHcACAuT4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHcACAuT4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHcACAuT4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHcACAuT4 .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-rYHcACAuT4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHcACAuT4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHcACAuT4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHcACAuT4 .modal-content {
  background: #efefef;
  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-rYHcACAuT4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHcACAuT4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHcACAuT4 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHcACAuT4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHcACAuT4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHcACAuT4 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHcACAuT4 .modal-header .close:focus {
  outline: none;
}
.cid-rYHcACAuT4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHcACAuT4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHcACAuT4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHcACAuT4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHcACAuT4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHcACAuT4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHcACAuT4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHcACAuT4 .modal-sm {
    max-width: 300px;
  }
  .cid-rYHcACAuT4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHcACAuT4 .modal-lg,
  .cid-rYHcACAuT4 .modal-xl {
    max-width: 800px;
  }
  .cid-rYHcACAuT4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHcACAuT4 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHcACAuT4 .container {
    max-width: 1140px;
  }
}
.cid-rYHcACAuT4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHcACAuT4 .container {
    max-width: 720px;
  }
}
.cid-rYHcACAuT4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHcACAuT4 .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-rYHcACAuT4 .form-group {
  margin-bottom: 1rem;
}
.cid-rYHcACAuT4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHcACAuT4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHcACAuT4 .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-rYHmzK4Fvb.popup-builder {
  background-color: #ffffff;
}
.cid-rYHmzK4Fvb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHmzK4Fvb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHmzK4Fvb .modal-content,
.cid-rYHmzK4Fvb .modal-dialog {
  height: auto;
}
.cid-rYHmzK4Fvb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHmzK4Fvb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHmzK4Fvb .form-wrapper .mbr-form .form-group,
  .cid-rYHmzK4Fvb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHmzK4Fvb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHmzK4Fvb .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-rYHmzK4Fvb .mbr-text {
  text-align: center;
}
.cid-rYHmzK4Fvb .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHmzK4Fvb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHmzK4Fvb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHmzK4Fvb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHmzK4Fvb .modal-open {
  overflow: hidden;
}
.cid-rYHmzK4Fvb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHmzK4Fvb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHmzK4Fvb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHmzK4Fvb .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-rYHmzK4Fvb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHmzK4Fvb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHmzK4Fvb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHmzK4Fvb .modal-content {
  background: #efefef;
  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-rYHmzK4Fvb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHmzK4Fvb .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHmzK4Fvb .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHmzK4Fvb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHmzK4Fvb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHmzK4Fvb .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHmzK4Fvb .modal-header .close:focus {
  outline: none;
}
.cid-rYHmzK4Fvb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHmzK4Fvb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHmzK4Fvb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHmzK4Fvb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHmzK4Fvb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHmzK4Fvb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHmzK4Fvb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHmzK4Fvb .modal-sm {
    max-width: 300px;
  }
  .cid-rYHmzK4Fvb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHmzK4Fvb .modal-lg,
  .cid-rYHmzK4Fvb .modal-xl {
    max-width: 800px;
  }
  .cid-rYHmzK4Fvb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHmzK4Fvb .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHmzK4Fvb .container {
    max-width: 1140px;
  }
}
.cid-rYHmzK4Fvb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHmzK4Fvb .container {
    max-width: 720px;
  }
}
.cid-rYHmzK4Fvb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHmzK4Fvb .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-rYHmzK4Fvb .form-group {
  margin-bottom: 1rem;
}
.cid-rYHmzK4Fvb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHmzK4Fvb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHmzK4Fvb .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-rYHpy76M0h.popup-builder {
  background-color: #ffffff;
}
.cid-rYHpy76M0h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHpy76M0h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHpy76M0h .modal-content,
.cid-rYHpy76M0h .modal-dialog {
  height: auto;
}
.cid-rYHpy76M0h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHpy76M0h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHpy76M0h .form-wrapper .mbr-form .form-group,
  .cid-rYHpy76M0h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHpy76M0h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHpy76M0h .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-rYHpy76M0h .mbr-text {
  text-align: center;
}
.cid-rYHpy76M0h .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHpy76M0h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHpy76M0h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHpy76M0h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHpy76M0h .modal-open {
  overflow: hidden;
}
.cid-rYHpy76M0h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHpy76M0h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHpy76M0h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHpy76M0h .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-rYHpy76M0h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHpy76M0h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHpy76M0h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHpy76M0h .modal-content {
  background: #efefef;
  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-rYHpy76M0h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHpy76M0h .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHpy76M0h .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHpy76M0h .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHpy76M0h .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHpy76M0h .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHpy76M0h .modal-header .close:focus {
  outline: none;
}
.cid-rYHpy76M0h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHpy76M0h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHpy76M0h .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHpy76M0h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHpy76M0h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHpy76M0h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHpy76M0h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHpy76M0h .modal-sm {
    max-width: 300px;
  }
  .cid-rYHpy76M0h .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHpy76M0h .modal-lg,
  .cid-rYHpy76M0h .modal-xl {
    max-width: 800px;
  }
  .cid-rYHpy76M0h .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHpy76M0h .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHpy76M0h .container {
    max-width: 1140px;
  }
}
.cid-rYHpy76M0h .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHpy76M0h .container {
    max-width: 720px;
  }
}
.cid-rYHpy76M0h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHpy76M0h .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-rYHpy76M0h .form-group {
  margin-bottom: 1rem;
}
.cid-rYHpy76M0h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHpy76M0h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHpy76M0h .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-rYHrsHwWmf.popup-builder {
  background-color: #ffffff;
}
.cid-rYHrsHwWmf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHrsHwWmf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHrsHwWmf .modal-content,
.cid-rYHrsHwWmf .modal-dialog {
  height: auto;
}
.cid-rYHrsHwWmf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHrsHwWmf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHrsHwWmf .form-wrapper .mbr-form .form-group,
  .cid-rYHrsHwWmf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHrsHwWmf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHrsHwWmf .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-rYHrsHwWmf .mbr-text {
  text-align: center;
}
.cid-rYHrsHwWmf .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHrsHwWmf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHrsHwWmf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHrsHwWmf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHrsHwWmf .modal-open {
  overflow: hidden;
}
.cid-rYHrsHwWmf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHrsHwWmf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHrsHwWmf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHrsHwWmf .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-rYHrsHwWmf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHrsHwWmf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHrsHwWmf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHrsHwWmf .modal-content {
  background: #efefef;
  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-rYHrsHwWmf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHrsHwWmf .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHrsHwWmf .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHrsHwWmf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHrsHwWmf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHrsHwWmf .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHrsHwWmf .modal-header .close:focus {
  outline: none;
}
.cid-rYHrsHwWmf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHrsHwWmf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHrsHwWmf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHrsHwWmf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHrsHwWmf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHrsHwWmf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHrsHwWmf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHrsHwWmf .modal-sm {
    max-width: 300px;
  }
  .cid-rYHrsHwWmf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHrsHwWmf .modal-lg,
  .cid-rYHrsHwWmf .modal-xl {
    max-width: 800px;
  }
  .cid-rYHrsHwWmf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHrsHwWmf .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHrsHwWmf .container {
    max-width: 1140px;
  }
}
.cid-rYHrsHwWmf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHrsHwWmf .container {
    max-width: 720px;
  }
}
.cid-rYHrsHwWmf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHrsHwWmf .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-rYHrsHwWmf .form-group {
  margin-bottom: 1rem;
}
.cid-rYHrsHwWmf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHrsHwWmf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHrsHwWmf .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-rYHt2H5wWf.popup-builder {
  background-color: #ffffff;
}
.cid-rYHt2H5wWf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHt2H5wWf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHt2H5wWf .modal-content,
.cid-rYHt2H5wWf .modal-dialog {
  height: auto;
}
.cid-rYHt2H5wWf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHt2H5wWf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHt2H5wWf .form-wrapper .mbr-form .form-group,
  .cid-rYHt2H5wWf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHt2H5wWf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHt2H5wWf .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-rYHt2H5wWf .mbr-text {
  text-align: center;
}
.cid-rYHt2H5wWf .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHt2H5wWf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHt2H5wWf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHt2H5wWf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHt2H5wWf .modal-open {
  overflow: hidden;
}
.cid-rYHt2H5wWf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHt2H5wWf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHt2H5wWf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHt2H5wWf .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-rYHt2H5wWf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHt2H5wWf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHt2H5wWf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHt2H5wWf .modal-content {
  background: #efefef;
  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-rYHt2H5wWf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHt2H5wWf .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHt2H5wWf .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHt2H5wWf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHt2H5wWf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHt2H5wWf .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHt2H5wWf .modal-header .close:focus {
  outline: none;
}
.cid-rYHt2H5wWf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHt2H5wWf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHt2H5wWf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHt2H5wWf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHt2H5wWf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHt2H5wWf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHt2H5wWf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHt2H5wWf .modal-sm {
    max-width: 300px;
  }
  .cid-rYHt2H5wWf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHt2H5wWf .modal-lg,
  .cid-rYHt2H5wWf .modal-xl {
    max-width: 800px;
  }
  .cid-rYHt2H5wWf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHt2H5wWf .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHt2H5wWf .container {
    max-width: 1140px;
  }
}
.cid-rYHt2H5wWf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHt2H5wWf .container {
    max-width: 720px;
  }
}
.cid-rYHt2H5wWf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHt2H5wWf .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-rYHt2H5wWf .form-group {
  margin-bottom: 1rem;
}
.cid-rYHt2H5wWf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHt2H5wWf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHt2H5wWf .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-rYHtb0wp3S.popup-builder {
  background-color: #ffffff;
}
.cid-rYHtb0wp3S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHtb0wp3S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHtb0wp3S .modal-content,
.cid-rYHtb0wp3S .modal-dialog {
  height: auto;
}
.cid-rYHtb0wp3S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHtb0wp3S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHtb0wp3S .form-wrapper .mbr-form .form-group,
  .cid-rYHtb0wp3S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHtb0wp3S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHtb0wp3S .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-rYHtb0wp3S .mbr-text {
  text-align: center;
}
.cid-rYHtb0wp3S .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHtb0wp3S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHtb0wp3S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHtb0wp3S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHtb0wp3S .modal-open {
  overflow: hidden;
}
.cid-rYHtb0wp3S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHtb0wp3S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHtb0wp3S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHtb0wp3S .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-rYHtb0wp3S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHtb0wp3S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHtb0wp3S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHtb0wp3S .modal-content {
  background: #efefef;
  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-rYHtb0wp3S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHtb0wp3S .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHtb0wp3S .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHtb0wp3S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHtb0wp3S .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHtb0wp3S .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHtb0wp3S .modal-header .close:focus {
  outline: none;
}
.cid-rYHtb0wp3S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHtb0wp3S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHtb0wp3S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHtb0wp3S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHtb0wp3S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHtb0wp3S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHtb0wp3S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHtb0wp3S .modal-sm {
    max-width: 300px;
  }
  .cid-rYHtb0wp3S .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHtb0wp3S .modal-lg,
  .cid-rYHtb0wp3S .modal-xl {
    max-width: 800px;
  }
  .cid-rYHtb0wp3S .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHtb0wp3S .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHtb0wp3S .container {
    max-width: 1140px;
  }
}
.cid-rYHtb0wp3S .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHtb0wp3S .container {
    max-width: 720px;
  }
}
.cid-rYHtb0wp3S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHtb0wp3S .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-rYHtb0wp3S .form-group {
  margin-bottom: 1rem;
}
.cid-rYHtb0wp3S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHtb0wp3S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHtb0wp3S .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-rYHti3hDao.popup-builder {
  background-color: #ffffff;
}
.cid-rYHti3hDao.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHti3hDao.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHti3hDao .modal-content,
.cid-rYHti3hDao .modal-dialog {
  height: auto;
}
.cid-rYHti3hDao .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHti3hDao .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHti3hDao .form-wrapper .mbr-form .form-group,
  .cid-rYHti3hDao .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHti3hDao .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHti3hDao .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-rYHti3hDao .mbr-text {
  text-align: center;
}
.cid-rYHti3hDao .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHti3hDao .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHti3hDao .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHti3hDao .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHti3hDao .modal-open {
  overflow: hidden;
}
.cid-rYHti3hDao .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHti3hDao .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHti3hDao .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHti3hDao .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-rYHti3hDao .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHti3hDao .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHti3hDao .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHti3hDao .modal-content {
  background: #efefef;
  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-rYHti3hDao .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHti3hDao .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHti3hDao .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHti3hDao .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHti3hDao .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHti3hDao .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHti3hDao .modal-header .close:focus {
  outline: none;
}
.cid-rYHti3hDao .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHti3hDao .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHti3hDao .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHti3hDao .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHti3hDao .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHti3hDao .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHti3hDao .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHti3hDao .modal-sm {
    max-width: 300px;
  }
  .cid-rYHti3hDao .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHti3hDao .modal-lg,
  .cid-rYHti3hDao .modal-xl {
    max-width: 800px;
  }
  .cid-rYHti3hDao .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHti3hDao .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHti3hDao .container {
    max-width: 1140px;
  }
}
.cid-rYHti3hDao .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHti3hDao .container {
    max-width: 720px;
  }
}
.cid-rYHti3hDao .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHti3hDao .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-rYHti3hDao .form-group {
  margin-bottom: 1rem;
}
.cid-rYHti3hDao .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHti3hDao .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHti3hDao .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-rYHu3Bithb.popup-builder {
  background-color: #ffffff;
}
.cid-rYHu3Bithb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHu3Bithb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHu3Bithb .modal-content,
.cid-rYHu3Bithb .modal-dialog {
  height: auto;
}
.cid-rYHu3Bithb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHu3Bithb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHu3Bithb .form-wrapper .mbr-form .form-group,
  .cid-rYHu3Bithb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHu3Bithb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHu3Bithb .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-rYHu3Bithb .mbr-text {
  text-align: center;
}
.cid-rYHu3Bithb .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHu3Bithb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHu3Bithb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHu3Bithb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHu3Bithb .modal-open {
  overflow: hidden;
}
.cid-rYHu3Bithb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHu3Bithb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHu3Bithb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHu3Bithb .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-rYHu3Bithb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHu3Bithb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHu3Bithb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHu3Bithb .modal-content {
  background: #efefef;
  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-rYHu3Bithb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHu3Bithb .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHu3Bithb .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHu3Bithb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHu3Bithb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHu3Bithb .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHu3Bithb .modal-header .close:focus {
  outline: none;
}
.cid-rYHu3Bithb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHu3Bithb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHu3Bithb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHu3Bithb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHu3Bithb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHu3Bithb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHu3Bithb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHu3Bithb .modal-sm {
    max-width: 300px;
  }
  .cid-rYHu3Bithb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHu3Bithb .modal-lg,
  .cid-rYHu3Bithb .modal-xl {
    max-width: 800px;
  }
  .cid-rYHu3Bithb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHu3Bithb .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHu3Bithb .container {
    max-width: 1140px;
  }
}
.cid-rYHu3Bithb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHu3Bithb .container {
    max-width: 720px;
  }
}
.cid-rYHu3Bithb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHu3Bithb .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-rYHu3Bithb .form-group {
  margin-bottom: 1rem;
}
.cid-rYHu3Bithb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHu3Bithb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHu3Bithb .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-rYHuklAyfR.popup-builder {
  background-color: #ffffff;
}
.cid-rYHuklAyfR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHuklAyfR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHuklAyfR .modal-content,
.cid-rYHuklAyfR .modal-dialog {
  height: auto;
}
.cid-rYHuklAyfR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHuklAyfR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHuklAyfR .form-wrapper .mbr-form .form-group,
  .cid-rYHuklAyfR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHuklAyfR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHuklAyfR .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-rYHuklAyfR .mbr-text {
  text-align: center;
}
.cid-rYHuklAyfR .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHuklAyfR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHuklAyfR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHuklAyfR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHuklAyfR .modal-open {
  overflow: hidden;
}
.cid-rYHuklAyfR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHuklAyfR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHuklAyfR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHuklAyfR .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-rYHuklAyfR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHuklAyfR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHuklAyfR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHuklAyfR .modal-content {
  background: #efefef;
  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-rYHuklAyfR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHuklAyfR .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHuklAyfR .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHuklAyfR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHuklAyfR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHuklAyfR .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHuklAyfR .modal-header .close:focus {
  outline: none;
}
.cid-rYHuklAyfR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHuklAyfR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHuklAyfR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHuklAyfR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHuklAyfR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHuklAyfR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHuklAyfR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHuklAyfR .modal-sm {
    max-width: 300px;
  }
  .cid-rYHuklAyfR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHuklAyfR .modal-lg,
  .cid-rYHuklAyfR .modal-xl {
    max-width: 800px;
  }
  .cid-rYHuklAyfR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHuklAyfR .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHuklAyfR .container {
    max-width: 1140px;
  }
}
.cid-rYHuklAyfR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHuklAyfR .container {
    max-width: 720px;
  }
}
.cid-rYHuklAyfR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHuklAyfR .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-rYHuklAyfR .form-group {
  margin-bottom: 1rem;
}
.cid-rYHuklAyfR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHuklAyfR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHuklAyfR .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-rYHuwJeOTi.popup-builder {
  background-color: #ffffff;
}
.cid-rYHuwJeOTi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHuwJeOTi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHuwJeOTi .modal-content,
.cid-rYHuwJeOTi .modal-dialog {
  height: auto;
}
.cid-rYHuwJeOTi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHuwJeOTi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHuwJeOTi .form-wrapper .mbr-form .form-group,
  .cid-rYHuwJeOTi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHuwJeOTi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHuwJeOTi .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-rYHuwJeOTi .mbr-text {
  text-align: center;
}
.cid-rYHuwJeOTi .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHuwJeOTi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHuwJeOTi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHuwJeOTi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHuwJeOTi .modal-open {
  overflow: hidden;
}
.cid-rYHuwJeOTi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHuwJeOTi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHuwJeOTi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHuwJeOTi .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-rYHuwJeOTi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHuwJeOTi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHuwJeOTi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHuwJeOTi .modal-content {
  background: #efefef;
  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-rYHuwJeOTi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHuwJeOTi .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHuwJeOTi .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHuwJeOTi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHuwJeOTi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHuwJeOTi .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHuwJeOTi .modal-header .close:focus {
  outline: none;
}
.cid-rYHuwJeOTi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHuwJeOTi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHuwJeOTi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHuwJeOTi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHuwJeOTi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHuwJeOTi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHuwJeOTi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHuwJeOTi .modal-sm {
    max-width: 300px;
  }
  .cid-rYHuwJeOTi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHuwJeOTi .modal-lg,
  .cid-rYHuwJeOTi .modal-xl {
    max-width: 800px;
  }
  .cid-rYHuwJeOTi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHuwJeOTi .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHuwJeOTi .container {
    max-width: 1140px;
  }
}
.cid-rYHuwJeOTi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHuwJeOTi .container {
    max-width: 720px;
  }
}
.cid-rYHuwJeOTi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHuwJeOTi .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-rYHuwJeOTi .form-group {
  margin-bottom: 1rem;
}
.cid-rYHuwJeOTi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHuwJeOTi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHuwJeOTi .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-rWdVRRmtsq .modal-body .close {
  background: #1b1b1b;
}
.cid-rWdVRRmtsq .modal-body .close span {
  font-style: normal;
}
.cid-rWdVRRmtsq .carousel-inner > .active,
.cid-rWdVRRmtsq .carousel-inner > .next,
.cid-rWdVRRmtsq .carousel-inner > .prev {
  display: table;
}
.cid-rWdVRRmtsq .carousel-control .icon-next,
.cid-rWdVRRmtsq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWdVRRmtsq .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWdVRRmtsq .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdVRRmtsq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWdVRRmtsq .boxed-slider > div {
  position: relative;
}
.cid-rWdVRRmtsq .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWdVRRmtsq .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWdVRRmtsq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdVRRmtsq .mbr-table-cell {
  padding: 0;
}
.cid-rWdVRRmtsq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWdVRRmtsq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWdVRRmtsq .mbr-overlay {
  z-index: 1;
}
.cid-rWdVRRmtsq .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdVRRmtsq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWdVRRmtsq .carousel-item .container {
    width: 100%;
  }
}
.cid-rWdVRRmtsq .carousel-item-next.carousel-item-left,
.cid-rWdVRRmtsq .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWdVRRmtsq .active.carousel-item-right,
.cid-rWdVRRmtsq .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWdVRRmtsq .active.carousel-item-left,
.cid-rWdVRRmtsq .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWdVRRmtsq .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWdVRRmtsq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWdVRRmtsq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWdVRRmtsq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWdVRRmtsq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWdVRRmtsq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWdVRRmtsq .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWdVRRmtsq .mbr-slider .carousel-indicators li.active,
.cid-rWdVRRmtsq .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWdVRRmtsq .mbr-slider .carousel-indicators li::after,
.cid-rWdVRRmtsq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWdVRRmtsq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWdVRRmtsq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWdVRRmtsq .mbr-slider > .container img {
  width: 100%;
}
.cid-rWdVRRmtsq .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWdVRRmtsq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWdVRRmtsq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdVRRmtsq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdVRRmtsq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWdVRRmtsq .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWdVRRmtsq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWdVRRmtsq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWdVRRmtsq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWdVRRmtsq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdVRRmtsq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWdVRRmtsq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWdVRRmtsq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWdVRRmtsq h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWdVRRmtsq .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWdVRRmtsq .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWdVRRmtsq .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWdVRRmtsq .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWdVRRmtsq .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWdVRRmtsq .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdVRRmtsq .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWdVRRmtsq .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdVRRmtsq P {
  color: #cebfaf;
  text-align: center;
}
.cid-rWdVRRmtsq H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUIzrKSmvL {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUIzrKSmvL img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUIzrKSmvL H1 {
  color: #2c1608;
}
.cid-rUIzrKSmvL .mbr-text,
.cid-rUIzrKSmvL .mbr-section-btn {
  color: #716c80;
}
.cid-rUIzrKSmvL H3 {
  color: #4f4943;
}
.cid-rUIzrKSmvL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUIzrKSmvL .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUIzrKSmvL .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUIzrKSmvL .link:hover {
  color: #ff6400 !important;
}
.cid-rUIzrKSmvL .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUIzrKSmvL DIV {
  color: #57468b;
}
.cid-rUIzrKSmvL .mbr-text,
.cid-rUIzrKSmvL .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUIzrKSmvL .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUIzrMlhBc {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rUIzrMlhBc H2 {
  color: #ff6400;
}
.cid-rUIzrMlhBc .mbr-text,
.cid-rUIzrMlhBc .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUIzrMlhBc .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUIzrMlhBc .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUIzrMlhBc .mbr-figure {
  height: 100%;
}
.cid-rUIzrMlhBc .card-img {
  padding: 0 2rem;
}
.cid-rUIzrMlhBc img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUIzrMlhBc H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUIzrMlhBc .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUIzrMlhBc .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUIzrMlhBc .container {
    padding: 0 3rem;
  }
  .cid-rUIzrMlhBc .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUIzrMlhBc .container {
    padding: 0 2rem;
  }
  .cid-rUIzrMlhBc .card-img {
    width: 100%;
  }
  .cid-rUIzrMlhBc .center-card {
    padding: 1rem;
  }
}
.cid-rUIzrO8yOK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUIzrO8yOK H2 {
  color: #e7272d;
}
.cid-rUIzrO8yOK img {
  max-width: 500px;
  margin: auto;
}
.cid-rUIzrO8yOK H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUIzrO8yOK .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUIzrO8yOK .span-row {
  width: 100%;
}
.cid-rUIzrO8yOK .mbr-section-title,
.cid-rUIzrO8yOK .span-row {
  color: #cebfaf;
}
.cid-rUIzrO8yOK .mbr-text,
.cid-rUIzrO8yOK .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUIzrPg5We {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUIzrPg5We .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUIzrPg5We .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUIzrPg5We .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUIzrPg5We .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUIzrPg5We .menu-row {
  margin: 0;
}
.cid-rUIzrPg5We .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUIzrPg5We .card-header {
  background: transparent;
}
.cid-rUIzrPg5We .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUIzrPg5We .card-subtitle {
  margin: 0;
}
.cid-rUIzrPg5We .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUIzrPg5We .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUIzrPg5We .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUIzrPg5We .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUIzrPg5We .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUIzrPg5We .card .panel-body {
  color: #767676;
}
.cid-rUIzrPg5We h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUIzrPg5We H4 {
  color: #4f4943;
}
.cid-rUIzrPg5We H2 {
  color: #222222;
}
.cid-rUIzrPg5We .panel-text {
  color: #232323;
}
.cid-rUIzrPg5We .box-text {
  color: #232323;
}
.cid-rUIzrPg5We SPAN {
  color: #ff6800;
}
.cid-rUIzrPg5We .item-title {
  color: #4f4943;
}
.cid-rUIzrPg5We .mbr-section-title,
.cid-rUIzrPg5We .underline {
  color: #232323;
  text-align: center;
}
.cid-rUIzrPg5We .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUIzrRx99Q {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUIzrRx99Q li {
  list-style: none;
}
.cid-rUIzrRx99Q .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUIzrRx99Q .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUIzrRx99Q .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUIzrRx99Q h4 {
  margin: 0;
}
.cid-rUIzrRx99Q ul {
  padding: 0;
  margin: 0;
}
.cid-rUIzrRx99Q .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUIzrRx99Q .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUIzrRx99Q .accordion .card {
  overflow: hidden;
}
.cid-rUIzrRx99Q .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUIzrRx99Q .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUIzrRx99Q .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUIzrRx99Q .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUIzrRx99Q .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUIzrRx99Q .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUIzrRx99Q .card .panel-body {
  color: #767676;
}
.cid-rUIzrRx99Q .card:hover {
  background: #efefef;
}
.cid-rUIzrRx99Q .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUIzrRx99Q .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUIzrRx99Q .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUIzrRx99Q .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUIzrRx99Q .panel-collapse {
  margin-top: -1px;
}
.cid-rUIzrRx99Q H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUIzrRx99Q .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUIzrRx99Q .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUIzrRx99Q .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUIzrRx99Q H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUIzrRx99Q H2 {
  color: #000000;
}
.cid-rUIzrRx99Q .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUIzrYEcVq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUIzrYEcVq .mbr-text {
  color: #767676;
}
.cid-rUIzrYEcVq .card-subtitle {
  margin: 0;
}
.cid-rUIzrYEcVq .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUIzrYEcVq img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUIzrYEcVq .card-box {
  padding: 1rem;
}
.cid-rUIzrYEcVq .link {
  transition: all 0.3s;
}
.cid-rUIzrYEcVq .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUIzrYEcVq .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUIzrYEcVq .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUIzrYEcVq .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUIzrYEcVq h4,
.cid-rUIzrYEcVq h6,
.cid-rUIzrYEcVq h5 {
  margin: 0;
}
.cid-rUIzrYEcVq .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUIzrYEcVq .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUIzrYEcVq .link-wrap:hover {
  color: #ff6400;
}
.cid-rUIzrYEcVq .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUIzrYEcVq .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUIzrYEcVq .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUIzrYEcVq .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUIzrYEcVq .icon-wrap span {
  margin-right: 8px;
}
.cid-rUIzrYEcVq .icon-padding {
  padding-left: 2rem;
}
.cid-rUIzrYEcVq .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUIzrYEcVq .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUIzrYEcVq .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUIzrYEcVq .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUIzrYEcVq .card:hover img {
  transform: scale(1.1);
}
.cid-rUIzrYEcVq .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUIzrYEcVq .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUIzrYEcVq .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUIzrYEcVq .row {
  justify-content: center;
}
.cid-rUIzrYEcVq .location,
.cid-rUIzrYEcVq .icon-wrap {
  color: #ff6400;
}
.cid-rUIzrYEcVq .link,
.cid-rUIzrYEcVq .link-wrap,
.cid-rUIzrYEcVq .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUIzrYEcVq .wrapper {
    flex-direction: column;
  }
  .cid-rUIzrYEcVq .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUIzrYEcVq .card-box {
    padding: 0;
  }
}
.cid-rUIzrYEcVq H2 {
  color: #ff6400;
}
.cid-rUIzrYEcVq .mbr-text,
.cid-rUIzrYEcVq .link {
  color: #0e0e0e;
}
.cid-s0YmzKTiMQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-45.jpg");
}
@media (max-width: 992px) {
  .cid-s0YmzKTiMQ {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s0YmzKTiMQ .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s0YmzKTiMQ .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-s0YmzKTiMQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-s0YmzKTiMQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s0YmzKTiMQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s0YmzKTiMQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-s0YmzKTiMQ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s0YmzKTiMQ {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cid-s0YmzKTiMQ .box {
    height: 250px;
  }
}
.cid-s0YmzKTiMQ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s0YmzKTiMQ .mbr-section-title,
.cid-s0YmzKTiMQ .span-row {
  color: #cebfaf;
}
.cid-s0YmzKTiMQ .mbr-text,
.cid-s0YmzKTiMQ .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rUIzs1xXej {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUIzs1xXej blockquote {
  border-width: 2px;
  border-color: #ff5400;
  padding: 0 0 0 50px;
}
.cid-rUIzs1xXej .mbr-text,
.cid-rUIzs1xXej .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUIzs1xXej footer {
  font-style: normal;
}
.cid-rVjqsX9Ulg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjqsX9Ulg h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjqsX9Ulg h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjqsX9Ulg .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjqsX9Ulg span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjqsX9Ulg .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjqsX9Ulg .card {
    padding: 1rem;
  }
}
.cid-rVjqsX9Ulg .user_name,
.cid-rVjqsX9Ulg .align {
  color: #cccccc;
}
.cid-rVjqsX9Ulg .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjAX9XpCo {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjAX9XpCo .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjAX9XpCo .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjAX9XpCo H2 {
  color: #e7272d;
}
.cid-rVjAX9XpCo .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjAX9XpCo .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjAX9XpCo .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAX9XpCo .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjAX9XpCo .col-lg-12 {
  overflow: hidden;
}
.cid-rVjAX9XpCo H4 {
  color: #ff6400;
}
.cid-rVjAX9XpCo .mbr-text,
.cid-rVjAX9XpCo .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjAX9XpCo .logo-wrap:before {
    content: none;
  }
  .cid-rVjAX9XpCo .logo-wrap:after {
    content: none;
  }
}
.cid-rVjAX9XpCo H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY7M6yOf27.popup-builder {
  background-color: #ffffff;
}
.cid-rY7M6yOf27.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY7M6yOf27.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY7M6yOf27 .modal-content,
.cid-rY7M6yOf27 .modal-dialog {
  height: auto;
}
.cid-rY7M6yOf27 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY7M6yOf27 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY7M6yOf27 .form-wrapper .mbr-form .form-group,
  .cid-rY7M6yOf27 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY7M6yOf27 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY7M6yOf27 .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-rY7M6yOf27 .mbr-text {
  text-align: center;
}
.cid-rY7M6yOf27 .pt-0 {
  padding-top: 0 !important;
}
.cid-rY7M6yOf27 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY7M6yOf27 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY7M6yOf27 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY7M6yOf27 .modal-open {
  overflow: hidden;
}
.cid-rY7M6yOf27 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY7M6yOf27 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY7M6yOf27 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY7M6yOf27 .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-rY7M6yOf27 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY7M6yOf27 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY7M6yOf27 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY7M6yOf27 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY7M6yOf27 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY7M6yOf27 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY7M6yOf27 .modal-backdrop.show {
  opacity: .5;
}
.cid-rY7M6yOf27 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY7M6yOf27 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY7M6yOf27 .modal-header .close:hover {
  opacity: 1;
}
.cid-rY7M6yOf27 .modal-header .close:focus {
  outline: none;
}
.cid-rY7M6yOf27 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rY7M6yOf27 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY7M6yOf27 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY7M6yOf27 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY7M6yOf27 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY7M6yOf27 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY7M6yOf27 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY7M6yOf27 .modal-sm {
    max-width: 300px;
  }
  .cid-rY7M6yOf27 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY7M6yOf27 .modal-lg,
  .cid-rY7M6yOf27 .modal-xl {
    max-width: 800px;
  }
  .cid-rY7M6yOf27 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY7M6yOf27 .modal-xl {
    max-width: 1140px;
  }
  .cid-rY7M6yOf27 .container {
    max-width: 1140px;
  }
}
.cid-rY7M6yOf27 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY7M6yOf27 .container {
    max-width: 720px;
  }
}
.cid-rY7M6yOf27 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY7M6yOf27 .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-rY7M6yOf27 .form-group {
  margin-bottom: 1rem;
}
.cid-rY7M6yOf27 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY7M6yOf27 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY7M6yOf27 .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-rYdi1TdfSj.popup-builder {
  background-color: #ffffff;
}
.cid-rYdi1TdfSj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdi1TdfSj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdi1TdfSj .modal-content,
.cid-rYdi1TdfSj .modal-dialog {
  height: auto;
}
.cid-rYdi1TdfSj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdi1TdfSj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdi1TdfSj .form-wrapper .mbr-form .form-group,
  .cid-rYdi1TdfSj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdi1TdfSj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdi1TdfSj .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-rYdi1TdfSj .mbr-text {
  text-align: center;
}
.cid-rYdi1TdfSj .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdi1TdfSj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdi1TdfSj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdi1TdfSj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdi1TdfSj .modal-open {
  overflow: hidden;
}
.cid-rYdi1TdfSj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdi1TdfSj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdi1TdfSj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdi1TdfSj .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-rYdi1TdfSj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdi1TdfSj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdi1TdfSj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdi1TdfSj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdi1TdfSj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdi1TdfSj .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdi1TdfSj .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdi1TdfSj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdi1TdfSj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdi1TdfSj .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdi1TdfSj .modal-header .close:focus {
  outline: none;
}
.cid-rYdi1TdfSj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdi1TdfSj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdi1TdfSj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdi1TdfSj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdi1TdfSj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdi1TdfSj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdi1TdfSj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdi1TdfSj .modal-sm {
    max-width: 300px;
  }
  .cid-rYdi1TdfSj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdi1TdfSj .modal-lg,
  .cid-rYdi1TdfSj .modal-xl {
    max-width: 800px;
  }
  .cid-rYdi1TdfSj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdi1TdfSj .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdi1TdfSj .container {
    max-width: 1140px;
  }
}
.cid-rYdi1TdfSj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdi1TdfSj .container {
    max-width: 720px;
  }
}
.cid-rYdi1TdfSj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdi1TdfSj .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-rYdi1TdfSj .form-group {
  margin-bottom: 1rem;
}
.cid-rYdi1TdfSj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdi1TdfSj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdi1TdfSj .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-rYdi4Hxb66.popup-builder {
  background-color: #ffffff;
}
.cid-rYdi4Hxb66.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdi4Hxb66.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdi4Hxb66 .modal-content,
.cid-rYdi4Hxb66 .modal-dialog {
  height: auto;
}
.cid-rYdi4Hxb66 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdi4Hxb66 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdi4Hxb66 .form-wrapper .mbr-form .form-group,
  .cid-rYdi4Hxb66 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdi4Hxb66 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdi4Hxb66 .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-rYdi4Hxb66 .mbr-text {
  text-align: center;
}
.cid-rYdi4Hxb66 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdi4Hxb66 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdi4Hxb66 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdi4Hxb66 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdi4Hxb66 .modal-open {
  overflow: hidden;
}
.cid-rYdi4Hxb66 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdi4Hxb66 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdi4Hxb66 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdi4Hxb66 .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-rYdi4Hxb66 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdi4Hxb66 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdi4Hxb66 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdi4Hxb66 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdi4Hxb66 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdi4Hxb66 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdi4Hxb66 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdi4Hxb66 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdi4Hxb66 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdi4Hxb66 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdi4Hxb66 .modal-header .close:focus {
  outline: none;
}
.cid-rYdi4Hxb66 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdi4Hxb66 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdi4Hxb66 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdi4Hxb66 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdi4Hxb66 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdi4Hxb66 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdi4Hxb66 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdi4Hxb66 .modal-sm {
    max-width: 300px;
  }
  .cid-rYdi4Hxb66 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdi4Hxb66 .modal-lg,
  .cid-rYdi4Hxb66 .modal-xl {
    max-width: 800px;
  }
  .cid-rYdi4Hxb66 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdi4Hxb66 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdi4Hxb66 .container {
    max-width: 1140px;
  }
}
.cid-rYdi4Hxb66 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdi4Hxb66 .container {
    max-width: 720px;
  }
}
.cid-rYdi4Hxb66 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdi4Hxb66 .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-rYdi4Hxb66 .form-group {
  margin-bottom: 1rem;
}
.cid-rYdi4Hxb66 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdi4Hxb66 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdi4Hxb66 .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-rYdnXujxxS.popup-builder {
  background-color: #ffffff;
}
.cid-rYdnXujxxS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdnXujxxS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdnXujxxS .modal-content,
.cid-rYdnXujxxS .modal-dialog {
  height: auto;
}
.cid-rYdnXujxxS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdnXujxxS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdnXujxxS .form-wrapper .mbr-form .form-group,
  .cid-rYdnXujxxS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdnXujxxS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdnXujxxS .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-rYdnXujxxS .mbr-text {
  text-align: center;
}
.cid-rYdnXujxxS .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdnXujxxS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdnXujxxS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdnXujxxS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdnXujxxS .modal-open {
  overflow: hidden;
}
.cid-rYdnXujxxS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdnXujxxS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdnXujxxS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdnXujxxS .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-rYdnXujxxS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdnXujxxS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdnXujxxS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdnXujxxS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdnXujxxS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdnXujxxS .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdnXujxxS .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdnXujxxS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdnXujxxS .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdnXujxxS .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdnXujxxS .modal-header .close:focus {
  outline: none;
}
.cid-rYdnXujxxS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdnXujxxS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdnXujxxS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdnXujxxS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdnXujxxS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdnXujxxS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdnXujxxS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdnXujxxS .modal-sm {
    max-width: 300px;
  }
  .cid-rYdnXujxxS .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdnXujxxS .modal-lg,
  .cid-rYdnXujxxS .modal-xl {
    max-width: 800px;
  }
  .cid-rYdnXujxxS .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdnXujxxS .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdnXujxxS .container {
    max-width: 1140px;
  }
}
.cid-rYdnXujxxS .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdnXujxxS .container {
    max-width: 720px;
  }
}
.cid-rYdnXujxxS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdnXujxxS .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-rYdnXujxxS .form-group {
  margin-bottom: 1rem;
}
.cid-rYdnXujxxS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdnXujxxS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdnXujxxS .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-rYdVYo3uiY.popup-builder {
  background-color: #ffffff;
}
.cid-rYdVYo3uiY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdVYo3uiY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdVYo3uiY .modal-content,
.cid-rYdVYo3uiY .modal-dialog {
  height: auto;
}
.cid-rYdVYo3uiY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdVYo3uiY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdVYo3uiY .form-wrapper .mbr-form .form-group,
  .cid-rYdVYo3uiY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdVYo3uiY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdVYo3uiY .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-rYdVYo3uiY .mbr-text {
  text-align: center;
}
.cid-rYdVYo3uiY .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdVYo3uiY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdVYo3uiY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdVYo3uiY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdVYo3uiY .modal-open {
  overflow: hidden;
}
.cid-rYdVYo3uiY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdVYo3uiY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdVYo3uiY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdVYo3uiY .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-rYdVYo3uiY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdVYo3uiY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdVYo3uiY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdVYo3uiY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdVYo3uiY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdVYo3uiY .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdVYo3uiY .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdVYo3uiY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdVYo3uiY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdVYo3uiY .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdVYo3uiY .modal-header .close:focus {
  outline: none;
}
.cid-rYdVYo3uiY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdVYo3uiY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdVYo3uiY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdVYo3uiY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdVYo3uiY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdVYo3uiY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdVYo3uiY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdVYo3uiY .modal-sm {
    max-width: 300px;
  }
  .cid-rYdVYo3uiY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdVYo3uiY .modal-lg,
  .cid-rYdVYo3uiY .modal-xl {
    max-width: 800px;
  }
  .cid-rYdVYo3uiY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdVYo3uiY .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdVYo3uiY .container {
    max-width: 1140px;
  }
}
.cid-rYdVYo3uiY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdVYo3uiY .container {
    max-width: 720px;
  }
}
.cid-rYdVYo3uiY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdVYo3uiY .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-rYdVYo3uiY .form-group {
  margin-bottom: 1rem;
}
.cid-rYdVYo3uiY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdVYo3uiY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdVYo3uiY .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-rYdX1eaAYa.popup-builder {
  background-color: #ffffff;
}
.cid-rYdX1eaAYa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdX1eaAYa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdX1eaAYa .modal-content,
.cid-rYdX1eaAYa .modal-dialog {
  height: auto;
}
.cid-rYdX1eaAYa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdX1eaAYa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdX1eaAYa .form-wrapper .mbr-form .form-group,
  .cid-rYdX1eaAYa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdX1eaAYa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdX1eaAYa .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-rYdX1eaAYa .mbr-text {
  text-align: center;
}
.cid-rYdX1eaAYa .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdX1eaAYa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdX1eaAYa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdX1eaAYa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdX1eaAYa .modal-open {
  overflow: hidden;
}
.cid-rYdX1eaAYa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdX1eaAYa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdX1eaAYa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdX1eaAYa .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-rYdX1eaAYa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdX1eaAYa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdX1eaAYa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdX1eaAYa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdX1eaAYa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdX1eaAYa .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdX1eaAYa .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdX1eaAYa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdX1eaAYa .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdX1eaAYa .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdX1eaAYa .modal-header .close:focus {
  outline: none;
}
.cid-rYdX1eaAYa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdX1eaAYa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdX1eaAYa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdX1eaAYa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdX1eaAYa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdX1eaAYa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdX1eaAYa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdX1eaAYa .modal-sm {
    max-width: 300px;
  }
  .cid-rYdX1eaAYa .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdX1eaAYa .modal-lg,
  .cid-rYdX1eaAYa .modal-xl {
    max-width: 800px;
  }
  .cid-rYdX1eaAYa .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdX1eaAYa .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdX1eaAYa .container {
    max-width: 1140px;
  }
}
.cid-rYdX1eaAYa .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdX1eaAYa .container {
    max-width: 720px;
  }
}
.cid-rYdX1eaAYa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdX1eaAYa .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-rYdX1eaAYa .form-group {
  margin-bottom: 1rem;
}
.cid-rYdX1eaAYa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdX1eaAYa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdX1eaAYa .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-rYdXGaE1GB.popup-builder {
  background-color: #ffffff;
}
.cid-rYdXGaE1GB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdXGaE1GB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdXGaE1GB .modal-content,
.cid-rYdXGaE1GB .modal-dialog {
  height: auto;
}
.cid-rYdXGaE1GB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdXGaE1GB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdXGaE1GB .form-wrapper .mbr-form .form-group,
  .cid-rYdXGaE1GB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdXGaE1GB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdXGaE1GB .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-rYdXGaE1GB .mbr-text {
  text-align: center;
}
.cid-rYdXGaE1GB .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdXGaE1GB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdXGaE1GB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdXGaE1GB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdXGaE1GB .modal-open {
  overflow: hidden;
}
.cid-rYdXGaE1GB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdXGaE1GB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdXGaE1GB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdXGaE1GB .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-rYdXGaE1GB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdXGaE1GB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdXGaE1GB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdXGaE1GB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdXGaE1GB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdXGaE1GB .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdXGaE1GB .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdXGaE1GB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdXGaE1GB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdXGaE1GB .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdXGaE1GB .modal-header .close:focus {
  outline: none;
}
.cid-rYdXGaE1GB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdXGaE1GB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdXGaE1GB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdXGaE1GB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdXGaE1GB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdXGaE1GB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdXGaE1GB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdXGaE1GB .modal-sm {
    max-width: 300px;
  }
  .cid-rYdXGaE1GB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdXGaE1GB .modal-lg,
  .cid-rYdXGaE1GB .modal-xl {
    max-width: 800px;
  }
  .cid-rYdXGaE1GB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdXGaE1GB .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdXGaE1GB .container {
    max-width: 1140px;
  }
}
.cid-rYdXGaE1GB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdXGaE1GB .container {
    max-width: 720px;
  }
}
.cid-rYdXGaE1GB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdXGaE1GB .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-rYdXGaE1GB .form-group {
  margin-bottom: 1rem;
}
.cid-rYdXGaE1GB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdXGaE1GB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdXGaE1GB .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-rYdY21laGB.popup-builder {
  background-color: #ffffff;
}
.cid-rYdY21laGB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdY21laGB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdY21laGB .modal-content,
.cid-rYdY21laGB .modal-dialog {
  height: auto;
}
.cid-rYdY21laGB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdY21laGB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdY21laGB .form-wrapper .mbr-form .form-group,
  .cid-rYdY21laGB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdY21laGB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdY21laGB .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-rYdY21laGB .mbr-text {
  text-align: center;
}
.cid-rYdY21laGB .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdY21laGB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdY21laGB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdY21laGB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdY21laGB .modal-open {
  overflow: hidden;
}
.cid-rYdY21laGB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdY21laGB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdY21laGB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdY21laGB .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-rYdY21laGB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdY21laGB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdY21laGB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdY21laGB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdY21laGB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdY21laGB .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdY21laGB .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdY21laGB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdY21laGB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdY21laGB .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdY21laGB .modal-header .close:focus {
  outline: none;
}
.cid-rYdY21laGB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYdY21laGB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdY21laGB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdY21laGB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdY21laGB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdY21laGB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdY21laGB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdY21laGB .modal-sm {
    max-width: 300px;
  }
  .cid-rYdY21laGB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdY21laGB .modal-lg,
  .cid-rYdY21laGB .modal-xl {
    max-width: 800px;
  }
  .cid-rYdY21laGB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdY21laGB .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdY21laGB .container {
    max-width: 1140px;
  }
}
.cid-rYdY21laGB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdY21laGB .container {
    max-width: 720px;
  }
}
.cid-rYdY21laGB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdY21laGB .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-rYdY21laGB .form-group {
  margin-bottom: 1rem;
}
.cid-rYdY21laGB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdY21laGB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdY21laGB .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-rYdYhJYGo9.popup-builder {
  background-color: #ffffff;
}
.cid-rYdYhJYGo9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdYhJYGo9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdYhJYGo9 .modal-content,
.cid-rYdYhJYGo9 .modal-dialog {
  height: auto;
}
.cid-rYdYhJYGo9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdYhJYGo9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdYhJYGo9 .form-wrapper .mbr-form .form-group,
  .cid-rYdYhJYGo9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdYhJYGo9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdYhJYGo9 .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-rYdYhJYGo9 .mbr-text {
  text-align: center;
}
.cid-rYdYhJYGo9 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdYhJYGo9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdYhJYGo9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdYhJYGo9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdYhJYGo9 .modal-open {
  overflow: hidden;
}
.cid-rYdYhJYGo9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdYhJYGo9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdYhJYGo9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdYhJYGo9 .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-rYdYhJYGo9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdYhJYGo9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdYhJYGo9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdYhJYGo9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdYhJYGo9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdYhJYGo9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdYhJYGo9 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdYhJYGo9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdYhJYGo9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdYhJYGo9 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdYhJYGo9 .modal-header .close:focus {
  outline: none;
}
.cid-rYdYhJYGo9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rYdYhJYGo9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdYhJYGo9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdYhJYGo9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdYhJYGo9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdYhJYGo9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdYhJYGo9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdYhJYGo9 .modal-sm {
    max-width: 300px;
  }
  .cid-rYdYhJYGo9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdYhJYGo9 .modal-lg,
  .cid-rYdYhJYGo9 .modal-xl {
    max-width: 800px;
  }
  .cid-rYdYhJYGo9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdYhJYGo9 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdYhJYGo9 .container {
    max-width: 1140px;
  }
}
.cid-rYdYhJYGo9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdYhJYGo9 .container {
    max-width: 720px;
  }
}
.cid-rYdYhJYGo9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdYhJYGo9 .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-rYdYhJYGo9 .form-group {
  margin-bottom: 1rem;
}
.cid-rYdYhJYGo9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdYhJYGo9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdYhJYGo9 .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-rYe1y17Gcw.popup-builder {
  background-color: #ffffff;
}
.cid-rYe1y17Gcw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYe1y17Gcw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYe1y17Gcw .modal-content,
.cid-rYe1y17Gcw .modal-dialog {
  height: auto;
}
.cid-rYe1y17Gcw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYe1y17Gcw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYe1y17Gcw .form-wrapper .mbr-form .form-group,
  .cid-rYe1y17Gcw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYe1y17Gcw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYe1y17Gcw .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-rYe1y17Gcw .mbr-text {
  text-align: center;
}
.cid-rYe1y17Gcw .pt-0 {
  padding-top: 0 !important;
}
.cid-rYe1y17Gcw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYe1y17Gcw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYe1y17Gcw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYe1y17Gcw .modal-open {
  overflow: hidden;
}
.cid-rYe1y17Gcw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYe1y17Gcw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYe1y17Gcw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYe1y17Gcw .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-rYe1y17Gcw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYe1y17Gcw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYe1y17Gcw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYe1y17Gcw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYe1y17Gcw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYe1y17Gcw .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYe1y17Gcw .modal-backdrop.show {
  opacity: .5;
}
.cid-rYe1y17Gcw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYe1y17Gcw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYe1y17Gcw .modal-header .close:hover {
  opacity: 1;
}
.cid-rYe1y17Gcw .modal-header .close:focus {
  outline: none;
}
.cid-rYe1y17Gcw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYe1y17Gcw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYe1y17Gcw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYe1y17Gcw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYe1y17Gcw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYe1y17Gcw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYe1y17Gcw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYe1y17Gcw .modal-sm {
    max-width: 300px;
  }
  .cid-rYe1y17Gcw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYe1y17Gcw .modal-lg,
  .cid-rYe1y17Gcw .modal-xl {
    max-width: 800px;
  }
  .cid-rYe1y17Gcw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYe1y17Gcw .modal-xl {
    max-width: 1140px;
  }
  .cid-rYe1y17Gcw .container {
    max-width: 1140px;
  }
}
.cid-rYe1y17Gcw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYe1y17Gcw .container {
    max-width: 720px;
  }
}
.cid-rYe1y17Gcw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYe1y17Gcw .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-rYe1y17Gcw .form-group {
  margin-bottom: 1rem;
}
.cid-rYe1y17Gcw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYe1y17Gcw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYe1y17Gcw .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-rYe1RjZXaL.popup-builder {
  background-color: #ffffff;
}
.cid-rYe1RjZXaL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYe1RjZXaL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYe1RjZXaL .modal-content,
.cid-rYe1RjZXaL .modal-dialog {
  height: auto;
}
.cid-rYe1RjZXaL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYe1RjZXaL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYe1RjZXaL .form-wrapper .mbr-form .form-group,
  .cid-rYe1RjZXaL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYe1RjZXaL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYe1RjZXaL .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-rYe1RjZXaL .mbr-text {
  text-align: center;
}
.cid-rYe1RjZXaL .pt-0 {
  padding-top: 0 !important;
}
.cid-rYe1RjZXaL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYe1RjZXaL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYe1RjZXaL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYe1RjZXaL .modal-open {
  overflow: hidden;
}
.cid-rYe1RjZXaL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYe1RjZXaL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYe1RjZXaL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYe1RjZXaL .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-rYe1RjZXaL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYe1RjZXaL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYe1RjZXaL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYe1RjZXaL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYe1RjZXaL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYe1RjZXaL .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYe1RjZXaL .modal-backdrop.show {
  opacity: .5;
}
.cid-rYe1RjZXaL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYe1RjZXaL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYe1RjZXaL .modal-header .close:hover {
  opacity: 1;
}
.cid-rYe1RjZXaL .modal-header .close:focus {
  outline: none;
}
.cid-rYe1RjZXaL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYe1RjZXaL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYe1RjZXaL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYe1RjZXaL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYe1RjZXaL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYe1RjZXaL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYe1RjZXaL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYe1RjZXaL .modal-sm {
    max-width: 300px;
  }
  .cid-rYe1RjZXaL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYe1RjZXaL .modal-lg,
  .cid-rYe1RjZXaL .modal-xl {
    max-width: 800px;
  }
  .cid-rYe1RjZXaL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYe1RjZXaL .modal-xl {
    max-width: 1140px;
  }
  .cid-rYe1RjZXaL .container {
    max-width: 1140px;
  }
}
.cid-rYe1RjZXaL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYe1RjZXaL .container {
    max-width: 720px;
  }
}
.cid-rYe1RjZXaL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYe1RjZXaL .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-rYe1RjZXaL .form-group {
  margin-bottom: 1rem;
}
.cid-rYe1RjZXaL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYe1RjZXaL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYe1RjZXaL .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-rYebdmDPzy.popup-builder {
  background-color: #ffffff;
}
.cid-rYebdmDPzy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYebdmDPzy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYebdmDPzy .modal-content,
.cid-rYebdmDPzy .modal-dialog {
  height: auto;
}
.cid-rYebdmDPzy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYebdmDPzy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYebdmDPzy .form-wrapper .mbr-form .form-group,
  .cid-rYebdmDPzy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYebdmDPzy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYebdmDPzy .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-rYebdmDPzy .mbr-text {
  text-align: center;
}
.cid-rYebdmDPzy .pt-0 {
  padding-top: 0 !important;
}
.cid-rYebdmDPzy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYebdmDPzy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYebdmDPzy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYebdmDPzy .modal-open {
  overflow: hidden;
}
.cid-rYebdmDPzy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYebdmDPzy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYebdmDPzy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYebdmDPzy .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-rYebdmDPzy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYebdmDPzy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYebdmDPzy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYebdmDPzy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYebdmDPzy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYebdmDPzy .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYebdmDPzy .modal-backdrop.show {
  opacity: .5;
}
.cid-rYebdmDPzy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYebdmDPzy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYebdmDPzy .modal-header .close:hover {
  opacity: 1;
}
.cid-rYebdmDPzy .modal-header .close:focus {
  outline: none;
}
.cid-rYebdmDPzy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYebdmDPzy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYebdmDPzy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYebdmDPzy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYebdmDPzy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYebdmDPzy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYebdmDPzy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYebdmDPzy .modal-sm {
    max-width: 300px;
  }
  .cid-rYebdmDPzy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYebdmDPzy .modal-lg,
  .cid-rYebdmDPzy .modal-xl {
    max-width: 800px;
  }
  .cid-rYebdmDPzy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYebdmDPzy .modal-xl {
    max-width: 1140px;
  }
  .cid-rYebdmDPzy .container {
    max-width: 1140px;
  }
}
.cid-rYebdmDPzy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYebdmDPzy .container {
    max-width: 720px;
  }
}
.cid-rYebdmDPzy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYebdmDPzy .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-rYebdmDPzy .form-group {
  margin-bottom: 1rem;
}
.cid-rYebdmDPzy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYebdmDPzy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYebdmDPzy .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-rYeht0YmYg.popup-builder {
  background-color: #ffffff;
}
.cid-rYeht0YmYg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeht0YmYg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeht0YmYg .modal-content,
.cid-rYeht0YmYg .modal-dialog {
  height: auto;
}
.cid-rYeht0YmYg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeht0YmYg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeht0YmYg .form-wrapper .mbr-form .form-group,
  .cid-rYeht0YmYg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeht0YmYg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeht0YmYg .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-rYeht0YmYg .mbr-text {
  text-align: center;
}
.cid-rYeht0YmYg .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeht0YmYg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeht0YmYg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeht0YmYg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeht0YmYg .modal-open {
  overflow: hidden;
}
.cid-rYeht0YmYg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeht0YmYg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeht0YmYg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeht0YmYg .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-rYeht0YmYg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeht0YmYg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeht0YmYg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeht0YmYg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeht0YmYg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeht0YmYg .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeht0YmYg .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeht0YmYg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeht0YmYg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeht0YmYg .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeht0YmYg .modal-header .close:focus {
  outline: none;
}
.cid-rYeht0YmYg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYeht0YmYg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeht0YmYg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeht0YmYg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeht0YmYg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeht0YmYg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeht0YmYg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeht0YmYg .modal-sm {
    max-width: 300px;
  }
  .cid-rYeht0YmYg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeht0YmYg .modal-lg,
  .cid-rYeht0YmYg .modal-xl {
    max-width: 800px;
  }
  .cid-rYeht0YmYg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeht0YmYg .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeht0YmYg .container {
    max-width: 1140px;
  }
}
.cid-rYeht0YmYg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeht0YmYg .container {
    max-width: 720px;
  }
}
.cid-rYeht0YmYg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeht0YmYg .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-rYeht0YmYg .form-group {
  margin-bottom: 1rem;
}
.cid-rYeht0YmYg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeht0YmYg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeht0YmYg .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-s62Qxzuzbw.popup-builder {
  background-color: #ffffff;
}
.cid-s62Qxzuzbw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s62Qxzuzbw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s62Qxzuzbw .modal-content,
.cid-s62Qxzuzbw .modal-dialog {
  height: auto;
}
.cid-s62Qxzuzbw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s62Qxzuzbw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s62Qxzuzbw .form-wrapper .mbr-form .form-group,
  .cid-s62Qxzuzbw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s62Qxzuzbw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s62Qxzuzbw .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-s62Qxzuzbw .mbr-text {
  text-align: center;
}
.cid-s62Qxzuzbw .pt-0 {
  padding-top: 0 !important;
}
.cid-s62Qxzuzbw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s62Qxzuzbw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s62Qxzuzbw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s62Qxzuzbw .modal-open {
  overflow: hidden;
}
.cid-s62Qxzuzbw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s62Qxzuzbw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s62Qxzuzbw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s62Qxzuzbw .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-s62Qxzuzbw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s62Qxzuzbw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s62Qxzuzbw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s62Qxzuzbw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s62Qxzuzbw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s62Qxzuzbw .modal-backdrop.fade {
  opacity: 0;
}
.cid-s62Qxzuzbw .modal-backdrop.show {
  opacity: .5;
}
.cid-s62Qxzuzbw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s62Qxzuzbw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s62Qxzuzbw .modal-header .close:hover {
  opacity: 1;
}
.cid-s62Qxzuzbw .modal-header .close:focus {
  outline: none;
}
.cid-s62Qxzuzbw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-s62Qxzuzbw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s62Qxzuzbw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s62Qxzuzbw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s62Qxzuzbw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s62Qxzuzbw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s62Qxzuzbw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s62Qxzuzbw .modal-sm {
    max-width: 300px;
  }
  .cid-s62Qxzuzbw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s62Qxzuzbw .modal-lg,
  .cid-s62Qxzuzbw .modal-xl {
    max-width: 800px;
  }
  .cid-s62Qxzuzbw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s62Qxzuzbw .modal-xl {
    max-width: 1140px;
  }
  .cid-s62Qxzuzbw .container {
    max-width: 1140px;
  }
}
.cid-s62Qxzuzbw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s62Qxzuzbw .container {
    max-width: 720px;
  }
}
.cid-s62Qxzuzbw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s62Qxzuzbw .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-s62Qxzuzbw .form-group {
  margin-bottom: 1rem;
}
.cid-s62Qxzuzbw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s62Qxzuzbw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s62Qxzuzbw .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-rWpgHTFwuw .modal-body .close {
  background: #1b1b1b;
}
.cid-rWpgHTFwuw .modal-body .close span {
  font-style: normal;
}
.cid-rWpgHTFwuw .carousel-inner > .active,
.cid-rWpgHTFwuw .carousel-inner > .next,
.cid-rWpgHTFwuw .carousel-inner > .prev {
  display: table;
}
.cid-rWpgHTFwuw .carousel-control .icon-next,
.cid-rWpgHTFwuw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWpgHTFwuw .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWpgHTFwuw .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWpgHTFwuw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWpgHTFwuw .boxed-slider > div {
  position: relative;
}
.cid-rWpgHTFwuw .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWpgHTFwuw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWpgHTFwuw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWpgHTFwuw .mbr-table-cell {
  padding: 0;
}
.cid-rWpgHTFwuw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWpgHTFwuw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWpgHTFwuw .mbr-overlay {
  z-index: 1;
}
.cid-rWpgHTFwuw .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWpgHTFwuw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWpgHTFwuw .carousel-item .container {
    width: 100%;
  }
}
.cid-rWpgHTFwuw .carousel-item-next.carousel-item-left,
.cid-rWpgHTFwuw .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWpgHTFwuw .active.carousel-item-right,
.cid-rWpgHTFwuw .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWpgHTFwuw .active.carousel-item-left,
.cid-rWpgHTFwuw .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWpgHTFwuw .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWpgHTFwuw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWpgHTFwuw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWpgHTFwuw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWpgHTFwuw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWpgHTFwuw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWpgHTFwuw .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWpgHTFwuw .mbr-slider .carousel-indicators li.active,
.cid-rWpgHTFwuw .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWpgHTFwuw .mbr-slider .carousel-indicators li::after,
.cid-rWpgHTFwuw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWpgHTFwuw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWpgHTFwuw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWpgHTFwuw .mbr-slider > .container img {
  width: 100%;
}
.cid-rWpgHTFwuw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWpgHTFwuw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWpgHTFwuw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWpgHTFwuw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWpgHTFwuw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWpgHTFwuw .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWpgHTFwuw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWpgHTFwuw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWpgHTFwuw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWpgHTFwuw .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWpgHTFwuw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWpgHTFwuw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWpgHTFwuw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWpgHTFwuw h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWpgHTFwuw .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWpgHTFwuw .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWpgHTFwuw .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWpgHTFwuw .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWpgHTFwuw .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWpgHTFwuw .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWpgHTFwuw .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWpgHTFwuw .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWpgHTFwuw P {
  color: #cebfaf;
  text-align: center;
}
.cid-rWpgHTFwuw H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rWpgTSc0CF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWpgTSc0CF h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rWpgTSc0CF h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rWpgTSc0CF .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rWpgTSc0CF span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rWpgTSc0CF .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rWpgTSc0CF .card {
    padding: 1rem;
  }
}
.cid-rWpgTSc0CF .user_name,
.cid-rWpgTSc0CF .align {
  color: #cccccc;
}
.cid-rWpgTSc0CF .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjBy4SI9H {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjBy4SI9H .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjBy4SI9H .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjBy4SI9H H2 {
  color: #e7272d;
}
.cid-rVjBy4SI9H .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjBy4SI9H .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjBy4SI9H .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBy4SI9H .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBy4SI9H .col-lg-12 {
  overflow: hidden;
}
.cid-rVjBy4SI9H H4 {
  color: #ff6400;
}
.cid-rVjBy4SI9H .mbr-text,
.cid-rVjBy4SI9H .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjBy4SI9H .logo-wrap:before {
    content: none;
  }
  .cid-rVjBy4SI9H .logo-wrap:after {
    content: none;
  }
}
.cid-rVjBy4SI9H H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rW3TjDOoxn .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3TjDOoxn .modal-body .close span {
  font-style: normal;
}
.cid-rW3TjDOoxn .carousel-inner > .active,
.cid-rW3TjDOoxn .carousel-inner > .next,
.cid-rW3TjDOoxn .carousel-inner > .prev {
  display: table;
}
.cid-rW3TjDOoxn .carousel-control .icon-next,
.cid-rW3TjDOoxn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3TjDOoxn .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3TjDOoxn .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3TjDOoxn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3TjDOoxn .boxed-slider > div {
  position: relative;
}
.cid-rW3TjDOoxn .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3TjDOoxn .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3TjDOoxn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3TjDOoxn .mbr-table-cell {
  padding: 0;
}
.cid-rW3TjDOoxn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3TjDOoxn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3TjDOoxn .mbr-overlay {
  z-index: 1;
}
.cid-rW3TjDOoxn .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3TjDOoxn .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3TjDOoxn .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3TjDOoxn .carousel-item-next.carousel-item-left,
.cid-rW3TjDOoxn .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3TjDOoxn .active.carousel-item-right,
.cid-rW3TjDOoxn .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3TjDOoxn .active.carousel-item-left,
.cid-rW3TjDOoxn .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3TjDOoxn .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3TjDOoxn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3TjDOoxn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3TjDOoxn .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3TjDOoxn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3TjDOoxn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3TjDOoxn .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3TjDOoxn .mbr-slider .carousel-indicators li.active,
.cid-rW3TjDOoxn .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3TjDOoxn .mbr-slider .carousel-indicators li::after,
.cid-rW3TjDOoxn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3TjDOoxn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3TjDOoxn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3TjDOoxn .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3TjDOoxn .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3TjDOoxn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3TjDOoxn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3TjDOoxn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3TjDOoxn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3TjDOoxn .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3TjDOoxn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3TjDOoxn .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3TjDOoxn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3TjDOoxn .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3TjDOoxn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3TjDOoxn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3TjDOoxn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3TjDOoxn h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3TjDOoxn .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3TjDOoxn .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3TjDOoxn .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3TjDOoxn .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3TjDOoxn .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3TjDOoxn .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3TjDOoxn .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3TjDOoxn .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3TjDOoxn P {
  color: #cebfaf;
}
.cid-rW3TjDOoxn H2 {
  color: #cebfaf;
}
.cid-rNiX8uV2kI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-rNiX8uV2kI H2 {
  color: #ff6400;
}
.cid-rNiX8uV2kI .mbr-text,
.cid-rNiX8uV2kI .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rNiX8uV2kI .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rNiX8uV2kI .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rNiX8uV2kI .mbr-figure {
  height: 100%;
}
.cid-rNiX8uV2kI .card-img {
  padding: 0 2rem;
}
.cid-rNiX8uV2kI img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rNiX8uV2kI H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rNiX8uV2kI .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rNiX8uV2kI .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rNiX8uV2kI .container {
    padding: 0 3rem;
  }
  .cid-rNiX8uV2kI .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rNiX8uV2kI .container {
    padding: 0 2rem;
  }
  .cid-rNiX8uV2kI .card-img {
    width: 100%;
  }
  .cid-rNiX8uV2kI .center-card {
    padding: 1rem;
  }
}
.cid-rNivdOMQob {
  padding-top: 45px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rNivdOMQob .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rNivdOMQob .accordion .card {
  overflow: hidden;
}
.cid-rNivdOMQob .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-rNivdOMQob .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rNivdOMQob .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rNivdOMQob .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNivdOMQob .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rNivdOMQob .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rNivdOMQob .card .card-header a.panel-title h4:hover {
  color: #ff6400;
}
.cid-rNivdOMQob .card .panel-body {
  color: #767676;
}
.cid-rNivdOMQob .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-rNivdOMQob .mbri-arrow-up {
  background: #ff6400;
  color: white!important;
}
.cid-rNivdOMQob .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rNivdOMQob .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rNivdOMQob .panel-text {
  padding: 0rem;
  color: #0e0e0e;
}
.cid-rNivdOMQob .panel-collapse {
  margin-top: -1px;
}
.cid-rNivdOMQob H4 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rNivdOMQob .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rNivdOMQob .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rNivdOMQob .sign {
    margin-right: 0.5rem;
  }
  .cid-rNivdOMQob .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-rNivdOMQob H3 {
  color: #ff6400;
}
.cid-rNivdOMQob .mbr-section-title,
.cid-rNivdOMQob .ornament {
  color: #232323;
}

.cid-rNivdOMQab {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  background-color: #ffffff;
}
.cid-rNivdOMQab .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rNivdOMQab .accordion .card {
  overflow: hidden;
}
.cid-rNivdOMQab .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-rNivdOMQab .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rNivdOMQab .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rNivdOMQab .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNivdOMQab .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rNivdOMQab .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rNivdOMQab .card .card-header a.panel-title h4:hover {
  color: #ff6400;
}
.cid-rNivdOMQab .card .panel-body {
  color: #767676;
}
.cid-rNivdOMQab .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-rNivdOMQab .mbri-arrow-up {
  background: #ff6400;
  color: white!important;
}
.cid-rNivdOMQab .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rNivdOMQab .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rNivdOMQab .panel-text {
  padding: 0rem;
  color: #0e0e0e;
}
.cid-rNivdOMQab .panel-collapse {
  margin-top: -1px;
}
.cid-rNivdOMQab H4 {
  color: #444;
}
@media (max-width: 767px) {
  .cid-rNivdOMQab .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rNivdOMQab .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rNivdOMQab .sign {
    margin-right: 0.5rem;
  }
  .cid-rNivdOMQab .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-rNivdOMQab H3 {
  color: #ff6400;
}
.cid-rNivdOMQab .mbr-section-title,
.cid-rNivdOMQab .ornament {
  color: #232323;
}
.cid-rO2VbTDXl6 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/motorcycle-header-41.jpg");
}
.cid-rO2VbTDXl6 H2 {
  color: #e7272d;
}
.cid-rO2VbTDXl6 img {
  max-width: 500px;
  margin: auto;
}
.cid-rO2VbTDXl6 H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rO2VbTDXl6 .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rO2VbTDXl6 .span-row {
  width: 100%;
}
.cid-rO2VbTDXl6 .mbr-section-title,
.cid-rO2VbTDXl6 .span-row {
  color: #cebfaf;
}
.cid-rO2VbTDXl6 .mbr-text,
.cid-rO2VbTDXl6 .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rO2VbTDXl6 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rNiytjXcrL {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-rNiytjXcrL .accordion .card {
  overflow: hidden;
}
.cid-rNiytjXcrL .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-rNiytjXcrL .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rNiytjXcrL .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rNiytjXcrL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNiytjXcrL .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rNiytjXcrL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rNiytjXcrL .card .card-header a.panel-title h4:hover {
  color: #ff6400;
}
.cid-rNiytjXcrL .card .panel-body {
  color: #767676;
}
.cid-rNiytjXcrL .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-rNiytjXcrL .mbri-arrow-up {
  background: #ff6400;
  color: white!important;
}
.cid-rNiytjXcrL .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rNiytjXcrL .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rNiytjXcrL .panel-text {
  padding: 0rem;
  color: #0e0e0e;
}
.cid-rNiytjXcrL .panel-collapse {
  margin-top: -1px;
}
.cid-rNiytjXcrL H4 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rNiytjXcrL .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rNiytjXcrL .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rNiytjXcrL .sign {
    margin-right: 0.5rem;
  }
  .cid-rNiytjXcrL .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-rNiytjXcrL H3 {
  color: #ff6400;
}
.cid-rNiytjXcrL .mbr-section-title,
.cid-rNiytjXcrL .ornament {
  color: #232323;
}
.cid-rO2VTExNkX {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mtb-header-40.jpg");
}
.cid-rO2VTExNkX H2 {
  color: #e7272d;
}
.cid-rO2VTExNkX img {
  max-width: 500px;
  margin: auto;
}
.cid-rO2VTExNkX H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rO2VTExNkX .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rO2VTExNkX .span-row {
  width: 100%;
}
.cid-rO2VTExNkX .mbr-section-title,
.cid-rO2VTExNkX .span-row {
  color: #cebfaf;
}
.cid-rO2VTExNkX .mbr-text,
.cid-rO2VTExNkX .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rO2VTExNkX .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rNiyQ4pIjS {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
  background-color: #ffffff;
}
.cid-rNiyQ4pIjS .accordion .card {
  overflow: hidden;
}
.cid-rNiyQ4pIjS .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-rNiyQ4pIjS .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rNiyQ4pIjS .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rNiyQ4pIjS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNiyQ4pIjS .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rNiyQ4pIjS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rNiyQ4pIjS .card .card-header a.panel-title h4:hover {
  color: #ff6400;
}
.cid-rNiyQ4pIjS .card .panel-body {
  color: #767676;
}
.cid-rNiyQ4pIjS .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-rNiyQ4pIjS .mbri-arrow-up {
  background: #ff6400;
  color: white!important;
}
.cid-rNiyQ4pIjS .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rNiyQ4pIjS .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rNiyQ4pIjS .panel-text {
  padding: 0rem;
  color: #0e0e0e;
}
.cid-rNiyQ4pIjS .panel-collapse {
  margin-top: -1px;
}
.cid-rNiyQ4pIjS H4 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rNiyQ4pIjS .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rNiyQ4pIjS .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rNiyQ4pIjS .sign {
    margin-right: 0.5rem;
  }
  .cid-rNiyQ4pIjS .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-rNiyQ4pIjS H3 {
  color: #ff6400;
}
.cid-rNiyQ4pIjS .mbr-section-title,
.cid-rNiyQ4pIjS .ornament {
  color: #232323;
}
.cid-rO2WmIEy9o {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/horse-riding-header-58.jpg");
}
.cid-rO2WmIEy9o H2 {
  color: #e7272d;
}
.cid-rO2WmIEy9o img {
  max-width: 500px;
  margin: auto;
}
.cid-rO2WmIEy9o H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rO2WmIEy9o .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rO2WmIEy9o .span-row {
  width: 100%;
}
.cid-rO2WmIEy9o .mbr-section-title,
.cid-rO2WmIEy9o .span-row {
  color: #cebfaf;
}
.cid-rO2WmIEy9o .mbr-text,
.cid-rO2WmIEy9o .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rO2WmIEy9o .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rNiAly8I6O {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-rNiAly8I6O .accordion .card {
  overflow: hidden;
}
.cid-rNiAly8I6O .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-rNiAly8I6O .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rNiAly8I6O .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rNiAly8I6O .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNiAly8I6O .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rNiAly8I6O .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rNiAly8I6O .card .card-header a.panel-title h4:hover {
  color: #ff6400;
}
.cid-rNiAly8I6O .card .panel-body {
  color: #767676;
}
.cid-rNiAly8I6O .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-rNiAly8I6O .mbri-arrow-up {
  background: #ff6400;
  color: white!important;
}
.cid-rNiAly8I6O .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rNiAly8I6O .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rNiAly8I6O .panel-text {
  padding: 0rem;
  color: #0e0e0e;
}
.cid-rNiAly8I6O .panel-collapse {
  margin-top: -1px;
}
.cid-rNiAly8I6O H4 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rNiAly8I6O .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rNiAly8I6O .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rNiAly8I6O .sign {
    margin-right: 0.5rem;
  }
  .cid-rNiAly8I6O .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-rNiAly8I6O H3 {
  color: #ff6400;
}
.cid-rNiAly8I6O .mbr-section-title,
.cid-rNiAly8I6O .ornament {
  color: #232323;
}
.cid-rVjBEH3l8G {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjBEH3l8G h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjBEH3l8G h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjBEH3l8G .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjBEH3l8G span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjBEH3l8G .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjBEH3l8G .card {
    padding: 1rem;
  }
}
.cid-rVjBEH3l8G .user_name,
.cid-rVjBEH3l8G .align {
  color: #cccccc;
}
.cid-rVjBEH3l8G .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjBCJ4QhQ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjBCJ4QhQ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjBCJ4QhQ .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjBCJ4QhQ H2 {
  color: #e7272d;
}
.cid-rVjBCJ4QhQ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjBCJ4QhQ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjBCJ4QhQ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBCJ4QhQ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBCJ4QhQ .col-lg-12 {
  overflow: hidden;
}
.cid-rVjBCJ4QhQ H4 {
  color: #ff6400;
}
.cid-rVjBCJ4QhQ .mbr-text,
.cid-rVjBCJ4QhQ .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjBCJ4QhQ .logo-wrap:before {
    content: none;
  }
  .cid-rVjBCJ4QhQ .logo-wrap:after {
    content: none;
  }
}
.cid-rVjBCJ4QhQ H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rO2MOFdiV0.popup-builder {
  background-color: #ffffff;
}
.cid-rO2MOFdiV0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rO2MOFdiV0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rO2MOFdiV0 .modal-content,
.cid-rO2MOFdiV0 .modal-dialog {
  height: auto;
}
.cid-rO2MOFdiV0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rO2MOFdiV0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rO2MOFdiV0 .form-wrapper .mbr-form .form-group,
  .cid-rO2MOFdiV0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rO2MOFdiV0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rO2MOFdiV0 .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-rO2MOFdiV0 .mbr-text {
  text-align: center;
}
.cid-rO2MOFdiV0 .pt-0 {
  padding-top: 0 !important;
}
.cid-rO2MOFdiV0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rO2MOFdiV0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rO2MOFdiV0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rO2MOFdiV0 .modal-open {
  overflow: hidden;
}
.cid-rO2MOFdiV0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rO2MOFdiV0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rO2MOFdiV0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rO2MOFdiV0 .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-rO2MOFdiV0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rO2MOFdiV0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rO2MOFdiV0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rO2MOFdiV0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rO2MOFdiV0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rO2MOFdiV0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rO2MOFdiV0 .modal-backdrop.show {
  opacity: .5;
}
.cid-rO2MOFdiV0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rO2MOFdiV0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rO2MOFdiV0 .modal-header .close:hover {
  opacity: 1;
}
.cid-rO2MOFdiV0 .modal-header .close:focus {
  outline: none;
}
.cid-rO2MOFdiV0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2f3640;
}
.cid-rO2MOFdiV0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rO2MOFdiV0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rO2MOFdiV0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rO2MOFdiV0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rO2MOFdiV0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rO2MOFdiV0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rO2MOFdiV0 .modal-sm {
    max-width: 300px;
  }
  .cid-rO2MOFdiV0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rO2MOFdiV0 .modal-lg,
  .cid-rO2MOFdiV0 .modal-xl {
    max-width: 800px;
  }
  .cid-rO2MOFdiV0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rO2MOFdiV0 .modal-xl {
    max-width: 1140px;
  }
  .cid-rO2MOFdiV0 .container {
    max-width: 1140px;
  }
}
.cid-rO2MOFdiV0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rO2MOFdiV0 .container {
    max-width: 720px;
  }
}
.cid-rO2MOFdiV0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rO2MOFdiV0 .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-rO2MOFdiV0 .form-group {
  margin-bottom: 1rem;
}
.cid-rO2MOFdiV0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rO2MOFdiV0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rO2MOFdiV0 .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-rO2N3h5bfF.popup-builder {
  background-color: #ffffff;
}
.cid-rO2N3h5bfF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rO2N3h5bfF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rO2N3h5bfF .modal-content,
.cid-rO2N3h5bfF .modal-dialog {
  height: auto;
}
.cid-rO2N3h5bfF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rO2N3h5bfF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rO2N3h5bfF .form-wrapper .mbr-form .form-group,
  .cid-rO2N3h5bfF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rO2N3h5bfF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rO2N3h5bfF .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-rO2N3h5bfF .mbr-text {
  text-align: center;
}
.cid-rO2N3h5bfF .pt-0 {
  padding-top: 0 !important;
}
.cid-rO2N3h5bfF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rO2N3h5bfF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rO2N3h5bfF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rO2N3h5bfF .modal-open {
  overflow: hidden;
}
.cid-rO2N3h5bfF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rO2N3h5bfF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rO2N3h5bfF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rO2N3h5bfF .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-rO2N3h5bfF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rO2N3h5bfF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rO2N3h5bfF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rO2N3h5bfF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rO2N3h5bfF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rO2N3h5bfF .modal-backdrop.fade {
  opacity: 0;
}
.cid-rO2N3h5bfF .modal-backdrop.show {
  opacity: .5;
}
.cid-rO2N3h5bfF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rO2N3h5bfF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rO2N3h5bfF .modal-header .close:hover {
  opacity: 1;
}
.cid-rO2N3h5bfF .modal-header .close:focus {
  outline: none;
}
.cid-rO2N3h5bfF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2f3640;
}
.cid-rO2N3h5bfF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rO2N3h5bfF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rO2N3h5bfF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rO2N3h5bfF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rO2N3h5bfF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rO2N3h5bfF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rO2N3h5bfF .modal-sm {
    max-width: 300px;
  }
  .cid-rO2N3h5bfF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rO2N3h5bfF .modal-lg,
  .cid-rO2N3h5bfF .modal-xl {
    max-width: 800px;
  }
  .cid-rO2N3h5bfF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rO2N3h5bfF .modal-xl {
    max-width: 1140px;
  }
  .cid-rO2N3h5bfF .container {
    max-width: 1140px;
  }
}
.cid-rO2N3h5bfF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rO2N3h5bfF .container {
    max-width: 720px;
  }
}
.cid-rO2N3h5bfF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rO2N3h5bfF .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-rO2N3h5bfF .form-group {
  margin-bottom: 1rem;
}
.cid-rO2N3h5bfF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rO2N3h5bfF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rO2N3h5bfF .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-rO2Nf9DXYe.popup-builder {
  background-color: #ffffff;
}
.cid-rO2Nf9DXYe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rO2Nf9DXYe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rO2Nf9DXYe .modal-content,
.cid-rO2Nf9DXYe .modal-dialog {
  height: auto;
}
.cid-rO2Nf9DXYe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rO2Nf9DXYe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rO2Nf9DXYe .form-wrapper .mbr-form .form-group,
  .cid-rO2Nf9DXYe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rO2Nf9DXYe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rO2Nf9DXYe .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-rO2Nf9DXYe .mbr-text {
  text-align: center;
}
.cid-rO2Nf9DXYe .pt-0 {
  padding-top: 0 !important;
}
.cid-rO2Nf9DXYe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rO2Nf9DXYe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rO2Nf9DXYe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rO2Nf9DXYe .modal-open {
  overflow: hidden;
}
.cid-rO2Nf9DXYe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rO2Nf9DXYe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rO2Nf9DXYe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rO2Nf9DXYe .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-rO2Nf9DXYe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rO2Nf9DXYe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rO2Nf9DXYe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rO2Nf9DXYe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rO2Nf9DXYe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rO2Nf9DXYe .modal-backdrop.fade {
  opacity: 0;
}
.cid-rO2Nf9DXYe .modal-backdrop.show {
  opacity: .5;
}
.cid-rO2Nf9DXYe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rO2Nf9DXYe .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rO2Nf9DXYe .modal-header .close:hover {
  opacity: 1;
}
.cid-rO2Nf9DXYe .modal-header .close:focus {
  outline: none;
}
.cid-rO2Nf9DXYe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2f3640;
}
.cid-rO2Nf9DXYe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rO2Nf9DXYe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rO2Nf9DXYe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rO2Nf9DXYe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rO2Nf9DXYe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rO2Nf9DXYe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rO2Nf9DXYe .modal-sm {
    max-width: 300px;
  }
  .cid-rO2Nf9DXYe .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rO2Nf9DXYe .modal-lg,
  .cid-rO2Nf9DXYe .modal-xl {
    max-width: 800px;
  }
  .cid-rO2Nf9DXYe .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rO2Nf9DXYe .modal-xl {
    max-width: 1140px;
  }
  .cid-rO2Nf9DXYe .container {
    max-width: 1140px;
  }
}
.cid-rO2Nf9DXYe .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rO2Nf9DXYe .container {
    max-width: 720px;
  }
}
.cid-rO2Nf9DXYe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rO2Nf9DXYe .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-rO2Nf9DXYe .form-group {
  margin-bottom: 1rem;
}
.cid-rO2Nf9DXYe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rO2Nf9DXYe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rO2Nf9DXYe .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-rO2SJuHDXW.popup-builder {
  background-color: #ffffff;
}
.cid-rO2SJuHDXW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rO2SJuHDXW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rO2SJuHDXW .modal-content,
.cid-rO2SJuHDXW .modal-dialog {
  height: auto;
}
.cid-rO2SJuHDXW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rO2SJuHDXW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rO2SJuHDXW .form-wrapper .mbr-form .form-group,
  .cid-rO2SJuHDXW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rO2SJuHDXW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rO2SJuHDXW .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-rO2SJuHDXW .mbr-text {
  text-align: center;
}
.cid-rO2SJuHDXW .pt-0 {
  padding-top: 0 !important;
}
.cid-rO2SJuHDXW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rO2SJuHDXW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rO2SJuHDXW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rO2SJuHDXW .modal-open {
  overflow: hidden;
}
.cid-rO2SJuHDXW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rO2SJuHDXW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rO2SJuHDXW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rO2SJuHDXW .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-rO2SJuHDXW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rO2SJuHDXW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rO2SJuHDXW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rO2SJuHDXW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rO2SJuHDXW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rO2SJuHDXW .modal-backdrop.fade {
  opacity: 0;
}
.cid-rO2SJuHDXW .modal-backdrop.show {
  opacity: .5;
}
.cid-rO2SJuHDXW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rO2SJuHDXW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rO2SJuHDXW .modal-header .close:hover {
  opacity: 1;
}
.cid-rO2SJuHDXW .modal-header .close:focus {
  outline: none;
}
.cid-rO2SJuHDXW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2f3640;
}
.cid-rO2SJuHDXW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rO2SJuHDXW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rO2SJuHDXW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rO2SJuHDXW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rO2SJuHDXW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rO2SJuHDXW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rO2SJuHDXW .modal-sm {
    max-width: 300px;
  }
  .cid-rO2SJuHDXW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rO2SJuHDXW .modal-lg,
  .cid-rO2SJuHDXW .modal-xl {
    max-width: 800px;
  }
  .cid-rO2SJuHDXW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rO2SJuHDXW .modal-xl {
    max-width: 1140px;
  }
  .cid-rO2SJuHDXW .container {
    max-width: 1140px;
  }
}
.cid-rO2SJuHDXW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rO2SJuHDXW .container {
    max-width: 720px;
  }
}
.cid-rO2SJuHDXW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rO2SJuHDXW .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-rO2SJuHDXW .form-group {
  margin-bottom: 1rem;
}
.cid-rO2SJuHDXW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rO2SJuHDXW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rO2SJuHDXW .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-rW3R5WyhUW .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3R5WyhUW .modal-body .close span {
  font-style: normal;
}
.cid-rW3R5WyhUW .carousel-inner > .active,
.cid-rW3R5WyhUW .carousel-inner > .next,
.cid-rW3R5WyhUW .carousel-inner > .prev {
  display: table;
}
.cid-rW3R5WyhUW .carousel-control .icon-next,
.cid-rW3R5WyhUW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3R5WyhUW .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3R5WyhUW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3R5WyhUW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3R5WyhUW .boxed-slider > div {
  position: relative;
}
.cid-rW3R5WyhUW .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3R5WyhUW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3R5WyhUW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3R5WyhUW .mbr-table-cell {
  padding: 0;
}
.cid-rW3R5WyhUW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3R5WyhUW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3R5WyhUW .mbr-overlay {
  z-index: 1;
}
.cid-rW3R5WyhUW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3R5WyhUW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3R5WyhUW .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3R5WyhUW .carousel-item-next.carousel-item-left,
.cid-rW3R5WyhUW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3R5WyhUW .active.carousel-item-right,
.cid-rW3R5WyhUW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3R5WyhUW .active.carousel-item-left,
.cid-rW3R5WyhUW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3R5WyhUW .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3R5WyhUW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3R5WyhUW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3R5WyhUW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3R5WyhUW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3R5WyhUW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3R5WyhUW .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3R5WyhUW .mbr-slider .carousel-indicators li.active,
.cid-rW3R5WyhUW .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3R5WyhUW .mbr-slider .carousel-indicators li::after,
.cid-rW3R5WyhUW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3R5WyhUW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3R5WyhUW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3R5WyhUW .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3R5WyhUW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3R5WyhUW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3R5WyhUW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3R5WyhUW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3R5WyhUW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3R5WyhUW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3R5WyhUW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3R5WyhUW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3R5WyhUW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3R5WyhUW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3R5WyhUW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3R5WyhUW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3R5WyhUW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3R5WyhUW h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3R5WyhUW .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3R5WyhUW .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3R5WyhUW .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3R5WyhUW .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3R5WyhUW .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3R5WyhUW .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3R5WyhUW .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3R5WyhUW .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3R5WyhUW P {
  color: #cebfaf;
}
.cid-rW3R5WyhUW H2 {
  color: #cebfaf;
}
.cid-rOFF3fEODv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOFF3fEODv .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOFF3fEODv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOFF3fEODv H1 {
  color: #232323;
}
.cid-rOFF3fEODv .mbr-text,
.cid-rOFF3fEODv .mbr-section-btn {
  color: #716c80;
}
.cid-rOFF3fEODv H3 {
  color: #ff6400;
}
.cid-rOFF3fEODv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOFF3fEODv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOFF3fEODv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOFF3fEODv .link:hover {
  color: #ff6400 !important;
}
.cid-rOFF3fEODv .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOFF3fEODv DIV {
  color: #57468b;
}
.cid-rOFF3fEODv .mbr-text,
.cid-rOFF3fEODv .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOG7wz46hO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOG7wz46hO h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rOG7wz46hO .mbr-section-subtitle {
  color: #767676;
}
.cid-rOG7wz46hO .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOG7wz46hO .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rOG7wz46hO .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rOG7wz46hO .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rOG7wz46hO .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rOG7wz46hO .mbr-text-right {
  color: #232323;
  text-align: left;
}
.cid-rOG7CZSuYb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rOG7CZSuYb h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rOG7CZSuYb .mbr-section-subtitle {
  color: #767676;
}
.cid-rOG7CZSuYb .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOG7CZSuYb .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rOG7CZSuYb .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rOG7CZSuYb .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rOG7CZSuYb .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rOG7CZSuYb .mbr-text-right {
  color: #232323;
  text-align: left;
}
.cid-rOGajXXFvo {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rOGajXXFvo .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOGajXXFvo .card-header {
  background: transparent;
}
.cid-rOGajXXFvo .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rOGajXXFvo .panel-group {
  border-top: 1px solid #efefef;
}
.cid-rOGajXXFvo .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rOGajXXFvo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rOGajXXFvo .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rOGajXXFvo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rOGajXXFvo .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rOGajXXFvo .card .panel-body {
  color: #767676;
}
.cid-rOGajXXFvo h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-rOGajXXFvo H4 {
  color: #232323;
}
.cid-rOGajXXFvo SPAN {
  color: #ff6800;
}
.cid-rOGajXXFvo H2 {
  color: #232323;
}
.cid-rOGajXXFvo .panel-text {
  color: #0e0e0e;
}
.cid-rWr4NNCbtZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWr4NNCbtZ h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rWr4NNCbtZ h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rWr4NNCbtZ .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rWr4NNCbtZ span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rWr4NNCbtZ .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rWr4NNCbtZ .card {
    padding: 1rem;
  }
}
.cid-rWr4NNCbtZ .user_name,
.cid-rWr4NNCbtZ .align {
  color: #cccccc;
}
.cid-rWr4NNCbtZ .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjwARPnGi {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjwARPnGi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjwARPnGi .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjwARPnGi H2 {
  color: #e7272d;
}
.cid-rVjwARPnGi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjwARPnGi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjwARPnGi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjwARPnGi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjwARPnGi .col-lg-12 {
  overflow: hidden;
}
.cid-rVjwARPnGi H4 {
  color: #ff6400;
}
.cid-rVjwARPnGi .mbr-text,
.cid-rVjwARPnGi .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjwARPnGi .logo-wrap:before {
    content: none;
  }
  .cid-rVjwARPnGi .logo-wrap:after {
    content: none;
  }
}
.cid-rVjwARPnGi H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rW3TtNO4a5 .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3TtNO4a5 .modal-body .close span {
  font-style: normal;
}
.cid-rW3TtNO4a5 .carousel-inner > .active,
.cid-rW3TtNO4a5 .carousel-inner > .next,
.cid-rW3TtNO4a5 .carousel-inner > .prev {
  display: table;
}
.cid-rW3TtNO4a5 .carousel-control .icon-next,
.cid-rW3TtNO4a5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3TtNO4a5 .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3TtNO4a5 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3TtNO4a5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3TtNO4a5 .boxed-slider > div {
  position: relative;
}
.cid-rW3TtNO4a5 .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3TtNO4a5 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3TtNO4a5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3TtNO4a5 .mbr-table-cell {
  padding: 0;
}
.cid-rW3TtNO4a5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3TtNO4a5 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3TtNO4a5 .mbr-overlay {
  z-index: 1;
}
.cid-rW3TtNO4a5 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3TtNO4a5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3TtNO4a5 .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3TtNO4a5 .carousel-item-next.carousel-item-left,
.cid-rW3TtNO4a5 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3TtNO4a5 .active.carousel-item-right,
.cid-rW3TtNO4a5 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3TtNO4a5 .active.carousel-item-left,
.cid-rW3TtNO4a5 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3TtNO4a5 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3TtNO4a5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3TtNO4a5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3TtNO4a5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3TtNO4a5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3TtNO4a5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3TtNO4a5 .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3TtNO4a5 .mbr-slider .carousel-indicators li.active,
.cid-rW3TtNO4a5 .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3TtNO4a5 .mbr-slider .carousel-indicators li::after,
.cid-rW3TtNO4a5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3TtNO4a5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3TtNO4a5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3TtNO4a5 .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3TtNO4a5 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3TtNO4a5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3TtNO4a5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3TtNO4a5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3TtNO4a5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3TtNO4a5 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3TtNO4a5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3TtNO4a5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3TtNO4a5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3TtNO4a5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3TtNO4a5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3TtNO4a5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3TtNO4a5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3TtNO4a5 h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3TtNO4a5 .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3TtNO4a5 .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3TtNO4a5 .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3TtNO4a5 .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3TtNO4a5 .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3TtNO4a5 .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3TtNO4a5 .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3TtNO4a5 .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3TtNO4a5 P {
  color: #cebfaf;
}
.cid-rW3TtNO4a5 H2 {
  color: #cebfaf;
}
.cid-rPQvMSjEUs {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPQvMSjEUs .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQvMSjEUs img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rPQvMSjEUs H1 {
  color: #2c1608;
}
.cid-rPQvMSjEUs .mbr-text,
.cid-rPQvMSjEUs .mbr-section-btn {
  color: #716c80;
}
.cid-rPQvMSjEUs H3 {
  color: #ff6400;
}
.cid-rPQvMSjEUs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPQvMSjEUs .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rPQvMSjEUs .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rPQvMSjEUs .link:hover {
  color: #ff6400 !important;
}
.cid-rPQvMSjEUs .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rPQvMSjEUs DIV {
  color: #57468b;
}
.cid-rPQvMSjEUs .mbr-text,
.cid-rPQvMSjEUs .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rPQwgvC5zk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPQwgvC5zk .mbr-text {
  color: #767676;
}
.cid-rPQwgvC5zk .card-subtitle {
  margin: 0;
}
.cid-rPQwgvC5zk img {
  object-fit: cover;
  max-height: auto;
  widht: 100%;
  transition: all 0.6s;
}
.cid-rPQwgvC5zk .link {
  transition: all 0.3s;
}
.cid-rPQwgvC5zk .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQwgvC5zk .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQwgvC5zk .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQwgvC5zk .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQwgvC5zk h4,
.cid-rPQwgvC5zk h6,
.cid-rPQwgvC5zk h5 {
  margin: 0;
}
.cid-rPQwgvC5zk .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQwgvC5zk .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQwgvC5zk .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQwgvC5zk .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQwgvC5zk .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQwgvC5zk .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQwgvC5zk .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQwgvC5zk .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQwgvC5zk .icon-padding {
  padding-left: 2rem;
}
.cid-rPQwgvC5zk .card {
  margin-bottom: 2rem;
}
.cid-rPQwgvC5zk .row {
  justify-content: center;
}
.cid-rPQwgvC5zk .location,
.cid-rPQwgvC5zk .icon-wrap {
  color: #ff6400;
}
.cid-rPQwgvC5zk .link,
.cid-rPQwgvC5zk .link-wrap,
.cid-rPQwgvC5zk .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rPQwgvC5zk .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-rPQwgvC5zk .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQwgvC5zk .card-box {
    padding: 0;
  }
}
.cid-rPQwgvC5zk H2 {
  color: #e7272d;
}
.cid-rPQwgvC5zk .mbr-text,
.cid-rPQwgvC5zk .link {
  text-align: left;
  color: #0e0e0e;
}
.cid-s5MWJ9phFF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5MWJ9phFF .mbr-text {
  color: #767676;
}
.cid-s5MWJ9phFF .card-subtitle {
  margin: 0;
}
.cid-s5MWJ9phFF img {
  object-fit: cover;
  max-height: auto;
  widht: 100%;
  transition: all 0.6s;
}
.cid-s5MWJ9phFF .link {
  transition: all 0.3s;
}
.cid-s5MWJ9phFF .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s5MWJ9phFF .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s5MWJ9phFF .mbr-section-btn .btn {
  border: 0px;
}
.cid-s5MWJ9phFF .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s5MWJ9phFF h4,
.cid-s5MWJ9phFF h6,
.cid-s5MWJ9phFF h5 {
  margin: 0;
}
.cid-s5MWJ9phFF .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s5MWJ9phFF .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s5MWJ9phFF .link-wrap:hover {
  color: #ff6400;
}
.cid-s5MWJ9phFF .link-wrap:hover .link {
  color: #ff6400;
}
.cid-s5MWJ9phFF .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s5MWJ9phFF .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s5MWJ9phFF .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s5MWJ9phFF .icon-wrap span {
  margin-right: 8px;
}
.cid-s5MWJ9phFF .icon-padding {
  padding-left: 2rem;
}
.cid-s5MWJ9phFF .card {
  margin-bottom: 2rem;
}
.cid-s5MWJ9phFF .row {
  justify-content: center;
}
.cid-s5MWJ9phFF .location,
.cid-s5MWJ9phFF .icon-wrap {
  color: #ff6400;
}
.cid-s5MWJ9phFF .link,
.cid-s5MWJ9phFF .link-wrap,
.cid-s5MWJ9phFF .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-s5MWJ9phFF .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-s5MWJ9phFF .icon-padding {
    padding-left: 0rem;
  }
  .cid-s5MWJ9phFF .card-box {
    padding: 0;
  }
}
.cid-s5MWJ9phFF H2 {
  color: #e7272d;
}
.cid-s5MWJ9phFF .mbr-text,
.cid-s5MWJ9phFF .link {
  text-align: left;
  color: #0e0e0e;
}
.cid-rPQCIBcUkH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPQCIBcUkH .mbr-text {
  color: #767676;
}
.cid-rPQCIBcUkH .card-subtitle {
  margin: 0;
}
.cid-rPQCIBcUkH img {
  object-fit: cover;
  max-height: auto;
  widht: 100%;
  transition: all 0.6s;
}
.cid-rPQCIBcUkH .link {
  transition: all 0.3s;
}
.cid-rPQCIBcUkH .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQCIBcUkH .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQCIBcUkH .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQCIBcUkH .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQCIBcUkH h4,
.cid-rPQCIBcUkH h6,
.cid-rPQCIBcUkH h5 {
  margin: 0;
}
.cid-rPQCIBcUkH .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQCIBcUkH .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQCIBcUkH .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQCIBcUkH .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQCIBcUkH .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQCIBcUkH .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQCIBcUkH .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQCIBcUkH .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQCIBcUkH .icon-padding {
  padding-left: 2rem;
}
.cid-rPQCIBcUkH .card {
  margin-bottom: 2rem;
}
.cid-rPQCIBcUkH .row {
  justify-content: center;
}
.cid-rPQCIBcUkH .location,
.cid-rPQCIBcUkH .icon-wrap {
  color: #ff6400;
}
.cid-rPQCIBcUkH .link,
.cid-rPQCIBcUkH .link-wrap,
.cid-rPQCIBcUkH .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rPQCIBcUkH .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-rPQCIBcUkH .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQCIBcUkH .card-box {
    padding: 0;
  }
}
.cid-rPQCIBcUkH H2 {
  color: #e7272d;
}
.cid-rPQCIBcUkH .mbr-text,
.cid-rPQCIBcUkH .link {
  text-align: left;
  color: #0e0e0e;
}
.cid-rPQFZezEhj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPQFZezEhj .mbr-text {
  color: #767676;
}
.cid-rPQFZezEhj .card-subtitle {
  margin: 0;
}
.cid-rPQFZezEhj img {
  object-fit: cover;
  max-height: auto;
  widht: 100%;
  transition: all 0.6s;
}
.cid-rPQFZezEhj .link {
  transition: all 0.3s;
}
.cid-rPQFZezEhj .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQFZezEhj .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQFZezEhj .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQFZezEhj .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQFZezEhj h4,
.cid-rPQFZezEhj h6,
.cid-rPQFZezEhj h5 {
  margin: 0;
}
.cid-rPQFZezEhj .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQFZezEhj .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQFZezEhj .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQFZezEhj .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQFZezEhj .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQFZezEhj .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQFZezEhj .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQFZezEhj .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQFZezEhj .icon-padding {
  padding-left: 2rem;
}
.cid-rPQFZezEhj .card {
  margin-bottom: 2rem;
}
.cid-rPQFZezEhj .row {
  justify-content: center;
}
.cid-rPQFZezEhj .location,
.cid-rPQFZezEhj .icon-wrap {
  color: #ff6400;
}
.cid-rPQFZezEhj .link,
.cid-rPQFZezEhj .link-wrap,
.cid-rPQFZezEhj .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rPQFZezEhj .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-rPQFZezEhj .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQFZezEhj .card-box {
    padding: 0;
  }
}
.cid-rPQFZezEhj H2 {
  color: #e7272d;
}
.cid-rPQFZezEhj .mbr-text,
.cid-rPQFZezEhj .link {
  text-align: left;
  color: #0e0e0e;
}
.cid-rPQI2cyTNE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPQI2cyTNE .mbr-text {
  color: #767676;
}
.cid-rPQI2cyTNE .card-subtitle {
  margin: 0;
}
.cid-rPQI2cyTNE img {
  object-fit: cover;
  max-height: auto;
  widht: 100%;
  transition: all 0.6s;
}
.cid-rPQI2cyTNE .link {
  transition: all 0.3s;
}
.cid-rPQI2cyTNE .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQI2cyTNE .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQI2cyTNE .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQI2cyTNE .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQI2cyTNE h4,
.cid-rPQI2cyTNE h6,
.cid-rPQI2cyTNE h5 {
  margin: 0;
}
.cid-rPQI2cyTNE .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQI2cyTNE .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQI2cyTNE .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQI2cyTNE .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQI2cyTNE .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQI2cyTNE .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQI2cyTNE .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQI2cyTNE .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQI2cyTNE .icon-padding {
  padding-left: 2rem;
}
.cid-rPQI2cyTNE .card {
  margin-bottom: 2rem;
}
.cid-rPQI2cyTNE .row {
  justify-content: center;
}
.cid-rPQI2cyTNE .location,
.cid-rPQI2cyTNE .icon-wrap {
  color: #ff6400;
}
.cid-rPQI2cyTNE .link,
.cid-rPQI2cyTNE .link-wrap,
.cid-rPQI2cyTNE .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rPQI2cyTNE .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-rPQI2cyTNE .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQI2cyTNE .card-box {
    padding: 0;
  }
}
.cid-rPQI2cyTNE H2 {
  color: #e7272d;
}
.cid-rPQI2cyTNE .mbr-text,
.cid-rPQI2cyTNE .link {
  text-align: left;
  color: #0e0e0e;
}
.cid-rPQPZujc5H {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPQPZujc5H .mbr-text {
  color: #767676;
}
.cid-rPQPZujc5H .card-subtitle {
  margin: 0;
}
.cid-rPQPZujc5H img {
  object-fit: cover;
  max-height: auto;
  widht: 100%;
  transition: all 0.6s;
}
.cid-rPQPZujc5H .link {
  transition: all 0.3s;
}
.cid-rPQPZujc5H .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQPZujc5H .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQPZujc5H .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQPZujc5H .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQPZujc5H h4,
.cid-rPQPZujc5H h6,
.cid-rPQPZujc5H h5 {
  margin: 0;
}
.cid-rPQPZujc5H .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQPZujc5H .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQPZujc5H .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQPZujc5H .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQPZujc5H .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQPZujc5H .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQPZujc5H .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQPZujc5H .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQPZujc5H .icon-padding {
  padding-left: 2rem;
}
.cid-rPQPZujc5H .card {
  margin-bottom: 2rem;
}
.cid-rPQPZujc5H .row {
  justify-content: center;
}
.cid-rPQPZujc5H .location,
.cid-rPQPZujc5H .icon-wrap {
  color: #ff6400;
}
.cid-rPQPZujc5H .link,
.cid-rPQPZujc5H .link-wrap,
.cid-rPQPZujc5H .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rPQPZujc5H .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-rPQPZujc5H .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQPZujc5H .card-box {
    padding: 0;
  }
}
.cid-rPQPZujc5H H2 {
  color: #e7272d;
}
.cid-rPQPZujc5H .mbr-text,
.cid-rPQPZujc5H .link {
  text-align: left;
  color: #0e0e0e;
}
.cid-rPQM2PDF4R {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPQM2PDF4R .mbr-text {
  color: #767676;
}
.cid-rPQM2PDF4R .card-subtitle {
  margin: 0;
}
.cid-rPQM2PDF4R img {
  object-fit: cover;
  max-height: auto;
  widht: 100%;
  transition: all 0.6s;
}
.cid-rPQM2PDF4R .link {
  transition: all 0.3s;
}
.cid-rPQM2PDF4R .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQM2PDF4R .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQM2PDF4R .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQM2PDF4R .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQM2PDF4R h4,
.cid-rPQM2PDF4R h6,
.cid-rPQM2PDF4R h5 {
  margin: 0;
}
.cid-rPQM2PDF4R .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQM2PDF4R .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQM2PDF4R .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQM2PDF4R .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQM2PDF4R .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQM2PDF4R .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQM2PDF4R .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQM2PDF4R .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQM2PDF4R .icon-padding {
  padding-left: 2rem;
}
.cid-rPQM2PDF4R .card {
  margin-bottom: 2rem;
}
.cid-rPQM2PDF4R .row {
  justify-content: center;
}
.cid-rPQM2PDF4R .location,
.cid-rPQM2PDF4R .icon-wrap {
  color: #ff6400;
}
.cid-rPQM2PDF4R .link,
.cid-rPQM2PDF4R .link-wrap,
.cid-rPQM2PDF4R .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rPQM2PDF4R .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-rPQM2PDF4R .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQM2PDF4R .card-box {
    padding: 0;
  }
}
.cid-rPQM2PDF4R H2 {
  color: #e7272d;
}
.cid-rPQM2PDF4R .mbr-text,
.cid-rPQM2PDF4R .link {
  text-align: left;
  color: #0e0e0e;
}
.cid-rVjwJdN9YY {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjwJdN9YY .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjwJdN9YY .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjwJdN9YY H2 {
  color: #e7272d;
}
.cid-rVjwJdN9YY .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjwJdN9YY .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjwJdN9YY .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjwJdN9YY .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjwJdN9YY .col-lg-12 {
  overflow: hidden;
}
.cid-rVjwJdN9YY H4 {
  color: #ff6400;
}
.cid-rVjwJdN9YY .mbr-text,
.cid-rVjwJdN9YY .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjwJdN9YY .logo-wrap:before {
    content: none;
  }
  .cid-rVjwJdN9YY .logo-wrap:after {
    content: none;
  }
}
.cid-rVjwJdN9YY H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rVSjLbi8gU .modal-body .close {
  background: #1b1b1b;
}
.cid-rVSjLbi8gU .modal-body .close span {
  font-style: normal;
}
.cid-rVSjLbi8gU .carousel-inner > .active,
.cid-rVSjLbi8gU .carousel-inner > .next,
.cid-rVSjLbi8gU .carousel-inner > .prev {
  display: table;
}
.cid-rVSjLbi8gU .carousel-control .icon-next,
.cid-rVSjLbi8gU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVSjLbi8gU .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVSjLbi8gU .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVSjLbi8gU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVSjLbi8gU .boxed-slider > div {
  position: relative;
}
.cid-rVSjLbi8gU .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rVSjLbi8gU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVSjLbi8gU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVSjLbi8gU .mbr-table-cell {
  padding: 0;
}
.cid-rVSjLbi8gU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVSjLbi8gU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVSjLbi8gU .mbr-overlay {
  z-index: 1;
}
.cid-rVSjLbi8gU .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVSjLbi8gU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVSjLbi8gU .carousel-item .container {
    width: 100%;
  }
}
.cid-rVSjLbi8gU .carousel-item-next.carousel-item-left,
.cid-rVSjLbi8gU .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVSjLbi8gU .active.carousel-item-right,
.cid-rVSjLbi8gU .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVSjLbi8gU .active.carousel-item-left,
.cid-rVSjLbi8gU .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVSjLbi8gU .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVSjLbi8gU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVSjLbi8gU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVSjLbi8gU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVSjLbi8gU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVSjLbi8gU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVSjLbi8gU .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVSjLbi8gU .mbr-slider .carousel-indicators li.active,
.cid-rVSjLbi8gU .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVSjLbi8gU .mbr-slider .carousel-indicators li::after,
.cid-rVSjLbi8gU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVSjLbi8gU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVSjLbi8gU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVSjLbi8gU .mbr-slider > .container img {
  width: 100%;
}
.cid-rVSjLbi8gU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVSjLbi8gU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVSjLbi8gU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVSjLbi8gU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVSjLbi8gU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVSjLbi8gU .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVSjLbi8gU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVSjLbi8gU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVSjLbi8gU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVSjLbi8gU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVSjLbi8gU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVSjLbi8gU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVSjLbi8gU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVSjLbi8gU h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVSjLbi8gU .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVSjLbi8gU .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVSjLbi8gU .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVSjLbi8gU .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVSjLbi8gU .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVSjLbi8gU .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVSjLbi8gU .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVSjLbi8gU .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVSjLbi8gU P {
  color: #cebfaf;
}
.cid-rVSjLbi8gU H2 {
  color: #cebfaf;
}
.cid-rQjCYwWsJx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQjCYwWsJx img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQjCYwWsJx H1 {
  color: #232323;
}
.cid-rQjCYwWsJx .mbr-text,
.cid-rQjCYwWsJx .mbr-section-btn {
  color: #716c80;
}
.cid-rQjCYwWsJx H3 {
  color: #716c80;
}
.cid-rQjCYwWsJx .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQjCYwWsJx .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQjCYwWsJx .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQjCYwWsJx .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQjCYwWsJx .link:hover {
  color: #ff6400 !important;
}
.cid-rQjCYwWsJx .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQjCYwWsJx DIV {
  color: #57468b;
}
.cid-rQjCYwWsJx .mbr-text,
.cid-rQjCYwWsJx .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rQjCYxJ4hu {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/specialized-rockhopper.jpg");
}
.cid-rQjCYxJ4hu H2 {
  color: #e7272d;
}
.cid-rQjCYxJ4hu img {
  max-width: 500px;
  margin: auto;
}
.cid-rQjCYxJ4hu H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQjCYxJ4hu .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQjCYxJ4hu .span-row {
  width: 100%;
}
.cid-rQjCYxJ4hu .mbr-section-title,
.cid-rQjCYxJ4hu .span-row {
  color: #cebfaf;
}
.cid-rQjCYxJ4hu .mbr-text,
.cid-rQjCYxJ4hu .mbr-section-btn {
  color: #cebfaf;
}
.cid-rQjCYxJ4hu .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQjNccoBQC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQjNccoBQC h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rQjNccoBQC .mbr-section-subtitle {
  color: #767676;
}
.cid-rQjNccoBQC .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQjNccoBQC .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rQjNccoBQC .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rQjNccoBQC .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rQjNccoBQC .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rQjNccoBQC .mbr-text-right {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQjNccoBQC .article-counter-right {
  color: #efefef;
}
.cid-rQjNccoBQC .article-counter-left {
  color: #efefef;
}
.cid-rQjCYzkm3y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQjCYzkm3y .mbr-slider .carousel-control {
  background: #666;
}
.cid-rQjCYzkm3y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rQjCYzkm3y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rQjCYzkm3y .title {
  padding: 0 2rem;
}
.cid-rQjCYzkm3y .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 100%!important;
}
.cid-rQjCYzkm3y .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rQjCYzkm3y .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rQjCYzkm3y .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rQjCYzkm3y .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rQjCYzkm3y .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rQjCYzkm3y .container {
  padding: 0 1rem;
}
.cid-rQjCYzkm3y .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rQjCYzkm3y .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rQjCYzkm3y .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rQjCYzkm3y .icon-focus {
  display: none;
}
.cid-rQjCYzkm3y .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rQjCYzkm3y .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rQjCYzkm3y .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rQjCYzkm3y li {
  position: relative;
}
.cid-rQjCYzkm3y li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rQjCYzkm3y .btn {
  font-family: Roboto !important;
}
.cid-rQjCYzkm3y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rQjCYzkm3y .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQjCYzkm3y li:not(:last-child):after {
    top: 9px;
  }
  .cid-rQjCYzkm3y .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rQjCYzkm3y .container {
    padding: 0rem;
  }
  .cid-rQjCYzkm3y .title {
    padding: 0 1rem;
  }
}
.cid-rQjCYzkm3y H2 {
  color: #89b758;
}
.cid-rYSZQdeWQF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYSZQdeWQF h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYSZQdeWQF h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYSZQdeWQF .card {
  background: #ffffff;
  padding: 0.8rem;
  border-radius: 6px;
}
.cid-rYSZQdeWQF span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYSZQdeWQF .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYSZQdeWQF .card {
    padding: 1rem;
  }
}
.cid-rYSZQdeWQF .user_name,
.cid-rYSZQdeWQF .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYSZQdeWQF .mbr-section-subtitle {
  text-align: center;
}
.cid-rQjCYB2CEg {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mtb-header-70.jpg");
}
@media (max-width: 992px) {
  .cid-rQjCYB2CEg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-rQjCYB2CEg .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-rQjCYB2CEg .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-rQjCYB2CEg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-rQjCYB2CEg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQjCYB2CEg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQjCYB2CEg a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQjCYB2CEg a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQjCYB2CEg {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .cid-rQjCYB2CEg .box {
    height: 250px;
  }
}
.cid-rQjCYB2CEg .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQjCYB2CEg .mbr-section-title,
.cid-rQjCYB2CEg .span-row {
  color: #cebfaf;
}
.cid-rQjCYB2CEg .mbr-text,
.cid-rQjCYB2CEg .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-sYmrRdOzAa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYmrRdOzAa .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-sYmrRdOzAa .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sYmrRdOzAa .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sYmrRdOzAa .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYmrRdOzAa .mbr-text {
  color: #767676;
}
.cid-sYmrRdOzAa .card-subtitle {
  margin: 0;
}
.cid-sYmrRdOzAa .item-wrapper {
  background: #efefef;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sYmrRdOzAa img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sYmrRdOzAa .card-box {
  padding: 1rem;
}
.cid-sYmrRdOzAa .link {
  transition: all 0.3s;
}
.cid-sYmrRdOzAa .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sYmrRdOzAa .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sYmrRdOzAa .mbr-section-btn .btn {
  border: 0px;
}
.cid-sYmrRdOzAa .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-sYmrRdOzAa h4,
.cid-sYmrRdOzAa h6,
.cid-sYmrRdOzAa h5 {
  margin: 0;
}
.cid-sYmrRdOzAa .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sYmrRdOzAa .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sYmrRdOzAa .link-wrap:hover {
  color: #ff6400;
}
.cid-sYmrRdOzAa .link-wrap:hover .link {
  color: #ff6400;
}
.cid-sYmrRdOzAa .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sYmrRdOzAa .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-sYmrRdOzAa .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-sYmrRdOzAa .icon-wrap span {
  margin-right: 8px;
}
.cid-sYmrRdOzAa .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sYmrRdOzAa .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sYmrRdOzAa .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sYmrRdOzAa .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYmrRdOzAa .card:hover img {
  transform: scale(1.1);
}
.cid-sYmrRdOzAa .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sYmrRdOzAa .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYmrRdOzAa .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYmrRdOzAa .row {
  justify-content: center;
}
.cid-sYmrRdOzAa .location,
.cid-sYmrRdOzAa .icon-wrap {
  color: #808080;
}
.cid-sYmrRdOzAa .link,
.cid-sYmrRdOzAa .link-wrap,
.cid-sYmrRdOzAa .link-align {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-sYmrRdOzAa .wrapper {
    flex-direction: column;
  }
  .cid-sYmrRdOzAa .icon-padding {
    padding-left: 0rem;
  }
  .cid-sYmrRdOzAa .card-box {
    padding: 0;
  }
}
.cid-sYmrRdOzAa H2 {
  color: #e7272d;
}
.cid-sYmrRdOzAa .mbr-text,
.cid-sYmrRdOzAa .link {
  color: #0e0e0e;
}
.cid-sYmrRdOzAa SPAN {
  color: #ff6400;
}
.cid-sYmrRdOzAa H5 {
  text-align: center;
}
.cid-sYmmAX5Qsi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYmmAX5Qsi .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-sYmmAX5Qsi .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sYmmAX5Qsi .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sYmmAX5Qsi .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYmmAX5Qsi .mbr-text {
  color: #767676;
}
.cid-sYmmAX5Qsi .card-subtitle {
  margin: 0;
}
.cid-sYmmAX5Qsi .item-wrapper {
  background: #efefef;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sYmmAX5Qsi img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sYmmAX5Qsi .card-box {
  padding: 1rem;
}
.cid-sYmmAX5Qsi .link {
  transition: all 0.3s;
}
.cid-sYmmAX5Qsi .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sYmmAX5Qsi .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sYmmAX5Qsi .mbr-section-btn .btn {
  border: 0px;
}
.cid-sYmmAX5Qsi .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-sYmmAX5Qsi h4,
.cid-sYmmAX5Qsi h6,
.cid-sYmmAX5Qsi h5 {
  margin: 0;
}
.cid-sYmmAX5Qsi .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sYmmAX5Qsi .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sYmmAX5Qsi .link-wrap:hover {
  color: #ff6400;
}
.cid-sYmmAX5Qsi .link-wrap:hover .link {
  color: #ff6400;
}
.cid-sYmmAX5Qsi .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sYmmAX5Qsi .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-sYmmAX5Qsi .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-sYmmAX5Qsi .icon-wrap span {
  margin-right: 8px;
}
.cid-sYmmAX5Qsi .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sYmmAX5Qsi .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sYmmAX5Qsi .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sYmmAX5Qsi .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYmmAX5Qsi .card:hover img {
  transform: scale(1.1);
}
.cid-sYmmAX5Qsi .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sYmmAX5Qsi .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYmmAX5Qsi .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYmmAX5Qsi .row {
  justify-content: center;
}
.cid-sYmmAX5Qsi .location,
.cid-sYmmAX5Qsi .icon-wrap {
  color: #808080;
}
.cid-sYmmAX5Qsi .link,
.cid-sYmmAX5Qsi .link-wrap,
.cid-sYmmAX5Qsi .link-align {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-sYmmAX5Qsi .wrapper {
    flex-direction: column;
  }
  .cid-sYmmAX5Qsi .icon-padding {
    padding-left: 0rem;
  }
  .cid-sYmmAX5Qsi .card-box {
    padding: 0;
  }
}
.cid-sYmmAX5Qsi H2 {
  color: #e7272d;
}
.cid-sYmmAX5Qsi .mbr-text,
.cid-sYmmAX5Qsi .link {
  color: #0e0e0e;
}
.cid-sYmmAX5Qsi SPAN {
  color: #ff6400;
}
.cid-sYmmAX5Qsi H5 {
  text-align: center;
}
.cid-sYmwrfDz48 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYmwrfDz48 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-sYmwrfDz48 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sYmwrfDz48 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sYmwrfDz48 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYmwrfDz48 .mbr-text {
  color: #767676;
}
.cid-sYmwrfDz48 .card-subtitle {
  margin: 0;
}
.cid-sYmwrfDz48 .item-wrapper {
  background: #efefef;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sYmwrfDz48 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sYmwrfDz48 .card-box {
  padding: 1rem;
}
.cid-sYmwrfDz48 .link {
  transition: all 0.3s;
}
.cid-sYmwrfDz48 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sYmwrfDz48 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sYmwrfDz48 .mbr-section-btn .btn {
  border: 0px;
}
.cid-sYmwrfDz48 .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-sYmwrfDz48 h4,
.cid-sYmwrfDz48 h6,
.cid-sYmwrfDz48 h5 {
  margin: 0;
}
.cid-sYmwrfDz48 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sYmwrfDz48 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sYmwrfDz48 .link-wrap:hover {
  color: #ff6400;
}
.cid-sYmwrfDz48 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-sYmwrfDz48 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sYmwrfDz48 .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-sYmwrfDz48 .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-sYmwrfDz48 .icon-wrap span {
  margin-right: 8px;
}
.cid-sYmwrfDz48 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sYmwrfDz48 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sYmwrfDz48 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sYmwrfDz48 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYmwrfDz48 .card:hover img {
  transform: scale(1.1);
}
.cid-sYmwrfDz48 .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sYmwrfDz48 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYmwrfDz48 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYmwrfDz48 .row {
  justify-content: center;
}
.cid-sYmwrfDz48 .location,
.cid-sYmwrfDz48 .icon-wrap {
  color: #808080;
}
.cid-sYmwrfDz48 .link,
.cid-sYmwrfDz48 .link-wrap,
.cid-sYmwrfDz48 .link-align {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-sYmwrfDz48 .wrapper {
    flex-direction: column;
  }
  .cid-sYmwrfDz48 .icon-padding {
    padding-left: 0rem;
  }
  .cid-sYmwrfDz48 .card-box {
    padding: 0;
  }
}
.cid-sYmwrfDz48 H2 {
  color: #e7272d;
}
.cid-sYmwrfDz48 .mbr-text,
.cid-sYmwrfDz48 .link {
  color: #0e0e0e;
}
.cid-sYmwrfDz48 SPAN {
  color: #ff6400;
}
.cid-sYmwrfDz48 H5 {
  text-align: center;
}
.cid-sYmbuwCDGd {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYmbuwCDGd .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-sYmbuwCDGd .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sYmbuwCDGd .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sYmbuwCDGd .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sYmbuwCDGd .mbr-text {
  color: #767676;
}
.cid-sYmbuwCDGd .card-subtitle {
  margin: 0;
}
.cid-sYmbuwCDGd .item-wrapper {
  background: #efefef;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sYmbuwCDGd img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sYmbuwCDGd .card-box {
  padding: 1rem;
}
.cid-sYmbuwCDGd .link {
  transition: all 0.3s;
}
.cid-sYmbuwCDGd .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sYmbuwCDGd .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sYmbuwCDGd .mbr-section-btn .btn {
  border: 0px;
}
.cid-sYmbuwCDGd .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-sYmbuwCDGd h4,
.cid-sYmbuwCDGd h6,
.cid-sYmbuwCDGd h5 {
  margin: 0;
}
.cid-sYmbuwCDGd .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sYmbuwCDGd .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sYmbuwCDGd .link-wrap:hover {
  color: #ff6400;
}
.cid-sYmbuwCDGd .link-wrap:hover .link {
  color: #ff6400;
}
.cid-sYmbuwCDGd .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sYmbuwCDGd .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-sYmbuwCDGd .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-sYmbuwCDGd .icon-wrap span {
  margin-right: 8px;
}
.cid-sYmbuwCDGd .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sYmbuwCDGd .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sYmbuwCDGd .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sYmbuwCDGd .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sYmbuwCDGd .card:hover img {
  transform: scale(1.1);
}
.cid-sYmbuwCDGd .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sYmbuwCDGd .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYmbuwCDGd .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sYmbuwCDGd .row {
  justify-content: center;
}
.cid-sYmbuwCDGd .location,
.cid-sYmbuwCDGd .icon-wrap {
  color: #808080;
}
.cid-sYmbuwCDGd .link,
.cid-sYmbuwCDGd .link-wrap,
.cid-sYmbuwCDGd .link-align {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-sYmbuwCDGd .wrapper {
    flex-direction: column;
  }
  .cid-sYmbuwCDGd .icon-padding {
    padding-left: 0rem;
  }
  .cid-sYmbuwCDGd .card-box {
    padding: 0;
  }
}
.cid-sYmbuwCDGd H2 {
  color: #e7272d;
}
.cid-sYmbuwCDGd .mbr-text,
.cid-sYmbuwCDGd .link {
  color: #0e0e0e;
}
.cid-sYmbuwCDGd SPAN {
  color: #ff6400;
}
.cid-sYmbuwCDGd H5 {
  text-align: center;
}


.cid-rQjPeGn5U9 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQjPeGn5U9 H1 {
  color: #232323;
  text-align: left;
}
.cid-rQjPeGn5U9 .align-left {
  margin: auto;
}
.cid-rQjPeGn5U9 .row {
  justify-content: space-between;
}
.cid-rQjPeGn5U9 .mbr-text,
.cid-rQjPeGn5U9 .mbr-section-btn {
  color: #716c80;
}
.cid-rQjPeGn5U9 .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rQjPeGn5U9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQjPeGn5U9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQjPeGn5U9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQjPeGn5U9 .link:hover {
  color: #ff6400 !important;
}
.cid-rQjPeGn5U9 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQjPeGn5U9 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQjPeGn5U9 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQjPeGn5U9 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQjPeGn5U9 .mbr-text,
.cid-rQjPeGn5U9 .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rVjyI40Owb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjyI40Owb h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjyI40Owb h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjyI40Owb .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjyI40Owb span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjyI40Owb .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjyI40Owb .card {
    padding: 1rem;
  }
}
.cid-rVjyI40Owb .user_name,
.cid-rVjyI40Owb .align {
  color: #cccccc;
}
.cid-rVjyI40Owb .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjyGzKjzI {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjyGzKjzI .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjyGzKjzI .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjyGzKjzI H2 {
  color: #e7272d;
}
.cid-rVjyGzKjzI .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjyGzKjzI .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjyGzKjzI .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyGzKjzI .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyGzKjzI .col-lg-12 {
  overflow: hidden;
}
.cid-rVjyGzKjzI H4 {
  color: #ff6400;
}
.cid-rVjyGzKjzI .mbr-text,
.cid-rVjyGzKjzI .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjyGzKjzI .logo-wrap:before {
    content: none;
  }
  .cid-rVjyGzKjzI .logo-wrap:after {
    content: none;
  }
}
.cid-rVjyGzKjzI H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rVAtrlYbRz.popup-builder {
  background-color: #ffffff;
}
.cid-rVAtrlYbRz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVAtrlYbRz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVAtrlYbRz .modal-content,
.cid-rVAtrlYbRz .modal-dialog {
  height: auto;
}
.cid-rVAtrlYbRz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVAtrlYbRz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVAtrlYbRz .form-wrapper .mbr-form .form-group,
  .cid-rVAtrlYbRz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVAtrlYbRz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVAtrlYbRz .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-rVAtrlYbRz .mbr-text {
  text-align: center;
}
.cid-rVAtrlYbRz .pt-0 {
  padding-top: 0 !important;
}
.cid-rVAtrlYbRz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVAtrlYbRz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVAtrlYbRz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVAtrlYbRz .modal-open {
  overflow: hidden;
}
.cid-rVAtrlYbRz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVAtrlYbRz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVAtrlYbRz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVAtrlYbRz .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-rVAtrlYbRz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVAtrlYbRz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVAtrlYbRz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVAtrlYbRz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rVAtrlYbRz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVAtrlYbRz .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVAtrlYbRz .modal-backdrop.show {
  opacity: .5;
}
.cid-rVAtrlYbRz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVAtrlYbRz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVAtrlYbRz .modal-header .close:hover {
  opacity: 1;
}
.cid-rVAtrlYbRz .modal-header .close:focus {
  outline: none;
}
.cid-rVAtrlYbRz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVAtrlYbRz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVAtrlYbRz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVAtrlYbRz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVAtrlYbRz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVAtrlYbRz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVAtrlYbRz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVAtrlYbRz .modal-sm {
    max-width: 300px;
  }
  .cid-rVAtrlYbRz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVAtrlYbRz .modal-lg,
  .cid-rVAtrlYbRz .modal-xl {
    max-width: 800px;
  }
  .cid-rVAtrlYbRz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVAtrlYbRz .modal-xl {
    max-width: 1140px;
  }
  .cid-rVAtrlYbRz .container {
    max-width: 1140px;
  }
}
.cid-rVAtrlYbRz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVAtrlYbRz .container {
    max-width: 720px;
  }
}
.cid-rVAtrlYbRz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVAtrlYbRz .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-rVAtrlYbRz .form-group {
  margin-bottom: 1rem;
}
.cid-rVAtrlYbRz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVAtrlYbRz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVAtrlYbRz .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-rVA7Bvrlj0 .navbar {
  padding: .5rem 0;
  background: #f1eeea;
  transition: none;
  min-height: 80px;
}
.cid-rVA7Bvrlj0 .navbar-dropdown.bg-color.transparent.opened {
  background: #f1eeea;
}
.cid-rVA7Bvrlj0 a {
  font-style: normal;
}
.cid-rVA7Bvrlj0 a .link:hover {
  color: inherit!important;
}
.cid-rVA7Bvrlj0 .dropdown-item:active {
  background: #f1eeea;
}
.cid-rVA7Bvrlj0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rVA7Bvrlj0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.1rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rVA7Bvrlj0 .nav-item:focus,
.cid-rVA7Bvrlj0 .nav-link:focus {
  outline: none;
}
.cid-rVA7Bvrlj0 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rVA7Bvrlj0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rVA7Bvrlj0 .menu-logo {
  margin-right: auto;
}
.cid-rVA7Bvrlj0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 2rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVA7Bvrlj0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 5rem;
  margin: .1rem 0;
}
.cid-rVA7Bvrlj0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 0.5rem;
}
.cid-rVA7Bvrlj0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rVA7Bvrlj0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rVA7Bvrlj0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rVA7Bvrlj0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rVA7Bvrlj0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 1rem;
  width: auto;
}
.cid-rVA7Bvrlj0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rVA7Bvrlj0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVA7Bvrlj0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rVA7Bvrlj0 .dropdown .dropdown-menu {
  background: #f1eeea;
  display: none;
  position: absolute;
  min-width: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rVA7Bvrlj0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rVA7Bvrlj0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVA7Bvrlj0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rVA7Bvrlj0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVA7Bvrlj0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rVA7Bvrlj0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rVA7Bvrlj0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rVA7Bvrlj0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rVA7Bvrlj0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rVA7Bvrlj0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rVA7Bvrlj0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rVA7Bvrlj0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-rVA7Bvrlj0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rVA7Bvrlj0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 50px;
  background-color: #ff5800;
}
.cid-rVA7Bvrlj0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVA7Bvrlj0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVA7Bvrlj0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVA7Bvrlj0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVA7Bvrlj0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVA7Bvrlj0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVA7Bvrlj0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVA7Bvrlj0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVA7Bvrlj0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rVA7Bvrlj0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.collapsing,
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rVA7Bvrlj0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rVA7Bvrlj0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rVA7Bvrlj0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rVA7Bvrlj0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rVA7Bvrlj0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rVA7Bvrlj0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rVA7Bvrlj0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rVA7Bvrlj0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rVA7Bvrlj0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rVA7Bvrlj0 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rVA7Bvrlj0 img {
    height: 3.8rem !important;
  }
  .cid-rVA7Bvrlj0 .btn {
    display: -webkit-flex;
  }
  .cid-rVA7Bvrlj0 button.navbar-toggler {
    display: block;
  }
  .cid-rVA7Bvrlj0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rVA7Bvrlj0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rVA7Bvrlj0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rVA7Bvrlj0 .navbar-collapse.collapsing,
  .cid-rVA7Bvrlj0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rVA7Bvrlj0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rVA7Bvrlj0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rVA7Bvrlj0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rVA7Bvrlj0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rVA7Bvrlj0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rVA7Bvrlj0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rVA7Bvrlj0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rVA7Bvrlj0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rVA7Bvrlj0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rVA7Bvrlj0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rVA7Bvrlj0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rVA7Bvrlj0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rVA7Bvrlj0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rVA7Bvrlj0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rVA7Bvrlj0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rVA7Bvrlj0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rVA7Bvrlj0 .nav-link,
.cid-rVA7Bvrlj0 .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-rVA7Bvrlj0 .nav-link:hover,
.cid-rVA7Bvrlj0 .dropdown-item:hover {
  color: #343434 !important;
  border-color: #ff6400;
}
.cid-rVA7BxvZSr .modal-body .close {
  background: #1b1b1b;
}
.cid-rVA7BxvZSr .modal-body .close span {
  font-style: normal;
}
.cid-rVA7BxvZSr .carousel-inner > .active,
.cid-rVA7BxvZSr .carousel-inner > .next,
.cid-rVA7BxvZSr .carousel-inner > .prev {
  display: table;
}
.cid-rVA7BxvZSr .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-rVA7BxvZSr .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-rVA7BxvZSr .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-rVA7BxvZSr .carousel-control,
.cid-rVA7BxvZSr .carousel-indicators li {
  background-color: #ff6400 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-rVA7BxvZSr .carousel-control:hover,
.cid-rVA7BxvZSr .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rVA7BxvZSr .carousel-control .active,
.cid-rVA7BxvZSr .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rVA7BxvZSr .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rVA7BxvZSr .carousel-control .icon-next,
.cid-rVA7BxvZSr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rVA7BxvZSr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-rVA7BxvZSr .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rVA7BxvZSr .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-rVA7BxvZSr .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-rVA7BxvZSr .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-rVA7BxvZSr .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVA7BxvZSr .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVA7BxvZSr .boxed-slider > div {
  position: relative;
}
.cid-rVA7BxvZSr .container img {
  width: 100%;
}
.cid-rVA7BxvZSr .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVA7BxvZSr .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVA7BxvZSr .mbr-table-cell {
  padding: 0;
}
.cid-rVA7BxvZSr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVA7BxvZSr .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVA7BxvZSr .mbr-overlay {
  z-index: 1;
}
.cid-rVA7BxvZSr .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVA7BxvZSr .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVA7BxvZSr .carousel-item .container {
    width: 100%;
  }
}
.cid-rVA7BxvZSr .carousel-item-next.carousel-item-left,
.cid-rVA7BxvZSr .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVA7BxvZSr .active.carousel-item-right,
.cid-rVA7BxvZSr .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVA7BxvZSr .active.carousel-item-left,
.cid-rVA7BxvZSr .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVA7BxvZSr .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-rVA7BxvZSr .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVA7BxvZSr .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVA7BxvZSr .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rVA7BxvZSr .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rVA7BxvZSr .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rVA7BxvZSr .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rVA7BxvZSr .mbr-slider .carousel-indicators li.active,
.cid-rVA7BxvZSr .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rVA7BxvZSr .mbr-slider .carousel-indicators li::after,
.cid-rVA7BxvZSr .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVA7BxvZSr .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVA7BxvZSr .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVA7BxvZSr .mbr-slider > .container img {
  width: 100%;
}
.cid-rVA7BxvZSr .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVA7BxvZSr .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVA7BxvZSr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVA7BxvZSr .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVA7BxvZSr .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVA7BxvZSr .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVA7BxvZSr .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVA7BxvZSr .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVA7BxvZSr .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVA7BxvZSr .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVA7BxvZSr .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVA7BxvZSr .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVA7BxvZSr .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVA7BxvZSr H2 {
  text-align: center;
  color: #cebfaf;
}
.cid-rVA7BxvZSr P {
  text-align: left;
  color: #cebfaf;
}
.cid-rVA7BASRJC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVA7BASRJC .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rVA7BASRJC img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVA7BASRJC H1 {
  color: #2c1608;
  text-align: center;
}
.cid-rVA7BASRJC .mbr-text,
.cid-rVA7BASRJC .mbr-section-btn {
  color: #716c80;
}
.cid-rVA7BASRJC H3 {
  color: #ff6400;
  text-align: center;
}
.cid-rVA7BASRJC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVA7BASRJC .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVA7BASRJC .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVA7BASRJC .link:hover {
  color: #ff6400 !important;
}
.cid-rVA7BASRJC .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rVA7BASRJC DIV {
  color: #57468b;
}
.cid-rVA7BASRJC .mbr-text,
.cid-rVA7BASRJC .media-content {
  color: #232323;
  text-align: left;
}
.cid-rWIDqThDrz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rWIDqThDrz .title__wrap {
  margin-bottom: 30px;
}
.cid-rWIDqThDrz .title__block {
  margin-bottom: 10px;
}
.cid-rWIDqThDrz .mbr-section-title {
  margin-bottom: 0;
}
.cid-rWIDqThDrz .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rWIDqThDrz .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rWIDqThDrz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rWIDqThDrz .mbr-section-btn .btn-secondary-outline:hover {
  color: #ff6400 !important;
}
.cid-rWIDqThDrz .wrap {
  margin-bottom: 30px;
}
.cid-rWIDqThDrz .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rWIDqThDrz .card__wrap:hover .author,
.cid-rWIDqThDrz .card__wrap:hover .date,
.cid-rWIDqThDrz .card__wrap:hover .category__content,
.cid-rWIDqThDrz .card__wrap:hover .category__estimate,
.cid-rWIDqThDrz .card__wrap:hover .content__title,
.cid-rWIDqThDrz .card__wrap:hover .mbr-section-btn .btn {
  color: #fff !important;
}
.cid-rWIDqThDrz .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
  opacity: 1;
}
.cid-rWIDqThDrz .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rWIDqThDrz .card__wrap:hover .category__content {
  opacity: 1;
}
.cid-rWIDqThDrz .card__wrap:hover .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
}
.cid-rWIDqThDrz .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-rWIDqThDrz .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0;
}
.cid-rWIDqThDrz .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
}
.cid-rWIDqThDrz .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-rWIDqThDrz .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rWIDqThDrz .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-rWIDqThDrz .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-rWIDqThDrz .card__content > div {
  pointer-events: all;
}
.cid-rWIDqThDrz .card__content .mbr-section-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-rWIDqThDrz .card__content .mbr-section-btn .btn {
  transition-duration: 0s;
}
.cid-rWIDqThDrz .category__content {
  opacity: .8;
}
.cid-rWIDqThDrz .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ff6400;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-rWIDqThDrz .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-rWIDqThDrz .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rWIDqThDrz .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rWIDqThDrz .buttons {
    justify-content: flex-start;
  }
}
.cid-rWIEza7sTq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-rWIEza7sTq .title__wrap {
  margin-bottom: 30px;
}
.cid-rWIEza7sTq .title__block {
  margin-bottom: 10px;
}
.cid-rWIEza7sTq .mbr-section-title {
  margin-bottom: 0;
}
.cid-rWIEza7sTq .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rWIEza7sTq .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rWIEza7sTq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  color: #17161a !important;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rWIEza7sTq .mbr-section-btn .btn-secondary-outline:hover {
  color: #ff6400 !important;
}
.cid-rWIEza7sTq .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-rWIEza7sTq .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-rWIEza7sTq .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-rWIEza7sTq .nav-tabs .nav-item.open .nav-link:focus,
.cid-rWIEza7sTq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rWIEza7sTq .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-rWIEza7sTq .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-rWIEza7sTq .nav-tabs .nav-link {
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-rWIEza7sTq .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-rWIEza7sTq .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #199bfc;
}
.cid-rWIEza7sTq .nav-tabs .nav-link.active:hover {
  background-color: #199bfc;
}
@media (max-width: 991px) {
  .cid-rWIEza7sTq .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-rWIEza7sTq .buttons {
    justify-content: flex-start;
  }
}
.cid-s4pLEHfSa7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4pLEHfSa7 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-s4pLEHfSa7 .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s4pLEHfSa7 .list-img {
  width: 100px;
}
.cid-s4pLEHfSa7 .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-s4pLEHfSa7 .btn {
  margin: 0px !important;
}
.cid-s4pLEHfSa7 .text-box {
  padding: 1rem;
}
.cid-s4pLEHfSa7 .text-box p {
  margin: 0;
}
.cid-s4pLEHfSa7 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-s4pLEHfSa7 .ico-box p {
  margin: 0;
}
.cid-s4pLEHfSa7 .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4pLEHfSa7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4pLEHfSa7 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s4pLEHfSa7 .carousel-item .wrap-img {
  text-align: center;
}
.cid-s4pLEHfSa7 .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-s4pLEHfSa7 .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s4pLEHfSa7 .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-s4pLEHfSa7 .carousel-indicators li {
  display: inline-block;
}
.cid-s4pLEHfSa7 .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-s4pLEHfSa7 .carousel-indicators li.active {
  border: 0px;
}
.cid-s4pLEHfSa7 .li1 {
  background-image: url("../../../assets/images/camping-26-800x608.jpg");
}
.cid-s4pLEHfSa7 .li2 {
  background-image: url("../../../assets/images/camping-26-800x608.jpg");
}
.cid-s4pLEHfSa7 .li3 {
  background-image: url("../../../assets/images/camping-26-800x608.jpg");
}
.cid-s4pLEHfSa7 .li4 {
  background-image: url("../../../assets/images/camping-26-800x608.jpg");
}
.cid-s4pLEHfSa7 .li5 {
  background-image: url("../../../assets/images/camping-26-800x608.jpg");
}
.cid-s4pLEHfSa7 .li6 {
  background-image: url("../../../assets/images/camping-26-800x608.jpg");
}
@media (max-width: 992px) {
  .cid-s4pLEHfSa7 .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-s4pLEHfSa7 .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-s4pLEHfSa7 .card-title2 {
  color: #274abb;
}
.cid-s4pLEHfSa7 .sq {
  color: #656565;
}
.cid-s4pLEHfSa7 .item {
  color: #656565;
}
.cid-rVA7BCSwxo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVA7BCSwxo .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rVA7BCSwxo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rVA7BCSwxo H1 {
  color: #2c1608;
  text-align: left;
}
.cid-rVA7BCSwxo .mbr-text,
.cid-rVA7BCSwxo .mbr-section-btn {
  color: #716c80;
}
.cid-rVA7BCSwxo H3 {
  color: #ff6400;
  text-align: center;
}
.cid-rVA7BCSwxo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rVA7BCSwxo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rVA7BCSwxo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rVA7BCSwxo .link:hover {
  color: #ff6400 !important;
}
.cid-rVA7BCSwxo .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rVA7BCSwxo DIV {
  color: #57468b;
}
.cid-rVA7BCSwxo .mbr-text,
.cid-rVA7BCSwxo .media-content {
  color: #232323;
  text-align: left;
}
.cid-rVA7BHXq3l {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0e0e0e;
}
.cid-rVA7BHXq3l img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-rVA7BHXq3l H2 {
  color: #ff6400;
}
.cid-rVA7BHXq3l .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rVA7BKkKgs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVA7BKkKgs .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rVA7BKkKgs .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rVA7BKkKgs .item-tag {
  background: #ff6400;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-rVA7BKkKgs .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ff6400;
}
.cid-rVA7BKkKgs .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rVA7BKkKgs .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rVA7BKkKgs .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rVA7BKkKgs .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rVA7BKkKgs .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rVA7BKkKgs .mbr-figure {
    width: 100%!important;
  }
  .cid-rVA7BKkKgs .menu-item {
    flex-direction: column;
  }
  .cid-rVA7BKkKgs img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rVA7BKkKgs .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rVA7BKkKgs .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rVA7BKkKgs .special-label {
  color: #fff;
}
.cid-rVA7BKkKgs .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rVA7BKkKgs .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rVA7BKkKgs .menu-row {
  margin: 0;
}
.cid-rVA7BKkKgs .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rVA7BKkKgs .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rVA7BKkKgs .group-title,
.cid-rVA7BKkKgs .align-wrap {
  text-align: left;
}
.cid-rVA7BKkKgs SPAN {
  color: #cebfaf;
}
.cid-rVA7BKkKgs .item-title {
  color: #808080;
}
.cid-rVA7BKkKgs H4 {
  color: #ff6400;
}
.cid-rVA7BS5xLT {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sun-rise-2-1900x1250.jpg");
}
.cid-rVA7BS5xLT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVA7BS5xLT .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rVA7BS5xLT .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-rVA7BS5xLT .carousel-item.active,
.cid-rVA7BS5xLT .carousel-item-next,
.cid-rVA7BS5xLT .carousel-item-prev {
  display: flex;
}
.cid-rVA7BS5xLT .carousel-controls a {
  transition: opacity .5s;
}
.cid-rVA7BS5xLT .carousel-controls a:hover span,
.cid-rVA7BS5xLT .carousel-controls a:focus span {
  opacity: 1;
}
.cid-rVA7BS5xLT .carousel-controls a:hover svg,
.cid-rVA7BS5xLT .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
  fill: #ff6400;
}
.cid-rVA7BS5xLT .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
  fill: grey;
}
.cid-rVA7BS5xLT .user_image {
  overflow: hidden;
  display: flex;
}
.cid-rVA7BS5xLT .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-rVA7BS5xLT .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rVA7BS5xLT .user_text {
  color: #767676;
}
.cid-rVA7BS5xLT .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rVA7BS5xLT .testimonials-quote svg {
  height: 40px;
  width: 40px;
  fill: #a9a9a9;
}
.cid-rVA7BS5xLT svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-rVA7BS5xLT .user_name {
  color: #ff6400;
}
.cid-rVA7BS5xLT .carousel-controls svg {
  height: 60px;
  fill: #666;
}
@media (max-width: 230px) {
  .cid-rVA7BS5xLT .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-rVA7BS5xLT .testimonials-quote,
  .cid-rVA7BS5xLT .user_text,
  .cid-rVA7BS5xLT .user_name,
  .cid-rVA7BS5xLT .user_desk {
    text-align: center !important;
  }
  .cid-rVA7BS5xLT .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-rVA7BS5xLT .mbr-section-title,
  .cid-rVA7BS5xLT .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-rVA7BS5xLT .carousel-control-prev span {
    right: -1rem;
  }
  .cid-rVA7BS5xLT .carousel-control-next span {
    left: -1rem;
  }
  .cid-rVA7BS5xLT .user-text {
    padding-right: 2rem;
  }
  .cid-rVA7BS5xLT .carousel-control-prev,
  .cid-rVA7BS5xLT .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-rVA7BS5xLT .mbr-section-title,
.cid-rVA7BS5xLT .underline {
  color: #cebfaf;
}
.cid-rVA7BS5xLT .user_text,
.cid-rVA7BS5xLT .testimonials-quote {
  color: #cebfaf;
}
.cid-rVA7BS5xLT .user_desk {
  color: #cebfaf;
}
.cid-rVA7BUWvJM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rVA7BUWvJM .container-fluid {
  padding: 0 3rem;
}
.cid-rVA7BUWvJM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ff6400 50%, #b69b74 120%);
  display: inline-block;
}
.cid-rVA7BUWvJM .mbr-section-subtitle {
  color: #767676;
}
.cid-rVA7BUWvJM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rVA7BUWvJM .table-wrapper {
  margin: 0 auto;
}
.cid-rVA7BUWvJM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rVA7BUWvJM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #bf5e63;
  color: white;
  vertical-align: middle;
}
.cid-rVA7BUWvJM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-rVA7BUWvJM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rVA7BUWvJM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rVA7BUWvJM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rVA7BUWvJM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-rVA7BUWvJM .dataTables_wrapper {
  display: block;
}
.cid-rVA7BUWvJM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rVA7BUWvJM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rVA7BUWvJM .head-item:after,
.cid-rVA7BUWvJM .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-rVA7BUWvJM .dataTables_filter {
    text-align: center;
  }
  .cid-rVA7BUWvJM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-rVA7BUWvJM .dataTables_filter {
    text-align: center;
  }
  .cid-rVA7BUWvJM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-rVA7BUWvJM .container-fluid {
    padding: 0 1rem;
  }
  .cid-rVA7BUWvJM table th,
  .cid-rVA7BUWvJM table td {
    padding: .75rem;
  }
}
.cid-rVA7C0mv8L {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rVA7C0mv8L .accordion .card {
  overflow: hidden;
}
.cid-rVA7C0mv8L .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-rVA7C0mv8L .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rVA7C0mv8L .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rVA7C0mv8L .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rVA7C0mv8L .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rVA7C0mv8L .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rVA7C0mv8L .card .card-header a.panel-title h4:hover {
  color: #e7272d;
}
.cid-rVA7C0mv8L .card .panel-body {
  color: #767676;
}
.cid-rVA7C0mv8L .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-rVA7C0mv8L .mbri-arrow-up {
  background: #e7272d;
  color: white!important;
}
.cid-rVA7C0mv8L .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rVA7C0mv8L .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rVA7C0mv8L .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rVA7C0mv8L .panel-collapse {
  margin-top: -1px;
}
.cid-rVA7C0mv8L H4 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rVA7C0mv8L .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rVA7C0mv8L .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rVA7C0mv8L .sign {
    margin-right: 0.5rem;
  }
  .cid-rVA7C0mv8L .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-rVA7C0mv8L H3 {
  color: #ff6400;
}
.cid-rVA7C0mv8L .mbr-section-title,
.cid-rVA7C0mv8L .ornament {
  color: #232323;
}
.cid-rVA7C5seWz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVA7C5seWz .mbr-text {
  color: #767676;
}
.cid-rVA7C5seWz .card-subtitle {
  margin: 0;
}
.cid-rVA7C5seWz .img1 {
  padding-right: .5rem;
}
.cid-rVA7C5seWz .img2 {
  padding-left: .5rem;
}
.cid-rVA7C5seWz .card-img {
  display: flex;
}
.cid-rVA7C5seWz img {
  object-fit: cover;
  max-height: 350px;
  width: 50%;
  transition: all 0.6s;
}
.cid-rVA7C5seWz .link {
  transition: all 0.3s;
}
.cid-rVA7C5seWz .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rVA7C5seWz .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rVA7C5seWz .mbr-section-btn .btn {
  border: 0px;
}
.cid-rVA7C5seWz .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rVA7C5seWz h4,
.cid-rVA7C5seWz h6,
.cid-rVA7C5seWz h5 {
  margin: 0;
}
.cid-rVA7C5seWz .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rVA7C5seWz .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rVA7C5seWz .link-wrap:hover {
  color: #ff6400;
}
.cid-rVA7C5seWz .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rVA7C5seWz .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rVA7C5seWz .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rVA7C5seWz .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rVA7C5seWz .icon-wrap span {
  margin-right: 8px;
}
.cid-rVA7C5seWz .icon-padding {
  padding-left: 2rem;
}
.cid-rVA7C5seWz .card {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-rVA7C5seWz .row {
  justify-content: center;
}
.cid-rVA7C5seWz .location,
.cid-rVA7C5seWz .icon-wrap {
  color: #e7272d;
}
.cid-rVA7C5seWz .link,
.cid-rVA7C5seWz .link-wrap,
.cid-rVA7C5seWz .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rVA7C5seWz .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-rVA7C5seWz .card-img {
    flex-direction: column;
  }
  .cid-rVA7C5seWz .img1 {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-rVA7C5seWz img {
    width: 100%;
  }
  .cid-rVA7C5seWz .img2 {
    padding-left: 0rem;
  }
  .cid-rVA7C5seWz .icon-padding {
    padding-left: 0rem;
  }
  .cid-rVA7C5seWz .card-box {
    padding: 0;
  }
}
.cid-rVA7C5seWz H2 {
  color: #e7272d;
}
.cid-rVA7C85fJI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVA7C85fJI .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-rVA7C85fJI .item-tag {
  background: #ff6400;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.cid-rVA7C85fJI .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #ff6400;
}
.cid-rVA7C85fJI .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-rVA7C85fJI .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-rVA7C85fJI .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rVA7C85fJI .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rVA7C85fJI .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-rVA7C85fJI .mbr-figure {
    width: 100%!important;
  }
  .cid-rVA7C85fJI .menu-item {
    flex-direction: column;
  }
  .cid-rVA7C85fJI img {
    margin: auto!important;
    margin-bottom: 0.5rem!important;
  }
  .cid-rVA7C85fJI .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-rVA7C85fJI .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-rVA7C85fJI .special-label {
  color: #fff;
}
.cid-rVA7C85fJI .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rVA7C85fJI .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rVA7C85fJI .menu-row {
  margin: 0;
}
.cid-rVA7C85fJI .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-rVA7C85fJI .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rVA7C85fJI .group-title,
.cid-rVA7C85fJI .align-wrap {
  text-align: left;
}
.cid-rVA7C85fJI SPAN {
  color: #232323;
}
.cid-rVA7C85fJI .item-title {
  color: #808080;
}
.cid-rVA7C85fJI H4 {
  color: #ff6400;
}
.cid-rVA7CaUnqe {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/trekking-header-50.jpg");
}
.cid-rVA7CaUnqe .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rVA7CaUnqe input,
.cid-rVA7CaUnqe textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rVA7CaUnqe .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rVA7CaUnqe img {
  width: 90%;
  border-radius: 8px;
}
.cid-rVA7CaUnqe .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rVA7CaUnqe textarea {
  min-height: 160px;
}
.cid-rVA7CaUnqe .form-control,
.cid-rVA7CaUnqe .field-input {
  padding: 0.5rem;
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #58468c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rVA7CaUnqe .form-control:hover,
.cid-rVA7CaUnqe .field-input:hover,
.cid-rVA7CaUnqe .form-control:focus,
.cid-rVA7CaUnqe .field-input:focus {
  background-color: #f5f6ff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rVA7CaUnqe input::-webkit-input-placeholder,
.cid-rVA7CaUnqe textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-rVA7CaUnqe input:-moz-placeholder,
.cid-rVA7CaUnqe textarea:-moz-placeholder {
  color: #807d78;
}
.cid-rVA7CaUnqe .jq-selectbox li,
.cid-rVA7CaUnqe .jq-selectbox li {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-rVA7CaUnqe .jq-selectbox li:hover,
.cid-rVA7CaUnqe .jq-selectbox li.selected {
  background-color: #f5f6ff;
  color: #000000;
}
.cid-rVA7CaUnqe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-rVA7CaUnqe .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f6ff;
}
.cid-rVA7CaUnqe H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rVA7CaUnqe img {
    width: 100%;
  }
}
.cid-rW3SCwkTrd .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3SCwkTrd .modal-body .close span {
  font-style: normal;
}
.cid-rW3SCwkTrd .carousel-inner > .active,
.cid-rW3SCwkTrd .carousel-inner > .next,
.cid-rW3SCwkTrd .carousel-inner > .prev {
  display: table;
}
.cid-rW3SCwkTrd .carousel-control .icon-next,
.cid-rW3SCwkTrd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3SCwkTrd .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3SCwkTrd .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3SCwkTrd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3SCwkTrd .boxed-slider > div {
  position: relative;
}
.cid-rW3SCwkTrd .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3SCwkTrd .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3SCwkTrd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3SCwkTrd .mbr-table-cell {
  padding: 0;
}
.cid-rW3SCwkTrd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3SCwkTrd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3SCwkTrd .mbr-overlay {
  z-index: 1;
}
.cid-rW3SCwkTrd .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3SCwkTrd .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3SCwkTrd .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3SCwkTrd .carousel-item-next.carousel-item-left,
.cid-rW3SCwkTrd .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3SCwkTrd .active.carousel-item-right,
.cid-rW3SCwkTrd .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3SCwkTrd .active.carousel-item-left,
.cid-rW3SCwkTrd .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3SCwkTrd .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3SCwkTrd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3SCwkTrd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3SCwkTrd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3SCwkTrd .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3SCwkTrd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3SCwkTrd .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3SCwkTrd .mbr-slider .carousel-indicators li.active,
.cid-rW3SCwkTrd .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3SCwkTrd .mbr-slider .carousel-indicators li::after,
.cid-rW3SCwkTrd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3SCwkTrd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3SCwkTrd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3SCwkTrd .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3SCwkTrd .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3SCwkTrd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3SCwkTrd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3SCwkTrd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3SCwkTrd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3SCwkTrd .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3SCwkTrd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3SCwkTrd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3SCwkTrd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3SCwkTrd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3SCwkTrd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3SCwkTrd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3SCwkTrd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3SCwkTrd h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3SCwkTrd .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3SCwkTrd .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3SCwkTrd .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3SCwkTrd .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3SCwkTrd .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3SCwkTrd .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3SCwkTrd .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3SCwkTrd .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3SCwkTrd P {
  color: #cebfaf;
}
.cid-rW3SCwkTrd H2 {
  color: #cebfaf;
}
.cid-rPQffScCuo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPQffScCuo .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQffScCuo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rPQffScCuo H1 {
  color: #2c1608;
}
.cid-rPQffScCuo .mbr-text,
.cid-rPQffScCuo .mbr-section-btn {
  color: #716c80;
}
.cid-rPQffScCuo H3 {
  color: #ff6400;
}
.cid-rPQffScCuo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPQffScCuo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rPQffScCuo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rPQffScCuo .link:hover {
  color: #ff6400 !important;
}
.cid-rPQffScCuo .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rPQffScCuo DIV {
  color: #57468b;
}
.cid-rPQffScCuo .mbr-text,
.cid-rPQffScCuo .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rPQffT4OUD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPQffT4OUD .mbr-text {
  color: #767676;
}
.cid-rPQffT4OUD .card-subtitle {
  margin: 0;
}
.cid-rPQffT4OUD .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rPQffT4OUD img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rPQffT4OUD .card-box {
  padding: 1rem;
}
.cid-rPQffT4OUD .link {
  transition: all 0.3s;
}
.cid-rPQffT4OUD .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQffT4OUD .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQffT4OUD .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQffT4OUD .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQffT4OUD h4,
.cid-rPQffT4OUD h6,
.cid-rPQffT4OUD h5 {
  margin: 0;
}
.cid-rPQffT4OUD .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQffT4OUD .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQffT4OUD .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQffT4OUD .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQffT4OUD .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQffT4OUD .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQffT4OUD .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQffT4OUD .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQffT4OUD .icon-padding {
  padding-left: 2rem;
}
.cid-rPQffT4OUD .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rPQffT4OUD .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rPQffT4OUD .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rPQffT4OUD .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rPQffT4OUD .card:hover img {
  transform: scale(1.1);
}
.cid-rPQffT4OUD .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rPQffT4OUD .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQffT4OUD .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQffT4OUD .row {
  justify-content: center;
}
.cid-rPQffT4OUD .location,
.cid-rPQffT4OUD .icon-wrap {
  color: #ff5400;
}
.cid-rPQffT4OUD .link,
.cid-rPQffT4OUD .link-wrap,
.cid-rPQffT4OUD .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rPQffT4OUD .wrapper {
    flex-direction: column;
  }
  .cid-rPQffT4OUD .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQffT4OUD .card-box {
    padding: 0;
  }
}
.cid-rPQffT4OUD H2 {
  color: #ff5400;
}
.cid-rPQffT4OUD .mbr-text,
.cid-rPQffT4OUD .link {
  color: #0e0e0e;
}
.cid-rPQffUr8wE {
  background-image: url("../../../assets/images/hotel-continental-1900x1214.jpg");
}
.cid-rPQffUr8wE H2 {
  color: #e7272d;
}
.cid-rPQffUr8wE img {
  max-width: 500px;
  margin: auto;
}
.cid-rPQffUr8wE H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rPQffUr8wE .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rPQffUr8wE .span-row {
  width: 100%;
}
.cid-rPQffUr8wE .mbr-section-title,
.cid-rPQffUr8wE .span-row {
  color: #cebfaf;
}
.cid-rPQffUr8wE .mbr-text,
.cid-rPQffUr8wE .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rPQffUr8wE .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQffVfUNp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPQffVfUNp h4 {
  margin-bottom: 0;
}
.cid-rPQffVfUNp p {
  color: #767676;
}
.cid-rPQffVfUNp .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQffVfUNp .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rPQffVfUNp .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rPQffVfUNp .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rPQffVfUNp .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rPQffVfUNp .btn-info-outline:active,
.cid-rPQffVfUNp .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rPQffVfUNp .card-box {
  padding-top: 2rem;
}
.cid-rPQffVfUNp .card-wrapper {
  height: 100%;
}
.cid-rPQffVfUNp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPQffVfUNp img {
  border-radius: 8px;
}
.cid-rPQffVfUNp .card-title {
  color: #232323;
}
.cid-rPQffVfUNp .main-title {
  color: #232323;
  text-align: center;
}
.cid-rPQffVfUNp DIV {
  color: #57468b;
}
.cid-rPQffVfUNp .mbr-text,
.cid-rPQffVfUNp .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rPQffXcVQd {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rPQffXcVQd .mbr-slider .carousel-control {
  background: #666;
}
.cid-rPQffXcVQd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rPQffXcVQd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rPQffXcVQd .title {
  padding: 0 2rem;
}
.cid-rPQffXcVQd .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-rPQffXcVQd .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rPQffXcVQd .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rPQffXcVQd .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rPQffXcVQd .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rPQffXcVQd .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rPQffXcVQd .container {
  padding: 0 1rem;
}
.cid-rPQffXcVQd .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rPQffXcVQd .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rPQffXcVQd .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rPQffXcVQd .icon-focus {
  display: none;
}
.cid-rPQffXcVQd .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rPQffXcVQd .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rPQffXcVQd .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rPQffXcVQd li {
  position: relative;
}
.cid-rPQffXcVQd li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rPQffXcVQd .btn {
  font-family: Roboto !important;
}
.cid-rPQffXcVQd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rPQffXcVQd .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPQffXcVQd li:not(:last-child):after {
    top: 9px;
  }
  .cid-rPQffXcVQd .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rPQffXcVQd .container {
    padding: 0rem;
  }
  .cid-rPQffXcVQd .title {
    padding: 0 1rem;
  }
}
.cid-rPQffXcVQd H2 {
  color: #89b758;
}
.cid-rPQfg1Phlj {
  background-image: url("../../../assets/images/mongolia-header-151.jpg");
}
.cid-rPQfg1Phlj H2 {
  color: #e7272d;
}
.cid-rPQfg1Phlj img {
  max-width: 500px;
  margin: auto;
}
.cid-rPQfg1Phlj H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rPQfg1Phlj .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rPQfg1Phlj .span-row {
  width: 100%;
}
.cid-rPQfg1Phlj .mbr-section-title,
.cid-rPQfg1Phlj .span-row {
  color: #cebfaf;
}
.cid-rPQfg1Phlj .mbr-text,
.cid-rPQfg1Phlj .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rPQfg1Phlj .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQfg2OMC6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPQfg2OMC6 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQfg2OMC6 .mbr-text {
  color: #0e0e0e;
  text-align: left;
}
.cid-rPQfg2OMC6 h4 {
  text-align: center;
}
.cid-rPQfg2OMC6 p {
  text-align: center;
}
.cid-rPQfg2OMC6 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rPQfg2OMC6 .mbr-iconfont {
  transition: all 0.3s;
  color: #ff6400 !important;
  font-size: 4rem !important;
}
.cid-rPQfg2OMC6 .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rPQfg2OMC6 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(1, 1, 1, 0.25);
  transform: translateY(-1.5rem);
}
.cid-rPQfg2OMC6 .card:hover .mbr-iconfont {
  color: #4f4943 !important;
}
.cid-rPQfg2OMC6 .card-title,
.cid-rPQfg2OMC6 .card-img {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-rPQfg2OMC6 .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rPQfg2OMC6 .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rPQfg5eUcQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-rPQfg5eUcQ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQfg5eUcQ .mbr-section-title {
  margin-bottom: 40px;
}
.cid-rPQfg5eUcQ .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
  margin-top: 15px;
}
.cid-rPQfg5eUcQ .block__product {
  margin: 30px 0;
}
.cid-rPQfg5eUcQ .image {
  transition: all .25s;
}
.cid-rPQfg5eUcQ .image:hover {
  opacity: .8;
}
.cid-rPQfg5eUcQ .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-rPQfg5eUcQ .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-rPQfg5eUcQ .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-rPQfg5eUcQ .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-rPQfg5eUcQ .title__block:hover {
  color: #ff6400;
}
.cid-rPQfg5eUcQ .price__block {
  margin-bottom: 15px;
  color: #919dab;
}
.cid-rPQfg5eUcQ .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-rPQfg5eUcQ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rPQfg5eUcQ .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-rPQfg5eUcQ .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #ff6400 !important;
  color: #ff6400 !important;
}
.cid-rPQfg5eUcQ .mbr-text,
.cid-rPQfg5eUcQ .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rPQfg6CklK {
  background-image: url("../../../assets/images/mongolia-header-149.jpg");
}
.cid-rPQfg6CklK H2 {
  color: #e7272d;
}
.cid-rPQfg6CklK img {
  max-width: 500px;
  margin: auto;
}
.cid-rPQfg6CklK H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rPQfg6CklK .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rPQfg6CklK .span-row {
  width: 100%;
}
.cid-rPQfg6CklK .mbr-section-title,
.cid-rPQfg6CklK .span-row {
  color: #cebfaf;
}
.cid-rPQfg6CklK .mbr-text,
.cid-rPQfg6CklK .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rPQfg6CklK .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQfg7FvZS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPQfg7FvZS .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQfg7FvZS .mbr-text {
  color: #0e0e0e;
  text-align: left;
}
.cid-rPQfg7FvZS h4 {
  text-align: center;
}
.cid-rPQfg7FvZS p {
  text-align: center;
}
.cid-rPQfg7FvZS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rPQfg7FvZS .mbr-iconfont {
  transition: all 0.3s;
  color: #ff6400 !important;
  font-size: 4rem !important;
}
.cid-rPQfg7FvZS .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rPQfg7FvZS .card:hover {
  box-shadow: 0 10px 55px 5px rgba(1, 1, 1, 0.25);
  transform: translateY(-1.5rem);
}
.cid-rPQfg7FvZS .card:hover .mbr-iconfont {
  color: #4f4943 !important;
}
.cid-rPQfg7FvZS .card-title,
.cid-rPQfg7FvZS .card-img {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-rPQfg7FvZS .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rPQfg7FvZS .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rPQfgadXBx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPQfgadXBx .mbr-slider .carousel-control {
  background: #666;
}
.cid-rPQfgadXBx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rPQfgadXBx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rPQfgadXBx .title {
  padding: 0 2rem;
}
.cid-rPQfgadXBx .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-rPQfgadXBx .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rPQfgadXBx .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rPQfgadXBx .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rPQfgadXBx .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rPQfgadXBx .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rPQfgadXBx .container {
  padding: 0 1rem;
}
.cid-rPQfgadXBx .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rPQfgadXBx .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rPQfgadXBx .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rPQfgadXBx .icon-focus {
  display: none;
}
.cid-rPQfgadXBx .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rPQfgadXBx .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rPQfgadXBx .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rPQfgadXBx li {
  position: relative;
}
.cid-rPQfgadXBx li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rPQfgadXBx .btn {
  font-family: Roboto !important;
}
.cid-rPQfgadXBx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rPQfgadXBx .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPQfgadXBx li:not(:last-child):after {
    top: 9px;
  }
  .cid-rPQfgadXBx .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rPQfgadXBx .container {
    padding: 0rem;
  }
  .cid-rPQfgadXBx .title {
    padding: 0 1rem;
  }
}
.cid-rPQfgadXBx H2 {
  color: #89b758;
}
.cid-rVnoEnDtfr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVnoEnDtfr h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVnoEnDtfr h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVnoEnDtfr .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVnoEnDtfr span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVnoEnDtfr .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVnoEnDtfr .card {
    padding: 1rem;
  }
}
.cid-rVnoEnDtfr .user_name,
.cid-rVnoEnDtfr .align {
  color: #cccccc;
}
.cid-rVnoEnDtfr .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjxSEksf4 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjxSEksf4 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjxSEksf4 .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjxSEksf4 H2 {
  color: #e7272d;
}
.cid-rVjxSEksf4 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjxSEksf4 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjxSEksf4 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjxSEksf4 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjxSEksf4 .col-lg-12 {
  overflow: hidden;
}
.cid-rVjxSEksf4 H4 {
  color: #ff6400;
}
.cid-rVjxSEksf4 .mbr-text,
.cid-rVjxSEksf4 .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjxSEksf4 .logo-wrap:before {
    content: none;
  }
  .cid-rVjxSEksf4 .logo-wrap:after {
    content: none;
  }
}
.cid-rVjxSEksf4 H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rVYi6nbkp9 .modal-body .close {
  background: #1b1b1b;
}
.cid-rVYi6nbkp9 .modal-body .close span {
  font-style: normal;
}
.cid-rVYi6nbkp9 .carousel-inner > .active,
.cid-rVYi6nbkp9 .carousel-inner > .next,
.cid-rVYi6nbkp9 .carousel-inner > .prev {
  display: table;
}
.cid-rVYi6nbkp9 .carousel-control .icon-next,
.cid-rVYi6nbkp9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVYi6nbkp9 .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVYi6nbkp9 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVYi6nbkp9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVYi6nbkp9 .boxed-slider > div {
  position: relative;
}
.cid-rVYi6nbkp9 .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rVYi6nbkp9 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVYi6nbkp9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVYi6nbkp9 .mbr-table-cell {
  padding: 0;
}
.cid-rVYi6nbkp9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVYi6nbkp9 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVYi6nbkp9 .mbr-overlay {
  z-index: 1;
}
.cid-rVYi6nbkp9 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVYi6nbkp9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVYi6nbkp9 .carousel-item .container {
    width: 100%;
  }
}
.cid-rVYi6nbkp9 .carousel-item-next.carousel-item-left,
.cid-rVYi6nbkp9 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVYi6nbkp9 .active.carousel-item-right,
.cid-rVYi6nbkp9 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVYi6nbkp9 .active.carousel-item-left,
.cid-rVYi6nbkp9 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVYi6nbkp9 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVYi6nbkp9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVYi6nbkp9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVYi6nbkp9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVYi6nbkp9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVYi6nbkp9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVYi6nbkp9 .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVYi6nbkp9 .mbr-slider .carousel-indicators li.active,
.cid-rVYi6nbkp9 .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVYi6nbkp9 .mbr-slider .carousel-indicators li::after,
.cid-rVYi6nbkp9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVYi6nbkp9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVYi6nbkp9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVYi6nbkp9 .mbr-slider > .container img {
  width: 100%;
}
.cid-rVYi6nbkp9 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVYi6nbkp9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVYi6nbkp9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVYi6nbkp9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVYi6nbkp9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVYi6nbkp9 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVYi6nbkp9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVYi6nbkp9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVYi6nbkp9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVYi6nbkp9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVYi6nbkp9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVYi6nbkp9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVYi6nbkp9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVYi6nbkp9 h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVYi6nbkp9 .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVYi6nbkp9 .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVYi6nbkp9 .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVYi6nbkp9 .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVYi6nbkp9 .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVYi6nbkp9 .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVYi6nbkp9 .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVYi6nbkp9 .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVYi6nbkp9 P {
  color: #cebfaf;
}
.cid-rVYi6nbkp9 H2 {
  color: #cebfaf;
}
.cid-rPPS66e7CZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPPS66e7CZ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rPPS66e7CZ H1 {
  color: #232323;
}
.cid-rPPS66e7CZ .mbr-text,
.cid-rPPS66e7CZ .mbr-section-btn {
  color: #716c80;
}
.cid-rPPS66e7CZ H3 {
  color: #ff5800;
}
.cid-rPPS66e7CZ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPPS66e7CZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPPS66e7CZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rPPS66e7CZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rPPS66e7CZ .link:hover {
  color: #ff6400 !important;
}
.cid-rPPS66e7CZ .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rPPS66e7CZ DIV {
  color: #57468b;
}
.cid-rPPS66e7CZ .mbr-text,
.cid-rPPS66e7CZ .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rPPTkxf2vx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPPTkxf2vx .mbr-text {
  color: #0e0e0e;
  text-align: left;
}
.cid-rPPTkxf2vx h4 {
  text-align: center;
}
.cid-rPPTkxf2vx p {
  text-align: center;
}
.cid-rPPTkxf2vx .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPPTkxf2vx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rPPTkxf2vx .mbr-iconfont {
  transition: all 0.3s;
  color: #ff6400 !important;
  font-size: 6rem !important;
}
.cid-rPPTkxf2vx .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rPPTkxf2vx .card:hover {
  box-shadow: 0 10px 55px 5px rgba(1, 1, 1, 0.2);
  transform: translateY(-1.5rem);
}
.cid-rPPTkxf2vx .card:hover .mbr-iconfont {
  color: #4f4943 !important;
}
.cid-rPPTkxf2vx .card-title,
.cid-rPPTkxf2vx .card-img {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-rPPTkxf2vx .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-rPPTkxf2vx .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-rPPTkxf2vx .mbr-section-subtitle {
  color: #0e0e0e;
  text-align: center;
}
.cid-rPPYNK3BTA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mongolia-header-152.jpg");
}
.cid-rPPYNK3BTA H2 {
  color: #e7272d;
}
.cid-rPPYNK3BTA img {
  max-width: 500px;
  margin: auto;
}
.cid-rPPYNK3BTA H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rPPYNK3BTA .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rPPYNK3BTA .span-row {
  width: 100%;
}
.cid-rPPYNK3BTA .mbr-section-title,
.cid-rPPYNK3BTA .span-row {
  color: #cebfaf;
}
.cid-rPPYNK3BTA .mbr-text,
.cid-rPPYNK3BTA .mbr-section-btn {
  color: #cebfaf;
}
.cid-rPPYNK3BTA .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPPYNK3BTA .mbr-text,
.cid-rPPYNK3BTA .media-content {
  text-align: left;
}
.cid-rPPTpX4ilk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPPTpX4ilk .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPPTpX4ilk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rPPTpX4ilk H1 {
  color: #232323;
}
.cid-rPPTpX4ilk .mbr-text,
.cid-rPPTpX4ilk .mbr-section-btn {
  color: #716c80;
}
.cid-rPPTpX4ilk H3 {
  color: #716c80;
}
.cid-rPPTpX4ilk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPPTpX4ilk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rPPTpX4ilk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rPPTpX4ilk .link:hover {
  color: #ff6400 !important;
}
.cid-rPPTpX4ilk .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rPPTpX4ilk DIV {
  color: #57468b;
}
.cid-rPPTpX4ilk .mbr-text,
.cid-rPPTpX4ilk .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rPPTqPpSib {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPPTqPpSib .mbr-slider .carousel-control {
  background: #666;
}
.cid-rPPTqPpSib .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rPPTqPpSib .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rPPTqPpSib .title {
  padding: 0 2rem;
}
.cid-rPPTqPpSib .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 100%!important;
}
.cid-rPPTqPpSib .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rPPTqPpSib .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rPPTqPpSib .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rPPTqPpSib .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rPPTqPpSib .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rPPTqPpSib .container {
  padding: 0 1rem;
}
.cid-rPPTqPpSib .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rPPTqPpSib .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rPPTqPpSib .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rPPTqPpSib .icon-focus {
  display: none;
}
.cid-rPPTqPpSib .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rPPTqPpSib .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rPPTqPpSib .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rPPTqPpSib li {
  position: relative;
}
.cid-rPPTqPpSib li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rPPTqPpSib .btn {
  font-family: Roboto !important;
}
.cid-rPPTqPpSib .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rPPTqPpSib .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPPTqPpSib li:not(:last-child):after {
    top: 9px;
  }
  .cid-rPPTqPpSib .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rPPTqPpSib .container {
    padding: 0rem;
  }
  .cid-rPPTqPpSib .title {
    padding: 0 1rem;
  }
}
.cid-rPPTqPpSib H2 {
  color: #89b758;
}
.cid-rPPU7Es75Y {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rPPU7Es75Y H1 {
  color: #232323;
}
.cid-rPPU7Es75Y .align-left {
  margin: auto;
}
.cid-rPPU7Es75Y .row {
  justify-content: space-between;
}
.cid-rPPU7Es75Y .mbr-text,
.cid-rPPU7Es75Y .mbr-section-btn {
  color: #716c80;
}
.cid-rPPU7Es75Y .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 6rem;
}
.cid-rPPU7Es75Y .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPPU7Es75Y .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rPPU7Es75Y .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rPPU7Es75Y .link:hover {
  color: #ff6400 !important;
}
.cid-rPPU7Es75Y .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rPPU7Es75Y DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rPPU7Es75Y .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rPPU7Es75Y h1 {
    padding-bottom: 1rem;
  }
}
.cid-rPPU7Es75Y .mbr-text,
.cid-rPPU7Es75Y .media-content {
  color: #716c80;
}
.cid-rPPS67y9nA {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mongolia-header-154.jpg");
}
.cid-rPPS67y9nA H2 {
  color: #e7272d;
}
.cid-rPPS67y9nA img {
  max-width: 500px;
  margin: auto;
}
.cid-rPPS67y9nA H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rPPS67y9nA .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rPPS67y9nA .span-row {
  width: 100%;
}
.cid-rPPS67y9nA .mbr-section-title,
.cid-rPPS67y9nA .span-row {
  color: #cebfaf;
}
.cid-rPPS67y9nA .mbr-text,
.cid-rPPS67y9nA .mbr-section-btn {
  color: #cebfaf;
}
.cid-rPPS67y9nA .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPPS68SoVK {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rPPS68SoVK .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPPS68SoVK .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-rPPS68SoVK .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-rPPS68SoVK .btn {
  margin: 0px !important;
}
.cid-rPPS68SoVK .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPPS68SoVK .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPPS68SoVK .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rPPS68SoVK .carousel-item .wrap-img {
  text-align: center;
}
.cid-rPPS68SoVK .carousel-item .wrap-img img {
  max-height: 450px;
  width: auto;
  border-radius: 10px;
  max-width: 100%;
}
.cid-rPPS68SoVK .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-rPPS68SoVK .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-rPPS68SoVK .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ff3100;
  display: inline-block;
  border: 4px solid #666;
}
.cid-rPPS68SoVK .carousel-indicators li.active {
  border-color: #b4b4b4;
}
@media (max-width: 768px) {
  .cid-rPPS68SoVK .second-col {
    padding-top: 2rem;
  }
}
.cid-rPPS68SoVK .mbr-section-subtitle,
.cid-rPPS68SoVK .mbr-section-btn {
  text-align: left;
  color: #0e0e0e;
}
.cid-rPPS6bbv2P {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-rPPS6bbv2P .count {
  text-align: left;
  word-break: inherit;
}
.cid-rPPS6bbv2P .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rPPS6bbv2P .mbr-content-title {
  color: #0e0e0e;
  text-align: left;
}
.cid-rPPS6bbv2P .panel-item {
  display: flex;
  align-items: center;
}
.cid-rPPS6bbv2P .card {
  word-wrap: break-word;
}
.cid-rPPS6bbv2P .mbr-iconfont {
  font-size: 50px;
  color: #188ef4;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-rPPS6bbv2P .panel-item {
    justify-content: center;
  }
}
.cid-rPPS6cP9zv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPPS6cP9zv H1 {
  color: #232323;
}
.cid-rPPS6cP9zv .align-left {
  margin: auto;
}
.cid-rPPS6cP9zv .row {
  justify-content: space-between;
}
.cid-rPPS6cP9zv .mbr-text,
.cid-rPPS6cP9zv .mbr-section-btn {
  color: #716c80;
}
.cid-rPPS6cP9zv .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 6rem;
}
.cid-rPPS6cP9zv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPPS6cP9zv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rPPS6cP9zv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rPPS6cP9zv .link:hover {
  color: #ff6400 !important;
}
.cid-rPPS6cP9zv .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rPPS6cP9zv DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rPPS6cP9zv .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rPPS6cP9zv h1 {
    padding-bottom: 1rem;
  }
}
.cid-rPPS6cP9zv .mbr-text,
.cid-rPPS6cP9zv .media-content {
  color: #716c80;
}
.cid-rPPS6eDw8P {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rPPS6eDw8P .mbr-text,
.cid-rPPS6eDw8P .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rPPS6eDw8P .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-rPPS6eDw8P .author-box {
  display: flex;
  flex-direction: row;
  padding-left: 2rem;
}
.cid-rPPS6eDw8P .ico1 {
  font-size: 3rem!important;
  opacity: 0.3;
}
.cid-rPPS6eDw8P .ico2 {
  position: absolute;
  top: 95%;
  bottom: 0%;
  right: 6rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.2;
}
.cid-rPPS6eDw8P .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rPPS6eDw8P .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rPPS6eDw8P H3 {
  color: #4f4943;
}
.cid-rPPS6eDw8P H4 {
  color: #ff5800;
}
.cid-rPPS6eDw8P .text {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-rPPS6eDw8P .relative {
    padding: 0;
  }
}
.cid-rPPS6eDw8P .signature {
  color: #57468b;
}
.cid-rVjym64eVm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjym64eVm h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjym64eVm h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjym64eVm .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjym64eVm span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjym64eVm .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjym64eVm .card {
    padding: 1rem;
  }
}
.cid-rVjym64eVm .user_name,
.cid-rVjym64eVm .align {
  color: #cccccc;
}
.cid-rVjym64eVm .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjykr4SKW {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjykr4SKW .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjykr4SKW .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjykr4SKW H2 {
  color: #e7272d;
}
.cid-rVjykr4SKW .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjykr4SKW .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjykr4SKW .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjykr4SKW .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjykr4SKW .col-lg-12 {
  overflow: hidden;
}
.cid-rVjykr4SKW H4 {
  color: #ff6400;
}
.cid-rVjykr4SKW .mbr-text,
.cid-rVjykr4SKW .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjykr4SKW .logo-wrap:before {
    content: none;
  }
  .cid-rVjykr4SKW .logo-wrap:after {
    content: none;
  }
}
.cid-rVjykr4SKW H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rWrXC0ANQX.popup-builder {
  background-color: #ffffff;
}
.cid-rWrXC0ANQX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWrXC0ANQX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWrXC0ANQX .modal-content,
.cid-rWrXC0ANQX .modal-dialog {
  height: auto;
}
.cid-rWrXC0ANQX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWrXC0ANQX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWrXC0ANQX .form-wrapper .mbr-form .form-group,
  .cid-rWrXC0ANQX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWrXC0ANQX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWrXC0ANQX .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-rWrXC0ANQX .mbr-text {
  text-align: center;
}
.cid-rWrXC0ANQX .pt-0 {
  padding-top: 0 !important;
}
.cid-rWrXC0ANQX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWrXC0ANQX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWrXC0ANQX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWrXC0ANQX .modal-open {
  overflow: hidden;
}
.cid-rWrXC0ANQX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWrXC0ANQX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWrXC0ANQX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWrXC0ANQX .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-rWrXC0ANQX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWrXC0ANQX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWrXC0ANQX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWrXC0ANQX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rWrXC0ANQX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWrXC0ANQX .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWrXC0ANQX .modal-backdrop.show {
  opacity: .5;
}
.cid-rWrXC0ANQX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWrXC0ANQX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWrXC0ANQX .modal-header .close:hover {
  opacity: 1;
}
.cid-rWrXC0ANQX .modal-header .close:focus {
  outline: none;
}
.cid-rWrXC0ANQX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rWrXC0ANQX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWrXC0ANQX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWrXC0ANQX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWrXC0ANQX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWrXC0ANQX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWrXC0ANQX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWrXC0ANQX .modal-sm {
    max-width: 300px;
  }
  .cid-rWrXC0ANQX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWrXC0ANQX .modal-lg,
  .cid-rWrXC0ANQX .modal-xl {
    max-width: 800px;
  }
  .cid-rWrXC0ANQX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWrXC0ANQX .modal-xl {
    max-width: 1140px;
  }
  .cid-rWrXC0ANQX .container {
    max-width: 1140px;
  }
}
.cid-rWrXC0ANQX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWrXC0ANQX .container {
    max-width: 720px;
  }
}
.cid-rWrXC0ANQX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWrXC0ANQX .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-rWrXC0ANQX .form-group {
  margin-bottom: 1rem;
}
.cid-rWrXC0ANQX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWrXC0ANQX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWrXC0ANQX .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-rYXGUtCGNC.popup-builder {
  background-color: #ffffff;
}
.cid-rYXGUtCGNC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYXGUtCGNC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYXGUtCGNC .modal-content,
.cid-rYXGUtCGNC .modal-dialog {
  height: auto;
}
.cid-rYXGUtCGNC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYXGUtCGNC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYXGUtCGNC .form-wrapper .mbr-form .form-group,
  .cid-rYXGUtCGNC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYXGUtCGNC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYXGUtCGNC .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-rYXGUtCGNC .mbr-text {
  text-align: center;
}
.cid-rYXGUtCGNC .pt-0 {
  padding-top: 0 !important;
}
.cid-rYXGUtCGNC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYXGUtCGNC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYXGUtCGNC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYXGUtCGNC .modal-open {
  overflow: hidden;
}
.cid-rYXGUtCGNC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYXGUtCGNC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYXGUtCGNC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYXGUtCGNC .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-rYXGUtCGNC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYXGUtCGNC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYXGUtCGNC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYXGUtCGNC .modal-content {
  background: #efefef;
  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-rYXGUtCGNC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYXGUtCGNC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYXGUtCGNC .modal-backdrop.show {
  opacity: .5;
}
.cid-rYXGUtCGNC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYXGUtCGNC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYXGUtCGNC .modal-header .close:hover {
  opacity: 1;
}
.cid-rYXGUtCGNC .modal-header .close:focus {
  outline: none;
}
.cid-rYXGUtCGNC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYXGUtCGNC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYXGUtCGNC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYXGUtCGNC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYXGUtCGNC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYXGUtCGNC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYXGUtCGNC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYXGUtCGNC .modal-sm {
    max-width: 300px;
  }
  .cid-rYXGUtCGNC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYXGUtCGNC .modal-lg,
  .cid-rYXGUtCGNC .modal-xl {
    max-width: 800px;
  }
  .cid-rYXGUtCGNC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYXGUtCGNC .modal-xl {
    max-width: 1140px;
  }
  .cid-rYXGUtCGNC .container {
    max-width: 1140px;
  }
}
.cid-rYXGUtCGNC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYXGUtCGNC .container {
    max-width: 720px;
  }
}
.cid-rYXGUtCGNC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYXGUtCGNC .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-rYXGUtCGNC .form-group {
  margin-bottom: 1rem;
}
.cid-rYXGUtCGNC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYXGUtCGNC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYXGUtCGNC .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-rW3YlYgdto .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3YlYgdto .modal-body .close span {
  font-style: normal;
}
.cid-rW3YlYgdto .carousel-inner > .active,
.cid-rW3YlYgdto .carousel-inner > .next,
.cid-rW3YlYgdto .carousel-inner > .prev {
  display: table;
}
.cid-rW3YlYgdto .carousel-control .icon-next,
.cid-rW3YlYgdto .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3YlYgdto .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3YlYgdto .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3YlYgdto .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3YlYgdto .boxed-slider > div {
  position: relative;
}
.cid-rW3YlYgdto .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3YlYgdto .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3YlYgdto .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3YlYgdto .mbr-table-cell {
  padding: 0;
}
.cid-rW3YlYgdto .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3YlYgdto .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3YlYgdto .mbr-overlay {
  z-index: 1;
}
.cid-rW3YlYgdto .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3YlYgdto .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3YlYgdto .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3YlYgdto .carousel-item-next.carousel-item-left,
.cid-rW3YlYgdto .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3YlYgdto .active.carousel-item-right,
.cid-rW3YlYgdto .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3YlYgdto .active.carousel-item-left,
.cid-rW3YlYgdto .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3YlYgdto .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3YlYgdto .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3YlYgdto .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3YlYgdto .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3YlYgdto .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3YlYgdto .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3YlYgdto .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3YlYgdto .mbr-slider .carousel-indicators li.active,
.cid-rW3YlYgdto .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3YlYgdto .mbr-slider .carousel-indicators li::after,
.cid-rW3YlYgdto .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3YlYgdto .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3YlYgdto .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3YlYgdto .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3YlYgdto .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3YlYgdto .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3YlYgdto .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3YlYgdto .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3YlYgdto .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3YlYgdto .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3YlYgdto .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3YlYgdto .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3YlYgdto .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3YlYgdto .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3YlYgdto .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3YlYgdto .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3YlYgdto .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3YlYgdto h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3YlYgdto .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3YlYgdto .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3YlYgdto .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3YlYgdto .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3YlYgdto .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3YlYgdto .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3YlYgdto .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3YlYgdto .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3YlYgdto P {
  color: #cebfaf;
  text-align: center;
}
.cid-rW3YlYgdto H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rPQgCTOfcw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPQgCTOfcw img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rPQgCTOfcw H1 {
  color: #2c1608;
}
.cid-rPQgCTOfcw .mbr-text,
.cid-rPQgCTOfcw .mbr-section-btn {
  color: #716c80;
}
.cid-rPQgCTOfcw H3 {
  color: #ff6400;
}
.cid-rPQgCTOfcw .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rPQgCTOfcw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPQgCTOfcw .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rPQgCTOfcw .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rPQgCTOfcw .link:hover {
  color: #ff6400 !important;
}
.cid-rPQgCTOfcw .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rPQgCTOfcw DIV {
  color: #57468b;
}
.cid-rPQgCTOfcw .mbr-text,
.cid-rPQgCTOfcw .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rPQgCV2pKg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPQgCV2pKg .mbr-text {
  color: #767676;
}
.cid-rPQgCV2pKg .card-subtitle {
  margin: 0;
}
.cid-rPQgCV2pKg .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rPQgCV2pKg img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rPQgCV2pKg .card-box {
  padding: 1rem;
  margin-bottom: 0.1rem;
}
.cid-rPQgCV2pKg .link {
  transition: all 0.3s;
}
.cid-rPQgCV2pKg .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQgCV2pKg .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQgCV2pKg .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQgCV2pKg .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQgCV2pKg h4,
.cid-rPQgCV2pKg h6,
.cid-rPQgCV2pKg h5 {
  margin: 0;
}
.cid-rPQgCV2pKg .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQgCV2pKg .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQgCV2pKg .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQgCV2pKg .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQgCV2pKg .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQgCV2pKg .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQgCV2pKg .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQgCV2pKg .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQgCV2pKg .icon-padding {
  padding-left: 2rem;
}
.cid-rPQgCV2pKg .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rPQgCV2pKg .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rPQgCV2pKg .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rPQgCV2pKg .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rPQgCV2pKg .card:hover img {
  transform: scale(1.1);
}
.cid-rPQgCV2pKg .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rPQgCV2pKg .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgCV2pKg .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgCV2pKg .row {
  justify-content: center;
}
.cid-rPQgCV2pKg .location,
.cid-rPQgCV2pKg .icon-wrap {
  color: #ff6400;
}
.cid-rPQgCV2pKg .link,
.cid-rPQgCV2pKg .link-wrap,
.cid-rPQgCV2pKg .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rPQgCV2pKg .wrapper {
    flex-direction: column;
  }
  .cid-rPQgCV2pKg .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQgCV2pKg .card-box {
    padding: 0;
  }
}
.cid-rPQgCV2pKg H2 {
  color: #ff6400;
}
.cid-rPQgCV2pKg .mbr-text,
.cid-rPQgCV2pKg .link {
  color: #0e0e0e;
}
.cid-rPQgCXIN87 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPQgCXIN87 .mbr-text {
  color: #767676;
}
.cid-rPQgCXIN87 .card-subtitle {
  margin: 0;
}
.cid-rPQgCXIN87 .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rPQgCXIN87 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rPQgCXIN87 .card-box {
  padding: 1rem;
}
.cid-rPQgCXIN87 .link {
  transition: all 0.3s;
}
.cid-rPQgCXIN87 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQgCXIN87 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQgCXIN87 .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQgCXIN87 .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQgCXIN87 h4,
.cid-rPQgCXIN87 h6,
.cid-rPQgCXIN87 h5 {
  margin: 0;
}
.cid-rPQgCXIN87 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQgCXIN87 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQgCXIN87 .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQgCXIN87 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQgCXIN87 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQgCXIN87 .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQgCXIN87 .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQgCXIN87 .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQgCXIN87 .icon-padding {
  padding-left: 2rem;
}
.cid-rPQgCXIN87 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rPQgCXIN87 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rPQgCXIN87 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rPQgCXIN87 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rPQgCXIN87 .card:hover img {
  transform: scale(1.1);
}
.cid-rPQgCXIN87 .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rPQgCXIN87 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgCXIN87 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgCXIN87 .row {
  justify-content: center;
}
.cid-rPQgCXIN87 .location,
.cid-rPQgCXIN87 .icon-wrap {
  color: #ff6400;
}
.cid-rPQgCXIN87 .link,
.cid-rPQgCXIN87 .link-wrap,
.cid-rPQgCXIN87 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rPQgCXIN87 .wrapper {
    flex-direction: column;
  }
  .cid-rPQgCXIN87 .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQgCXIN87 .card-box {
    padding: 0;
  }
}
.cid-rPQgCXIN87 H2 {
  color: #ff6400;
}
.cid-rPQgCXIN87 .mbr-text,
.cid-rPQgCXIN87 .link {
  color: #0e0e0e;
}
.cid-rPQgCZ9cqW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPQgCZ9cqW .mbr-text {
  color: #767676;
}
.cid-rPQgCZ9cqW .card-subtitle {
  margin: 0;
}
.cid-rPQgCZ9cqW .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rPQgCZ9cqW img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rPQgCZ9cqW .card-box {
  padding: 1rem;
}
.cid-rPQgCZ9cqW .link {
  transition: all 0.3s;
}
.cid-rPQgCZ9cqW .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQgCZ9cqW .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQgCZ9cqW .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQgCZ9cqW .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQgCZ9cqW h4,
.cid-rPQgCZ9cqW h6,
.cid-rPQgCZ9cqW h5 {
  margin: 0;
}
.cid-rPQgCZ9cqW .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQgCZ9cqW .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQgCZ9cqW .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQgCZ9cqW .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQgCZ9cqW .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQgCZ9cqW .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQgCZ9cqW .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQgCZ9cqW .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQgCZ9cqW .icon-padding {
  padding-left: 2rem;
}
.cid-rPQgCZ9cqW .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rPQgCZ9cqW .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rPQgCZ9cqW .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rPQgCZ9cqW .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rPQgCZ9cqW .card:hover img {
  transform: scale(1.1);
}
.cid-rPQgCZ9cqW .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rPQgCZ9cqW .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgCZ9cqW .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgCZ9cqW .row {
  justify-content: center;
}
.cid-rPQgCZ9cqW .location,
.cid-rPQgCZ9cqW .icon-wrap {
  color: #ff6400;
}
.cid-rPQgCZ9cqW .link,
.cid-rPQgCZ9cqW .link-wrap,
.cid-rPQgCZ9cqW .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rPQgCZ9cqW .wrapper {
    flex-direction: column;
  }
  .cid-rPQgCZ9cqW .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQgCZ9cqW .card-box {
    padding: 0;
  }
}
.cid-rPQgCZ9cqW H2 {
  color: #ff6400;
}
.cid-rPQgCZ9cqW .mbr-text,
.cid-rPQgCZ9cqW .link {
  color: #0e0e0e;
}
.cid-s2tK3FF2UK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2tK3FF2UK blockquote {
  border-width: 1px;
  border-color: #ff5400;
  padding: 0 0 0 60px;
}
.cid-s2tK3FF2UK .mbr-text,
.cid-s2tK3FF2UK .blockquote-quote {
  color: #0e0e0e;
}
.cid-s2tK3FF2UK footer {
  font-style: normal;
}
.cid-rPQgD2XaSb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPQgD2XaSb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rPQgD2XaSb H1 {
  color: #2c1608;
}
.cid-rPQgD2XaSb .mbr-text,
.cid-rPQgD2XaSb .mbr-section-btn {
  color: #716c80;
}
.cid-rPQgD2XaSb H3 {
  color: #ff6400;
}
.cid-rPQgD2XaSb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rPQgD2XaSb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rPQgD2XaSb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rPQgD2XaSb .link:hover {
  color: #ff6400 !important;
}
.cid-rPQgD2XaSb .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rPQgD2XaSb DIV {
  color: #57468b;
}
.cid-rPQgD3LZAt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPQgD3LZAt .mbr-text {
  color: #767676;
}
.cid-rPQgD3LZAt .card-subtitle {
  margin: 0;
}
.cid-rPQgD3LZAt .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rPQgD3LZAt img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rPQgD3LZAt .card-box {
  padding: 1rem;
}
.cid-rPQgD3LZAt .link {
  transition: all 0.3s;
}
.cid-rPQgD3LZAt .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQgD3LZAt .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQgD3LZAt .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQgD3LZAt .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQgD3LZAt h4,
.cid-rPQgD3LZAt h6,
.cid-rPQgD3LZAt h5 {
  margin: 0;
}
.cid-rPQgD3LZAt .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQgD3LZAt .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQgD3LZAt .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQgD3LZAt .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQgD3LZAt .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQgD3LZAt .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQgD3LZAt .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQgD3LZAt .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQgD3LZAt .icon-padding {
  padding-left: 2rem;
}
.cid-rPQgD3LZAt .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rPQgD3LZAt .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rPQgD3LZAt .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rPQgD3LZAt .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rPQgD3LZAt .card:hover img {
  transform: scale(1.1);
}
.cid-rPQgD3LZAt .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rPQgD3LZAt .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgD3LZAt .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgD3LZAt .row {
  justify-content: center;
}
.cid-rPQgD3LZAt .location,
.cid-rPQgD3LZAt .icon-wrap {
  color: #ff6400;
}
.cid-rPQgD3LZAt .link,
.cid-rPQgD3LZAt .link-wrap,
.cid-rPQgD3LZAt .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rPQgD3LZAt .wrapper {
    flex-direction: column;
  }
  .cid-rPQgD3LZAt .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQgD3LZAt .card-box {
    padding: 0;
  }
}
.cid-rPQgD3LZAt H2 {
  color: #ff6400;
}
.cid-rPQgD3LZAt .mbr-text,
.cid-rPQgD3LZAt .link {
  color: #0e0e0e;
}
.cid-rPQgD4TNnZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rPQgD4TNnZ .mbr-text {
  color: #767676;
}
.cid-rPQgD4TNnZ .card-subtitle {
  margin: 0;
}
.cid-rPQgD4TNnZ .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rPQgD4TNnZ img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rPQgD4TNnZ .card-box {
  padding: 1rem;
}
.cid-rPQgD4TNnZ .link {
  transition: all 0.3s;
}
.cid-rPQgD4TNnZ .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rPQgD4TNnZ .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rPQgD4TNnZ .mbr-section-btn .btn {
  border: 0px;
}
.cid-rPQgD4TNnZ .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rPQgD4TNnZ h4,
.cid-rPQgD4TNnZ h6,
.cid-rPQgD4TNnZ h5 {
  margin: 0;
}
.cid-rPQgD4TNnZ .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rPQgD4TNnZ .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rPQgD4TNnZ .link-wrap:hover {
  color: #ff6400;
}
.cid-rPQgD4TNnZ .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rPQgD4TNnZ .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rPQgD4TNnZ .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rPQgD4TNnZ .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rPQgD4TNnZ .icon-wrap span {
  margin-right: 8px;
}
.cid-rPQgD4TNnZ .icon-padding {
  padding-left: 2rem;
}
.cid-rPQgD4TNnZ .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rPQgD4TNnZ .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rPQgD4TNnZ .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rPQgD4TNnZ .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rPQgD4TNnZ .card:hover img {
  transform: scale(1.1);
}
.cid-rPQgD4TNnZ .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rPQgD4TNnZ .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgD4TNnZ .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rPQgD4TNnZ .row {
  justify-content: center;
}
.cid-rPQgD4TNnZ .location,
.cid-rPQgD4TNnZ .icon-wrap {
  color: #ff6400;
}
.cid-rPQgD4TNnZ .link,
.cid-rPQgD4TNnZ .link-wrap,
.cid-rPQgD4TNnZ .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rPQgD4TNnZ .wrapper {
    flex-direction: column;
  }
  .cid-rPQgD4TNnZ .icon-padding {
    padding-left: 0rem;
  }
  .cid-rPQgD4TNnZ .card-box {
    padding: 0;
  }
}
.cid-rPQgD4TNnZ H2 {
  color: #ff6400;
}
.cid-rPQgD4TNnZ .mbr-text,
.cid-rPQgD4TNnZ .link {
  color: #0e0e0e;
}
.cid-s2qSnZOqX4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2qSnZOqX4 .mbr-text {
  color: #767676;
}
.cid-s2qSnZOqX4 .card-subtitle {
  margin: 0;
}
.cid-s2qSnZOqX4 .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-s2qSnZOqX4 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-s2qSnZOqX4 .card-box {
  padding: 1rem;
  margin-bottom: 0.1rem;
}
.cid-s2qSnZOqX4 .link {
  transition: all 0.3s;
}
.cid-s2qSnZOqX4 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s2qSnZOqX4 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s2qSnZOqX4 .mbr-section-btn .btn {
  border: 0px;
}
.cid-s2qSnZOqX4 .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s2qSnZOqX4 h4,
.cid-s2qSnZOqX4 h6,
.cid-s2qSnZOqX4 h5 {
  margin: 0;
}
.cid-s2qSnZOqX4 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s2qSnZOqX4 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s2qSnZOqX4 .link-wrap:hover {
  color: #ff6400;
}
.cid-s2qSnZOqX4 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-s2qSnZOqX4 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s2qSnZOqX4 .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s2qSnZOqX4 .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s2qSnZOqX4 .icon-wrap span {
  margin-right: 8px;
}
.cid-s2qSnZOqX4 .icon-padding {
  padding-left: 2rem;
}
.cid-s2qSnZOqX4 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-s2qSnZOqX4 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-s2qSnZOqX4 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-s2qSnZOqX4 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-s2qSnZOqX4 .card:hover img {
  transform: scale(1.1);
}
.cid-s2qSnZOqX4 .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-s2qSnZOqX4 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2qSnZOqX4 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2qSnZOqX4 .row {
  justify-content: center;
}
.cid-s2qSnZOqX4 .location,
.cid-s2qSnZOqX4 .icon-wrap {
  color: #ff6400;
}
.cid-s2qSnZOqX4 .link,
.cid-s2qSnZOqX4 .link-wrap,
.cid-s2qSnZOqX4 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-s2qSnZOqX4 .wrapper {
    flex-direction: column;
  }
  .cid-s2qSnZOqX4 .icon-padding {
    padding-left: 0rem;
  }
  .cid-s2qSnZOqX4 .card-box {
    padding: 0;
  }
}
.cid-s2qSnZOqX4 H2 {
  color: #ff6400;
}
.cid-s2qSnZOqX4 .mbr-text,
.cid-s2qSnZOqX4 .link {
  color: #0e0e0e;
}
.cid-s2sMYSK92o {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2sMYSK92o blockquote {
  border-width: 1px;
  border-color: #ff5400;
  padding: 0 0 0 60px;
}
.cid-s2sMYSK92o .mbr-text,
.cid-s2sMYSK92o .blockquote-quote {
  color: #0e0e0e;
}
.cid-s2sMYSK92o footer {
  font-style: normal;
}
.cid-s2sO69R6Oo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2sO69R6Oo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s2sO69R6Oo H1 {
  color: #2c1608;
}
.cid-s2sO69R6Oo .mbr-text,
.cid-s2sO69R6Oo .mbr-section-btn {
  color: #716c80;
}
.cid-s2sO69R6Oo H3 {
  color: #ff6400;
}
.cid-s2sO69R6Oo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s2sO69R6Oo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s2sO69R6Oo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s2sO69R6Oo .link:hover {
  color: #ff6400 !important;
}
.cid-s2sO69R6Oo .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-s2sO69R6Oo DIV {
  color: #57468b;
}
.cid-s2qSqDTEll {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2qSqDTEll .mbr-text {
  color: #767676;
}
.cid-s2qSqDTEll .card-subtitle {
  margin: 0;
}
.cid-s2qSqDTEll .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-s2qSqDTEll img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-s2qSqDTEll .card-box {
  padding: 1rem;
  margin-bottom: 0.1rem;
}
.cid-s2qSqDTEll .link {
  transition: all 0.3s;
}
.cid-s2qSqDTEll .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s2qSqDTEll .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s2qSqDTEll .mbr-section-btn .btn {
  border: 0px;
}
.cid-s2qSqDTEll .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s2qSqDTEll h4,
.cid-s2qSqDTEll h6,
.cid-s2qSqDTEll h5 {
  margin: 0;
}
.cid-s2qSqDTEll .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s2qSqDTEll .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s2qSqDTEll .link-wrap:hover {
  color: #ff6400;
}
.cid-s2qSqDTEll .link-wrap:hover .link {
  color: #ff6400;
}
.cid-s2qSqDTEll .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s2qSqDTEll .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s2qSqDTEll .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s2qSqDTEll .icon-wrap span {
  margin-right: 8px;
}
.cid-s2qSqDTEll .icon-padding {
  padding-left: 2rem;
}
.cid-s2qSqDTEll .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-s2qSqDTEll .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-s2qSqDTEll .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-s2qSqDTEll .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-s2qSqDTEll .card:hover img {
  transform: scale(1.1);
}
.cid-s2qSqDTEll .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-s2qSqDTEll .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2qSqDTEll .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2qSqDTEll .row {
  justify-content: center;
}
.cid-s2qSqDTEll .location,
.cid-s2qSqDTEll .icon-wrap {
  color: #ff6400;
}
.cid-s2qSqDTEll .link,
.cid-s2qSqDTEll .link-wrap,
.cid-s2qSqDTEll .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-s2qSqDTEll .wrapper {
    flex-direction: column;
  }
  .cid-s2qSqDTEll .icon-padding {
    padding-left: 0rem;
  }
  .cid-s2qSqDTEll .card-box {
    padding: 0;
  }
}
.cid-s2qSqDTEll H2 {
  color: #ff6400;
}
.cid-s2qSqDTEll .mbr-text,
.cid-s2qSqDTEll .link {
  color: #0e0e0e;
}
.cid-s2qSVROayS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2qSVROayS .mbr-text {
  color: #767676;
}
.cid-s2qSVROayS .card-subtitle {
  margin: 0;
}
.cid-s2qSVROayS .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-s2qSVROayS img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-s2qSVROayS .card-box {
  padding: 1rem;
  margin-bottom: 0.1rem;
}
.cid-s2qSVROayS .link {
  transition: all 0.3s;
}
.cid-s2qSVROayS .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s2qSVROayS .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s2qSVROayS .mbr-section-btn .btn {
  border: 0px;
}
.cid-s2qSVROayS .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s2qSVROayS h4,
.cid-s2qSVROayS h6,
.cid-s2qSVROayS h5 {
  margin: 0;
}
.cid-s2qSVROayS .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s2qSVROayS .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s2qSVROayS .link-wrap:hover {
  color: #ff6400;
}
.cid-s2qSVROayS .link-wrap:hover .link {
  color: #ff6400;
}
.cid-s2qSVROayS .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s2qSVROayS .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s2qSVROayS .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s2qSVROayS .icon-wrap span {
  margin-right: 8px;
}
.cid-s2qSVROayS .icon-padding {
  padding-left: 2rem;
}
.cid-s2qSVROayS .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-s2qSVROayS .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-s2qSVROayS .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-s2qSVROayS .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-s2qSVROayS .card:hover img {
  transform: scale(1.1);
}
.cid-s2qSVROayS .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-s2qSVROayS .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2qSVROayS .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2qSVROayS .row {
  justify-content: center;
}
.cid-s2qSVROayS .location,
.cid-s2qSVROayS .icon-wrap {
  color: #ff6400;
}
.cid-s2qSVROayS .link,
.cid-s2qSVROayS .link-wrap,
.cid-s2qSVROayS .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-s2qSVROayS .wrapper {
    flex-direction: column;
  }
  .cid-s2qSVROayS .icon-padding {
    padding-left: 0rem;
  }
  .cid-s2qSVROayS .card-box {
    padding: 0;
  }
}
.cid-s2qSVROayS H2 {
  color: #ff6400;
}
.cid-s2qSVROayS .mbr-text,
.cid-s2qSVROayS .link {
  color: #0e0e0e;
}
.cid-s2rZYBQ0JB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2rZYBQ0JB .mbr-text {
  color: #767676;
}
.cid-s2rZYBQ0JB .card-subtitle {
  margin: 0;
}
.cid-s2rZYBQ0JB .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-s2rZYBQ0JB img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-s2rZYBQ0JB .card-box {
  padding: 1rem;
  margin-bottom: 0.1rem;
}
.cid-s2rZYBQ0JB .link {
  transition: all 0.3s;
}
.cid-s2rZYBQ0JB .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s2rZYBQ0JB .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s2rZYBQ0JB .mbr-section-btn .btn {
  border: 0px;
}
.cid-s2rZYBQ0JB .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s2rZYBQ0JB h4,
.cid-s2rZYBQ0JB h6,
.cid-s2rZYBQ0JB h5 {
  margin: 0;
}
.cid-s2rZYBQ0JB .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s2rZYBQ0JB .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s2rZYBQ0JB .link-wrap:hover {
  color: #ff6400;
}
.cid-s2rZYBQ0JB .link-wrap:hover .link {
  color: #ff6400;
}
.cid-s2rZYBQ0JB .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s2rZYBQ0JB .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s2rZYBQ0JB .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s2rZYBQ0JB .icon-wrap span {
  margin-right: 8px;
}
.cid-s2rZYBQ0JB .icon-padding {
  padding-left: 2rem;
}
.cid-s2rZYBQ0JB .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-s2rZYBQ0JB .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-s2rZYBQ0JB .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-s2rZYBQ0JB .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-s2rZYBQ0JB .card:hover img {
  transform: scale(1.1);
}
.cid-s2rZYBQ0JB .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-s2rZYBQ0JB .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2rZYBQ0JB .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2rZYBQ0JB .row {
  justify-content: center;
}
.cid-s2rZYBQ0JB .location,
.cid-s2rZYBQ0JB .icon-wrap {
  color: #ff6400;
}
.cid-s2rZYBQ0JB .link,
.cid-s2rZYBQ0JB .link-wrap,
.cid-s2rZYBQ0JB .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-s2rZYBQ0JB .wrapper {
    flex-direction: column;
  }
  .cid-s2rZYBQ0JB .icon-padding {
    padding-left: 0rem;
  }
  .cid-s2rZYBQ0JB .card-box {
    padding: 0;
  }
}
.cid-s2rZYBQ0JB H2 {
  color: #ff6400;
}
.cid-s2rZYBQ0JB .mbr-text,
.cid-s2rZYBQ0JB .link {
  color: #0e0e0e;
}
.cid-s2sNgkoB2W {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2sNgkoB2W blockquote {
  border-width: 1px;
  border-color: #ff5400;
  padding: 0 0 0 60px;
}
.cid-s2sNgkoB2W .mbr-text,
.cid-s2sNgkoB2W .blockquote-quote {
  color: #0e0e0e;
}
.cid-s2sNgkoB2W footer {
  font-style: normal;
}
.cid-s2sO8rwmcm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2sO8rwmcm img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s2sO8rwmcm H1 {
  color: #2c1608;
}
.cid-s2sO8rwmcm .mbr-text,
.cid-s2sO8rwmcm .mbr-section-btn {
  color: #716c80;
}
.cid-s2sO8rwmcm H3 {
  color: #ff6400;
}
.cid-s2sO8rwmcm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s2sO8rwmcm .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s2sO8rwmcm .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s2sO8rwmcm .link:hover {
  color: #ff6400 !important;
}
.cid-s2sO8rwmcm .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-s2sO8rwmcm DIV {
  color: #57468b;
}
.cid-s2s059Aizm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2s059Aizm .mbr-text {
  color: #767676;
}
.cid-s2s059Aizm .card-subtitle {
  margin: 0;
}
.cid-s2s059Aizm .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-s2s059Aizm img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-s2s059Aizm .card-box {
  padding: 1rem;
  margin-bottom: 0.1rem;
}
.cid-s2s059Aizm .link {
  transition: all 0.3s;
}
.cid-s2s059Aizm .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s2s059Aizm .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s2s059Aizm .mbr-section-btn .btn {
  border: 0px;
}
.cid-s2s059Aizm .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s2s059Aizm h4,
.cid-s2s059Aizm h6,
.cid-s2s059Aizm h5 {
  margin: 0;
}
.cid-s2s059Aizm .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s2s059Aizm .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s2s059Aizm .link-wrap:hover {
  color: #ff6400;
}
.cid-s2s059Aizm .link-wrap:hover .link {
  color: #ff6400;
}
.cid-s2s059Aizm .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s2s059Aizm .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s2s059Aizm .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s2s059Aizm .icon-wrap span {
  margin-right: 8px;
}
.cid-s2s059Aizm .icon-padding {
  padding-left: 2rem;
}
.cid-s2s059Aizm .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-s2s059Aizm .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-s2s059Aizm .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-s2s059Aizm .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-s2s059Aizm .card:hover img {
  transform: scale(1.1);
}
.cid-s2s059Aizm .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-s2s059Aizm .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2s059Aizm .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s2s059Aizm .row {
  justify-content: center;
}
.cid-s2s059Aizm .location,
.cid-s2s059Aizm .icon-wrap {
  color: #ff6400;
}
.cid-s2s059Aizm .link,
.cid-s2s059Aizm .link-wrap,
.cid-s2s059Aizm .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-s2s059Aizm .wrapper {
    flex-direction: column;
  }
  .cid-s2s059Aizm .icon-padding {
    padding-left: 0rem;
  }
  .cid-s2s059Aizm .card-box {
    padding: 0;
  }
}
.cid-s2s059Aizm H2 {
  color: #ff6400;
}
.cid-s2s059Aizm .mbr-text,
.cid-s2s059Aizm .link {
  color: #0e0e0e;
}
.cid-s2sIri1voy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2sIri1voy blockquote {
  border-width: 1px;
  border-color: #ff5400;
  padding: 0 0 0 60px;
}
.cid-s2sIri1voy .mbr-text,
.cid-s2sIri1voy .blockquote-quote {
  color: #0e0e0e;
}
.cid-s2sIri1voy footer {
  font-style: normal;
  text-align: left;
}
.cid-rWr5wKp0ks {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWr5wKp0ks h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rWr5wKp0ks h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rWr5wKp0ks .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rWr5wKp0ks span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rWr5wKp0ks .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rWr5wKp0ks .card {
    padding: 1rem;
  }
}
.cid-rWr5wKp0ks .user_name,
.cid-rWr5wKp0ks .align {
  color: #cccccc;
}
.cid-rWr5wKp0ks .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjBpeSe5D {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjBpeSe5D .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjBpeSe5D .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjBpeSe5D H2 {
  color: #e7272d;
}
.cid-rVjBpeSe5D .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjBpeSe5D .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjBpeSe5D .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBpeSe5D .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBpeSe5D .col-lg-12 {
  overflow: hidden;
}
.cid-rVjBpeSe5D H4 {
  color: #ff6400;
}
.cid-rVjBpeSe5D .mbr-text,
.cid-rVjBpeSe5D .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjBpeSe5D .logo-wrap:before {
    content: none;
  }
  .cid-rVjBpeSe5D .logo-wrap:after {
    content: none;
  }
}
.cid-rVjBpeSe5D H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rWdRAsBw5o .modal-body .close {
  background: #1b1b1b;
}
.cid-rWdRAsBw5o .modal-body .close span {
  font-style: normal;
}
.cid-rWdRAsBw5o .carousel-inner > .active,
.cid-rWdRAsBw5o .carousel-inner > .next,
.cid-rWdRAsBw5o .carousel-inner > .prev {
  display: table;
}
.cid-rWdRAsBw5o .carousel-control .icon-next,
.cid-rWdRAsBw5o .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWdRAsBw5o .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWdRAsBw5o .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdRAsBw5o .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWdRAsBw5o .boxed-slider > div {
  position: relative;
}
.cid-rWdRAsBw5o .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWdRAsBw5o .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWdRAsBw5o .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdRAsBw5o .mbr-table-cell {
  padding: 0;
}
.cid-rWdRAsBw5o .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWdRAsBw5o .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWdRAsBw5o .mbr-overlay {
  z-index: 1;
}
.cid-rWdRAsBw5o .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdRAsBw5o .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWdRAsBw5o .carousel-item .container {
    width: 100%;
  }
}
.cid-rWdRAsBw5o .carousel-item-next.carousel-item-left,
.cid-rWdRAsBw5o .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWdRAsBw5o .active.carousel-item-right,
.cid-rWdRAsBw5o .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWdRAsBw5o .active.carousel-item-left,
.cid-rWdRAsBw5o .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWdRAsBw5o .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWdRAsBw5o .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWdRAsBw5o .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWdRAsBw5o .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWdRAsBw5o .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWdRAsBw5o .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWdRAsBw5o .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWdRAsBw5o .mbr-slider .carousel-indicators li.active,
.cid-rWdRAsBw5o .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWdRAsBw5o .mbr-slider .carousel-indicators li::after,
.cid-rWdRAsBw5o .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWdRAsBw5o .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWdRAsBw5o .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWdRAsBw5o .mbr-slider > .container img {
  width: 100%;
}
.cid-rWdRAsBw5o .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWdRAsBw5o .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWdRAsBw5o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdRAsBw5o .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdRAsBw5o .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWdRAsBw5o .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWdRAsBw5o .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWdRAsBw5o .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWdRAsBw5o .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWdRAsBw5o .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdRAsBw5o .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWdRAsBw5o .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWdRAsBw5o .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWdRAsBw5o h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWdRAsBw5o .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWdRAsBw5o .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWdRAsBw5o .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWdRAsBw5o .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWdRAsBw5o .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWdRAsBw5o .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdRAsBw5o .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWdRAsBw5o .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdRAsBw5o P {
  color: #cebfaf;
  text-align: center;
}
.cid-rWdRAsBw5o H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUNHnLFQhZ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNHnLFQhZ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUNHnLFQhZ H1 {
  color: #2c1608;
}
.cid-rUNHnLFQhZ .mbr-text,
.cid-rUNHnLFQhZ .mbr-section-btn {
  color: #716c80;
}
.cid-rUNHnLFQhZ H3 {
  color: #4f4943;
}
.cid-rUNHnLFQhZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUNHnLFQhZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUNHnLFQhZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUNHnLFQhZ .link:hover {
  color: #ff6400 !important;
}
.cid-rUNHnLFQhZ .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUNHnLFQhZ DIV {
  color: #57468b;
}
.cid-rUNHnLFQhZ .mbr-text,
.cid-rUNHnLFQhZ .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNHnLFQhZ .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUNHnMqhQC {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUNHnMqhQC H2 {
  color: #ff6400;
}
.cid-rUNHnMqhQC .mbr-text,
.cid-rUNHnMqhQC .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-rUNHnMqhQC .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUNHnMqhQC .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUNHnMqhQC .mbr-figure {
  height: 100%;
}
.cid-rUNHnMqhQC .card-img {
  padding: 0 2rem;
}
.cid-rUNHnMqhQC img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUNHnMqhQC H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUNHnMqhQC .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUNHnMqhQC .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUNHnMqhQC .container {
    padding: 0 3rem;
  }
  .cid-rUNHnMqhQC .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUNHnMqhQC .container {
    padding: 0 2rem;
  }
  .cid-rUNHnMqhQC .card-img {
    width: 100%;
  }
  .cid-rUNHnMqhQC .center-card {
    padding: 1rem;
  }
}
.cid-rYNZsk7ZiY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYNZsk7ZiY h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYNZsk7ZiY h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYNZsk7ZiY .card {
  background: #ffffff;
  padding: 0.7rem;
  border-radius: 6px;
}
.cid-rYNZsk7ZiY span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYNZsk7ZiY .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYNZsk7ZiY .card {
    padding: 1rem;
  }
}
.cid-rYNZsk7ZiY .user_name,
.cid-rYNZsk7ZiY .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYNZsk7ZiY .mbr-section-subtitle {
  text-align: center;
}
.cid-rUNHnNzt06 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUNHnNzt06 H2 {
  color: #e7272d;
}
.cid-rUNHnNzt06 img {
  max-width: 500px;
  margin: auto;
}
.cid-rUNHnNzt06 H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUNHnNzt06 .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUNHnNzt06 .span-row {
  width: 100%;
}
.cid-rUNHnNzt06 .mbr-section-title,
.cid-rUNHnNzt06 .span-row {
  color: #cebfaf;
}
.cid-rUNHnNzt06 .mbr-text,
.cid-rUNHnNzt06 .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUNHnOkaDQ {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUNHnOkaDQ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUNHnOkaDQ .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUNHnOkaDQ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUNHnOkaDQ .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUNHnOkaDQ .menu-row {
  margin: 0;
}
.cid-rUNHnOkaDQ .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUNHnOkaDQ .card-header {
  background: transparent;
}
.cid-rUNHnOkaDQ .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUNHnOkaDQ .card-subtitle {
  margin: 0;
}
.cid-rUNHnOkaDQ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUNHnOkaDQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUNHnOkaDQ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUNHnOkaDQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNHnOkaDQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNHnOkaDQ .card .panel-body {
  color: #767676;
}
.cid-rUNHnOkaDQ h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUNHnOkaDQ H4 {
  color: #4f4943;
}
.cid-rUNHnOkaDQ H2 {
  color: #222222;
}
.cid-rUNHnOkaDQ .panel-text {
  color: #232323;
}
.cid-rUNHnOkaDQ .box-text {
  color: #232323;
}
.cid-rUNHnOkaDQ SPAN {
  color: #ff6800;
}
.cid-rUNHnOkaDQ .item-title {
  color: #4f4943;
}
.cid-rUNHnOkaDQ .mbr-section-title,
.cid-rUNHnOkaDQ .underline {
  color: #232323;
  text-align: center;
}
.cid-rUNHnOkaDQ .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUNHnPyOj7 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUNHnPyOj7 li {
  list-style: none;
}
.cid-rUNHnPyOj7 .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUNHnPyOj7 .item-wrap:hover .mbr-iconfont {
  color: #cebfaf !important;
}
.cid-rUNHnPyOj7 .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUNHnPyOj7 h4 {
  margin: 0;
}
.cid-rUNHnPyOj7 ul {
  padding: 0;
  margin: 0;
}
.cid-rUNHnPyOj7 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUNHnPyOj7 .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUNHnPyOj7 .accordion .card {
  overflow: hidden;
}
.cid-rUNHnPyOj7 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUNHnPyOj7 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUNHnPyOj7 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUNHnPyOj7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNHnPyOj7 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUNHnPyOj7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNHnPyOj7 .card .panel-body {
  color: #767676;
}
.cid-rUNHnPyOj7 .card:hover {
  background: #efefef;
}
.cid-rUNHnPyOj7 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUNHnPyOj7 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUNHnPyOj7 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUNHnPyOj7 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUNHnPyOj7 .panel-collapse {
  margin-top: -1px;
}
.cid-rUNHnPyOj7 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUNHnPyOj7 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUNHnPyOj7 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUNHnPyOj7 .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUNHnPyOj7 H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUNHnPyOj7 H2 {
  color: #000000;
}
.cid-rUNHnPyOj7 .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNHnSllAx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNHnSllAx .mbr-text {
  color: #767676;
}
.cid-rUNHnSllAx .card-subtitle {
  margin: 0;
}
.cid-rUNHnSllAx .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUNHnSllAx img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUNHnSllAx .card-box {
  padding: 1rem;
}
.cid-rUNHnSllAx .link {
  transition: all 0.3s;
}
.cid-rUNHnSllAx .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUNHnSllAx .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUNHnSllAx .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUNHnSllAx .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUNHnSllAx h4,
.cid-rUNHnSllAx h6,
.cid-rUNHnSllAx h5 {
  margin: 0;
}
.cid-rUNHnSllAx .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUNHnSllAx .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUNHnSllAx .link-wrap:hover {
  color: #ff6400;
}
.cid-rUNHnSllAx .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUNHnSllAx .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUNHnSllAx .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUNHnSllAx .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUNHnSllAx .icon-wrap span {
  margin-right: 8px;
}
.cid-rUNHnSllAx .icon-padding {
  padding-left: 2rem;
}
.cid-rUNHnSllAx .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUNHnSllAx .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUNHnSllAx .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUNHnSllAx .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUNHnSllAx .card:hover img {
  transform: scale(1.1);
}
.cid-rUNHnSllAx .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUNHnSllAx .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNHnSllAx .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNHnSllAx .row {
  justify-content: center;
}
.cid-rUNHnSllAx .location,
.cid-rUNHnSllAx .icon-wrap {
  color: #ff6400;
}
.cid-rUNHnSllAx .link,
.cid-rUNHnSllAx .link-wrap,
.cid-rUNHnSllAx .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUNHnSllAx .wrapper {
    flex-direction: column;
  }
  .cid-rUNHnSllAx .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUNHnSllAx .card-box {
    padding: 0;
  }
}
.cid-rUNHnSllAx H2 {
  color: #ff6400;
}
.cid-rUNHnSllAx .mbr-text,
.cid-rUNHnSllAx .link {
  color: #0e0e0e;
}
.cid-s0YkpPnqBp {
  padding-top: 255px;
  padding-bottom: 255px;
  background-image: url("../../../assets/images/mbr-148.jpg");
}
@media (max-width: 992px) {
  .cid-s0YkpPnqBp {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s0YkpPnqBp .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s0YkpPnqBp .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-s0YkpPnqBp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-s0YkpPnqBp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s0YkpPnqBp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s0YkpPnqBp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-s0YkpPnqBp a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s0YkpPnqBp {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cid-s0YkpPnqBp .box {
    height: 250px;
  }
}
.cid-s0YkpPnqBp .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s0YkpPnqBp .mbr-section-title,
.cid-s0YkpPnqBp .span-row {
  color: #cebfaf;
}
.cid-s0YkpPnqBp .mbr-text,
.cid-s0YkpPnqBp .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rUNHnUSkWB {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNHnUSkWB blockquote {
  border-width: 2px;
  border-color: #ff6800;
  padding: 0 0 0 50px;
}
.cid-rUNHnUSkWB .mbr-text,
.cid-rUNHnUSkWB .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUNHnUSkWB footer {
  font-style: normal;
}
.cid-rVjqvZC0e7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjqvZC0e7 h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjqvZC0e7 h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjqvZC0e7 .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjqvZC0e7 span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjqvZC0e7 .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjqvZC0e7 .card {
    padding: 1rem;
  }
}
.cid-rVjqvZC0e7 .user_name,
.cid-rVjqvZC0e7 .align {
  color: #cccccc;
}
.cid-rVjqvZC0e7 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjB0IIjo2 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjB0IIjo2 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjB0IIjo2 .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjB0IIjo2 H2 {
  color: #e7272d;
}
.cid-rVjB0IIjo2 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjB0IIjo2 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjB0IIjo2 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjB0IIjo2 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjB0IIjo2 .col-lg-12 {
  overflow: hidden;
}
.cid-rVjB0IIjo2 H4 {
  color: #ff6400;
}
.cid-rVjB0IIjo2 .mbr-text,
.cid-rVjB0IIjo2 .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjB0IIjo2 .logo-wrap:before {
    content: none;
  }
  .cid-rVjB0IIjo2 .logo-wrap:after {
    content: none;
  }
}
.cid-rVjB0IIjo2 H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rUNHnX9Qf6.popup-builder {
  background-color: #ffffff;
}
.cid-rUNHnX9Qf6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUNHnX9Qf6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUNHnX9Qf6 .modal-content,
.cid-rUNHnX9Qf6 .modal-dialog {
  height: auto;
}
.cid-rUNHnX9Qf6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUNHnX9Qf6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUNHnX9Qf6 .form-wrapper .mbr-form .form-group,
  .cid-rUNHnX9Qf6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUNHnX9Qf6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUNHnX9Qf6 .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-rUNHnX9Qf6 .mbr-text {
  text-align: center;
}
.cid-rUNHnX9Qf6 .pt-0 {
  padding-top: 0 !important;
}
.cid-rUNHnX9Qf6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUNHnX9Qf6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUNHnX9Qf6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUNHnX9Qf6 .modal-open {
  overflow: hidden;
}
.cid-rUNHnX9Qf6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUNHnX9Qf6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUNHnX9Qf6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUNHnX9Qf6 .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-rUNHnX9Qf6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUNHnX9Qf6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUNHnX9Qf6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUNHnX9Qf6 .modal-content {
  background: #efefef;
  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-rUNHnX9Qf6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUNHnX9Qf6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUNHnX9Qf6 .modal-backdrop.show {
  opacity: .5;
}
.cid-rUNHnX9Qf6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUNHnX9Qf6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUNHnX9Qf6 .modal-header .close:hover {
  opacity: 1;
}
.cid-rUNHnX9Qf6 .modal-header .close:focus {
  outline: none;
}
.cid-rUNHnX9Qf6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rUNHnX9Qf6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUNHnX9Qf6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUNHnX9Qf6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUNHnX9Qf6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUNHnX9Qf6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUNHnX9Qf6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUNHnX9Qf6 .modal-sm {
    max-width: 300px;
  }
  .cid-rUNHnX9Qf6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUNHnX9Qf6 .modal-lg,
  .cid-rUNHnX9Qf6 .modal-xl {
    max-width: 800px;
  }
  .cid-rUNHnX9Qf6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUNHnX9Qf6 .modal-xl {
    max-width: 1140px;
  }
  .cid-rUNHnX9Qf6 .container {
    max-width: 1140px;
  }
}
.cid-rUNHnX9Qf6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUNHnX9Qf6 .container {
    max-width: 720px;
  }
}
.cid-rUNHnX9Qf6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUNHnX9Qf6 .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-rUNHnX9Qf6 .form-group {
  margin-bottom: 1rem;
}
.cid-rUNHnX9Qf6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUNHnX9Qf6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUNHnX9Qf6 .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-rYdc3WiNe4.popup-builder {
  background-color: #ffffff;
}
.cid-rYdc3WiNe4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdc3WiNe4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdc3WiNe4 .modal-content,
.cid-rYdc3WiNe4 .modal-dialog {
  height: auto;
}
.cid-rYdc3WiNe4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdc3WiNe4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdc3WiNe4 .form-wrapper .mbr-form .form-group,
  .cid-rYdc3WiNe4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdc3WiNe4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdc3WiNe4 .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-rYdc3WiNe4 .mbr-text {
  text-align: center;
}
.cid-rYdc3WiNe4 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdc3WiNe4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdc3WiNe4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdc3WiNe4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdc3WiNe4 .modal-open {
  overflow: hidden;
}
.cid-rYdc3WiNe4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdc3WiNe4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdc3WiNe4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdc3WiNe4 .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-rYdc3WiNe4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdc3WiNe4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdc3WiNe4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdc3WiNe4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdc3WiNe4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdc3WiNe4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdc3WiNe4 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdc3WiNe4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdc3WiNe4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdc3WiNe4 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdc3WiNe4 .modal-header .close:focus {
  outline: none;
}
.cid-rYdc3WiNe4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdc3WiNe4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdc3WiNe4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdc3WiNe4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdc3WiNe4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdc3WiNe4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdc3WiNe4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdc3WiNe4 .modal-sm {
    max-width: 300px;
  }
  .cid-rYdc3WiNe4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdc3WiNe4 .modal-lg,
  .cid-rYdc3WiNe4 .modal-xl {
    max-width: 800px;
  }
  .cid-rYdc3WiNe4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdc3WiNe4 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdc3WiNe4 .container {
    max-width: 1140px;
  }
}
.cid-rYdc3WiNe4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdc3WiNe4 .container {
    max-width: 720px;
  }
}
.cid-rYdc3WiNe4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdc3WiNe4 .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-rYdc3WiNe4 .form-group {
  margin-bottom: 1rem;
}
.cid-rYdc3WiNe4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdc3WiNe4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdc3WiNe4 .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-rYddxIXKQL.popup-builder {
  background-color: #ffffff;
}
.cid-rYddxIXKQL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYddxIXKQL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYddxIXKQL .modal-content,
.cid-rYddxIXKQL .modal-dialog {
  height: auto;
}
.cid-rYddxIXKQL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYddxIXKQL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYddxIXKQL .form-wrapper .mbr-form .form-group,
  .cid-rYddxIXKQL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYddxIXKQL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYddxIXKQL .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-rYddxIXKQL .mbr-text {
  text-align: center;
}
.cid-rYddxIXKQL .pt-0 {
  padding-top: 0 !important;
}
.cid-rYddxIXKQL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYddxIXKQL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYddxIXKQL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYddxIXKQL .modal-open {
  overflow: hidden;
}
.cid-rYddxIXKQL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYddxIXKQL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYddxIXKQL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYddxIXKQL .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-rYddxIXKQL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYddxIXKQL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYddxIXKQL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYddxIXKQL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYddxIXKQL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYddxIXKQL .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYddxIXKQL .modal-backdrop.show {
  opacity: .5;
}
.cid-rYddxIXKQL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYddxIXKQL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYddxIXKQL .modal-header .close:hover {
  opacity: 1;
}
.cid-rYddxIXKQL .modal-header .close:focus {
  outline: none;
}
.cid-rYddxIXKQL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYddxIXKQL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYddxIXKQL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYddxIXKQL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYddxIXKQL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYddxIXKQL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYddxIXKQL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYddxIXKQL .modal-sm {
    max-width: 300px;
  }
  .cid-rYddxIXKQL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYddxIXKQL .modal-lg,
  .cid-rYddxIXKQL .modal-xl {
    max-width: 800px;
  }
  .cid-rYddxIXKQL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYddxIXKQL .modal-xl {
    max-width: 1140px;
  }
  .cid-rYddxIXKQL .container {
    max-width: 1140px;
  }
}
.cid-rYddxIXKQL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYddxIXKQL .container {
    max-width: 720px;
  }
}
.cid-rYddxIXKQL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYddxIXKQL .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-rYddxIXKQL .form-group {
  margin-bottom: 1rem;
}
.cid-rYddxIXKQL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYddxIXKQL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYddxIXKQL .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-rYddY1paF6.popup-builder {
  background-color: #ffffff;
}
.cid-rYddY1paF6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYddY1paF6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYddY1paF6 .modal-content,
.cid-rYddY1paF6 .modal-dialog {
  height: auto;
}
.cid-rYddY1paF6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYddY1paF6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYddY1paF6 .form-wrapper .mbr-form .form-group,
  .cid-rYddY1paF6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYddY1paF6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYddY1paF6 .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-rYddY1paF6 .mbr-text {
  text-align: center;
}
.cid-rYddY1paF6 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYddY1paF6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYddY1paF6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYddY1paF6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYddY1paF6 .modal-open {
  overflow: hidden;
}
.cid-rYddY1paF6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYddY1paF6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYddY1paF6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYddY1paF6 .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-rYddY1paF6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYddY1paF6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYddY1paF6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYddY1paF6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYddY1paF6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYddY1paF6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYddY1paF6 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYddY1paF6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYddY1paF6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYddY1paF6 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYddY1paF6 .modal-header .close:focus {
  outline: none;
}
.cid-rYddY1paF6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYddY1paF6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYddY1paF6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYddY1paF6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYddY1paF6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYddY1paF6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYddY1paF6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYddY1paF6 .modal-sm {
    max-width: 300px;
  }
  .cid-rYddY1paF6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYddY1paF6 .modal-lg,
  .cid-rYddY1paF6 .modal-xl {
    max-width: 800px;
  }
  .cid-rYddY1paF6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYddY1paF6 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYddY1paF6 .container {
    max-width: 1140px;
  }
}
.cid-rYddY1paF6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYddY1paF6 .container {
    max-width: 720px;
  }
}
.cid-rYddY1paF6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYddY1paF6 .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-rYddY1paF6 .form-group {
  margin-bottom: 1rem;
}
.cid-rYddY1paF6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYddY1paF6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYddY1paF6 .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-rYdeRWxzpu.popup-builder {
  background-color: #ffffff;
}
.cid-rYdeRWxzpu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdeRWxzpu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdeRWxzpu .modal-content,
.cid-rYdeRWxzpu .modal-dialog {
  height: auto;
}
.cid-rYdeRWxzpu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdeRWxzpu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdeRWxzpu .form-wrapper .mbr-form .form-group,
  .cid-rYdeRWxzpu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdeRWxzpu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdeRWxzpu .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-rYdeRWxzpu .mbr-text {
  text-align: center;
}
.cid-rYdeRWxzpu .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdeRWxzpu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdeRWxzpu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdeRWxzpu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdeRWxzpu .modal-open {
  overflow: hidden;
}
.cid-rYdeRWxzpu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdeRWxzpu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdeRWxzpu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdeRWxzpu .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-rYdeRWxzpu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdeRWxzpu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdeRWxzpu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdeRWxzpu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdeRWxzpu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdeRWxzpu .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdeRWxzpu .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdeRWxzpu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdeRWxzpu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdeRWxzpu .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdeRWxzpu .modal-header .close:focus {
  outline: none;
}
.cid-rYdeRWxzpu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdeRWxzpu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdeRWxzpu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdeRWxzpu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdeRWxzpu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdeRWxzpu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdeRWxzpu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdeRWxzpu .modal-sm {
    max-width: 300px;
  }
  .cid-rYdeRWxzpu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdeRWxzpu .modal-lg,
  .cid-rYdeRWxzpu .modal-xl {
    max-width: 800px;
  }
  .cid-rYdeRWxzpu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdeRWxzpu .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdeRWxzpu .container {
    max-width: 1140px;
  }
}
.cid-rYdeRWxzpu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdeRWxzpu .container {
    max-width: 720px;
  }
}
.cid-rYdeRWxzpu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdeRWxzpu .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-rYdeRWxzpu .form-group {
  margin-bottom: 1rem;
}
.cid-rYdeRWxzpu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdeRWxzpu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdeRWxzpu .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-rYdfXrAnzZ.popup-builder {
  background-color: #ffffff;
}
.cid-rYdfXrAnzZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdfXrAnzZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdfXrAnzZ .modal-content,
.cid-rYdfXrAnzZ .modal-dialog {
  height: auto;
}
.cid-rYdfXrAnzZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdfXrAnzZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdfXrAnzZ .form-wrapper .mbr-form .form-group,
  .cid-rYdfXrAnzZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdfXrAnzZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdfXrAnzZ .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-rYdfXrAnzZ .mbr-text {
  text-align: center;
}
.cid-rYdfXrAnzZ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdfXrAnzZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdfXrAnzZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdfXrAnzZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdfXrAnzZ .modal-open {
  overflow: hidden;
}
.cid-rYdfXrAnzZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdfXrAnzZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdfXrAnzZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdfXrAnzZ .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-rYdfXrAnzZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdfXrAnzZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdfXrAnzZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdfXrAnzZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdfXrAnzZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdfXrAnzZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdfXrAnzZ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdfXrAnzZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdfXrAnzZ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdfXrAnzZ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdfXrAnzZ .modal-header .close:focus {
  outline: none;
}
.cid-rYdfXrAnzZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdfXrAnzZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdfXrAnzZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdfXrAnzZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdfXrAnzZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdfXrAnzZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdfXrAnzZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdfXrAnzZ .modal-sm {
    max-width: 300px;
  }
  .cid-rYdfXrAnzZ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdfXrAnzZ .modal-lg,
  .cid-rYdfXrAnzZ .modal-xl {
    max-width: 800px;
  }
  .cid-rYdfXrAnzZ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdfXrAnzZ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdfXrAnzZ .container {
    max-width: 1140px;
  }
}
.cid-rYdfXrAnzZ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdfXrAnzZ .container {
    max-width: 720px;
  }
}
.cid-rYdfXrAnzZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdfXrAnzZ .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-rYdfXrAnzZ .form-group {
  margin-bottom: 1rem;
}
.cid-rYdfXrAnzZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdfXrAnzZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdfXrAnzZ .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-rYdgkTrP4E.popup-builder {
  background-color: #ffffff;
}
.cid-rYdgkTrP4E.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdgkTrP4E.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdgkTrP4E .modal-content,
.cid-rYdgkTrP4E .modal-dialog {
  height: auto;
}
.cid-rYdgkTrP4E .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdgkTrP4E .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdgkTrP4E .form-wrapper .mbr-form .form-group,
  .cid-rYdgkTrP4E .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdgkTrP4E .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdgkTrP4E .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-rYdgkTrP4E .mbr-text {
  text-align: center;
}
.cid-rYdgkTrP4E .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdgkTrP4E .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdgkTrP4E .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdgkTrP4E .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdgkTrP4E .modal-open {
  overflow: hidden;
}
.cid-rYdgkTrP4E .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdgkTrP4E .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdgkTrP4E .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdgkTrP4E .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-rYdgkTrP4E .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdgkTrP4E .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdgkTrP4E .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdgkTrP4E .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdgkTrP4E .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdgkTrP4E .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdgkTrP4E .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdgkTrP4E .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdgkTrP4E .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdgkTrP4E .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdgkTrP4E .modal-header .close:focus {
  outline: none;
}
.cid-rYdgkTrP4E .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdgkTrP4E .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdgkTrP4E .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdgkTrP4E .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdgkTrP4E .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdgkTrP4E .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdgkTrP4E .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdgkTrP4E .modal-sm {
    max-width: 300px;
  }
  .cid-rYdgkTrP4E .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdgkTrP4E .modal-lg,
  .cid-rYdgkTrP4E .modal-xl {
    max-width: 800px;
  }
  .cid-rYdgkTrP4E .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdgkTrP4E .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdgkTrP4E .container {
    max-width: 1140px;
  }
}
.cid-rYdgkTrP4E .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdgkTrP4E .container {
    max-width: 720px;
  }
}
.cid-rYdgkTrP4E .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdgkTrP4E .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-rYdgkTrP4E .form-group {
  margin-bottom: 1rem;
}
.cid-rYdgkTrP4E .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdgkTrP4E .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdgkTrP4E .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-rYeJAGWWIL.popup-builder {
  background-color: #ffffff;
}
.cid-rYeJAGWWIL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYeJAGWWIL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYeJAGWWIL .modal-content,
.cid-rYeJAGWWIL .modal-dialog {
  height: auto;
}
.cid-rYeJAGWWIL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYeJAGWWIL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYeJAGWWIL .form-wrapper .mbr-form .form-group,
  .cid-rYeJAGWWIL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYeJAGWWIL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYeJAGWWIL .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-rYeJAGWWIL .mbr-text {
  text-align: center;
}
.cid-rYeJAGWWIL .pt-0 {
  padding-top: 0 !important;
}
.cid-rYeJAGWWIL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYeJAGWWIL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYeJAGWWIL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYeJAGWWIL .modal-open {
  overflow: hidden;
}
.cid-rYeJAGWWIL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYeJAGWWIL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYeJAGWWIL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYeJAGWWIL .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-rYeJAGWWIL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYeJAGWWIL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYeJAGWWIL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYeJAGWWIL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYeJAGWWIL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYeJAGWWIL .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYeJAGWWIL .modal-backdrop.show {
  opacity: .5;
}
.cid-rYeJAGWWIL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYeJAGWWIL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYeJAGWWIL .modal-header .close:hover {
  opacity: 1;
}
.cid-rYeJAGWWIL .modal-header .close:focus {
  outline: none;
}
.cid-rYeJAGWWIL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYeJAGWWIL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYeJAGWWIL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYeJAGWWIL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYeJAGWWIL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYeJAGWWIL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYeJAGWWIL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYeJAGWWIL .modal-sm {
    max-width: 300px;
  }
  .cid-rYeJAGWWIL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYeJAGWWIL .modal-lg,
  .cid-rYeJAGWWIL .modal-xl {
    max-width: 800px;
  }
  .cid-rYeJAGWWIL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYeJAGWWIL .modal-xl {
    max-width: 1140px;
  }
  .cid-rYeJAGWWIL .container {
    max-width: 1140px;
  }
}
.cid-rYeJAGWWIL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYeJAGWWIL .container {
    max-width: 720px;
  }
}
.cid-rYeJAGWWIL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYeJAGWWIL .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-rYeJAGWWIL .form-group {
  margin-bottom: 1rem;
}
.cid-rYeJAGWWIL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYeJAGWWIL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYeJAGWWIL .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-rYdgY8cIwb.popup-builder {
  background-color: #ffffff;
}
.cid-rYdgY8cIwb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYdgY8cIwb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYdgY8cIwb .modal-content,
.cid-rYdgY8cIwb .modal-dialog {
  height: auto;
}
.cid-rYdgY8cIwb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYdgY8cIwb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYdgY8cIwb .form-wrapper .mbr-form .form-group,
  .cid-rYdgY8cIwb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYdgY8cIwb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYdgY8cIwb .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-rYdgY8cIwb .mbr-text {
  text-align: center;
}
.cid-rYdgY8cIwb .pt-0 {
  padding-top: 0 !important;
}
.cid-rYdgY8cIwb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYdgY8cIwb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYdgY8cIwb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYdgY8cIwb .modal-open {
  overflow: hidden;
}
.cid-rYdgY8cIwb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYdgY8cIwb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYdgY8cIwb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYdgY8cIwb .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-rYdgY8cIwb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYdgY8cIwb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYdgY8cIwb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYdgY8cIwb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rYdgY8cIwb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYdgY8cIwb .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYdgY8cIwb .modal-backdrop.show {
  opacity: .5;
}
.cid-rYdgY8cIwb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYdgY8cIwb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYdgY8cIwb .modal-header .close:hover {
  opacity: 1;
}
.cid-rYdgY8cIwb .modal-header .close:focus {
  outline: none;
}
.cid-rYdgY8cIwb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYdgY8cIwb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYdgY8cIwb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYdgY8cIwb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYdgY8cIwb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYdgY8cIwb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYdgY8cIwb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYdgY8cIwb .modal-sm {
    max-width: 300px;
  }
  .cid-rYdgY8cIwb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYdgY8cIwb .modal-lg,
  .cid-rYdgY8cIwb .modal-xl {
    max-width: 800px;
  }
  .cid-rYdgY8cIwb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYdgY8cIwb .modal-xl {
    max-width: 1140px;
  }
  .cid-rYdgY8cIwb .container {
    max-width: 1140px;
  }
}
.cid-rYdgY8cIwb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYdgY8cIwb .container {
    max-width: 720px;
  }
}
.cid-rYdgY8cIwb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYdgY8cIwb .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-rYdgY8cIwb .form-group {
  margin-bottom: 1rem;
}
.cid-rYdgY8cIwb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYdgY8cIwb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYdgY8cIwb .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-rUNHnYkZnw.popup-builder {
  background-color: #ffffff;
}
.cid-rUNHnYkZnw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rUNHnYkZnw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rUNHnYkZnw .modal-content,
.cid-rUNHnYkZnw .modal-dialog {
  height: auto;
}
.cid-rUNHnYkZnw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rUNHnYkZnw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rUNHnYkZnw .form-wrapper .mbr-form .form-group,
  .cid-rUNHnYkZnw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rUNHnYkZnw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rUNHnYkZnw .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-rUNHnYkZnw .mbr-text {
  text-align: center;
}
.cid-rUNHnYkZnw .pt-0 {
  padding-top: 0 !important;
}
.cid-rUNHnYkZnw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rUNHnYkZnw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rUNHnYkZnw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rUNHnYkZnw .modal-open {
  overflow: hidden;
}
.cid-rUNHnYkZnw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rUNHnYkZnw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rUNHnYkZnw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rUNHnYkZnw .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-rUNHnYkZnw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rUNHnYkZnw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rUNHnYkZnw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rUNHnYkZnw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rUNHnYkZnw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rUNHnYkZnw .modal-backdrop.fade {
  opacity: 0;
}
.cid-rUNHnYkZnw .modal-backdrop.show {
  opacity: .5;
}
.cid-rUNHnYkZnw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rUNHnYkZnw .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rUNHnYkZnw .modal-header .close:hover {
  opacity: 1;
}
.cid-rUNHnYkZnw .modal-header .close:focus {
  outline: none;
}
.cid-rUNHnYkZnw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rUNHnYkZnw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rUNHnYkZnw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rUNHnYkZnw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rUNHnYkZnw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rUNHnYkZnw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rUNHnYkZnw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rUNHnYkZnw .modal-sm {
    max-width: 300px;
  }
  .cid-rUNHnYkZnw .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rUNHnYkZnw .modal-lg,
  .cid-rUNHnYkZnw .modal-xl {
    max-width: 800px;
  }
  .cid-rUNHnYkZnw .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rUNHnYkZnw .modal-xl {
    max-width: 1140px;
  }
  .cid-rUNHnYkZnw .container {
    max-width: 1140px;
  }
}
.cid-rUNHnYkZnw .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rUNHnYkZnw .container {
    max-width: 720px;
  }
}
.cid-rUNHnYkZnw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rUNHnYkZnw .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-rUNHnYkZnw .form-group {
  margin-bottom: 1rem;
}
.cid-rUNHnYkZnw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rUNHnYkZnw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rUNHnYkZnw .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-rY3jgZI90v.popup-builder {
  background-color: #ffffff;
}
.cid-rY3jgZI90v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY3jgZI90v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY3jgZI90v .modal-content,
.cid-rY3jgZI90v .modal-dialog {
  height: auto;
}
.cid-rY3jgZI90v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY3jgZI90v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY3jgZI90v .form-wrapper .mbr-form .form-group,
  .cid-rY3jgZI90v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY3jgZI90v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY3jgZI90v .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-rY3jgZI90v .mbr-text {
  text-align: center;
}
.cid-rY3jgZI90v .pt-0 {
  padding-top: 0 !important;
}
.cid-rY3jgZI90v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY3jgZI90v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY3jgZI90v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY3jgZI90v .modal-open {
  overflow: hidden;
}
.cid-rY3jgZI90v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY3jgZI90v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY3jgZI90v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY3jgZI90v .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-rY3jgZI90v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY3jgZI90v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY3jgZI90v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY3jgZI90v .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY3jgZI90v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY3jgZI90v .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY3jgZI90v .modal-backdrop.show {
  opacity: .5;
}
.cid-rY3jgZI90v .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY3jgZI90v .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY3jgZI90v .modal-header .close:hover {
  opacity: 1;
}
.cid-rY3jgZI90v .modal-header .close:focus {
  outline: none;
}
.cid-rY3jgZI90v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rY3jgZI90v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY3jgZI90v .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY3jgZI90v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY3jgZI90v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY3jgZI90v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY3jgZI90v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY3jgZI90v .modal-sm {
    max-width: 300px;
  }
  .cid-rY3jgZI90v .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY3jgZI90v .modal-lg,
  .cid-rY3jgZI90v .modal-xl {
    max-width: 800px;
  }
  .cid-rY3jgZI90v .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY3jgZI90v .modal-xl {
    max-width: 1140px;
  }
  .cid-rY3jgZI90v .container {
    max-width: 1140px;
  }
}
.cid-rY3jgZI90v .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY3jgZI90v .container {
    max-width: 720px;
  }
}
.cid-rY3jgZI90v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY3jgZI90v .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-rY3jgZI90v .form-group {
  margin-bottom: 1rem;
}
.cid-rY3jgZI90v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY3jgZI90v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY3jgZI90v .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-rVnzJtKmHS .navbar {
  padding: .5rem 0;
  background: #f1eeea;
  transition: none;
  min-height: 80px;
}
.cid-rVnzJtKmHS .navbar-dropdown.bg-color.transparent.opened {
  background: #f1eeea;
}
.cid-rVnzJtKmHS a {
  font-style: normal;
}
.cid-rVnzJtKmHS a .link:hover {
  color: inherit!important;
}
.cid-rVnzJtKmHS .dropdown-item:active {
  background: #f1eeea;
}
.cid-rVnzJtKmHS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rVnzJtKmHS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.1rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rVnzJtKmHS .nav-item:focus,
.cid-rVnzJtKmHS .nav-link:focus {
  outline: none;
}
.cid-rVnzJtKmHS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rVnzJtKmHS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rVnzJtKmHS .menu-logo {
  margin-right: auto;
}
.cid-rVnzJtKmHS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 2rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVnzJtKmHS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 5rem;
  margin: .1rem 0;
}
.cid-rVnzJtKmHS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 0.5rem;
}
.cid-rVnzJtKmHS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rVnzJtKmHS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rVnzJtKmHS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rVnzJtKmHS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rVnzJtKmHS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 1rem;
  width: auto;
}
.cid-rVnzJtKmHS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rVnzJtKmHS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVnzJtKmHS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rVnzJtKmHS .dropdown .dropdown-menu {
  background: #f1eeea;
  display: none;
  position: absolute;
  min-width: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rVnzJtKmHS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rVnzJtKmHS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVnzJtKmHS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rVnzJtKmHS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVnzJtKmHS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rVnzJtKmHS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rVnzJtKmHS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rVnzJtKmHS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rVnzJtKmHS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rVnzJtKmHS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rVnzJtKmHS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rVnzJtKmHS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-rVnzJtKmHS button.navbar-toggler:focus {
  outline: none;
}
.cid-rVnzJtKmHS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 50px;
  background-color: #ff5800;
}
.cid-rVnzJtKmHS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVnzJtKmHS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVnzJtKmHS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVnzJtKmHS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVnzJtKmHS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVnzJtKmHS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVnzJtKmHS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVnzJtKmHS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVnzJtKmHS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rVnzJtKmHS .collapsed .btn {
  display: -webkit-flex;
}
.cid-rVnzJtKmHS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rVnzJtKmHS .collapsed .navbar-collapse.collapsing,
.cid-rVnzJtKmHS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rVnzJtKmHS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rVnzJtKmHS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rVnzJtKmHS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rVnzJtKmHS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rVnzJtKmHS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rVnzJtKmHS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rVnzJtKmHS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rVnzJtKmHS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rVnzJtKmHS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rVnzJtKmHS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rVnzJtKmHS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rVnzJtKmHS .collapsed button.navbar-toggler {
  display: block;
}
.cid-rVnzJtKmHS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rVnzJtKmHS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rVnzJtKmHS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rVnzJtKmHS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rVnzJtKmHS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rVnzJtKmHS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rVnzJtKmHS .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rVnzJtKmHS img {
    height: 3.8rem !important;
  }
  .cid-rVnzJtKmHS .btn {
    display: -webkit-flex;
  }
  .cid-rVnzJtKmHS button.navbar-toggler {
    display: block;
  }
  .cid-rVnzJtKmHS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rVnzJtKmHS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rVnzJtKmHS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rVnzJtKmHS .navbar-collapse.collapsing,
  .cid-rVnzJtKmHS .navbar-collapse.show {
    display: block !important;
  }
  .cid-rVnzJtKmHS .navbar-collapse.collapsing .navbar-nav,
  .cid-rVnzJtKmHS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rVnzJtKmHS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rVnzJtKmHS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rVnzJtKmHS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rVnzJtKmHS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rVnzJtKmHS .navbar-collapse.collapsing .navbar-buttons,
  .cid-rVnzJtKmHS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rVnzJtKmHS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rVnzJtKmHS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rVnzJtKmHS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rVnzJtKmHS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rVnzJtKmHS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rVnzJtKmHS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rVnzJtKmHS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rVnzJtKmHS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rVnzJtKmHS .nav-link,
.cid-rVnzJtKmHS .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-rVnzJtKmHS .nav-link:hover,
.cid-rVnzJtKmHS .dropdown-item:hover {
  color: #343434 !important;
  border-color: #ff6400;
}
.cid-rWdUYRpmvX .modal-body .close {
  background: #1b1b1b;
}
.cid-rWdUYRpmvX .modal-body .close span {
  font-style: normal;
}
.cid-rWdUYRpmvX .carousel-inner > .active,
.cid-rWdUYRpmvX .carousel-inner > .next,
.cid-rWdUYRpmvX .carousel-inner > .prev {
  display: table;
}
.cid-rWdUYRpmvX .carousel-control .icon-next,
.cid-rWdUYRpmvX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWdUYRpmvX .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWdUYRpmvX .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdUYRpmvX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWdUYRpmvX .boxed-slider > div {
  position: relative;
}
.cid-rWdUYRpmvX .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWdUYRpmvX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWdUYRpmvX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdUYRpmvX .mbr-table-cell {
  padding: 0;
}
.cid-rWdUYRpmvX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWdUYRpmvX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWdUYRpmvX .mbr-overlay {
  z-index: 1;
}
.cid-rWdUYRpmvX .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdUYRpmvX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWdUYRpmvX .carousel-item .container {
    width: 100%;
  }
}
.cid-rWdUYRpmvX .carousel-item-next.carousel-item-left,
.cid-rWdUYRpmvX .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWdUYRpmvX .active.carousel-item-right,
.cid-rWdUYRpmvX .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWdUYRpmvX .active.carousel-item-left,
.cid-rWdUYRpmvX .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWdUYRpmvX .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWdUYRpmvX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWdUYRpmvX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWdUYRpmvX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWdUYRpmvX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWdUYRpmvX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWdUYRpmvX .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWdUYRpmvX .mbr-slider .carousel-indicators li.active,
.cid-rWdUYRpmvX .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWdUYRpmvX .mbr-slider .carousel-indicators li::after,
.cid-rWdUYRpmvX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWdUYRpmvX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWdUYRpmvX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWdUYRpmvX .mbr-slider > .container img {
  width: 100%;
}
.cid-rWdUYRpmvX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWdUYRpmvX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWdUYRpmvX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWdUYRpmvX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWdUYRpmvX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWdUYRpmvX .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWdUYRpmvX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWdUYRpmvX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWdUYRpmvX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWdUYRpmvX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWdUYRpmvX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWdUYRpmvX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWdUYRpmvX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWdUYRpmvX h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWdUYRpmvX .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWdUYRpmvX .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWdUYRpmvX .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWdUYRpmvX .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWdUYRpmvX .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWdUYRpmvX .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdUYRpmvX .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWdUYRpmvX .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWdUYRpmvX P {
  color: #cebfaf;
  text-align: center;
}
.cid-rWdUYRpmvX H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUNHvy919y {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNHvy919y img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUNHvy919y H1 {
  color: #2c1608;
}
.cid-rUNHvy919y .mbr-text,
.cid-rUNHvy919y .mbr-section-btn {
  color: #716c80;
}
.cid-rUNHvy919y H3 {
  color: #4f4943;
}
.cid-rUNHvy919y .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUNHvy919y .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUNHvy919y .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUNHvy919y .link:hover {
  color: #ff6400 !important;
}
.cid-rUNHvy919y .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUNHvy919y DIV {
  color: #57468b;
}
.cid-rUNHvy919y .mbr-text,
.cid-rUNHvy919y .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNHvy919y .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUNHvzgkUR {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUNHvzgkUR H2 {
  color: #ff6400;
}
.cid-rUNHvzgkUR .mbr-text,
.cid-rUNHvzgkUR .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUNHvzgkUR .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUNHvzgkUR .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUNHvzgkUR .mbr-figure {
  height: 100%;
}
.cid-rUNHvzgkUR .card-img {
  padding: 0 2rem;
}
.cid-rUNHvzgkUR img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUNHvzgkUR H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUNHvzgkUR .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUNHvzgkUR .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUNHvzgkUR .container {
    padding: 0 3rem;
  }
  .cid-rUNHvzgkUR .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUNHvzgkUR .container {
    padding: 0 2rem;
  }
  .cid-rUNHvzgkUR .card-img {
    width: 100%;
  }
  .cid-rUNHvzgkUR .center-card {
    padding: 1rem;
  }
}
.cid-rUNHvA6TLc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUNHvA6TLc H2 {
  color: #e7272d;
}
.cid-rUNHvA6TLc img {
  max-width: 500px;
  margin: auto;
}
.cid-rUNHvA6TLc H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUNHvA6TLc .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUNHvA6TLc .span-row {
  width: 100%;
}
.cid-rUNHvA6TLc .mbr-section-title,
.cid-rUNHvA6TLc .span-row {
  color: #cebfaf;
}
.cid-rUNHvA6TLc .mbr-text,
.cid-rUNHvA6TLc .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUNHvAQ5QF {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUNHvAQ5QF .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUNHvAQ5QF .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUNHvAQ5QF .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUNHvAQ5QF .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUNHvAQ5QF .menu-row {
  margin: 0;
}
.cid-rUNHvAQ5QF .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUNHvAQ5QF .card-header {
  background: transparent;
}
.cid-rUNHvAQ5QF .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUNHvAQ5QF .card-subtitle {
  margin: 0;
}
.cid-rUNHvAQ5QF .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUNHvAQ5QF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUNHvAQ5QF .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUNHvAQ5QF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNHvAQ5QF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNHvAQ5QF .card .panel-body {
  color: #767676;
}
.cid-rUNHvAQ5QF h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUNHvAQ5QF H4 {
  color: #4f4943;
}
.cid-rUNHvAQ5QF H2 {
  color: #222222;
}
.cid-rUNHvAQ5QF .panel-text {
  color: #232323;
}
.cid-rUNHvAQ5QF .box-text {
  color: #232323;
}
.cid-rUNHvAQ5QF SPAN {
  color: #ff6800;
}
.cid-rUNHvAQ5QF .item-title {
  color: #4f4943;
}
.cid-rUNHvAQ5QF .mbr-section-title,
.cid-rUNHvAQ5QF .underline {
  color: #232323;
  text-align: center;
}
.cid-rUNHvAQ5QF .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUNHvC89uK {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUNHvC89uK li {
  list-style: none;
}
.cid-rUNHvC89uK .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUNHvC89uK .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUNHvC89uK .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUNHvC89uK h4 {
  margin: 0;
}
.cid-rUNHvC89uK ul {
  padding: 0;
  margin: 0;
}
.cid-rUNHvC89uK .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUNHvC89uK .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUNHvC89uK .accordion .card {
  overflow: hidden;
}
.cid-rUNHvC89uK .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUNHvC89uK .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUNHvC89uK .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUNHvC89uK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNHvC89uK .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUNHvC89uK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNHvC89uK .card .panel-body {
  color: #767676;
}
.cid-rUNHvC89uK .card:hover {
  background: #efefef;
}
.cid-rUNHvC89uK .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUNHvC89uK .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUNHvC89uK .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUNHvC89uK .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUNHvC89uK .panel-collapse {
  margin-top: -1px;
}
.cid-rUNHvC89uK H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUNHvC89uK .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUNHvC89uK .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUNHvC89uK .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUNHvC89uK H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUNHvC89uK H2 {
  color: #000000;
}
.cid-rUNHvC89uK .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNHvFdCOc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNHvFdCOc .mbr-text {
  color: #767676;
}
.cid-rUNHvFdCOc .card-subtitle {
  margin: 0;
}
.cid-rUNHvFdCOc .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUNHvFdCOc img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUNHvFdCOc .card-box {
  padding: 1rem;
}
.cid-rUNHvFdCOc .link {
  transition: all 0.3s;
}
.cid-rUNHvFdCOc .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUNHvFdCOc .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUNHvFdCOc .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUNHvFdCOc .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUNHvFdCOc h4,
.cid-rUNHvFdCOc h6,
.cid-rUNHvFdCOc h5 {
  margin: 0;
}
.cid-rUNHvFdCOc .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUNHvFdCOc .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUNHvFdCOc .link-wrap:hover {
  color: #ff6400;
}
.cid-rUNHvFdCOc .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUNHvFdCOc .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUNHvFdCOc .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUNHvFdCOc .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUNHvFdCOc .icon-wrap span {
  margin-right: 8px;
}
.cid-rUNHvFdCOc .icon-padding {
  padding-left: 2rem;
}
.cid-rUNHvFdCOc .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUNHvFdCOc .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUNHvFdCOc .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUNHvFdCOc .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUNHvFdCOc .card:hover img {
  transform: scale(1.1);
}
.cid-rUNHvFdCOc .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUNHvFdCOc .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNHvFdCOc .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNHvFdCOc .row {
  justify-content: center;
}
.cid-rUNHvFdCOc .location,
.cid-rUNHvFdCOc .icon-wrap {
  color: #ff6400;
}
.cid-rUNHvFdCOc .link,
.cid-rUNHvFdCOc .link-wrap,
.cid-rUNHvFdCOc .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUNHvFdCOc .wrapper {
    flex-direction: column;
  }
  .cid-rUNHvFdCOc .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUNHvFdCOc .card-box {
    padding: 0;
  }
}
.cid-rUNHvFdCOc H2 {
  color: #ff6400;
}
.cid-rUNHvFdCOc .mbr-text,
.cid-rUNHvFdCOc .link {
  color: #0e0e0e;
}
.cid-s0Ypm67fkD {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-66.jpg");
}
.cid-s0Ypm67fkD H2 {
  color: #e7272d;
}
.cid-s0Ypm67fkD img {
  max-width: 500px;
  margin: auto;
}
.cid-s0Ypm67fkD H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-s0Ypm67fkD .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-s0Ypm67fkD .span-row {
  width: 100%;
}
.cid-s0Ypm67fkD .mbr-section-title,
.cid-s0Ypm67fkD .span-row {
  color: #cebfaf;
}
.cid-s0Ypm67fkD .mbr-text,
.cid-s0Ypm67fkD .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-s0Ypm67fkD .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUNHvHPlGd {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNHvHPlGd blockquote {
  border-width: 2px;
  border-color: #ff5400;
  padding: 0 0 0 50px;
}
.cid-rUNHvHPlGd .mbr-text,
.cid-rUNHvHPlGd .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUNHvHPlGd footer {
  font-style: normal;
}
.cid-rVjqzmXMHJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjqzmXMHJ h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjqzmXMHJ h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjqzmXMHJ .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjqzmXMHJ span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjqzmXMHJ .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjqzmXMHJ .card {
    padding: 1rem;
  }
}
.cid-rVjqzmXMHJ .user_name,
.cid-rVjqzmXMHJ .align {
  color: #cccccc;
}
.cid-rVjqzmXMHJ .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjB4uFtZU {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjB4uFtZU .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjB4uFtZU .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjB4uFtZU H2 {
  color: #e7272d;
}
.cid-rVjB4uFtZU .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjB4uFtZU .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjB4uFtZU .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjB4uFtZU .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjB4uFtZU .col-lg-12 {
  overflow: hidden;
}
.cid-rVjB4uFtZU H4 {
  color: #ff6400;
}
.cid-rVjB4uFtZU .mbr-text,
.cid-rVjB4uFtZU .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjB4uFtZU .logo-wrap:before {
    content: none;
  }
  .cid-rVjB4uFtZU .logo-wrap:after {
    content: none;
  }
}
.cid-rVjB4uFtZU H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY7PmEEaGE.popup-builder {
  background-color: #ffffff;
}
.cid-rY7PmEEaGE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY7PmEEaGE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY7PmEEaGE .modal-content,
.cid-rY7PmEEaGE .modal-dialog {
  height: auto;
}
.cid-rY7PmEEaGE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY7PmEEaGE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY7PmEEaGE .form-wrapper .mbr-form .form-group,
  .cid-rY7PmEEaGE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY7PmEEaGE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY7PmEEaGE .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-rY7PmEEaGE .mbr-text {
  text-align: center;
}
.cid-rY7PmEEaGE .pt-0 {
  padding-top: 0 !important;
}
.cid-rY7PmEEaGE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY7PmEEaGE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY7PmEEaGE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY7PmEEaGE .modal-open {
  overflow: hidden;
}
.cid-rY7PmEEaGE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY7PmEEaGE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY7PmEEaGE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY7PmEEaGE .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-rY7PmEEaGE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY7PmEEaGE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY7PmEEaGE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY7PmEEaGE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY7PmEEaGE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY7PmEEaGE .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY7PmEEaGE .modal-backdrop.show {
  opacity: .5;
}
.cid-rY7PmEEaGE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY7PmEEaGE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY7PmEEaGE .modal-header .close:hover {
  opacity: 1;
}
.cid-rY7PmEEaGE .modal-header .close:focus {
  outline: none;
}
.cid-rY7PmEEaGE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY7PmEEaGE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY7PmEEaGE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY7PmEEaGE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY7PmEEaGE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY7PmEEaGE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY7PmEEaGE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY7PmEEaGE .modal-sm {
    max-width: 300px;
  }
  .cid-rY7PmEEaGE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY7PmEEaGE .modal-lg,
  .cid-rY7PmEEaGE .modal-xl {
    max-width: 800px;
  }
  .cid-rY7PmEEaGE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY7PmEEaGE .modal-xl {
    max-width: 1140px;
  }
  .cid-rY7PmEEaGE .container {
    max-width: 1140px;
  }
}
.cid-rY7PmEEaGE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY7PmEEaGE .container {
    max-width: 720px;
  }
}
.cid-rY7PmEEaGE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY7PmEEaGE .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-rY7PmEEaGE .form-group {
  margin-bottom: 1rem;
}
.cid-rY7PmEEaGE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY7PmEEaGE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY7PmEEaGE .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-rYodNymstm.popup-builder {
  background-color: #ffffff;
}
.cid-rYodNymstm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYodNymstm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYodNymstm .modal-content,
.cid-rYodNymstm .modal-dialog {
  height: auto;
}
.cid-rYodNymstm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYodNymstm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYodNymstm .form-wrapper .mbr-form .form-group,
  .cid-rYodNymstm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYodNymstm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYodNymstm .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-rYodNymstm .mbr-text {
  text-align: center;
}
.cid-rYodNymstm .pt-0 {
  padding-top: 0 !important;
}
.cid-rYodNymstm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYodNymstm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYodNymstm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYodNymstm .modal-open {
  overflow: hidden;
}
.cid-rYodNymstm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYodNymstm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYodNymstm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYodNymstm .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-rYodNymstm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYodNymstm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYodNymstm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYodNymstm .modal-content {
  background: #efefef;
  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-rYodNymstm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYodNymstm .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYodNymstm .modal-backdrop.show {
  opacity: .5;
}
.cid-rYodNymstm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYodNymstm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYodNymstm .modal-header .close:hover {
  opacity: 1;
}
.cid-rYodNymstm .modal-header .close:focus {
  outline: none;
}
.cid-rYodNymstm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYodNymstm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYodNymstm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYodNymstm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYodNymstm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYodNymstm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYodNymstm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYodNymstm .modal-sm {
    max-width: 300px;
  }
  .cid-rYodNymstm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYodNymstm .modal-lg,
  .cid-rYodNymstm .modal-xl {
    max-width: 800px;
  }
  .cid-rYodNymstm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYodNymstm .modal-xl {
    max-width: 1140px;
  }
  .cid-rYodNymstm .container {
    max-width: 1140px;
  }
}
.cid-rYodNymstm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYodNymstm .container {
    max-width: 720px;
  }
}
.cid-rYodNymstm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYodNymstm .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-rYodNymstm .form-group {
  margin-bottom: 1rem;
}
.cid-rYodNymstm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYodNymstm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYodNymstm .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-rYof4ng7oO.popup-builder {
  background-color: #ffffff;
}
.cid-rYof4ng7oO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYof4ng7oO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYof4ng7oO .modal-content,
.cid-rYof4ng7oO .modal-dialog {
  height: auto;
}
.cid-rYof4ng7oO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYof4ng7oO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYof4ng7oO .form-wrapper .mbr-form .form-group,
  .cid-rYof4ng7oO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYof4ng7oO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYof4ng7oO .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-rYof4ng7oO .mbr-text {
  text-align: center;
}
.cid-rYof4ng7oO .pt-0 {
  padding-top: 0 !important;
}
.cid-rYof4ng7oO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYof4ng7oO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYof4ng7oO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYof4ng7oO .modal-open {
  overflow: hidden;
}
.cid-rYof4ng7oO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYof4ng7oO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYof4ng7oO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYof4ng7oO .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-rYof4ng7oO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYof4ng7oO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYof4ng7oO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYof4ng7oO .modal-content {
  background: #efefef;
  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-rYof4ng7oO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYof4ng7oO .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYof4ng7oO .modal-backdrop.show {
  opacity: .5;
}
.cid-rYof4ng7oO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYof4ng7oO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYof4ng7oO .modal-header .close:hover {
  opacity: 1;
}
.cid-rYof4ng7oO .modal-header .close:focus {
  outline: none;
}
.cid-rYof4ng7oO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYof4ng7oO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYof4ng7oO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYof4ng7oO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYof4ng7oO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYof4ng7oO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYof4ng7oO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYof4ng7oO .modal-sm {
    max-width: 300px;
  }
  .cid-rYof4ng7oO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYof4ng7oO .modal-lg,
  .cid-rYof4ng7oO .modal-xl {
    max-width: 800px;
  }
  .cid-rYof4ng7oO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYof4ng7oO .modal-xl {
    max-width: 1140px;
  }
  .cid-rYof4ng7oO .container {
    max-width: 1140px;
  }
}
.cid-rYof4ng7oO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYof4ng7oO .container {
    max-width: 720px;
  }
}
.cid-rYof4ng7oO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYof4ng7oO .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-rYof4ng7oO .form-group {
  margin-bottom: 1rem;
}
.cid-rYof4ng7oO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYof4ng7oO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYof4ng7oO .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-rYofnFHEkn.popup-builder {
  background-color: #ffffff;
}
.cid-rYofnFHEkn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYofnFHEkn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYofnFHEkn .modal-content,
.cid-rYofnFHEkn .modal-dialog {
  height: auto;
}
.cid-rYofnFHEkn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYofnFHEkn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYofnFHEkn .form-wrapper .mbr-form .form-group,
  .cid-rYofnFHEkn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYofnFHEkn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYofnFHEkn .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-rYofnFHEkn .mbr-text {
  text-align: center;
}
.cid-rYofnFHEkn .pt-0 {
  padding-top: 0 !important;
}
.cid-rYofnFHEkn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYofnFHEkn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYofnFHEkn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYofnFHEkn .modal-open {
  overflow: hidden;
}
.cid-rYofnFHEkn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYofnFHEkn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYofnFHEkn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYofnFHEkn .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-rYofnFHEkn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYofnFHEkn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYofnFHEkn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYofnFHEkn .modal-content {
  background: #efefef;
  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-rYofnFHEkn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYofnFHEkn .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYofnFHEkn .modal-backdrop.show {
  opacity: .5;
}
.cid-rYofnFHEkn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYofnFHEkn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYofnFHEkn .modal-header .close:hover {
  opacity: 1;
}
.cid-rYofnFHEkn .modal-header .close:focus {
  outline: none;
}
.cid-rYofnFHEkn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYofnFHEkn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYofnFHEkn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYofnFHEkn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYofnFHEkn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYofnFHEkn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYofnFHEkn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYofnFHEkn .modal-sm {
    max-width: 300px;
  }
  .cid-rYofnFHEkn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYofnFHEkn .modal-lg,
  .cid-rYofnFHEkn .modal-xl {
    max-width: 800px;
  }
  .cid-rYofnFHEkn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYofnFHEkn .modal-xl {
    max-width: 1140px;
  }
  .cid-rYofnFHEkn .container {
    max-width: 1140px;
  }
}
.cid-rYofnFHEkn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYofnFHEkn .container {
    max-width: 720px;
  }
}
.cid-rYofnFHEkn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYofnFHEkn .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-rYofnFHEkn .form-group {
  margin-bottom: 1rem;
}
.cid-rYofnFHEkn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYofnFHEkn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYofnFHEkn .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-rYoDbTImgr.popup-builder {
  background-color: #ffffff;
}
.cid-rYoDbTImgr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoDbTImgr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoDbTImgr .modal-content,
.cid-rYoDbTImgr .modal-dialog {
  height: auto;
}
.cid-rYoDbTImgr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoDbTImgr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoDbTImgr .form-wrapper .mbr-form .form-group,
  .cid-rYoDbTImgr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoDbTImgr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoDbTImgr .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-rYoDbTImgr .mbr-text {
  text-align: center;
}
.cid-rYoDbTImgr .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoDbTImgr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoDbTImgr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoDbTImgr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoDbTImgr .modal-open {
  overflow: hidden;
}
.cid-rYoDbTImgr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoDbTImgr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoDbTImgr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoDbTImgr .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-rYoDbTImgr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoDbTImgr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoDbTImgr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoDbTImgr .modal-content {
  background: #efefef;
  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-rYoDbTImgr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoDbTImgr .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoDbTImgr .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoDbTImgr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoDbTImgr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoDbTImgr .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoDbTImgr .modal-header .close:focus {
  outline: none;
}
.cid-rYoDbTImgr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoDbTImgr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoDbTImgr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoDbTImgr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoDbTImgr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoDbTImgr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoDbTImgr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoDbTImgr .modal-sm {
    max-width: 300px;
  }
  .cid-rYoDbTImgr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoDbTImgr .modal-lg,
  .cid-rYoDbTImgr .modal-xl {
    max-width: 800px;
  }
  .cid-rYoDbTImgr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoDbTImgr .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoDbTImgr .container {
    max-width: 1140px;
  }
}
.cid-rYoDbTImgr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoDbTImgr .container {
    max-width: 720px;
  }
}
.cid-rYoDbTImgr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoDbTImgr .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-rYoDbTImgr .form-group {
  margin-bottom: 1rem;
}
.cid-rYoDbTImgr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoDbTImgr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoDbTImgr .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-rYoDmy8HVh.popup-builder {
  background-color: #ffffff;
}
.cid-rYoDmy8HVh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoDmy8HVh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoDmy8HVh .modal-content,
.cid-rYoDmy8HVh .modal-dialog {
  height: auto;
}
.cid-rYoDmy8HVh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoDmy8HVh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoDmy8HVh .form-wrapper .mbr-form .form-group,
  .cid-rYoDmy8HVh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoDmy8HVh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoDmy8HVh .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-rYoDmy8HVh .mbr-text {
  text-align: center;
}
.cid-rYoDmy8HVh .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoDmy8HVh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoDmy8HVh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoDmy8HVh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoDmy8HVh .modal-open {
  overflow: hidden;
}
.cid-rYoDmy8HVh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoDmy8HVh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoDmy8HVh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoDmy8HVh .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-rYoDmy8HVh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoDmy8HVh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoDmy8HVh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoDmy8HVh .modal-content {
  background: #efefef;
  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-rYoDmy8HVh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoDmy8HVh .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoDmy8HVh .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoDmy8HVh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoDmy8HVh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoDmy8HVh .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoDmy8HVh .modal-header .close:focus {
  outline: none;
}
.cid-rYoDmy8HVh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoDmy8HVh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoDmy8HVh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoDmy8HVh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoDmy8HVh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoDmy8HVh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoDmy8HVh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoDmy8HVh .modal-sm {
    max-width: 300px;
  }
  .cid-rYoDmy8HVh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoDmy8HVh .modal-lg,
  .cid-rYoDmy8HVh .modal-xl {
    max-width: 800px;
  }
  .cid-rYoDmy8HVh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoDmy8HVh .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoDmy8HVh .container {
    max-width: 1140px;
  }
}
.cid-rYoDmy8HVh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoDmy8HVh .container {
    max-width: 720px;
  }
}
.cid-rYoDmy8HVh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoDmy8HVh .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-rYoDmy8HVh .form-group {
  margin-bottom: 1rem;
}
.cid-rYoDmy8HVh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoDmy8HVh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoDmy8HVh .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-rYoDy950Nx.popup-builder {
  background-color: #ffffff;
}
.cid-rYoDy950Nx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoDy950Nx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoDy950Nx .modal-content,
.cid-rYoDy950Nx .modal-dialog {
  height: auto;
}
.cid-rYoDy950Nx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoDy950Nx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoDy950Nx .form-wrapper .mbr-form .form-group,
  .cid-rYoDy950Nx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoDy950Nx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoDy950Nx .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-rYoDy950Nx .mbr-text {
  text-align: center;
}
.cid-rYoDy950Nx .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoDy950Nx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoDy950Nx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoDy950Nx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoDy950Nx .modal-open {
  overflow: hidden;
}
.cid-rYoDy950Nx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoDy950Nx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoDy950Nx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoDy950Nx .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-rYoDy950Nx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoDy950Nx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoDy950Nx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoDy950Nx .modal-content {
  background: #efefef;
  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-rYoDy950Nx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoDy950Nx .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoDy950Nx .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoDy950Nx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoDy950Nx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoDy950Nx .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoDy950Nx .modal-header .close:focus {
  outline: none;
}
.cid-rYoDy950Nx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoDy950Nx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoDy950Nx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoDy950Nx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoDy950Nx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoDy950Nx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoDy950Nx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoDy950Nx .modal-sm {
    max-width: 300px;
  }
  .cid-rYoDy950Nx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoDy950Nx .modal-lg,
  .cid-rYoDy950Nx .modal-xl {
    max-width: 800px;
  }
  .cid-rYoDy950Nx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoDy950Nx .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoDy950Nx .container {
    max-width: 1140px;
  }
}
.cid-rYoDy950Nx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoDy950Nx .container {
    max-width: 720px;
  }
}
.cid-rYoDy950Nx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoDy950Nx .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-rYoDy950Nx .form-group {
  margin-bottom: 1rem;
}
.cid-rYoDy950Nx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoDy950Nx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoDy950Nx .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-rYoEiVrCCm.popup-builder {
  background-color: #ffffff;
}
.cid-rYoEiVrCCm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoEiVrCCm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoEiVrCCm .modal-content,
.cid-rYoEiVrCCm .modal-dialog {
  height: auto;
}
.cid-rYoEiVrCCm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoEiVrCCm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoEiVrCCm .form-wrapper .mbr-form .form-group,
  .cid-rYoEiVrCCm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoEiVrCCm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoEiVrCCm .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-rYoEiVrCCm .mbr-text {
  text-align: center;
}
.cid-rYoEiVrCCm .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoEiVrCCm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoEiVrCCm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoEiVrCCm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoEiVrCCm .modal-open {
  overflow: hidden;
}
.cid-rYoEiVrCCm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoEiVrCCm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoEiVrCCm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoEiVrCCm .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-rYoEiVrCCm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoEiVrCCm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoEiVrCCm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoEiVrCCm .modal-content {
  background: #efefef;
  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-rYoEiVrCCm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoEiVrCCm .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoEiVrCCm .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoEiVrCCm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoEiVrCCm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoEiVrCCm .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoEiVrCCm .modal-header .close:focus {
  outline: none;
}
.cid-rYoEiVrCCm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoEiVrCCm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoEiVrCCm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoEiVrCCm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoEiVrCCm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoEiVrCCm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoEiVrCCm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoEiVrCCm .modal-sm {
    max-width: 300px;
  }
  .cid-rYoEiVrCCm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoEiVrCCm .modal-lg,
  .cid-rYoEiVrCCm .modal-xl {
    max-width: 800px;
  }
  .cid-rYoEiVrCCm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoEiVrCCm .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoEiVrCCm .container {
    max-width: 1140px;
  }
}
.cid-rYoEiVrCCm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoEiVrCCm .container {
    max-width: 720px;
  }
}
.cid-rYoEiVrCCm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoEiVrCCm .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-rYoEiVrCCm .form-group {
  margin-bottom: 1rem;
}
.cid-rYoEiVrCCm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoEiVrCCm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoEiVrCCm .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-rYoEzITLFN.popup-builder {
  background-color: #ffffff;
}
.cid-rYoEzITLFN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoEzITLFN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoEzITLFN .modal-content,
.cid-rYoEzITLFN .modal-dialog {
  height: auto;
}
.cid-rYoEzITLFN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoEzITLFN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoEzITLFN .form-wrapper .mbr-form .form-group,
  .cid-rYoEzITLFN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoEzITLFN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoEzITLFN .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-rYoEzITLFN .mbr-text {
  text-align: center;
}
.cid-rYoEzITLFN .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoEzITLFN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoEzITLFN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoEzITLFN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoEzITLFN .modal-open {
  overflow: hidden;
}
.cid-rYoEzITLFN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoEzITLFN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoEzITLFN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoEzITLFN .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-rYoEzITLFN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoEzITLFN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoEzITLFN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoEzITLFN .modal-content {
  background: #efefef;
  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-rYoEzITLFN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoEzITLFN .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoEzITLFN .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoEzITLFN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoEzITLFN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoEzITLFN .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoEzITLFN .modal-header .close:focus {
  outline: none;
}
.cid-rYoEzITLFN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoEzITLFN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoEzITLFN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoEzITLFN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoEzITLFN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoEzITLFN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoEzITLFN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoEzITLFN .modal-sm {
    max-width: 300px;
  }
  .cid-rYoEzITLFN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoEzITLFN .modal-lg,
  .cid-rYoEzITLFN .modal-xl {
    max-width: 800px;
  }
  .cid-rYoEzITLFN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoEzITLFN .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoEzITLFN .container {
    max-width: 1140px;
  }
}
.cid-rYoEzITLFN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoEzITLFN .container {
    max-width: 720px;
  }
}
.cid-rYoEzITLFN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoEzITLFN .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-rYoEzITLFN .form-group {
  margin-bottom: 1rem;
}
.cid-rYoEzITLFN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoEzITLFN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoEzITLFN .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-rYoK25lmTF.popup-builder {
  background-color: #ffffff;
}
.cid-rYoK25lmTF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoK25lmTF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoK25lmTF .modal-content,
.cid-rYoK25lmTF .modal-dialog {
  height: auto;
}
.cid-rYoK25lmTF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoK25lmTF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoK25lmTF .form-wrapper .mbr-form .form-group,
  .cid-rYoK25lmTF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoK25lmTF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoK25lmTF .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-rYoK25lmTF .mbr-text {
  text-align: center;
}
.cid-rYoK25lmTF .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoK25lmTF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoK25lmTF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoK25lmTF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoK25lmTF .modal-open {
  overflow: hidden;
}
.cid-rYoK25lmTF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoK25lmTF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoK25lmTF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoK25lmTF .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-rYoK25lmTF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoK25lmTF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoK25lmTF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoK25lmTF .modal-content {
  background: #efefef;
  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-rYoK25lmTF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoK25lmTF .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoK25lmTF .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoK25lmTF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoK25lmTF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoK25lmTF .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoK25lmTF .modal-header .close:focus {
  outline: none;
}
.cid-rYoK25lmTF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoK25lmTF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoK25lmTF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoK25lmTF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoK25lmTF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoK25lmTF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoK25lmTF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoK25lmTF .modal-sm {
    max-width: 300px;
  }
  .cid-rYoK25lmTF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoK25lmTF .modal-lg,
  .cid-rYoK25lmTF .modal-xl {
    max-width: 800px;
  }
  .cid-rYoK25lmTF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoK25lmTF .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoK25lmTF .container {
    max-width: 1140px;
  }
}
.cid-rYoK25lmTF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoK25lmTF .container {
    max-width: 720px;
  }
}
.cid-rYoK25lmTF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoK25lmTF .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-rYoK25lmTF .form-group {
  margin-bottom: 1rem;
}
.cid-rYoK25lmTF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoK25lmTF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoK25lmTF .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-s62XfJ61eH.popup-builder {
  background-color: #ffffff;
}
.cid-s62XfJ61eH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s62XfJ61eH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s62XfJ61eH .modal-content,
.cid-s62XfJ61eH .modal-dialog {
  height: auto;
}
.cid-s62XfJ61eH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s62XfJ61eH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s62XfJ61eH .form-wrapper .mbr-form .form-group,
  .cid-s62XfJ61eH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s62XfJ61eH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s62XfJ61eH .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-s62XfJ61eH .mbr-text {
  text-align: center;
}
.cid-s62XfJ61eH .pt-0 {
  padding-top: 0 !important;
}
.cid-s62XfJ61eH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s62XfJ61eH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s62XfJ61eH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s62XfJ61eH .modal-open {
  overflow: hidden;
}
.cid-s62XfJ61eH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s62XfJ61eH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s62XfJ61eH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s62XfJ61eH .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-s62XfJ61eH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s62XfJ61eH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s62XfJ61eH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s62XfJ61eH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s62XfJ61eH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s62XfJ61eH .modal-backdrop.fade {
  opacity: 0;
}
.cid-s62XfJ61eH .modal-backdrop.show {
  opacity: .5;
}
.cid-s62XfJ61eH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s62XfJ61eH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s62XfJ61eH .modal-header .close:hover {
  opacity: 1;
}
.cid-s62XfJ61eH .modal-header .close:focus {
  outline: none;
}
.cid-s62XfJ61eH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-s62XfJ61eH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s62XfJ61eH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s62XfJ61eH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s62XfJ61eH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s62XfJ61eH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s62XfJ61eH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s62XfJ61eH .modal-sm {
    max-width: 300px;
  }
  .cid-s62XfJ61eH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s62XfJ61eH .modal-lg,
  .cid-s62XfJ61eH .modal-xl {
    max-width: 800px;
  }
  .cid-s62XfJ61eH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s62XfJ61eH .modal-xl {
    max-width: 1140px;
  }
  .cid-s62XfJ61eH .container {
    max-width: 1140px;
  }
}
.cid-s62XfJ61eH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s62XfJ61eH .container {
    max-width: 720px;
  }
}
.cid-s62XfJ61eH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s62XfJ61eH .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-s62XfJ61eH .form-group {
  margin-bottom: 1rem;
}
.cid-s62XfJ61eH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s62XfJ61eH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s62XfJ61eH .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-sVOPEsO8Xi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sVOPEsO8Xi .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-sVOPEsO8Xi .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sVOPEsO8Xi .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sVOPEsO8Xi .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sVOPEsO8Xi SPAN {
  color: #ff6400;
}
.cid-sVOPEsO8Xi .price {
  color: #232323;
  transition: all 0.3s;
}
.cid-sVOPEsO8Xi .mbr-text {
  color: #767676;
}
.cid-sVOPEsO8Xi .card-subtitle {
  margin: 0;
}
.cid-sVOPEsO8Xi .item-wrapper {
  background: #efefef;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sVOPEsO8Xi img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sVOPEsO8Xi .card-box {
  padding: 1rem;
}
.cid-sVOPEsO8Xi .link {
  transition: all 0.3s;
}
.cid-sVOPEsO8Xi .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sVOPEsO8Xi .mbr-section-btn {
  color: #808080;
}
.cid-sVOPEsO8Xi .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sVOPEsO8Xi .mbr-section-btn .btn {
  border: 0px;
}
.cid-sVOPEsO8Xi .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-sVOPEsO8Xi h4,
.cid-sVOPEsO8Xi h6,
.cid-sVOPEsO8Xi h5 {
  margin: 0;
}
.cid-sVOPEsO8Xi .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sVOPEsO8Xi .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sVOPEsO8Xi .link-wrap:hover {
  color: #ff6400;
}
.cid-sVOPEsO8Xi .link-wrap:hover .link {
  color: #ff6400;
}
.cid-sVOPEsO8Xi .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sVOPEsO8Xi .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-sVOPEsO8Xi .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1px;
}
.cid-sVOPEsO8Xi .icon-wrap span {
  margin-right: 8px;
}
.cid-sVOPEsO8Xi .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sVOPEsO8Xi .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sVOPEsO8Xi .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sVOPEsO8Xi .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVOPEsO8Xi .card:hover img {
  transform: scale(1.1);
}
.cid-sVOPEsO8Xi .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sVOPEsO8Xi .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sVOPEsO8Xi .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sVOPEsO8Xi .row {
  justify-content: center;
}
.cid-sVOPEsO8Xi .location,
.cid-sVOPEsO8Xi .icon-wrap {
  color: #232323;
}
.cid-sVOPEsO8Xi .link,
.cid-sVOPEsO8Xi .link-wrap,
.cid-sVOPEsO8Xi .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-sVOPEsO8Xi .wrapper {
    flex-direction: column;
  }
  .cid-sVOPEsO8Xi .icon-padding {
    padding-left: 0rem;
  }
  .cid-sVOPEsO8Xi .card-box {
    padding: 0;
  }
}
.cid-sVOPEsO8Xi H2 {
  color: #ff6800;
}
.cid-sVOPEsO8Xi .mbr-text,
.cid-sVOPEsO8Xi .link {
  color: #0e0e0e;
}
.cid-sVOPem8j1H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVOPem8j1H .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-sVOPem8j1H .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sVOPem8j1H .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sVOPem8j1H .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sVOPem8j1H SPAN {
  color: #ff6400;
}
.cid-sVOPem8j1H .price {
  color: #232323;
  transition: all 0.3s;
}
.cid-sVOPem8j1H .mbr-text {
  color: #767676;
}
.cid-sVOPem8j1H .card-subtitle {
  margin: 0;
}
.cid-sVOPem8j1H .item-wrapper {
  background: #efefef;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sVOPem8j1H img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sVOPem8j1H .card-box {
  padding: 1rem;
}
.cid-sVOPem8j1H .link {
  transition: all 0.3s;
}
.cid-sVOPem8j1H .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sVOPem8j1H .mbr-section-btn {
  color: #808080;
}
.cid-sVOPem8j1H .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sVOPem8j1H .mbr-section-btn .btn {
  border: 0px;
}
.cid-sVOPem8j1H .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-sVOPem8j1H h4,
.cid-sVOPem8j1H h6,
.cid-sVOPem8j1H h5 {
  margin: 0;
}
.cid-sVOPem8j1H .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sVOPem8j1H .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sVOPem8j1H .link-wrap:hover {
  color: #ff6400;
}
.cid-sVOPem8j1H .link-wrap:hover .link {
  color: #ff6400;
}
.cid-sVOPem8j1H .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sVOPem8j1H .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-sVOPem8j1H .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  padding-bottom: 1px;
}
.cid-sVOPem8j1H .icon-wrap span {
  margin-right: 8px;
}
.cid-sVOPem8j1H .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sVOPem8j1H .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sVOPem8j1H .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sVOPem8j1H .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVOPem8j1H .card:hover img {
  transform: scale(1.1);
}
.cid-sVOPem8j1H .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sVOPem8j1H .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sVOPem8j1H .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sVOPem8j1H .row {
  justify-content: center;
}
.cid-sVOPem8j1H .location,
.cid-sVOPem8j1H .icon-wrap {
  color: #232323;
}
.cid-sVOPem8j1H .link,
.cid-sVOPem8j1H .link-wrap,
.cid-sVOPem8j1H .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-sVOPem8j1H .wrapper {
    flex-direction: column;
  }
  .cid-sVOPem8j1H .icon-padding {
    padding-left: 0rem;
  }
  .cid-sVOPem8j1H .card-box {
    padding: 0;
  }
}
.cid-sVOPem8j1H H2 {
  color: #ff6800;
}
.cid-sVOPem8j1H .mbr-text,
.cid-sVOPem8j1H .link {
  color: #0e0e0e;
}
.cid-sVO7eTBwA9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVO7eTBwA9 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}


.cid-sVO7eTBwA9 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sVO7eTBwA9 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sVO7eTBwA9 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}


.cid-sVO7eTBwA9 .price {
  color: #232323;
  transition: all 0.3s;
}
.cid-sVO7eTBwA9 .mbr-text {
  color: #767676;
}
.cid-sVO7eTBwA9 .card-subtitle {
  margin: 0;
}
.cid-sVO7eTBwA9 .item-wrapper {
  background: #efefef;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sVO7eTBwA9 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sVO7eTBwA9 .card-box {
  padding: 1rem;
}
.cid-sVO7eTBwA9 .link {
  transition: all 0.3s;
}
.cid-sVO7eTBwA9 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sVO7eTBwA9 .mbr-section-btn {
  color: #808080;
}
.cid-sVO7eTBwA9 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sVO7eTBwA9 .mbr-section-btn .btn {
  border: 0px;
}
.cid-sVO7eTBwA9 .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-sVO7eTBwA9 h4,
.cid-sVO7eTBwA9 h6,
.cid-sVO7eTBwA9 h5 {
  margin: 0;
}
.cid-sVO7eTBwA9 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sVO7eTBwA9 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sVO7eTBwA9 .link-wrap:hover {
  color: #ff6400;
}
.cid-sVO7eTBwA9 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-sVO7eTBwA9 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sVO7eTBwA9 .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-sVO7eTBwA9 .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  padding-bottom: 1px;
}
.cid-sVO7eTBwA9 .icon-wrap span {
  margin-right: 8px;
}
.cid-sVO7eTBwA9 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sVO7eTBwA9 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sVO7eTBwA9 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sVO7eTBwA9 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sVO7eTBwA9 .card:hover img {
  transform: scale(1.1);
}
.cid-sVO7eTBwA9 .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sVO7eTBwA9 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sVO7eTBwA9 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sVO7eTBwA9 .row {
  justify-content: center;
}
.cid-sVO7eTBwA9 .location,
.cid-sVO7eTBwA9 .icon-wrap {
  color: #232323;
}
.cid-sVO7eTBwA9 .link,
.cid-sVO7eTBwA9 .link-wrap,
.cid-sVO7eTBwA9 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-sVO7eTBwA9 .wrapper {
    flex-direction: column;
  }
  .cid-sVO7eTBwA9 .icon-padding {
    padding-left: 0rem;
  }
  .cid-sVO7eTBwA9 .card-box {
    padding: 0;
  }
}
.cid-sVO7eTBwA9 H2 {
  color: #ff6800;
}
.cid-sVO7eTBwA9 .mbr-text,
.cid-sVO7eTBwA9 .link {
  color: #232323;
}
.cid-sVO7eTBwA9 .card-title,
.cid-sVO7eTBwA9 .card-img {
  color: #232323;
}
.cid-sVO7eTBwA9 SPAN {
  color: #ff6400;
}
.cid-rUNHCPrNt7 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNHCPrNt7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUNHCPrNt7 H1 {
  color: #2c1608;
}
.cid-rUNHCPrNt7 .mbr-text,
.cid-rUNHCPrNt7 .mbr-section-btn {
  color: #716c80;
}
.cid-rUNHCPrNt7 H3 {
  color: #4f4943;
}
.cid-rUNHCPrNt7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUNHCPrNt7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUNHCPrNt7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUNHCPrNt7 .link:hover {
  color: #ff6400 !important;
}
.cid-rUNHCPrNt7 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUNHCPrNt7 DIV {
  color: #57468b;
}
.cid-rUNHCPrNt7 .mbr-text,
.cid-rUNHCPrNt7 .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNHCPrNt7 .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUNHCQe7FO {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUNHCQe7FO H2 {
  color: #ff6400;
}
.cid-rUNHCQe7FO .mbr-text,
.cid-rUNHCQe7FO .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUNHCQe7FO .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUNHCQe7FO .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUNHCQe7FO .mbr-figure {
  height: 100%;
}
.cid-rUNHCQe7FO .card-img {
  padding: 0 2rem;
}
.cid-rUNHCQe7FO img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUNHCQe7FO H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUNHCQe7FO .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUNHCQe7FO .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUNHCQe7FO .container {
    padding: 0 3rem;
  }
  .cid-rUNHCQe7FO .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUNHCQe7FO .container {
    padding: 0 2rem;
  }
  .cid-rUNHCQe7FO .card-img {
    width: 100%;
  }
  .cid-rUNHCQe7FO .center-card {
    padding: 1rem;
  }
}
.cid-rUNHCRn8fc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUNHCRn8fc H2 {
  color: #e7272d;
}
.cid-rUNHCRn8fc img {
  max-width: 500px;
  margin: auto;
}
.cid-rUNHCRn8fc H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUNHCRn8fc .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUNHCRn8fc .span-row {
  width: 100%;
}
.cid-rUNHCRn8fc .mbr-section-title,
.cid-rUNHCRn8fc .span-row {
  color: #cebfaf;
}
.cid-rUNHCRn8fc .mbr-text,
.cid-rUNHCRn8fc .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUNHCS9gAq {
  padding-top: 75px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUNHCS9gAq .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUNHCS9gAq .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUNHCS9gAq .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUNHCS9gAq .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUNHCS9gAq .menu-row {
  margin: 0;
}
.cid-rUNHCS9gAq .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUNHCS9gAq .card-header {
  background: transparent;
}
.cid-rUNHCS9gAq .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUNHCS9gAq .card-subtitle {
  margin: 0;
}
.cid-rUNHCS9gAq .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUNHCS9gAq .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUNHCS9gAq .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUNHCS9gAq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNHCS9gAq .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNHCS9gAq .card .panel-body {
  color: #767676;
}
.cid-rUNHCS9gAq h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUNHCS9gAq H4 {
  color: #4f4943;
}
.cid-rUNHCS9gAq H2 {
  color: #222222;
}
.cid-rUNHCS9gAq .panel-text {
  color: #232323;
}
.cid-rUNHCS9gAq .box-text {
  color: #232323;
}
.cid-rUNHCS9gAq SPAN {
  color: #ff6800;
}
.cid-rUNHCS9gAq .item-title {
  color: #4f4943;
}
.cid-rUNHCS9gAq .mbr-section-title,
.cid-rUNHCS9gAq .underline {
  color: #232323;
  text-align: center;
}
.cid-rUNHCS9gAq .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUNHCTkTcH {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUNHCTkTcH li {
  list-style: none;
}
.cid-rUNHCTkTcH .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUNHCTkTcH .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUNHCTkTcH .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUNHCTkTcH h4 {
  margin: 0;
}
.cid-rUNHCTkTcH ul {
  padding: 0;
  margin: 0;
}
.cid-rUNHCTkTcH .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUNHCTkTcH .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUNHCTkTcH .accordion .card {
  overflow: hidden;
}
.cid-rUNHCTkTcH .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUNHCTkTcH .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUNHCTkTcH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUNHCTkTcH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUNHCTkTcH .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUNHCTkTcH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUNHCTkTcH .card .panel-body {
  color: #767676;
}
.cid-rUNHCTkTcH .card:hover {
  background: #efefef;
}
.cid-rUNHCTkTcH .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUNHCTkTcH .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUNHCTkTcH .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUNHCTkTcH .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUNHCTkTcH .panel-collapse {
  margin-top: -1px;
}
.cid-rUNHCTkTcH H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUNHCTkTcH .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUNHCTkTcH .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUNHCTkTcH .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUNHCTkTcH H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUNHCTkTcH H2 {
  color: #000000;
}
.cid-rUNHCTkTcH .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUNHCWpfg0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUNHCWpfg0 .mbr-text {
  color: #767676;
}
.cid-rUNHCWpfg0 .card-subtitle {
  margin: 0;
}
.cid-rUNHCWpfg0 .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUNHCWpfg0 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUNHCWpfg0 .card-box {
  padding: 1rem;
}
.cid-rUNHCWpfg0 .link {
  transition: all 0.3s;
}
.cid-rUNHCWpfg0 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUNHCWpfg0 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUNHCWpfg0 .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUNHCWpfg0 .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUNHCWpfg0 h4,
.cid-rUNHCWpfg0 h6,
.cid-rUNHCWpfg0 h5 {
  margin: 0;
}
.cid-rUNHCWpfg0 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUNHCWpfg0 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUNHCWpfg0 .link-wrap:hover {
  color: #ff6400;
}
.cid-rUNHCWpfg0 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUNHCWpfg0 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUNHCWpfg0 .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUNHCWpfg0 .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUNHCWpfg0 .icon-wrap span {
  margin-right: 8px;
}
.cid-rUNHCWpfg0 .icon-padding {
  padding-left: 2rem;
}
.cid-rUNHCWpfg0 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUNHCWpfg0 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUNHCWpfg0 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUNHCWpfg0 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUNHCWpfg0 .card:hover img {
  transform: scale(1.1);
}
.cid-rUNHCWpfg0 .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUNHCWpfg0 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNHCWpfg0 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUNHCWpfg0 .row {
  justify-content: center;
}
.cid-rUNHCWpfg0 .location,
.cid-rUNHCWpfg0 .icon-wrap {
  color: #ff6400;
}
.cid-rUNHCWpfg0 .link,
.cid-rUNHCWpfg0 .link-wrap,
.cid-rUNHCWpfg0 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUNHCWpfg0 .wrapper {
    flex-direction: column;
  }
  .cid-rUNHCWpfg0 .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUNHCWpfg0 .card-box {
    padding: 0;
  }
}
.cid-rUNHCWpfg0 H2 {
  color: #ff6400;
}
.cid-rUNHCWpfg0 .mbr-text,
.cid-rUNHCWpfg0 .link {
  color: #0e0e0e;
}
.cid-s0YrpCTZOE {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-57.jpg");
}
.cid-s0YrpCTZOE H2 {
  color: #e7272d;
}
.cid-s0YrpCTZOE img {
  max-width: 500px;
  margin: auto;
}
.cid-s0YrpCTZOE H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-s0YrpCTZOE .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-s0YrpCTZOE .span-row {
  width: 100%;
}
.cid-s0YrpCTZOE .mbr-section-title,
.cid-s0YrpCTZOE .span-row {
  color: #cebfaf;
}
.cid-s0YrpCTZOE .mbr-text,
.cid-s0YrpCTZOE .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-s0YrpCTZOE .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUNHCYYWg6 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUNHCYYWg6 blockquote {
  border-width: 2px;
  border-color: #ff5400;
  padding: 0 0 0 50px;
}
.cid-rUNHCYYWg6 .mbr-text,
.cid-rUNHCYYWg6 .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUNHCYYWg6 footer {
  font-style: normal;
}
.cid-rVjqFFrRC5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjqFFrRC5 h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjqFFrRC5 h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjqFFrRC5 .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjqFFrRC5 span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjqFFrRC5 .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjqFFrRC5 .card {
    padding: 1rem;
  }
}
.cid-rVjqFFrRC5 .user_name,
.cid-rVjqFFrRC5 .align {
  color: #cccccc;
}
.cid-rVjqFFrRC5 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjBbf7Ryl {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjBbf7Ryl .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjBbf7Ryl .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjBbf7Ryl H2 {
  color: #e7272d;
}
.cid-rVjBbf7Ryl .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjBbf7Ryl .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjBbf7Ryl .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBbf7Ryl .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBbf7Ryl .col-lg-12 {
  overflow: hidden;
}
.cid-rVjBbf7Ryl H4 {
  color: #ff6400;
}
.cid-rVjBbf7Ryl .mbr-text,
.cid-rVjBbf7Ryl .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjBbf7Ryl .logo-wrap:before {
    content: none;
  }
  .cid-rVjBbf7Ryl .logo-wrap:after {
    content: none;
  }
}
.cid-rVjBbf7Ryl H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY7Q7DlI8b.popup-builder {
  background-color: #ffffff;
}
.cid-rY7Q7DlI8b.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY7Q7DlI8b.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY7Q7DlI8b .modal-content,
.cid-rY7Q7DlI8b .modal-dialog {
  height: auto;
}
.cid-rY7Q7DlI8b .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY7Q7DlI8b .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY7Q7DlI8b .form-wrapper .mbr-form .form-group,
  .cid-rY7Q7DlI8b .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY7Q7DlI8b .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY7Q7DlI8b .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-rY7Q7DlI8b .mbr-text {
  text-align: center;
}
.cid-rY7Q7DlI8b .pt-0 {
  padding-top: 0 !important;
}
.cid-rY7Q7DlI8b .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY7Q7DlI8b .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY7Q7DlI8b .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY7Q7DlI8b .modal-open {
  overflow: hidden;
}
.cid-rY7Q7DlI8b .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY7Q7DlI8b .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY7Q7DlI8b .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY7Q7DlI8b .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-rY7Q7DlI8b .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY7Q7DlI8b .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY7Q7DlI8b .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY7Q7DlI8b .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY7Q7DlI8b .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY7Q7DlI8b .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY7Q7DlI8b .modal-backdrop.show {
  opacity: .5;
}
.cid-rY7Q7DlI8b .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY7Q7DlI8b .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY7Q7DlI8b .modal-header .close:hover {
  opacity: 1;
}
.cid-rY7Q7DlI8b .modal-header .close:focus {
  outline: none;
}
.cid-rY7Q7DlI8b .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY7Q7DlI8b .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY7Q7DlI8b .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY7Q7DlI8b .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY7Q7DlI8b .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY7Q7DlI8b .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY7Q7DlI8b .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY7Q7DlI8b .modal-sm {
    max-width: 300px;
  }
  .cid-rY7Q7DlI8b .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY7Q7DlI8b .modal-lg,
  .cid-rY7Q7DlI8b .modal-xl {
    max-width: 800px;
  }
  .cid-rY7Q7DlI8b .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY7Q7DlI8b .modal-xl {
    max-width: 1140px;
  }
  .cid-rY7Q7DlI8b .container {
    max-width: 1140px;
  }
}
.cid-rY7Q7DlI8b .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY7Q7DlI8b .container {
    max-width: 720px;
  }
}
.cid-rY7Q7DlI8b .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY7Q7DlI8b .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-rY7Q7DlI8b .form-group {
  margin-bottom: 1rem;
}
.cid-rY7Q7DlI8b .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY7Q7DlI8b .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY7Q7DlI8b .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-rYoOxez82l.popup-builder {
  background-color: #ffffff;
}
.cid-rYoOxez82l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoOxez82l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoOxez82l .modal-content,
.cid-rYoOxez82l .modal-dialog {
  height: auto;
}
.cid-rYoOxez82l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoOxez82l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoOxez82l .form-wrapper .mbr-form .form-group,
  .cid-rYoOxez82l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoOxez82l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoOxez82l .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-rYoOxez82l .mbr-text {
  text-align: center;
}
.cid-rYoOxez82l .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoOxez82l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoOxez82l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoOxez82l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoOxez82l .modal-open {
  overflow: hidden;
}
.cid-rYoOxez82l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoOxez82l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoOxez82l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoOxez82l .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-rYoOxez82l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoOxez82l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoOxez82l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoOxez82l .modal-content {
  background: #efefef;
  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-rYoOxez82l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoOxez82l .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoOxez82l .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoOxez82l .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoOxez82l .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoOxez82l .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoOxez82l .modal-header .close:focus {
  outline: none;
}
.cid-rYoOxez82l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoOxez82l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoOxez82l .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoOxez82l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoOxez82l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoOxez82l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoOxez82l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoOxez82l .modal-sm {
    max-width: 300px;
  }
  .cid-rYoOxez82l .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoOxez82l .modal-lg,
  .cid-rYoOxez82l .modal-xl {
    max-width: 800px;
  }
  .cid-rYoOxez82l .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoOxez82l .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoOxez82l .container {
    max-width: 1140px;
  }
}
.cid-rYoOxez82l .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoOxez82l .container {
    max-width: 720px;
  }
}
.cid-rYoOxez82l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoOxez82l .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-rYoOxez82l .form-group {
  margin-bottom: 1rem;
}
.cid-rYoOxez82l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoOxez82l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoOxez82l .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-rYoOI3OBkP.popup-builder {
  background-color: #ffffff;
}
.cid-rYoOI3OBkP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoOI3OBkP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoOI3OBkP .modal-content,
.cid-rYoOI3OBkP .modal-dialog {
  height: auto;
}
.cid-rYoOI3OBkP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoOI3OBkP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoOI3OBkP .form-wrapper .mbr-form .form-group,
  .cid-rYoOI3OBkP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoOI3OBkP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoOI3OBkP .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-rYoOI3OBkP .mbr-text {
  text-align: center;
}
.cid-rYoOI3OBkP .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoOI3OBkP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoOI3OBkP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoOI3OBkP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoOI3OBkP .modal-open {
  overflow: hidden;
}
.cid-rYoOI3OBkP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoOI3OBkP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoOI3OBkP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoOI3OBkP .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-rYoOI3OBkP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoOI3OBkP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoOI3OBkP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoOI3OBkP .modal-content {
  background: #efefef;
  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-rYoOI3OBkP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoOI3OBkP .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoOI3OBkP .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoOI3OBkP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoOI3OBkP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoOI3OBkP .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoOI3OBkP .modal-header .close:focus {
  outline: none;
}
.cid-rYoOI3OBkP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoOI3OBkP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoOI3OBkP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoOI3OBkP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoOI3OBkP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoOI3OBkP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoOI3OBkP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoOI3OBkP .modal-sm {
    max-width: 300px;
  }
  .cid-rYoOI3OBkP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoOI3OBkP .modal-lg,
  .cid-rYoOI3OBkP .modal-xl {
    max-width: 800px;
  }
  .cid-rYoOI3OBkP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoOI3OBkP .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoOI3OBkP .container {
    max-width: 1140px;
  }
}
.cid-rYoOI3OBkP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoOI3OBkP .container {
    max-width: 720px;
  }
}
.cid-rYoOI3OBkP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoOI3OBkP .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-rYoOI3OBkP .form-group {
  margin-bottom: 1rem;
}
.cid-rYoOI3OBkP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoOI3OBkP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoOI3OBkP .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-rYoPuPwSNd.popup-builder {
  background-color: #ffffff;
}
.cid-rYoPuPwSNd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoPuPwSNd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoPuPwSNd .modal-content,
.cid-rYoPuPwSNd .modal-dialog {
  height: auto;
}
.cid-rYoPuPwSNd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoPuPwSNd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoPuPwSNd .form-wrapper .mbr-form .form-group,
  .cid-rYoPuPwSNd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoPuPwSNd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoPuPwSNd .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-rYoPuPwSNd .mbr-text {
  text-align: center;
}
.cid-rYoPuPwSNd .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoPuPwSNd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoPuPwSNd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoPuPwSNd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoPuPwSNd .modal-open {
  overflow: hidden;
}
.cid-rYoPuPwSNd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoPuPwSNd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoPuPwSNd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoPuPwSNd .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-rYoPuPwSNd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoPuPwSNd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoPuPwSNd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoPuPwSNd .modal-content {
  background: #efefef;
  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-rYoPuPwSNd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoPuPwSNd .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoPuPwSNd .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoPuPwSNd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoPuPwSNd .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoPuPwSNd .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoPuPwSNd .modal-header .close:focus {
  outline: none;
}
.cid-rYoPuPwSNd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoPuPwSNd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoPuPwSNd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoPuPwSNd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoPuPwSNd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoPuPwSNd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoPuPwSNd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoPuPwSNd .modal-sm {
    max-width: 300px;
  }
  .cid-rYoPuPwSNd .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoPuPwSNd .modal-lg,
  .cid-rYoPuPwSNd .modal-xl {
    max-width: 800px;
  }
  .cid-rYoPuPwSNd .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoPuPwSNd .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoPuPwSNd .container {
    max-width: 1140px;
  }
}
.cid-rYoPuPwSNd .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoPuPwSNd .container {
    max-width: 720px;
  }
}
.cid-rYoPuPwSNd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoPuPwSNd .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-rYoPuPwSNd .form-group {
  margin-bottom: 1rem;
}
.cid-rYoPuPwSNd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoPuPwSNd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoPuPwSNd .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-rYoQgbWqYc.popup-builder {
  background-color: #ffffff;
}
.cid-rYoQgbWqYc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoQgbWqYc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoQgbWqYc .modal-content,
.cid-rYoQgbWqYc .modal-dialog {
  height: auto;
}
.cid-rYoQgbWqYc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoQgbWqYc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoQgbWqYc .form-wrapper .mbr-form .form-group,
  .cid-rYoQgbWqYc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoQgbWqYc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoQgbWqYc .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-rYoQgbWqYc .mbr-text {
  text-align: center;
}
.cid-rYoQgbWqYc .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoQgbWqYc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoQgbWqYc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoQgbWqYc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoQgbWqYc .modal-open {
  overflow: hidden;
}
.cid-rYoQgbWqYc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoQgbWqYc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoQgbWqYc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoQgbWqYc .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-rYoQgbWqYc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoQgbWqYc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoQgbWqYc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoQgbWqYc .modal-content {
  background: #efefef;
  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-rYoQgbWqYc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoQgbWqYc .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoQgbWqYc .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoQgbWqYc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoQgbWqYc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoQgbWqYc .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoQgbWqYc .modal-header .close:focus {
  outline: none;
}
.cid-rYoQgbWqYc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoQgbWqYc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoQgbWqYc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoQgbWqYc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoQgbWqYc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoQgbWqYc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoQgbWqYc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoQgbWqYc .modal-sm {
    max-width: 300px;
  }
  .cid-rYoQgbWqYc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoQgbWqYc .modal-lg,
  .cid-rYoQgbWqYc .modal-xl {
    max-width: 800px;
  }
  .cid-rYoQgbWqYc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoQgbWqYc .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoQgbWqYc .container {
    max-width: 1140px;
  }
}
.cid-rYoQgbWqYc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoQgbWqYc .container {
    max-width: 720px;
  }
}
.cid-rYoQgbWqYc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoQgbWqYc .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-rYoQgbWqYc .form-group {
  margin-bottom: 1rem;
}
.cid-rYoQgbWqYc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoQgbWqYc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoQgbWqYc .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-rYoQCkvpEy.popup-builder {
  background-color: #ffffff;
}
.cid-rYoQCkvpEy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoQCkvpEy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoQCkvpEy .modal-content,
.cid-rYoQCkvpEy .modal-dialog {
  height: auto;
}
.cid-rYoQCkvpEy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoQCkvpEy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoQCkvpEy .form-wrapper .mbr-form .form-group,
  .cid-rYoQCkvpEy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoQCkvpEy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoQCkvpEy .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-rYoQCkvpEy .mbr-text {
  text-align: center;
}
.cid-rYoQCkvpEy .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoQCkvpEy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoQCkvpEy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoQCkvpEy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoQCkvpEy .modal-open {
  overflow: hidden;
}
.cid-rYoQCkvpEy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoQCkvpEy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoQCkvpEy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoQCkvpEy .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-rYoQCkvpEy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoQCkvpEy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoQCkvpEy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoQCkvpEy .modal-content {
  background: #efefef;
  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-rYoQCkvpEy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoQCkvpEy .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoQCkvpEy .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoQCkvpEy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoQCkvpEy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoQCkvpEy .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoQCkvpEy .modal-header .close:focus {
  outline: none;
}
.cid-rYoQCkvpEy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoQCkvpEy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoQCkvpEy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoQCkvpEy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoQCkvpEy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoQCkvpEy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoQCkvpEy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoQCkvpEy .modal-sm {
    max-width: 300px;
  }
  .cid-rYoQCkvpEy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoQCkvpEy .modal-lg,
  .cid-rYoQCkvpEy .modal-xl {
    max-width: 800px;
  }
  .cid-rYoQCkvpEy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoQCkvpEy .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoQCkvpEy .container {
    max-width: 1140px;
  }
}
.cid-rYoQCkvpEy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoQCkvpEy .container {
    max-width: 720px;
  }
}
.cid-rYoQCkvpEy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoQCkvpEy .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-rYoQCkvpEy .form-group {
  margin-bottom: 1rem;
}
.cid-rYoQCkvpEy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoQCkvpEy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoQCkvpEy .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-rYoR93FtFY.popup-builder {
  background-color: #ffffff;
}
.cid-rYoR93FtFY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoR93FtFY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoR93FtFY .modal-content,
.cid-rYoR93FtFY .modal-dialog {
  height: auto;
}
.cid-rYoR93FtFY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoR93FtFY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoR93FtFY .form-wrapper .mbr-form .form-group,
  .cid-rYoR93FtFY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoR93FtFY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoR93FtFY .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-rYoR93FtFY .mbr-text {
  text-align: center;
}
.cid-rYoR93FtFY .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoR93FtFY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoR93FtFY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoR93FtFY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoR93FtFY .modal-open {
  overflow: hidden;
}
.cid-rYoR93FtFY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoR93FtFY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoR93FtFY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoR93FtFY .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-rYoR93FtFY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoR93FtFY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoR93FtFY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoR93FtFY .modal-content {
  background: #efefef;
  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-rYoR93FtFY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoR93FtFY .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoR93FtFY .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoR93FtFY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoR93FtFY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoR93FtFY .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoR93FtFY .modal-header .close:focus {
  outline: none;
}
.cid-rYoR93FtFY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoR93FtFY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoR93FtFY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoR93FtFY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoR93FtFY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoR93FtFY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoR93FtFY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoR93FtFY .modal-sm {
    max-width: 300px;
  }
  .cid-rYoR93FtFY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoR93FtFY .modal-lg,
  .cid-rYoR93FtFY .modal-xl {
    max-width: 800px;
  }
  .cid-rYoR93FtFY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoR93FtFY .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoR93FtFY .container {
    max-width: 1140px;
  }
}
.cid-rYoR93FtFY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoR93FtFY .container {
    max-width: 720px;
  }
}
.cid-rYoR93FtFY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoR93FtFY .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-rYoR93FtFY .form-group {
  margin-bottom: 1rem;
}
.cid-rYoR93FtFY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoR93FtFY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoR93FtFY .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-rYoRjyV3gQ.popup-builder {
  background-color: #ffffff;
}
.cid-rYoRjyV3gQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYoRjyV3gQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYoRjyV3gQ .modal-content,
.cid-rYoRjyV3gQ .modal-dialog {
  height: auto;
}
.cid-rYoRjyV3gQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYoRjyV3gQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYoRjyV3gQ .form-wrapper .mbr-form .form-group,
  .cid-rYoRjyV3gQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYoRjyV3gQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYoRjyV3gQ .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-rYoRjyV3gQ .mbr-text {
  text-align: center;
}
.cid-rYoRjyV3gQ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYoRjyV3gQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYoRjyV3gQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYoRjyV3gQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYoRjyV3gQ .modal-open {
  overflow: hidden;
}
.cid-rYoRjyV3gQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYoRjyV3gQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYoRjyV3gQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYoRjyV3gQ .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-rYoRjyV3gQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYoRjyV3gQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYoRjyV3gQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYoRjyV3gQ .modal-content {
  background: #efefef;
  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-rYoRjyV3gQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYoRjyV3gQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYoRjyV3gQ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYoRjyV3gQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYoRjyV3gQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYoRjyV3gQ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYoRjyV3gQ .modal-header .close:focus {
  outline: none;
}
.cid-rYoRjyV3gQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYoRjyV3gQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYoRjyV3gQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYoRjyV3gQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYoRjyV3gQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYoRjyV3gQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYoRjyV3gQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYoRjyV3gQ .modal-sm {
    max-width: 300px;
  }
  .cid-rYoRjyV3gQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYoRjyV3gQ .modal-lg,
  .cid-rYoRjyV3gQ .modal-xl {
    max-width: 800px;
  }
  .cid-rYoRjyV3gQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYoRjyV3gQ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYoRjyV3gQ .container {
    max-width: 1140px;
  }
}
.cid-rYoRjyV3gQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYoRjyV3gQ .container {
    max-width: 720px;
  }
}
.cid-rYoRjyV3gQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYoRjyV3gQ .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-rYoRjyV3gQ .form-group {
  margin-bottom: 1rem;
}
.cid-rYoRjyV3gQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYoRjyV3gQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYoRjyV3gQ .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-rWfa1ixkqL .modal-body .close {
  background: #1b1b1b;
}
.cid-rWfa1ixkqL .modal-body .close span {
  font-style: normal;
}
.cid-rWfa1ixkqL .carousel-inner > .active,
.cid-rWfa1ixkqL .carousel-inner > .next,
.cid-rWfa1ixkqL .carousel-inner > .prev {
  display: table;
}
.cid-rWfa1ixkqL .carousel-control .icon-next,
.cid-rWfa1ixkqL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rWfa1ixkqL .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rWfa1ixkqL .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWfa1ixkqL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rWfa1ixkqL .boxed-slider > div {
  position: relative;
}
.cid-rWfa1ixkqL .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rWfa1ixkqL .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rWfa1ixkqL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWfa1ixkqL .mbr-table-cell {
  padding: 0;
}
.cid-rWfa1ixkqL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rWfa1ixkqL .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rWfa1ixkqL .mbr-overlay {
  z-index: 1;
}
.cid-rWfa1ixkqL .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWfa1ixkqL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rWfa1ixkqL .carousel-item .container {
    width: 100%;
  }
}
.cid-rWfa1ixkqL .carousel-item-next.carousel-item-left,
.cid-rWfa1ixkqL .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rWfa1ixkqL .active.carousel-item-right,
.cid-rWfa1ixkqL .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rWfa1ixkqL .active.carousel-item-left,
.cid-rWfa1ixkqL .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rWfa1ixkqL .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rWfa1ixkqL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWfa1ixkqL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWfa1ixkqL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rWfa1ixkqL .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rWfa1ixkqL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rWfa1ixkqL .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rWfa1ixkqL .mbr-slider .carousel-indicators li.active,
.cid-rWfa1ixkqL .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rWfa1ixkqL .mbr-slider .carousel-indicators li::after,
.cid-rWfa1ixkqL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rWfa1ixkqL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rWfa1ixkqL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rWfa1ixkqL .mbr-slider > .container img {
  width: 100%;
}
.cid-rWfa1ixkqL .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rWfa1ixkqL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rWfa1ixkqL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWfa1ixkqL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rWfa1ixkqL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rWfa1ixkqL .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rWfa1ixkqL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rWfa1ixkqL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rWfa1ixkqL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rWfa1ixkqL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rWfa1ixkqL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rWfa1ixkqL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rWfa1ixkqL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rWfa1ixkqL h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rWfa1ixkqL .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rWfa1ixkqL .mbr-section-btn {
  margin-top: 100px;
}
.cid-rWfa1ixkqL .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rWfa1ixkqL .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rWfa1ixkqL .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rWfa1ixkqL .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWfa1ixkqL .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rWfa1ixkqL .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rWfa1ixkqL P {
  color: #cebfaf;
}
.cid-rWfa1ixkqL H2 {
  color: #cebfaf;
}
.cid-s5VxPHb379 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5VxPHb379 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s5VxPHb379 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s5VxPHb379 H1 {
  color: #232323;
  text-align: center;
}
.cid-s5VxPHb379 .mbr-text,
.cid-s5VxPHb379 .mbr-section-btn {
  color: #716c80;
}
.cid-s5VxPHb379 H3 {
  color: #ff5800;
  text-align: center;
}
.cid-s5VxPHb379 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s5VxPHb379 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s5VxPHb379 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s5VxPHb379 .link:hover {
  color: #ff6400 !important;
}
.cid-s5VxPHb379 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-s5VxPHb379 DIV {
  color: #57468b;
}
.cid-s5VxPHb379 .mbr-text,
.cid-s5VxPHb379 .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-s5VxUuXHTJ {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-s5VxUuXHTJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5VxUuXHTJ P {
  color: #ff5800;
  text-align: right;
}
.cid-s5VxUuXHTJ LABEL {
  color: #232323;
}
.cid-rWfa1ABr0U {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rWfa1ABr0U .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rWfa1ABr0U .row {
  border-bottom: 1px solid #808080;
}
.cid-rWfa1ABr0U H2 {
  color: #e7272d;
}
.cid-rWfa1ABr0U .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rWfa1ABr0U .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rWfa1ABr0U .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rWfa1ABr0U .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rWfa1ABr0U .col-lg-12 {
  overflow: hidden;
}
.cid-rWfa1ABr0U H4 {
  color: #ff6400;
}
.cid-rWfa1ABr0U .mbr-text,
.cid-rWfa1ABr0U .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rWfa1ABr0U .logo-wrap:before {
    content: none;
  }
  .cid-rWfa1ABr0U .logo-wrap:after {
    content: none;
  }
}
.cid-rWfa1ABr0U H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rW3Z6fexFf .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3Z6fexFf .modal-body .close span {
  font-style: normal;
}
.cid-rW3Z6fexFf .carousel-inner > .active,
.cid-rW3Z6fexFf .carousel-inner > .next,
.cid-rW3Z6fexFf .carousel-inner > .prev {
  display: table;
}
.cid-rW3Z6fexFf .carousel-control .icon-next,
.cid-rW3Z6fexFf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3Z6fexFf .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3Z6fexFf .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3Z6fexFf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3Z6fexFf .boxed-slider > div {
  position: relative;
}
.cid-rW3Z6fexFf .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3Z6fexFf .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3Z6fexFf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3Z6fexFf .mbr-table-cell {
  padding: 0;
}
.cid-rW3Z6fexFf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3Z6fexFf .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3Z6fexFf .mbr-overlay {
  z-index: 1;
}
.cid-rW3Z6fexFf .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3Z6fexFf .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3Z6fexFf .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3Z6fexFf .carousel-item-next.carousel-item-left,
.cid-rW3Z6fexFf .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3Z6fexFf .active.carousel-item-right,
.cid-rW3Z6fexFf .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3Z6fexFf .active.carousel-item-left,
.cid-rW3Z6fexFf .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3Z6fexFf .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3Z6fexFf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3Z6fexFf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3Z6fexFf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3Z6fexFf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3Z6fexFf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3Z6fexFf .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3Z6fexFf .mbr-slider .carousel-indicators li.active,
.cid-rW3Z6fexFf .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3Z6fexFf .mbr-slider .carousel-indicators li::after,
.cid-rW3Z6fexFf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3Z6fexFf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3Z6fexFf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3Z6fexFf .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3Z6fexFf .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3Z6fexFf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3Z6fexFf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3Z6fexFf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3Z6fexFf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3Z6fexFf .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3Z6fexFf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3Z6fexFf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3Z6fexFf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3Z6fexFf .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3Z6fexFf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3Z6fexFf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3Z6fexFf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3Z6fexFf h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3Z6fexFf .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3Z6fexFf .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3Z6fexFf .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3Z6fexFf .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3Z6fexFf .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3Z6fexFf .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3Z6fexFf .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3Z6fexFf .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3Z6fexFf P {
  color: #cebfaf;
  text-align: center;
}
.cid-rW3Z6fexFf H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rNKQx6Qxt6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNKQx6Qxt6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNKQx6Qxt6 H1 {
  color: #2c1608;
}
.cid-rNKQx6Qxt6 .mbr-text,
.cid-rNKQx6Qxt6 .mbr-section-btn {
  color: #716c80;
}
.cid-rNKQx6Qxt6 H3 {
  color: #ff6400;
}
.cid-rNKQx6Qxt6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNKQx6Qxt6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNKQx6Qxt6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNKQx6Qxt6 .link:hover {
  color: #ff6400 !important;
}
.cid-rNKQx6Qxt6 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rNKQx6Qxt6 DIV {
  color: #57468b;
}
.cid-rNKQx6Qxt6 .mbr-text,
.cid-rNKQx6Qxt6 .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rNKQ0aRaAU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNKQ0aRaAU .mbr-text {
  color: #767676;
}
.cid-rNKQ0aRaAU .card-subtitle {
  margin: 0;
}
.cid-rNKQ0aRaAU .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rNKQ0aRaAU img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rNKQ0aRaAU .card-box {
  padding: 1rem;
}
.cid-rNKQ0aRaAU .link {
  transition: all 0.3s;
}
.cid-rNKQ0aRaAU .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rNKQ0aRaAU .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rNKQ0aRaAU .mbr-section-btn .btn {
  border: 0px;
}
.cid-rNKQ0aRaAU .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rNKQ0aRaAU h4,
.cid-rNKQ0aRaAU h6,
.cid-rNKQ0aRaAU h5 {
  margin: 0;
}
.cid-rNKQ0aRaAU .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rNKQ0aRaAU .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rNKQ0aRaAU .link-wrap:hover {
  color: #ff6400;
}
.cid-rNKQ0aRaAU .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rNKQ0aRaAU .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rNKQ0aRaAU .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rNKQ0aRaAU .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rNKQ0aRaAU .icon-wrap span {
  margin-right: 8px;
}
.cid-rNKQ0aRaAU .icon-padding {
  padding-left: 2rem;
}
.cid-rNKQ0aRaAU .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rNKQ0aRaAU .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rNKQ0aRaAU .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rNKQ0aRaAU .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rNKQ0aRaAU .card:hover img {
  transform: scale(1.1);
}
.cid-rNKQ0aRaAU .card-img {
  height: 420px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rNKQ0aRaAU .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNKQ0aRaAU .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNKQ0aRaAU .row {
  justify-content: center;
}
.cid-rNKQ0aRaAU .location,
.cid-rNKQ0aRaAU .icon-wrap {
  color: #ff6400;
}
.cid-rNKQ0aRaAU .link,
.cid-rNKQ0aRaAU .link-wrap,
.cid-rNKQ0aRaAU .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rNKQ0aRaAU .wrapper {
    flex-direction: column;
  }
  .cid-rNKQ0aRaAU .icon-padding {
    padding-left: 0rem;
  }
  .cid-rNKQ0aRaAU .card-box {
    padding: 0;
  }
}
.cid-rNKQ0aRaAU H2 {
  color: #ff6400;
}
.cid-rNKQ0aRaAU .mbr-text,
.cid-rNKQ0aRaAU .link {
  color: #0e0e0e;
}
.cid-rNKQ0cqj4u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNKQ0cqj4u .mbr-text {
  color: #767676;
}
.cid-rNKQ0cqj4u .card-subtitle {
  margin: 0;
}
.cid-rNKQ0cqj4u .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rNKQ0cqj4u img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rNKQ0cqj4u .card-box {
  padding: 1rem;
}
.cid-rNKQ0cqj4u .link {
  transition: all 0.3s;
}
.cid-rNKQ0cqj4u .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rNKQ0cqj4u .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rNKQ0cqj4u .mbr-section-btn .btn {
  border: 0px;
}
.cid-rNKQ0cqj4u .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rNKQ0cqj4u h4,
.cid-rNKQ0cqj4u h6,
.cid-rNKQ0cqj4u h5 {
  margin: 0;
}
.cid-rNKQ0cqj4u .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rNKQ0cqj4u .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rNKQ0cqj4u .link-wrap:hover {
  color: #ff6400;
}
.cid-rNKQ0cqj4u .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rNKQ0cqj4u .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rNKQ0cqj4u .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rNKQ0cqj4u .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rNKQ0cqj4u .icon-wrap span {
  margin-right: 8px;
}
.cid-rNKQ0cqj4u .icon-padding {
  padding-left: 2rem;
}
.cid-rNKQ0cqj4u .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rNKQ0cqj4u .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rNKQ0cqj4u .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rNKQ0cqj4u .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rNKQ0cqj4u .card:hover img {
  transform: scale(1.1);
}
.cid-rNKQ0cqj4u .card-img {
  height: 420px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rNKQ0cqj4u .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNKQ0cqj4u .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNKQ0cqj4u .row {
  justify-content: center;
}
.cid-rNKQ0cqj4u .location,
.cid-rNKQ0cqj4u .icon-wrap {
  color: #ff6400;
}
.cid-rNKQ0cqj4u .link,
.cid-rNKQ0cqj4u .link-wrap,
.cid-rNKQ0cqj4u .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rNKQ0cqj4u .wrapper {
    flex-direction: column;
  }
  .cid-rNKQ0cqj4u .icon-padding {
    padding-left: 0rem;
  }
  .cid-rNKQ0cqj4u .card-box {
    padding: 0;
  }
}
.cid-rNKQ0cqj4u H2 {
  color: #ff6400;
}
.cid-rNKQ0cqj4u .mbr-text,
.cid-rNKQ0cqj4u .link {
  color: #0e0e0e;
}
.cid-rNL4Y74ucf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNL4Y74ucf .mbr-text {
  color: #767676;
}
.cid-rNL4Y74ucf .card-subtitle {
  margin: 0;
}
.cid-rNL4Y74ucf .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rNL4Y74ucf img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rNL4Y74ucf .card-box {
  padding: 1rem;
}
.cid-rNL4Y74ucf .link {
  transition: all 0.3s;
}
.cid-rNL4Y74ucf .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rNL4Y74ucf .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rNL4Y74ucf .mbr-section-btn .btn {
  border: 0px;
}
.cid-rNL4Y74ucf .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rNL4Y74ucf h4,
.cid-rNL4Y74ucf h6,
.cid-rNL4Y74ucf h5 {
  margin: 0;
}
.cid-rNL4Y74ucf .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rNL4Y74ucf .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rNL4Y74ucf .link-wrap:hover {
  color: #ff6400;
}
.cid-rNL4Y74ucf .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rNL4Y74ucf .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rNL4Y74ucf .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rNL4Y74ucf .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rNL4Y74ucf .icon-wrap span {
  margin-right: 8px;
}
.cid-rNL4Y74ucf .icon-padding {
  padding-left: 2rem;
}
.cid-rNL4Y74ucf .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rNL4Y74ucf .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rNL4Y74ucf .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rNL4Y74ucf .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rNL4Y74ucf .card:hover img {
  transform: scale(1.1);
}
.cid-rNL4Y74ucf .card-img {
  height: 420px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rNL4Y74ucf .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL4Y74ucf .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL4Y74ucf .row {
  justify-content: center;
}
.cid-rNL4Y74ucf .location,
.cid-rNL4Y74ucf .icon-wrap {
  color: #ff6400;
}
.cid-rNL4Y74ucf .link,
.cid-rNL4Y74ucf .link-wrap,
.cid-rNL4Y74ucf .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rNL4Y74ucf .wrapper {
    flex-direction: column;
  }
  .cid-rNL4Y74ucf .icon-padding {
    padding-left: 0rem;
  }
  .cid-rNL4Y74ucf .card-box {
    padding: 0;
  }
}
.cid-rNL4Y74ucf H2 {
  color: #ff6400;
}
.cid-rNL4Y74ucf .mbr-text,
.cid-rNL4Y74ucf .link {
  color: #0e0e0e;
}
.cid-rNL9l6cLFV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNL9l6cLFV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNL9l6cLFV H1 {
  color: #2c1608;
}
.cid-rNL9l6cLFV .mbr-text,
.cid-rNL9l6cLFV .mbr-section-btn {
  color: #716c80;
}
.cid-rNL9l6cLFV H3 {
  color: #ff6400;
}
.cid-rNL9l6cLFV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNL9l6cLFV .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNL9l6cLFV .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNL9l6cLFV .link:hover {
  color: #ff6400 !important;
}
.cid-rNL9l6cLFV .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rNL9l6cLFV DIV {
  color: #57468b;
}
.cid-rNL293didy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNL293didy .mbr-text {
  color: #767676;
}
.cid-rNL293didy .card-subtitle {
  margin: 0;
}
.cid-rNL293didy .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rNL293didy img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rNL293didy .card-box {
  padding: 1rem;
}
.cid-rNL293didy .link {
  transition: all 0.3s;
}
.cid-rNL293didy .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rNL293didy .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rNL293didy .mbr-section-btn .btn {
  border: 0px;
}
.cid-rNL293didy .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rNL293didy h4,
.cid-rNL293didy h6,
.cid-rNL293didy h5 {
  margin: 0;
}
.cid-rNL293didy .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rNL293didy .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rNL293didy .link-wrap:hover {
  color: #ff6400;
}
.cid-rNL293didy .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rNL293didy .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rNL293didy .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rNL293didy .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rNL293didy .icon-wrap span {
  margin-right: 8px;
}
.cid-rNL293didy .icon-padding {
  padding-left: 2rem;
}
.cid-rNL293didy .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rNL293didy .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rNL293didy .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rNL293didy .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rNL293didy .card:hover img {
  transform: scale(1.1);
}
.cid-rNL293didy .card-img {
  height: 420px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rNL293didy .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL293didy .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL293didy .row {
  justify-content: center;
}
.cid-rNL293didy .location,
.cid-rNL293didy .icon-wrap {
  color: #ff6400;
}
.cid-rNL293didy .link,
.cid-rNL293didy .link-wrap,
.cid-rNL293didy .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rNL293didy .wrapper {
    flex-direction: column;
  }
  .cid-rNL293didy .icon-padding {
    padding-left: 0rem;
  }
  .cid-rNL293didy .card-box {
    padding: 0;
  }
}
.cid-rNL293didy H2 {
  color: #ff6400;
}
.cid-rNL293didy .mbr-text,
.cid-rNL293didy .link {
  color: #0e0e0e;
}
.cid-rNL3yE9zIC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNL3yE9zIC .mbr-text {
  color: #767676;
}
.cid-rNL3yE9zIC .card-subtitle {
  margin: 0;
}
.cid-rNL3yE9zIC .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rNL3yE9zIC img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rNL3yE9zIC .card-box {
  padding: 1rem;
}
.cid-rNL3yE9zIC .link {
  transition: all 0.3s;
}
.cid-rNL3yE9zIC .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rNL3yE9zIC .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rNL3yE9zIC .mbr-section-btn .btn {
  border: 0px;
}
.cid-rNL3yE9zIC .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rNL3yE9zIC h4,
.cid-rNL3yE9zIC h6,
.cid-rNL3yE9zIC h5 {
  margin: 0;
}
.cid-rNL3yE9zIC .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rNL3yE9zIC .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rNL3yE9zIC .link-wrap:hover {
  color: #ff6400;
}
.cid-rNL3yE9zIC .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rNL3yE9zIC .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rNL3yE9zIC .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rNL3yE9zIC .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rNL3yE9zIC .icon-wrap span {
  margin-right: 8px;
}
.cid-rNL3yE9zIC .icon-padding {
  padding-left: 2rem;
}
.cid-rNL3yE9zIC .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rNL3yE9zIC .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rNL3yE9zIC .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rNL3yE9zIC .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rNL3yE9zIC .card:hover img {
  transform: scale(1.1);
}
.cid-rNL3yE9zIC .card-img {
  height: 420px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rNL3yE9zIC .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL3yE9zIC .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL3yE9zIC .row {
  justify-content: center;
}
.cid-rNL3yE9zIC .location,
.cid-rNL3yE9zIC .icon-wrap {
  color: #ff6400;
}
.cid-rNL3yE9zIC .link,
.cid-rNL3yE9zIC .link-wrap,
.cid-rNL3yE9zIC .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rNL3yE9zIC .wrapper {
    flex-direction: column;
  }
  .cid-rNL3yE9zIC .icon-padding {
    padding-left: 0rem;
  }
  .cid-rNL3yE9zIC .card-box {
    padding: 0;
  }
}
.cid-rNL3yE9zIC H2 {
  color: #ff6400;
}
.cid-rNL3yE9zIC .mbr-text,
.cid-rNL3yE9zIC .link {
  color: #0e0e0e;
}
.cid-rNL5S278ZZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNL5S278ZZ .mbr-text {
  color: #767676;
}
.cid-rNL5S278ZZ .card-subtitle {
  margin: 0;
}
.cid-rNL5S278ZZ .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rNL5S278ZZ img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rNL5S278ZZ .card-box {
  padding: 1rem;
}
.cid-rNL5S278ZZ .link {
  transition: all 0.3s;
}
.cid-rNL5S278ZZ .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rNL5S278ZZ .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rNL5S278ZZ .mbr-section-btn .btn {
  border: 0px;
}
.cid-rNL5S278ZZ .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rNL5S278ZZ h4,
.cid-rNL5S278ZZ h6,
.cid-rNL5S278ZZ h5 {
  margin: 0;
}
.cid-rNL5S278ZZ .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rNL5S278ZZ .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rNL5S278ZZ .link-wrap:hover {
  color: #ff6400;
}
.cid-rNL5S278ZZ .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rNL5S278ZZ .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rNL5S278ZZ .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rNL5S278ZZ .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rNL5S278ZZ .icon-wrap span {
  margin-right: 8px;
}
.cid-rNL5S278ZZ .icon-padding {
  padding-left: 2rem;
}
.cid-rNL5S278ZZ .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rNL5S278ZZ .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rNL5S278ZZ .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rNL5S278ZZ .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rNL5S278ZZ .card:hover img {
  transform: scale(1.1);
}
.cid-rNL5S278ZZ .card-img {
  height: 420px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rNL5S278ZZ .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL5S278ZZ .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL5S278ZZ .row {
  justify-content: center;
}
.cid-rNL5S278ZZ .location,
.cid-rNL5S278ZZ .icon-wrap {
  color: #ff6400;
}
.cid-rNL5S278ZZ .link,
.cid-rNL5S278ZZ .link-wrap,
.cid-rNL5S278ZZ .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rNL5S278ZZ .wrapper {
    flex-direction: column;
  }
  .cid-rNL5S278ZZ .icon-padding {
    padding-left: 0rem;
  }
  .cid-rNL5S278ZZ .card-box {
    padding: 0;
  }
}
.cid-rNL5S278ZZ H2 {
  color: #ff6400;
}
.cid-rNL5S278ZZ .mbr-text,
.cid-rNL5S278ZZ .link {
  color: #0e0e0e;
}
.cid-rNL82D9vqP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNL82D9vqP .mbr-text {
  color: #767676;
}
.cid-rNL82D9vqP .card-subtitle {
  margin: 0;
}
.cid-rNL82D9vqP .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rNL82D9vqP img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rNL82D9vqP .card-box {
  padding: 1rem;
}
.cid-rNL82D9vqP .link {
  transition: all 0.3s;
}
.cid-rNL82D9vqP .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rNL82D9vqP .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rNL82D9vqP .mbr-section-btn .btn {
  border: 0px;
}
.cid-rNL82D9vqP .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rNL82D9vqP h4,
.cid-rNL82D9vqP h6,
.cid-rNL82D9vqP h5 {
  margin: 0;
}
.cid-rNL82D9vqP .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rNL82D9vqP .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rNL82D9vqP .link-wrap:hover {
  color: #ff6400;
}
.cid-rNL82D9vqP .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rNL82D9vqP .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rNL82D9vqP .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rNL82D9vqP .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rNL82D9vqP .icon-wrap span {
  margin-right: 8px;
}
.cid-rNL82D9vqP .icon-padding {
  padding-left: 2rem;
}
.cid-rNL82D9vqP .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rNL82D9vqP .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rNL82D9vqP .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rNL82D9vqP .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rNL82D9vqP .card:hover img {
  transform: scale(1.1);
}
.cid-rNL82D9vqP .card-img {
  height: 420px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rNL82D9vqP .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL82D9vqP .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rNL82D9vqP .row {
  justify-content: center;
}
.cid-rNL82D9vqP .location,
.cid-rNL82D9vqP .icon-wrap {
  color: #ff6400;
}
.cid-rNL82D9vqP .link,
.cid-rNL82D9vqP .link-wrap,
.cid-rNL82D9vqP .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rNL82D9vqP .wrapper {
    flex-direction: column;
  }
  .cid-rNL82D9vqP .icon-padding {
    padding-left: 0rem;
  }
  .cid-rNL82D9vqP .card-box {
    padding: 0;
  }
}
.cid-rNL82D9vqP H2 {
  color: #ff6400;
}
.cid-rNL82D9vqP .mbr-text,
.cid-rNL82D9vqP .link {
  color: #0e0e0e;
}
.cid-rVjBhkHhB6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjBhkHhB6 h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjBhkHhB6 h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjBhkHhB6 .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjBhkHhB6 span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjBhkHhB6 .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjBhkHhB6 .card {
    padding: 1rem;
  }
}
.cid-rVjBhkHhB6 .user_name,
.cid-rVjBhkHhB6 .align {
  color: #cccccc;
}
.cid-rVjBhkHhB6 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjBfmZ4pw {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjBfmZ4pw .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjBfmZ4pw .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjBfmZ4pw H2 {
  color: #e7272d;
}
.cid-rVjBfmZ4pw .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjBfmZ4pw .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjBfmZ4pw .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBfmZ4pw .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjBfmZ4pw .col-lg-12 {
  overflow: hidden;
}
.cid-rVjBfmZ4pw H4 {
  color: #ff6400;
}
.cid-rVjBfmZ4pw .mbr-text,
.cid-rVjBfmZ4pw .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjBfmZ4pw .logo-wrap:before {
    content: none;
  }
  .cid-rVjBfmZ4pw .logo-wrap:after {
    content: none;
  }
}
.cid-rVjBfmZ4pw H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rVYm8IvdUS .modal-body .close {
  background: #1b1b1b;
}
.cid-rVYm8IvdUS .modal-body .close span {
  font-style: normal;
}
.cid-rVYm8IvdUS .carousel-inner > .active,
.cid-rVYm8IvdUS .carousel-inner > .next,
.cid-rVYm8IvdUS .carousel-inner > .prev {
  display: table;
}
.cid-rVYm8IvdUS .carousel-control .icon-next,
.cid-rVYm8IvdUS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVYm8IvdUS .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVYm8IvdUS .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVYm8IvdUS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVYm8IvdUS .boxed-slider > div {
  position: relative;
}
.cid-rVYm8IvdUS .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rVYm8IvdUS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVYm8IvdUS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVYm8IvdUS .mbr-table-cell {
  padding: 0;
}
.cid-rVYm8IvdUS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVYm8IvdUS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVYm8IvdUS .mbr-overlay {
  z-index: 1;
}
.cid-rVYm8IvdUS .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVYm8IvdUS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVYm8IvdUS .carousel-item .container {
    width: 100%;
  }
}
.cid-rVYm8IvdUS .carousel-item-next.carousel-item-left,
.cid-rVYm8IvdUS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVYm8IvdUS .active.carousel-item-right,
.cid-rVYm8IvdUS .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVYm8IvdUS .active.carousel-item-left,
.cid-rVYm8IvdUS .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVYm8IvdUS .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVYm8IvdUS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVYm8IvdUS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVYm8IvdUS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVYm8IvdUS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVYm8IvdUS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVYm8IvdUS .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVYm8IvdUS .mbr-slider .carousel-indicators li.active,
.cid-rVYm8IvdUS .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVYm8IvdUS .mbr-slider .carousel-indicators li::after,
.cid-rVYm8IvdUS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVYm8IvdUS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVYm8IvdUS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVYm8IvdUS .mbr-slider > .container img {
  width: 100%;
}
.cid-rVYm8IvdUS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVYm8IvdUS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVYm8IvdUS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVYm8IvdUS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVYm8IvdUS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVYm8IvdUS .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVYm8IvdUS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVYm8IvdUS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVYm8IvdUS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVYm8IvdUS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVYm8IvdUS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVYm8IvdUS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVYm8IvdUS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVYm8IvdUS h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVYm8IvdUS .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVYm8IvdUS .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVYm8IvdUS .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVYm8IvdUS .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVYm8IvdUS .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVYm8IvdUS .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVYm8IvdUS .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVYm8IvdUS .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVYm8IvdUS P {
  color: #cebfaf;
}
.cid-rVYm8IvdUS H2 {
  color: #cebfaf;
}
.cid-rOB2YXeGzk {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOB2YXeGzk .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2YXeGzk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOB2YXeGzk H1 {
  color: #2c1608;
}
.cid-rOB2YXeGzk .mbr-text,
.cid-rOB2YXeGzk .mbr-section-btn {
  color: #716c80;
}
.cid-rOB2YXeGzk H3 {
  color: #ff5800;
}
.cid-rOB2YXeGzk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB2YXeGzk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOB2YXeGzk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOB2YXeGzk .link:hover {
  color: #ff6400 !important;
}
.cid-rOB2YXeGzk .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOB2YXeGzk DIV {
  color: #57468b;
}
.cid-rOB2YXeGzk .mbr-text,
.cid-rOB2YXeGzk .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOB2YXeCzk {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOB2YXeCzk .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2YXeCzk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOB2YXeCzk H1 {
  color: #2c1608;
}
.cid-rOB2YXeCzk .mbr-text,
.cid-rOB2YXeCzk .mbr-section-btn {
  color: #716c80;
}
.cid-rOB2YXeCzk H3 {
  color: #ff5800;
}
.cid-rOB2YXeCzk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB2YXeCzk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOB2YXeCzk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOB2YXeCzk .link:hover {
  color: #ff6400 !important;
}
.cid-rOB2YXeCzk .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOB2YXeCzk DIV {
  color: #57468b;
}
.cid-rOB2YXeCzk .mbr-text,
.cid-rOB2YXeCzk .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOB2YZkLGz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOB2YZkLGz h4 {
  margin-bottom: 0;
}
.cid-rOB2YZkLGz p {
  color: #767676;
}
.cid-rOB2YZkLGz .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2YZkLGz .cardcenter {
  background-color: #57468b;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-rOB2YZkLGz .cardcenter:hover {
  background-color: #635a51;
}
.cid-rOB2YZkLGz .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rOB2YZkLGz .ico3 {
  position: absolute;
  bottom: 24rem;
  left: 1.2rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rOB2YZkLGz .cards {
  height: fit-content;
  margin-top: -0.1rem;
}
.cid-rOB2YZkLGz .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOB2YZkLGz .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOB2YZkLGz .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOB2YZkLGz .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOB2YZkLGz .btn-info-outline:active,
.cid-rOB2YZkLGz .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOB2YZkLGz .card-box {
  padding-top: 2rem;
}
.cid-rOB2YZkLGz .card-wrapper {
  height: 100%;
}
.cid-rOB2YZkLGz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB2YZkLGz img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOB2YZkLGz .card-title {
  color: #232323;
}
.cid-rOB2YZkLGz .main-title {
  color: #232323;
}
.cid-rOB2YZkLGz DIV {
  color: #57468b;
}
.cid-rOB2YZkLGz .text {
  color: #ffffff;
  text-align: left;
}
.cid-rOB2YZkLGz .card-subtitle {
  color: #ff6400;
}
@media (max-width: 992px) {
  .cid-rOB2YZkLGz .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rOB2YZkLGz .link {
    margin: auto;
  }
}
.cid-rOB2YZkLGz .mbr-text,
.cid-rOB2YZkLGz .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-s68vcXnd92 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s68vcXnd92 .nav-tabs .nav-item.open .nav-link:focus,
.cid-s68vcXnd92 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-s68vcXnd92 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
}
.cid-s68vcXnd92 .tab-content {
  border: 1px solid lightgray;
  padding: 1.5rem 3rem;
}
.cid-s68vcXnd92 .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.cid-s68vcXnd92 .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-s68vcXnd92 .nav-tabs .nav-link.active {
  font-weight: 600;
  font-style: normal;
  border: 1px solid lightgray;
  border-bottom: none;
}
.cid-s68vcXnd92 P {
  color: #0e0e0e;
}
.cid-s68vcXnd92 H2 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-s68vcXnd92 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-s68vcXnd92 .mbr-text,
  .cid-s68vcXnd92 .nav-link {
    text-align: left;
  }
  .cid-s68vcXnd92 .nav-tabs .nav-link.active {
    border-bottom: 1px solid lightgray;
  }
}
.cid-rOB2Z5ldex {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mongolian-flag-1920x960.png");
}
.cid-rOB2Z5ldex H2 {
  color: #e7272d;
}
.cid-rOB2Z5ldex img {
  max-width: 500px;
  margin: auto;
}
.cid-rOB2Z5ldex H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rOB2Z5ldex .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rOB2Z5ldex .span-row {
  width: 100%;
}
.cid-rOB2Z5ldex .mbr-section-title,
.cid-rOB2Z5ldex .span-row {
  color: #cebfaf;
}
.cid-rOB2Z5ldex .mbr-text,
.cid-rOB2Z5ldex .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rOB2Z5ldex .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2Z7FEuu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOB2Z7FEuu .mbr-section-subtitle {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOB2Z7FEuu .container-table {
  margin: 0 auto;
}
.cid-rOB2Z7FEuu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rOB2Z7FEuu .dataTables_wrapper {
  display: block;
}
.cid-rOB2Z7FEuu .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rOB2Z7FEuu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rOB2Z7FEuu .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2Z7FEuu table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rOB2Z7FEuu table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #cccccc;
  background-color: #bf5e63;
  transition: all .2s;
}
.cid-rOB2Z7FEuu table th:hover {
  background: #bf5e63;
  color: #ccc;
}
.cid-rOB2Z7FEuu table td {
  border: 1px solid #cccccc;
}
.cid-rOB2Z7FEuu .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rOB2Z7FEuu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rOB2Z7FEuu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rOB2Z7FEuu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rOB2Z7FEuu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rOB2Z7FEuu .dataTables_filter {
    text-align: center;
  }
  .cid-rOB2Z7FEuu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rOB2Z7FEuu .head-item {
  color: #ffffff;
  text-align: center;
}
.cid-rOB2Z7FEuu .body-item {
  color: #232323;
  text-align: center;
}
.cid-rOB2Z7FEuu .mbr-section-title {
  color: #232323;
}
.cid-rOB2Z7FEuu .head-item1 {
  color: #fff;
  text-align: center;
}
.cid-rOB2Z7FEuu .body-item1 {
  color: #232323;
  text-align: center;
}
.cid-rOB2ZpUtKg {
  padding-top: 65px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-rOB2ZpUtKg H1 {
  color: #232323;
}
.cid-rOB2ZpUtKg .align-left {
  margin: auto;
}
.cid-rOB2ZpUtKg .row {
  justify-content: space-between;
}
.cid-rOB2ZpUtKg .mbr-text,
.cid-rOB2ZpUtKg .mbr-section-btn {
  color: #716c80;
}
.cid-rOB2ZpUtKg .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOB2ZpUtKg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB2ZpUtKg .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOB2ZpUtKg .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOB2ZpUtKg .link:hover {
  color: #ff6400 !important;
}
.cid-rOB2ZpUtKg .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOB2ZpUtKg DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOB2ZpUtKg .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOB2ZpUtKg h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOB2ZpUtKg .mbr-text,
.cid-rOB2ZpUtKg .media-content {
  color: #4f4943;
  text-align: left;
}
.cid-rOB2Zr55wV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOB2Zr55wV h4 {
  margin-bottom: 0;
}
.cid-rOB2Zr55wV p {
  color: #767676;
}
.cid-rOB2Zr55wV .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2Zr55wV .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOB2Zr55wV .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOB2Zr55wV .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOB2Zr55wV .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOB2Zr55wV .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOB2Zr55wV .btn-info-outline:active,
.cid-rOB2Zr55wV .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOB2Zr55wV .card-box {
  padding-top: 2rem;
}
.cid-rOB2Zr55wV .card-wrapper {
  height: 100%;
}
.cid-rOB2Zr55wV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB2Zr55wV img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOB2Zr55wV .card-title {
  color: #232323;
}
.cid-rOB2Zr55wV .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOB2Zr55wV DIV {
  color: #57468b;
}
.cid-rOB2Zr55wV .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOB2Zr55wV .mbr-text,
.cid-rOB2Zr55wV .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOB2ZspAwk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOB2ZspAwk h4 {
  margin-bottom: 0;
}
.cid-rOB2ZspAwk p {
  color: #767676;
}
.cid-rOB2ZspAwk .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2ZspAwk .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOB2ZspAwk .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOB2ZspAwk .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOB2ZspAwk .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOB2ZspAwk .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOB2ZspAwk .btn-info-outline:active,
.cid-rOB2ZspAwk .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOB2ZspAwk .card-box {
  padding-top: 2rem;
}
.cid-rOB2ZspAwk .card-wrapper {
  height: 100%;
}
.cid-rOB2ZspAwk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB2ZspAwk img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOB2ZspAwk .card-title {
  color: #232323;
}
.cid-rOB2ZspAwk .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOB2ZspAwk DIV {
  color: #57468b;
}
.cid-rOB2ZspAwk .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOB2ZspAwk .mbr-text,
.cid-rOB2ZspAwk .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOB2Zu643G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOB2Zu643G h4 {
  margin-bottom: 0;
}
.cid-rOB2Zu643G p {
  color: #767676;
}
.cid-rOB2Zu643G .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2Zu643G .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOB2Zu643G .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOB2Zu643G .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOB2Zu643G .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOB2Zu643G .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOB2Zu643G .btn-info-outline:active,
.cid-rOB2Zu643G .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOB2Zu643G .card-box {
  padding-top: 2rem;
}
.cid-rOB2Zu643G .card-wrapper {
  height: 100%;
}
.cid-rOB2Zu643G .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB2Zu643G img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOB2Zu643G .card-title {
  color: #232323;
}
.cid-rOB2Zu643G .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOB2Zu643G DIV {
  color: #57468b;
}
.cid-rOB2Zu643G .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOB2Zu643G .mbr-text,
.cid-rOB2Zu643G .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOB2ZvqZ6g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOB2ZvqZ6g h4 {
  margin-bottom: 0;
}
.cid-rOB2ZvqZ6g p {
  color: #767676;
}
.cid-rOB2ZvqZ6g .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2ZvqZ6g .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOB2ZvqZ6g .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOB2ZvqZ6g .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOB2ZvqZ6g .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOB2ZvqZ6g .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOB2ZvqZ6g .btn-info-outline:active,
.cid-rOB2ZvqZ6g .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOB2ZvqZ6g .card-box {
  padding-top: 2rem;
}
.cid-rOB2ZvqZ6g .card-wrapper {
  height: 100%;
}
.cid-rOB2ZvqZ6g .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB2ZvqZ6g img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOB2ZvqZ6g .card-title {
  color: #232323;
}
.cid-rOB2ZvqZ6g .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOB2ZvqZ6g DIV {
  color: #57468b;
}
.cid-rOB2ZvqZ6g .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOB2ZvqZ6g .mbr-text,
.cid-rOB2ZvqZ6g .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOB2ZwMtJc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOB2ZwMtJc h4 {
  margin-bottom: 0;
}
.cid-rOB2ZwMtJc p {
  color: #767676;
}
.cid-rOB2ZwMtJc .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOB2ZwMtJc .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOB2ZwMtJc .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOB2ZwMtJc .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOB2ZwMtJc .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOB2ZwMtJc .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOB2ZwMtJc .btn-info-outline:active,
.cid-rOB2ZwMtJc .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOB2ZwMtJc .card-box {
  padding-top: 2rem;
}
.cid-rOB2ZwMtJc .card-wrapper {
  height: 100%;
}
.cid-rOB2ZwMtJc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOB2ZwMtJc img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOB2ZwMtJc .card-title {
  color: #232323;
}
.cid-rOB2ZwMtJc .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOB2ZwMtJc DIV {
  color: #57468b;
}
.cid-rOB2ZwMtJc .mbr-section-subtitle {
  color: #cebfaf;
  text-align: right;
}
.cid-rOB2ZwMtJc .mbr-text,
.cid-rOB2ZwMtJc .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rVAKuEbPmF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVAKuEbPmF h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVAKuEbPmF h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVAKuEbPmF .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVAKuEbPmF span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVAKuEbPmF .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVAKuEbPmF .card {
    padding: 1rem;
  }
}
.cid-rVAKuEbPmF .user_name,
.cid-rVAKuEbPmF .align {
  color: #cccccc;
}
.cid-rVAKuEbPmF .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjzJ3NuwZ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjzJ3NuwZ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjzJ3NuwZ .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjzJ3NuwZ H2 {
  color: #e7272d;
}
.cid-rVjzJ3NuwZ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjzJ3NuwZ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjzJ3NuwZ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzJ3NuwZ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzJ3NuwZ .col-lg-12 {
  overflow: hidden;
}
.cid-rVjzJ3NuwZ H4 {
  color: #ff6400;
}
.cid-rVjzJ3NuwZ .mbr-text,
.cid-rVjzJ3NuwZ .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjzJ3NuwZ .logo-wrap:before {
    content: none;
  }
  .cid-rVjzJ3NuwZ .logo-wrap:after {
    content: none;
  }
}
.cid-rVjzJ3NuwZ H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rW3XZwiZ2n .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3XZwiZ2n .modal-body .close span {
  font-style: normal;
}
.cid-rW3XZwiZ2n .carousel-inner > .active,
.cid-rW3XZwiZ2n .carousel-inner > .next,
.cid-rW3XZwiZ2n .carousel-inner > .prev {
  display: table;
}
.cid-rW3XZwiZ2n .carousel-control .icon-next,
.cid-rW3XZwiZ2n .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3XZwiZ2n .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3XZwiZ2n .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3XZwiZ2n .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3XZwiZ2n .boxed-slider > div {
  position: relative;
}
.cid-rW3XZwiZ2n .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3XZwiZ2n .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3XZwiZ2n .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3XZwiZ2n .mbr-table-cell {
  padding: 0;
}
.cid-rW3XZwiZ2n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3XZwiZ2n .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3XZwiZ2n .mbr-overlay {
  z-index: 1;
}
.cid-rW3XZwiZ2n .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3XZwiZ2n .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3XZwiZ2n .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3XZwiZ2n .carousel-item-next.carousel-item-left,
.cid-rW3XZwiZ2n .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3XZwiZ2n .active.carousel-item-right,
.cid-rW3XZwiZ2n .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3XZwiZ2n .active.carousel-item-left,
.cid-rW3XZwiZ2n .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3XZwiZ2n .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3XZwiZ2n .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3XZwiZ2n .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3XZwiZ2n .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3XZwiZ2n .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3XZwiZ2n .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3XZwiZ2n .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3XZwiZ2n .mbr-slider .carousel-indicators li.active,
.cid-rW3XZwiZ2n .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3XZwiZ2n .mbr-slider .carousel-indicators li::after,
.cid-rW3XZwiZ2n .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3XZwiZ2n .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3XZwiZ2n .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3XZwiZ2n .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3XZwiZ2n .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3XZwiZ2n .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3XZwiZ2n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3XZwiZ2n .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3XZwiZ2n .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3XZwiZ2n .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3XZwiZ2n .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3XZwiZ2n .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3XZwiZ2n .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3XZwiZ2n .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3XZwiZ2n .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3XZwiZ2n .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3XZwiZ2n .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3XZwiZ2n h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3XZwiZ2n .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3XZwiZ2n .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3XZwiZ2n .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3XZwiZ2n .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3XZwiZ2n .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3XZwiZ2n .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3XZwiZ2n .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3XZwiZ2n .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3XZwiZ2n P {
  color: #cebfaf;
}
.cid-rW3XZwiZ2n H2 {
  color: #cebfaf;
}
.cid-rOIQTSBTs1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQTSBTs1 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQTSBTs1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOIQTSBTs1 H1 {
  color: #2c1608;
}
.cid-rOIQTSBTs1 .mbr-text,
.cid-rOIQTSBTs1 .mbr-section-btn {
  color: #716c80;
}
.cid-rOIQTSBTs1 H3 {
  color: #ff6400;
}
.cid-rOIQTSBTs1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQTSBTs1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOIQTSBTs1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOIQTSBTs1 .link:hover {
  color: #ff6400 !important;
}
.cid-rOIQTSBTs1 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOIQTSBTs1 DIV {
  color: #57468b;
}
.cid-rOIQTSBTs1 .mbr-text,
.cid-rOIQTSBTs1 .media-content {
  color: #4f4943;
}
.cid-rOIQTUrsRf {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOIQTUrsRf h4 {
  margin-bottom: 0;
}
.cid-rOIQTUrsRf p {
  color: #767676;
}
.cid-rOIQTUrsRf .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQTUrsRf .cardcenter {
  background-color: #57468b;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-rOIQTUrsRf .cardcenter:hover {
  background-color: #635a51;
}
.cid-rOIQTUrsRf .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rOIQTUrsRf .ico3 {
  position: absolute;
  bottom: 26rem;
  left: 1.2rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-rOIQTUrsRf .cards {
  height: fit-content;
  margin-top: -0.1rem;
}
.cid-rOIQTUrsRf .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQTUrsRf .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQTUrsRf .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQTUrsRf .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQTUrsRf .btn-info-outline:active,
.cid-rOIQTUrsRf .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQTUrsRf .card-box {
  padding-top: 2rem;
}
.cid-rOIQTUrsRf .card-wrapper {
  height: 100%;
}
.cid-rOIQTUrsRf .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQTUrsRf img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQTUrsRf .card-title {
  color: #232323;
}
.cid-rOIQTUrsRf .main-title {
  color: #232323;
}
.cid-rOIQTUrsRf DIV {
  color: #57468b;
}
.cid-rOIQTUrsRf .text {
  color: #ffffff;
  text-align: left;
}
.cid-rOIQTUrsRf .card-subtitle {
  color: #ff6400;
}
@media (max-width: 992px) {
  .cid-rOIQTUrsRf .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rOIQTUrsRf .link {
    margin: auto;
  }
}
.cid-rOIQTUrsRf .mbr-text,
.cid-rOIQTUrsRf .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rWvmloaW73 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWvmloaW73 blockquote {
  border-width: 2px;
  border-color: #ff5400;
  padding: 0 0 0 60px;
}
.cid-rWvmloaW73 .mbr-text,
.cid-rWvmloaW73 .blockquote-quote {
  color: #4f4943;
}
.cid-rWvmloaW73 footer {
  font-style: normal;
}
.cid-rOIQU6TG6x {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOIQU6TG6x .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQU6TG6x .container {
  max-width: 1300px;
}
.cid-rOIQU6TG6x section {
  position: relative;
}
.cid-rOIQU6TG6x svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-rOIQU6TG6x #e1_ellipse {
  fill: #ffffff !important;
}
.cid-rOIQU6TG6x .mbr-text {
  color: #0e0e0e;
}
.cid-rOIQU6TG6x .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rOIQU6TG6x .card-img .img1 {
  background-color: #ff6400;
}
.cid-rOIQU6TG6x .card-img .img2 {
  background-color: #ff6400;
}
.cid-rOIQU6TG6x .card-img .img3 {
  background-color: #ff6400;
}
.cid-rOIQU6TG6x .card-img .img4 {
  background-color: #ff6400;
}
.cid-rOIQU6TG6x .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rOIQU6TG6x .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rOIQU6TG6x .card:hover {
  box-shadow: 0 10px 55px 5px rgba(1, 1, 1, 0.2);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-rOIQU6TG6x .card-title,
.cid-rOIQU6TG6x .card-img {
  color: #57468b;
}
.cid-rOIQU6TG6x img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(1, 1, 2, 0.4);
}
@media (max-width: 992px) {
  .cid-rOIQU6TG6x img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rOIQU6TG6x .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-rOIQU6TG6x .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rOIQU6TG6x .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rOIQU6TG6x .card-img span {
    margin-right: 0rem;
  }
  .cid-rOIQU6TG6x svg {
    top: -9rem;
  }
}
.cid-rOIQU6TG6x .card-title {
  color: #2c1608;
}
.cid-rOIQU6TG6x H1 {
  color: #232323;
}
.cid-rOIQU8eFk5 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mongolian-airlines-2-1900x1119.jpg");
}
.cid-rOIQU8eFk5 H2 {
  color: #e7272d;
}
.cid-rOIQU8eFk5 img {
  max-width: 500px;
  margin: auto;
}
.cid-rOIQU8eFk5 H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rOIQU8eFk5 .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rOIQU8eFk5 .span-row {
  width: 100%;
}
.cid-rOIQU8eFk5 .mbr-section-title,
.cid-rOIQU8eFk5 .span-row {
  color: #cebfaf;
}
.cid-rOIQU8eFk5 .mbr-text,
.cid-rOIQU8eFk5 .mbr-section-btn {
  color: #cebfaf;
 }
.cid-rOIQU8eFk5 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQU9q1cN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQU9q1cN h4 {
  margin-bottom: 0;
}
.cid-rOIQU9q1cN p {
  color: #767676;
}
.cid-rOIQU9q1cN .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQU9q1cN .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQU9q1cN .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQU9q1cN .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQU9q1cN .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQU9q1cN .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQU9q1cN .btn-info-outline:active,
.cid-rOIQU9q1cN .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQU9q1cN .card-box {
  padding-top: 2rem;
}
.cid-rOIQU9q1cN .card-wrapper {
  height: 100%;
}
.cid-rOIQU9q1cN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQU9q1cN img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQU9q1cN .card-title {
  color: #232323;
}
.cid-rOIQU9q1cN .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQU9q1cN DIV {
  color: #57468b;
}
.cid-rOIQU9q1cN .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQU9q1cN .mbr-text,
.cid-rOIQU9q1cN .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUaKWmA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUaKWmA h4 {
  margin-bottom: 0;
}
.cid-rOIQUaKWmA p {
  color: #767676;
}
.cid-rOIQUaKWmA .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUaKWmA .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUaKWmA .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUaKWmA .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUaKWmA .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUaKWmA .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUaKWmA .btn-info-outline:active,
.cid-rOIQUaKWmA .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUaKWmA .card-box {
  padding-top: 2rem;
}
.cid-rOIQUaKWmA .card-wrapper {
  height: 100%;
}
.cid-rOIQUaKWmA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUaKWmA img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUaKWmA .card-title {
  color: #232323;
}
.cid-rOIQUaKWmA .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUaKWmA DIV {
  color: #57468b;
}
.cid-rOIQUaKWmA .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUaKWmA .mbr-text,
.cid-rOIQUaKWmA .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUc0kiG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUc0kiG h4 {
  margin-bottom: 0;
}
.cid-rOIQUc0kiG p {
  color: #767676;
}
.cid-rOIQUc0kiG .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUc0kiG .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUc0kiG .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUc0kiG .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUc0kiG .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUc0kiG .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUc0kiG .btn-info-outline:active,
.cid-rOIQUc0kiG .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUc0kiG .card-box {
  padding-top: 2rem;
}
.cid-rOIQUc0kiG .card-wrapper {
  height: 100%;
}
.cid-rOIQUc0kiG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUc0kiG img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUc0kiG .card-title {
  color: #232323;
}
.cid-rOIQUc0kiG .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUc0kiG DIV {
  color: #57468b;
}
.cid-rOIQUc0kiG .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUc0kiG .mbr-text,
.cid-rOIQUc0kiG .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUdgy2s {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOIQUdgy2s h4 {
  margin-bottom: 0;
}
.cid-rOIQUdgy2s p {
  color: #767676;
}
.cid-rOIQUdgy2s .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUdgy2s .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUdgy2s .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUdgy2s .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUdgy2s .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUdgy2s .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUdgy2s .btn-info-outline:active,
.cid-rOIQUdgy2s .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUdgy2s .card-box {
  padding-top: 2rem;
}
.cid-rOIQUdgy2s .card-wrapper {
  height: 100%;
}
.cid-rOIQUdgy2s .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUdgy2s img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUdgy2s .card-title {
  color: #232323;
}
.cid-rOIQUdgy2s .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUdgy2s DIV {
  color: #57468b;
}
.cid-rOIQUdgy2s .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUdgy2s .mbr-text,
.cid-rOIQUdgy2s .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUf7pYQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/korean-air-2-1900x1200.jpg");
}
.cid-rOIQUf7pYQ H2 {
  color: #e7272d;
}
.cid-rOIQUf7pYQ img {
  max-width: 500px;
  margin: auto;
}
.cid-rOIQUf7pYQ H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rOIQUf7pYQ .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rOIQUf7pYQ .span-row {
  width: 100%;
}
.cid-rOIQUf7pYQ .mbr-section-title,
.cid-rOIQUf7pYQ .span-row {
  color: #cebfaf;
}
.cid-rOIQUf7pYQ .mbr-text,
.cid-rOIQUf7pYQ .mbr-section-btn {
  color: #cebfaf;
}
.cid-rOIQUf7pYQ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUghjk1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUghjk1 h4 {
  margin-bottom: 0;
}
.cid-rOIQUghjk1 p {
  color: #767676;
}
.cid-rOIQUghjk1 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUghjk1 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUghjk1 .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUghjk1 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUghjk1 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUghjk1 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUghjk1 .btn-info-outline:active,
.cid-rOIQUghjk1 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUghjk1 .card-box {
  padding-top: 2rem;
}
.cid-rOIQUghjk1 .card-wrapper {
  height: 100%;
}
.cid-rOIQUghjk1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUghjk1 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUghjk1 .card-title {
  color: #232323;
}
.cid-rOIQUghjk1 .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUghjk1 DIV {
  color: #57468b;
}
.cid-rOIQUghjk1 .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUghjk1 .mbr-text,
.cid-rOIQUghjk1 .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUhzH69 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUhzH69 h4 {
  margin-bottom: 0;
}
.cid-rOIQUhzH69 p {
  color: #767676;
}
.cid-rOIQUhzH69 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUhzH69 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUhzH69 .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUhzH69 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUhzH69 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUhzH69 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUhzH69 .btn-info-outline:active,
.cid-rOIQUhzH69 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUhzH69 .card-box {
  padding-top: 2rem;
}
.cid-rOIQUhzH69 .card-wrapper {
  height: 100%;
}
.cid-rOIQUhzH69 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUhzH69 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUhzH69 .card-title {
  color: #232323;
}
.cid-rOIQUhzH69 .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUhzH69 DIV {
  color: #57468b;
}
.cid-rOIQUhzH69 .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUhzH69 .mbr-text,
.cid-rOIQUhzH69 .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUjiQlo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rOIQUjiQlo h4 {
  margin-bottom: 0;
}
.cid-rOIQUjiQlo p {
  color: #767676;
}
.cid-rOIQUjiQlo .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUjiQlo .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUjiQlo .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUjiQlo .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUjiQlo .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUjiQlo .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUjiQlo .btn-info-outline:active,
.cid-rOIQUjiQlo .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUjiQlo .card-box {
  padding-top: 2rem;
}
.cid-rOIQUjiQlo .card-wrapper {
  height: 100%;
}
.cid-rOIQUjiQlo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUjiQlo img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUjiQlo .card-title {
  color: #232323;
}
.cid-rOIQUjiQlo .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUjiQlo DIV {
  color: #57468b;
}
.cid-rOIQUjiQlo .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUjiQlo .mbr-text,
.cid-rOIQUjiQlo .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUl7Pgn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/air-china-1900x1093.jpg");
}
.cid-rOIQUl7Pgn H2 {
  color: #e7272d;
}
.cid-rOIQUl7Pgn img {
  max-width: 500px;
  margin: auto;
}
.cid-rOIQUl7Pgn H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rOIQUl7Pgn .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rOIQUl7Pgn .span-row {
  width: 100%;
}
.cid-rOIQUl7Pgn .mbr-section-title,
.cid-rOIQUl7Pgn .span-row {
  color: #cebfaf;
}
.cid-rOIQUl7Pgn .mbr-text,
.cid-rOIQUl7Pgn .mbr-section-btn {
  color: #cebfaf;
}
.cid-rOIQUl7Pgn .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUmhgAI {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUmhgAI h4 {
  margin-bottom: 0;
}
.cid-rOIQUmhgAI p {
  color: #767676;
}
.cid-rOIQUmhgAI .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUmhgAI .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUmhgAI .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUmhgAI .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUmhgAI .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUmhgAI .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUmhgAI .btn-info-outline:active,
.cid-rOIQUmhgAI .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUmhgAI .card-box {
  padding-top: 2rem;
}
.cid-rOIQUmhgAI .card-wrapper {
  height: 100%;
}
.cid-rOIQUmhgAI .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUmhgAI img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUmhgAI .card-title {
  color: #232323;
}
.cid-rOIQUmhgAI .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUmhgAI DIV {
  color: #57468b;
}
.cid-rOIQUmhgAI .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUmhgAI .mbr-text,
.cid-rOIQUmhgAI .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUoaqb4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUoaqb4 h4 {
  margin-bottom: 0;
}
.cid-rOIQUoaqb4 p {
  color: #767676;
}
.cid-rOIQUoaqb4 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUoaqb4 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUoaqb4 .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUoaqb4 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUoaqb4 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUoaqb4 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUoaqb4 .btn-info-outline:active,
.cid-rOIQUoaqb4 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUoaqb4 .card-box {
  padding-top: 2rem;
}
.cid-rOIQUoaqb4 .card-wrapper {
  height: 100%;
}
.cid-rOIQUoaqb4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUoaqb4 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUoaqb4 .card-title {
  color: #232323;
}
.cid-rOIQUoaqb4 .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUoaqb4 DIV {
  color: #57468b;
}
.cid-rOIQUoaqb4 .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUoaqb4 .mbr-text,
.cid-rOIQUoaqb4 .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUpAMmq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOIQUpAMmq h4 {
  margin-bottom: 0;
}
.cid-rOIQUpAMmq p {
  color: #767676;
}
.cid-rOIQUpAMmq .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUpAMmq .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUpAMmq .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUpAMmq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUpAMmq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUpAMmq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUpAMmq .btn-info-outline:active,
.cid-rOIQUpAMmq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUpAMmq .card-box {
  padding-top: 2rem;
}
.cid-rOIQUpAMmq .card-wrapper {
  height: 100%;
}
.cid-rOIQUpAMmq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUpAMmq img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUpAMmq .card-title {
  color: #232323;
}
.cid-rOIQUpAMmq .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUpAMmq DIV {
  color: #57468b;
}
.cid-rOIQUpAMmq .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUpAMmq .mbr-text,
.cid-rOIQUpAMmq .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUr34bQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/russian-airlines-1900x1200.jpg");
}
.cid-rOIQUr34bQ H2 {
  color: #e7272d;
}
.cid-rOIQUr34bQ img {
  max-width: 500px;
  margin: auto;
}
.cid-rOIQUr34bQ H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rOIQUr34bQ .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rOIQUr34bQ .span-row {
  width: 100%;
}
.cid-rOIQUr34bQ .mbr-section-title,
.cid-rOIQUr34bQ .span-row {
  color: #cebfaf;
}
.cid-rOIQUr34bQ .mbr-text,
.cid-rOIQUr34bQ .mbr-section-btn {
  color: #cebfaf;
}
.cid-rOIQUr34bQ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUsGEge {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUsGEge h4 {
  margin-bottom: 0;
}
.cid-rOIQUsGEge p {
  color: #767676;
}
.cid-rOIQUsGEge .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUsGEge .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUsGEge .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUsGEge .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUsGEge .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUsGEge .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUsGEge .btn-info-outline:active,
.cid-rOIQUsGEge .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUsGEge .card-box {
  padding-top: 2rem;
}
.cid-rOIQUsGEge .card-wrapper {
  height: 100%;
}
.cid-rOIQUsGEge .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUsGEge img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUsGEge .card-title {
  color: #232323;
}
.cid-rOIQUsGEge .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUsGEge DIV {
  color: #57468b;
}
.cid-rOIQUsGEge .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUsGEge .mbr-text,
.cid-rOIQUsGEge .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUu5fCq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUu5fCq h4 {
  margin-bottom: 0;
}
.cid-rOIQUu5fCq p {
  color: #767676;
}
.cid-rOIQUu5fCq .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUu5fCq .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUu5fCq .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUu5fCq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUu5fCq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUu5fCq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUu5fCq .btn-info-outline:active,
.cid-rOIQUu5fCq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUu5fCq .card-box {
  padding-top: 2rem;
}
.cid-rOIQUu5fCq .card-wrapper {
  height: 100%;
}
.cid-rOIQUu5fCq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUu5fCq img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUu5fCq .card-title {
  color: #232323;
}
.cid-rOIQUu5fCq .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUu5fCq DIV {
  color: #57468b;
}
.cid-rOIQUu5fCq .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUu5fCq .mbr-text,
.cid-rOIQUu5fCq .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUvqsB9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOIQUvqsB9 h4 {
  margin-bottom: 0;
}
.cid-rOIQUvqsB9 p {
  color: #767676;
}
.cid-rOIQUvqsB9 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUvqsB9 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUvqsB9 .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUvqsB9 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUvqsB9 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUvqsB9 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUvqsB9 .btn-info-outline:active,
.cid-rOIQUvqsB9 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUvqsB9 .card-box {
  padding-top: 2rem;
}
.cid-rOIQUvqsB9 .card-wrapper {
  height: 100%;
}
.cid-rOIQUvqsB9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUvqsB9 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUvqsB9 .card-title {
  color: #232323;
}
.cid-rOIQUvqsB9 .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUvqsB9 DIV {
  color: #57468b;
}
.cid-rOIQUvqsB9 .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUvqsB9 .mbr-text,
.cid-rOIQUvqsB9 .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUyMVfJ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/turkish-airlines-1900x1200.jpg");
}
.cid-rOIQUyMVfJ H2 {
  color: #e7272d;
}
.cid-rOIQUyMVfJ img {
  max-width: 500px;
  margin: auto;
}
.cid-rOIQUyMVfJ H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rOIQUyMVfJ .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rOIQUyMVfJ .span-row {
  width: 100%;
}
.cid-rOIQUyMVfJ .mbr-section-title,
.cid-rOIQUyMVfJ .span-row {
  color: #cebfaf;
}
.cid-rOIQUyMVfJ .mbr-text,
.cid-rOIQUyMVfJ .mbr-section-btn {
  color: #cebfaf;
  text-align: center;
}
.cid-rOIQUyMVfJ .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUAi6HC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUAi6HC h4 {
  margin-bottom: 0;
}
.cid-rOIQUAi6HC p {
  color: #767676;
}
.cid-rOIQUAi6HC .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUAi6HC .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUAi6HC .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUAi6HC .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUAi6HC .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUAi6HC .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUAi6HC .btn-info-outline:active,
.cid-rOIQUAi6HC .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUAi6HC .card-box {
  padding-top: 2rem;
}
.cid-rOIQUAi6HC .card-wrapper {
  height: 100%;
}
.cid-rOIQUAi6HC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUAi6HC img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUAi6HC .card-title {
  color: #232323;
}
.cid-rOIQUAi6HC .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUAi6HC DIV {
  color: #57468b;
}
.cid-rOIQUAi6HC .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUAi6HC .mbr-text,
.cid-rOIQUAi6HC .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUBPoqb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUBPoqb h4 {
  margin-bottom: 0;
}
.cid-rOIQUBPoqb p {
  color: #767676;
}
.cid-rOIQUBPoqb .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUBPoqb .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUBPoqb .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUBPoqb .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUBPoqb .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUBPoqb .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUBPoqb .btn-info-outline:active,
.cid-rOIQUBPoqb .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUBPoqb .card-box {
  padding-top: 2rem;
}
.cid-rOIQUBPoqb .card-wrapper {
  height: 100%;
}
.cid-rOIQUBPoqb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUBPoqb img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUBPoqb .card-title {
  color: #232323;
}
.cid-rOIQUBPoqb .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUBPoqb DIV {
  color: #57468b;
}
.cid-rOIQUBPoqb .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUBPoqb .mbr-text,
.cid-rOIQUBPoqb .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOIQUDf1dR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOIQUDf1dR h4 {
  margin-bottom: 0;
}
.cid-rOIQUDf1dR p {
  color: #767676;
}
.cid-rOIQUDf1dR .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOIQUDf1dR .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOIQUDf1dR .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOIQUDf1dR .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOIQUDf1dR .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOIQUDf1dR .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOIQUDf1dR .btn-info-outline:active,
.cid-rOIQUDf1dR .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOIQUDf1dR .card-box {
  padding-top: 2rem;
}
.cid-rOIQUDf1dR .card-wrapper {
  height: 100%;
}
.cid-rOIQUDf1dR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOIQUDf1dR img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOIQUDf1dR .card-title {
  color: #232323;
}
.cid-rOIQUDf1dR .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOIQUDf1dR DIV {
  color: #57468b;
}
.cid-rOIQUDf1dR .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOIQUDf1dR .mbr-text,
.cid-rOIQUDf1dR .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-rWr6c98Un6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWr6c98Un6 h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rWr6c98Un6 h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rWr6c98Un6 .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rWr6c98Un6 span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rWr6c98Un6 .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rWr6c98Un6 .card {
    padding: 1rem;
  }
}
.cid-rWr6c98Un6 .user_name,
.cid-rWr6c98Un6 .align {
  color: #cccccc;
}
.cid-rWr6c98Un6 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjzxpv18U {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjzxpv18U .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjzxpv18U .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjzxpv18U H2 {
  color: #e7272d;
}
.cid-rVjzxpv18U .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjzxpv18U .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjzxpv18U .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzxpv18U .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzxpv18U .col-lg-12 {
  overflow: hidden;
}
.cid-rVjzxpv18U H4 {
  color: #ff6400;
}
.cid-rVjzxpv18U .mbr-text,
.cid-rVjzxpv18U .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjzxpv18U .logo-wrap:before {
    content: none;
  }
  .cid-rVjzxpv18U .logo-wrap:after {
    content: none;
  }
}
.cid-rVjzxpv18U H3 {
  color: #cebfaf;
  text-align: left;
}

.cid-rW3YWckFkY .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3YWckFkY .modal-body .close span {
  font-style: normal;
}
.cid-rW3YWckFkY .carousel-inner > .active,
.cid-rW3YWckFkY .carousel-inner > .next,
.cid-rW3YWckFkY .carousel-inner > .prev {
  display: table;
}
.cid-rW3YWckFkY .carousel-control .icon-next,
.cid-rW3YWckFkY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3YWckFkY .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3YWckFkY .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3YWckFkY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3YWckFkY .boxed-slider > div {
  position: relative;
}
.cid-rW3YWckFkY .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3YWckFkY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3YWckFkY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3YWckFkY .mbr-table-cell {
  padding: 0;
}
.cid-rW3YWckFkY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3YWckFkY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3YWckFkY .mbr-overlay {
  z-index: 1;
}
.cid-rW3YWckFkY .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3YWckFkY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3YWckFkY .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3YWckFkY .carousel-item-next.carousel-item-left,
.cid-rW3YWckFkY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3YWckFkY .active.carousel-item-right,
.cid-rW3YWckFkY .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3YWckFkY .active.carousel-item-left,
.cid-rW3YWckFkY .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3YWckFkY .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3YWckFkY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3YWckFkY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3YWckFkY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3YWckFkY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3YWckFkY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3YWckFkY .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3YWckFkY .mbr-slider .carousel-indicators li.active,
.cid-rW3YWckFkY .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3YWckFkY .mbr-slider .carousel-indicators li::after,
.cid-rW3YWckFkY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3YWckFkY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3YWckFkY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3YWckFkY .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3YWckFkY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3YWckFkY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3YWckFkY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3YWckFkY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3YWckFkY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3YWckFkY .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3YWckFkY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3YWckFkY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3YWckFkY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3YWckFkY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3YWckFkY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3YWckFkY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3YWckFkY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3YWckFkY h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3YWckFkY .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3YWckFkY .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3YWckFkY .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3YWckFkY .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3YWckFkY .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3YWckFkY .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3YWckFkY .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3YWckFkY .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3YWckFkY P {
  color: #cebfaf;
}
.cid-rW3YWckFkY H2 {
  color: #cebfaf;
}
.cid-rOkSzIhAqv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOkSzIhAqv H1 {
  color: #232323;
}
.cid-rOkSzIhAqv .mbr-text,
.cid-rOkSzIhAqv .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rOkSzIhAqv .img1 {
  width: 85%;
  box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.cid-rOkSzIhAqv .relative {
  position: relative;
}
.cid-rOkSzIhAqv .img2 {
  box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-rOkSzIhAqv .img1 {
    width: 100%;
  }
}
.cid-rOkSzIhAqv H3 {
  color: #ff6400;
}
.cid-rOkSzMmgoZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rOkSzMmgoZ H1 {
  color: #232323;
}
.cid-rOkSzMmgoZ .align-left {
  margin: auto;
}
.cid-rOkSzMmgoZ .row {
  justify-content: space-between;
}
.cid-rOkSzMmgoZ .mbr-text,
.cid-rOkSzMmgoZ .mbr-section-btn {
  color: #716c80;
}
.cid-rOkSzMmgoZ .block-border {
  border-left: 3px dotted #cccccc;
  padding-left: 4rem;
}
.cid-rOkSzMmgoZ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOkSzMmgoZ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOkSzMmgoZ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOkSzMmgoZ .link:hover {
  color: #ff6400 !important;
}
.cid-rOkSzMmgoZ .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOkSzMmgoZ DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOkSzMmgoZ .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOkSzMmgoZ h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOkSzMmgoZ .mbr-text,
.cid-rOkSzMmgoZ .media-content {
  color: #4f4943;
  text-align: left;
}
.cid-rOkSzO5DLK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOkSzO5DLK .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOkSzO5DLK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOkSzO5DLK H1 {
  color: #2c1608;
}
.cid-rOkSzO5DLK .mbr-text,
.cid-rOkSzO5DLK .mbr-section-btn {
  color: #716c80;
}
.cid-rOkSzO5DLK H3 {
  color: #ff6400;
}
.cid-rOkSzO5DLK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOkSzO5DLK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOkSzO5DLK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOkSzO5DLK .link:hover {
  color: #ff6400 !important;
}
.cid-rOkSzO5DLK .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOkSzO5DLK DIV {
  color: #57468b;
}
.cid-rOkSzO5DLK .mbr-text,
.cid-rOkSzO5DLK .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOkSzR0mKM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #2f3640;
}
.cid-rOkSzR0mKM .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOkSzR0mKM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rOkSzR0mKM .card-img span {
  font-size: 100px;
  color: #149dcc;
  padding: 0.3rem;
  margin-right: 0.9rem;
  border-radius: 1px;
}
.cid-rOkSzR0mKM p {
  margin: 0;
}
.cid-rOkSzR0mKM .card-img .img1 {
  background-color: #ff6400;
}
.cid-rOkSzR0mKM .cardcolor:hover {
  background-color: #2f3640;
}
.cid-rOkSzR0mKM .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rOkSzR0mKM .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rOkSzR0mKM .card:hover {
  box-shadow: 0 10px 55px 5px #2f3640;
  transform: translateY(-1rem);
}
.cid-rOkSzR0mKM .card-title,
.cid-rOkSzR0mKM .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOkSzR0mKM .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rOkSzR0mKM .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rOkSzR0mKM .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rOkSzR0mKM .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rOkSzR0mKM .card-img span {
    margin-right: 0rem;
  }
  .cid-rOkSzR0mKM .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rOkSzR0mKM .card-title {
  color: #ffffff;
}
.cid-rOkSzYvKGf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOkSzYvKGf .mbr-text {
  color: #767676;
}
.cid-rOkSzYvKGf .card-subtitle {
  margin: 0;
}
.cid-rOkSzYvKGf img {
  object-fit: cover;
  max-height: auto;
  widht: 100%;
  transition: all 0.6s;
}
.cid-rOkSzYvKGf .link {
  transition: all 0.3s;
}
.cid-rOkSzYvKGf .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rOkSzYvKGf .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rOkSzYvKGf .mbr-section-btn .btn {
  border: 0px;
}
.cid-rOkSzYvKGf .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rOkSzYvKGf h4,
.cid-rOkSzYvKGf h6,
.cid-rOkSzYvKGf h5 {
  margin: 0;
}
.cid-rOkSzYvKGf .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rOkSzYvKGf .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rOkSzYvKGf .link-wrap:hover {
  color: #ff6400;
}
.cid-rOkSzYvKGf .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rOkSzYvKGf .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rOkSzYvKGf .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rOkSzYvKGf .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rOkSzYvKGf .icon-wrap span {
  margin-right: 8px;
}
.cid-rOkSzYvKGf .icon-padding {
  padding-left: 2rem;
}
.cid-rOkSzYvKGf .card {
  margin-bottom: 2rem;
}
.cid-rOkSzYvKGf .row {
  justify-content: center;
}
.cid-rOkSzYvKGf .location,
.cid-rOkSzYvKGf .icon-wrap {
  color: #e7272d;
}
.cid-rOkSzYvKGf .link,
.cid-rOkSzYvKGf .link-wrap,
.cid-rOkSzYvKGf .link-align {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rOkSzYvKGf .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .cid-rOkSzYvKGf .icon-padding {
    padding-left: 0rem;
  }
  .cid-rOkSzYvKGf .card-box {
    padding: 0;
  }
}
.cid-rOkSzYvKGf H2 {
  color: #e7272d;
}
.cid-rOkSzZFO0H {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOkSzZFO0H .nav-tabs .nav-item.open .nav-link:focus,
.cid-rOkSzZFO0H .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rOkSzZFO0H .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
}
.cid-rOkSzZFO0H .tab-content {
  border: 1px solid lightgray;
  padding: 1.5rem 3rem;
}
.cid-rOkSzZFO0H .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  padding: 1rem 1.5rem;
  background: transparent;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.cid-rOkSzZFO0H .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-rOkSzZFO0H .nav-tabs .nav-link.active {
  font-weight: 600;
  font-style: normal;
  border: 1px solid lightgray;
  border-bottom: none;
}
.cid-rOkSzZFO0H P {
  color: #0e0e0e;
}
.cid-rOkSzZFO0H H2 {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rOkSzZFO0H .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rOkSzZFO0H .mbr-text,
  .cid-rOkSzZFO0H .nav-link {
    text-align: left;
  }
  .cid-rOkSzZFO0H .nav-tabs .nav-link.active {
    border-bottom: 1px solid lightgray;
  }
}
.cid-rOkSA2qQzk {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mongolia-header-156.jpg");
}
.cid-rOkSA2qQzk H2 {
  color: #e7272d;
}
.cid-rOkSA2qQzk img {
  max-width: 500px;
  margin: auto;
}
.cid-rOkSA2qQzk H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rOkSA2qQzk .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rOkSA2qQzk .span-row {
  width: 100%;
}
.cid-rOkSA2qQzk .mbr-section-title,
.cid-rOkSA2qQzk .span-row {
  color: #cebfaf;
}
.cid-rOkSA2qQzk .mbr-text,
.cid-rOkSA2qQzk .mbr-section-btn {
  color: #cebfaf;
}
.cid-rOkSA2qQzk .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOkSA2qQzk .mbr-text,
.cid-rOkSA2qQzk .media-content {
  text-align: left;
}
.cid-rOkSA4hQ0Z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOkSA4hQ0Z .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOkSA4hQ0Z img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOkSA4hQ0Z H1 {
  color: #232323;
}
.cid-rOkSA4hQ0Z .mbr-text,
.cid-rOkSA4hQ0Z .mbr-section-btn {
  color: #716c80;
}
.cid-rOkSA4hQ0Z H3 {
  color: #716c80;
}
.cid-rOkSA4hQ0Z .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOkSA4hQ0Z .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOkSA4hQ0Z .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOkSA4hQ0Z .link:hover {
  color: #ff6400 !important;
}
.cid-rOkSA4hQ0Z .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOkSA4hQ0Z DIV {
  color: #57468b;
}
.cid-rOkSA4hQ0Z .mbr-text,
.cid-rOkSA4hQ0Z .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOkSA5xwkm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOkSA5xwkm .mbr-slider .carousel-control {
  background: #666;
}
.cid-rOkSA5xwkm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rOkSA5xwkm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rOkSA5xwkm .title {
  padding: 0 2rem;
}
.cid-rOkSA5xwkm .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-rOkSA5xwkm .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rOkSA5xwkm .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rOkSA5xwkm .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rOkSA5xwkm .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rOkSA5xwkm .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rOkSA5xwkm .container {
  padding: 0 1rem;
}
.cid-rOkSA5xwkm .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rOkSA5xwkm .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rOkSA5xwkm .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rOkSA5xwkm .icon-focus {
  display: none;
}
.cid-rOkSA5xwkm .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rOkSA5xwkm .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rOkSA5xwkm .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rOkSA5xwkm li {
  position: relative;
}
.cid-rOkSA5xwkm li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rOkSA5xwkm .btn {
  font-family: Roboto !important;
}
.cid-rOkSA5xwkm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rOkSA5xwkm .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rOkSA5xwkm li:not(:last-child):after {
    top: 9px;
  }
  .cid-rOkSA5xwkm .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rOkSA5xwkm .container {
    padding: 0rem;
  }
  .cid-rOkSA5xwkm .title {
    padding: 0 1rem;
  }
}
.cid-rOkSA5xwkm H2 {
  color: #89b758;
}
.cid-rOkSA6RcuP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOkSA6RcuP .mbr-text,
.cid-rOkSA6RcuP .mbr-section-btn {
  color: #b69b74;
  text-align: left;
}
.cid-rOkSA6RcuP .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-rOkSA6RcuP .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rOkSA6RcuP .ico1 {
  font-size: 2rem;
}
.cid-rOkSA6RcuP .ico2 {
  position: absolute;
  bottom: 0%;
  right: 1.5rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.1;
}
.cid-rOkSA6RcuP H3 {
  color: #57468b;
}
.cid-rOkSA6RcuP H4 {
  color: #716c80;
}
.cid-rOkSA6RcuP .text {
  color: #0e0e0e;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-rOkSA6RcuP .relative {
    padding: 0;
  }
}
.cid-rOkSA6RcuP .signature {
  color: #57468b;
}
.cid-rOkSA82DiN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mongolian-flag-1920x960.png");
}
.cid-rOkSA82DiN H2 {
  color: #e7272d;
}
.cid-rOkSA82DiN img {
  max-width: 500px;
  margin: auto;
}
.cid-rOkSA82DiN H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rOkSA82DiN .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rOkSA82DiN .span-row {
  width: 100%;
}
.cid-rOkSA82DiN .mbr-section-title,
.cid-rOkSA82DiN .span-row {
  color: #cebfaf;
}
.cid-rOkSA82DiN .mbr-text,
.cid-rOkSA82DiN .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rOkSA82DiN .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOkSA9iXue {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOkSA9iXue .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOkSA9iXue img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOkSA9iXue H1 {
  color: #2c1608;
}
.cid-rOkSA9iXue .mbr-text,
.cid-rOkSA9iXue .mbr-section-btn {
  color: #716c80;
}
.cid-rOkSA9iXue H3 {
  color: #ff6400;
}
.cid-rOkSA9iXue .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOkSA9iXue .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOkSA9iXue .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOkSA9iXue .link:hover {
  color: #ff6400 !important;
}
.cid-rOkSA9iXue .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOkSA9iXue DIV {
  color: #57468b;
}
.cid-rOkSA9iXue .mbr-text,
.cid-rOkSA9iXue .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOkSAawn0b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f1f1;
}
.cid-rOkSAawn0b H1 {
  color: #232323;
}
.cid-rOkSAawn0b .align-left {
  margin: auto;
}
.cid-rOkSAawn0b .row {
  justify-content: space-between;
}
.cid-rOkSAawn0b .mbr-text,
.cid-rOkSAawn0b .mbr-section-btn {
  color: #716c80;
}
.cid-rOkSAawn0b .block-border {
  border-left: 3px dotted #cccccc;
  padding-left: 4rem;
}
.cid-rOkSAawn0b .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOkSAawn0b .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOkSAawn0b .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOkSAawn0b .link:hover {
  color: #ff6400 !important;
}
.cid-rOkSAawn0b .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOkSAawn0b DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOkSAawn0b .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOkSAawn0b h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOkSAawn0b .mbr-text,
.cid-rOkSAawn0b .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rY1JoNEBbM {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-rY1JoNEBbM .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rY1JoNEBbM .accordion .card {
  overflow: hidden;
}
.cid-rY1JoNEBbM .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-rY1JoNEBbM .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rY1JoNEBbM .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rY1JoNEBbM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rY1JoNEBbM .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rY1JoNEBbM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rY1JoNEBbM .card .card-header a.panel-title h4:hover {
  color: #ff6400;
}
.cid-rY1JoNEBbM .card .panel-body {
  color: #767676;
}
.cid-rY1JoNEBbM .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-rY1JoNEBbM .mbri-arrow-up {
  background: #ff6400;
  color: white!important;
}
.cid-rY1JoNEBbM .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rY1JoNEBbM .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rY1JoNEBbM .panel-text {
  padding: 0rem;
  color: #0e0e0e;
}
.cid-rY1JoNEBbM .panel-collapse {
  margin-top: -1px;
}
.cid-rY1JoNEBbM H4 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rY1JoNEBbM .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rY1JoNEBbM .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rY1JoNEBbM .sign {
    margin-right: 0.5rem;
  }
  .cid-rY1JoNEBbM .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-rY1JoNEBbM H3 {
  color: #ff6400;
}
.cid-rY1JoNEBbM .mbr-section-title,
.cid-rY1JoNEBbM .ornament {
  color: #232323;
}
.cid-rOkSAdklYR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-rOkSAdklYR H1 {
  color: #232323;
}
.cid-rOkSAdklYR .align-left {
  margin: auto;
}
.cid-rOkSAdklYR .row {
  justify-content: space-between;
}
.cid-rOkSAdklYR .mbr-text,
.cid-rOkSAdklYR .mbr-section-btn {
  color: #716c80;
}
.cid-rOkSAdklYR .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOkSAdklYR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOkSAdklYR .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOkSAdklYR .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOkSAdklYR .link:hover {
  color: #ff6400 !important;
}
.cid-rOkSAdklYR .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOkSAdklYR DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOkSAdklYR .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOkSAdklYR h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOkSAdklYR .mbr-text,
.cid-rOkSAdklYR .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rY1MR0XRYo {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-rY1MR0XRYo .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rY1MR0XRYo .accordion .card {
  overflow: hidden;
}
.cid-rY1MR0XRYo .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-rY1MR0XRYo .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rY1MR0XRYo .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rY1MR0XRYo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rY1MR0XRYo .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rY1MR0XRYo .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rY1MR0XRYo .card .card-header a.panel-title h4:hover {
  color: #ff6400;
}
.cid-rY1MR0XRYo .card .panel-body {
  color: #767676;
}
.cid-rY1MR0XRYo .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-rY1MR0XRYo .mbri-arrow-up {
  background: #ff6400;
  color: white!important;
}
.cid-rY1MR0XRYo .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rY1MR0XRYo .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rY1MR0XRYo .panel-text {
  padding: 0rem;
  color: #0e0e0e;
}
.cid-rY1MR0XRYo .panel-collapse {
  margin-top: -1px;
}
.cid-rY1MR0XRYo H4 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rY1MR0XRYo .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rY1MR0XRYo .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rY1MR0XRYo .sign {
    margin-right: 0.5rem;
  }
  .cid-rY1MR0XRYo .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-rY1MR0XRYo H3 {
  color: #ff6400;
}
.cid-rY1MR0XRYo .mbr-section-title,
.cid-rY1MR0XRYo .ornament {
  color: #232323;
}
.cid-rOkSAg5ANv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1f1f1;
}
.cid-rOkSAg5ANv H1 {
  color: #232323;
}
.cid-rOkSAg5ANv .align-left {
  margin: auto;
}
.cid-rOkSAg5ANv .row {
  justify-content: space-between;
}
.cid-rOkSAg5ANv .mbr-text,
.cid-rOkSAg5ANv .mbr-section-btn {
  color: #716c80;
}
.cid-rOkSAg5ANv .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOkSAg5ANv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOkSAg5ANv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOkSAg5ANv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOkSAg5ANv .link:hover {
  color: #ff6400 !important;
}
.cid-rOkSAg5ANv .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOkSAg5ANv DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOkSAg5ANv .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOkSAg5ANv h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOkSAg5ANv .mbr-text,
.cid-rOkSAg5ANv .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rY1NDzEN9k {
  padding-top: 60px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-rY1NDzEN9k .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rY1NDzEN9k .accordion .card {
  overflow: hidden;
}
.cid-rY1NDzEN9k .card {
  border-bottom: 1px solid #efefef !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.6rem 0.2rem;
}
.cid-rY1NDzEN9k .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rY1NDzEN9k .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rY1NDzEN9k .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rY1NDzEN9k .card .card-header a.panel-title h4 {
  padding: 0.6rem 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rY1NDzEN9k .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rY1NDzEN9k .card .card-header a.panel-title h4:hover {
  color: #ff6400;
}
.cid-rY1NDzEN9k .card .panel-body {
  color: #767676;
}
.cid-rY1NDzEN9k .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
}
.cid-rY1NDzEN9k .mbri-arrow-up {
  background: #ff6400;
  color: white!important;
}
.cid-rY1NDzEN9k .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-rY1NDzEN9k .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rY1NDzEN9k .panel-text {
  padding: 0rem;
  color: #0e0e0e;
}
.cid-rY1NDzEN9k .panel-collapse {
  margin-top: -1px;
}
.cid-rY1NDzEN9k H4 {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rY1NDzEN9k .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rY1NDzEN9k .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rY1NDzEN9k .sign {
    margin-right: 0.5rem;
  }
  .cid-rY1NDzEN9k .card .card-header a.panel-title h4 {
    padding: 0.4rem 0.4rem;
  }
}
.cid-rY1NDzEN9k H3 {
  color: #ff6400;
}
.cid-rY1NDzEN9k .mbr-section-title,
.cid-rY1NDzEN9k .ornament {
  color: #232323;
}
.cid-rOkSAj3jYI {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #2f3640;
}
.cid-rOkSAj3jYI img {
  height: 450px;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rOkSAj3jYI H2 {
  color: #ff6400;
}
.cid-rOkSAj3jYI .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOkSAj3jYI .mbr-text,
.cid-rOkSAj3jYI .media-content {
  text-align: left;
}
.cid-rOkSAj3jYI .mbr-text,
.cid-rOkSAj3jYI .mbr-section-btn {
  text-align: left;
}
.cid-rOkSAkO2Ht {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rOkSAkO2Ht .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOkSAkO2Ht .mbr-section-title {
  color: #444444;
}
.cid-rOkSAkO2Ht .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rOkSAkO2Ht .mbr-text {
  color: #8d97ad;
  text-align: left;
}
.cid-rOkSAkO2Ht .nav {
  border: none;
}
.cid-rOkSAkO2Ht .nav-tabs {
  display: table;
  width: 100%;
}
.cid-rOkSAkO2Ht .nav-tabs .nav-item {
  display: table-cell;
}
.cid-rOkSAkO2Ht .card-img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-rOkSAkO2Ht .tab-content {
  margin-top: 3rem;
}
.cid-rOkSAkO2Ht .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-rOkSAkO2Ht .nav-tabs .nav-link:hover {
  background-color: #efefef;
  color: #000000;
}
.cid-rOkSAkO2Ht .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #efefef;
  border-bottom: none;
}
.cid-rOkSAkO2Ht .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rOkSAkO2Ht .nav-item {
    display: table-row !important;
  }
}
.cid-rOkSAkO2Ht .mbr-text,
.cid-rOkSAkO2Ht .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rVnN9iY5In {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVnN9iY5In h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVnN9iY5In h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVnN9iY5In .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVnN9iY5In span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVnN9iY5In .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVnN9iY5In .card {
    padding: 1rem;
  }
}
.cid-rVnN9iY5In .user_name,
.cid-rVnN9iY5In .align {
  color: #cccccc;
}
.cid-rVnN9iY5In .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjwjUKdPc {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjwjUKdPc .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjwjUKdPc .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjwjUKdPc H2 {
  color: #e7272d;
}
.cid-rVjwjUKdPc .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjwjUKdPc .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjwjUKdPc .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjwjUKdPc .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjwjUKdPc .col-lg-12 {
  overflow: hidden;
}
.cid-rVjwjUKdPc H4 {
  color: #ff6400;
}
.cid-rVjwjUKdPc .mbr-text,
.cid-rVjwjUKdPc .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjwjUKdPc .logo-wrap:before {
    content: none;
  }
  .cid-rVjwjUKdPc .logo-wrap:after {
    content: none;
  }
}
.cid-rVjwjUKdPc H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rW3ZgxTTPN .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3ZgxTTPN .modal-body .close span {
  font-style: normal;
}
.cid-rW3ZgxTTPN .carousel-inner > .active,
.cid-rW3ZgxTTPN .carousel-inner > .next,
.cid-rW3ZgxTTPN .carousel-inner > .prev {
  display: table;
}
.cid-rW3ZgxTTPN .carousel-control .icon-next,
.cid-rW3ZgxTTPN .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3ZgxTTPN .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3ZgxTTPN .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3ZgxTTPN .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3ZgxTTPN .boxed-slider > div {
  position: relative;
}
.cid-rW3ZgxTTPN .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3ZgxTTPN .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3ZgxTTPN .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3ZgxTTPN .mbr-table-cell {
  padding: 0;
}
.cid-rW3ZgxTTPN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3ZgxTTPN .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3ZgxTTPN .mbr-overlay {
  z-index: 1;
}
.cid-rW3ZgxTTPN .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3ZgxTTPN .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3ZgxTTPN .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3ZgxTTPN .carousel-item-next.carousel-item-left,
.cid-rW3ZgxTTPN .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3ZgxTTPN .active.carousel-item-right,
.cid-rW3ZgxTTPN .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3ZgxTTPN .active.carousel-item-left,
.cid-rW3ZgxTTPN .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3ZgxTTPN .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3ZgxTTPN .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3ZgxTTPN .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3ZgxTTPN .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3ZgxTTPN .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3ZgxTTPN .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3ZgxTTPN .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3ZgxTTPN .mbr-slider .carousel-indicators li.active,
.cid-rW3ZgxTTPN .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3ZgxTTPN .mbr-slider .carousel-indicators li::after,
.cid-rW3ZgxTTPN .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3ZgxTTPN .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3ZgxTTPN .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3ZgxTTPN .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3ZgxTTPN .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3ZgxTTPN .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3ZgxTTPN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3ZgxTTPN .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3ZgxTTPN .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3ZgxTTPN .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3ZgxTTPN .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3ZgxTTPN .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3ZgxTTPN .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3ZgxTTPN .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3ZgxTTPN .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3ZgxTTPN .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3ZgxTTPN .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3ZgxTTPN h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3ZgxTTPN .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3ZgxTTPN .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3ZgxTTPN .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3ZgxTTPN .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3ZgxTTPN .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3ZgxTTPN .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3ZgxTTPN .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3ZgxTTPN .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3ZgxTTPN P {
  color: #cebfaf;
}
.cid-rW3ZgxTTPN H2 {
  color: #cebfaf;
}
.cid-rQ0AQSfrRk {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQ0AQSfrRk img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ0AQSfrRk H1 {
  color: #232323;
}
.cid-rQ0AQSfrRk .mbr-text,
.cid-rQ0AQSfrRk .mbr-section-btn {
  color: #716c80;
}
.cid-rQ0AQSfrRk H3 {
  color: #ff5800;
}
.cid-rQ0AQSfrRk .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQ0AQSfrRk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ0AQSfrRk .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ0AQSfrRk .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ0AQSfrRk .link:hover {
  color: #ff6400 !important;
}
.cid-rQ0AQSfrRk .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQ0AQSfrRk DIV {
  color: #57468b;
}
.cid-rQ0AQSfrRk .mbr-text,
.cid-rQ0AQSfrRk .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rQ0AQTZcti {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQ0AQTZcti .card-box {
  z-index: 10;
  position: relative;
}
.cid-rQ0AQTZcti .container-fluid {
  padding: 0;
}
.cid-rQ0AQTZcti .underline .line {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rQ0AQTZcti .underline .line:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -130px;
  bottom: 0;
  width: 3px;
  height: 80px;
  color: #ff6400;
  background: currentColor;
}
.cid-rQ0AQTZcti h5 {
  margin: 0;
}
.cid-rQ0AQTZcti .card {
  margin: auto;
  min-height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-rQ0AQTZcti .card:hover {
  z-index: 99;
}
.cid-rQ0AQTZcti .card-wrapper {
  background-position: center;
  padding: 1rem 1rem;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-rQ0AQTZcti .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-rQ0AQTZcti .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-rQ0AQTZcti .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-rQ0AQTZcti .card1 {
  background-image: url("../../../assets/music_video_content/music_content/playlist_large_image/The_Hu_Band.jpg");
  z-index: 4;
  transform: rotateY(15deg);
}
.cid-rQ0AQTZcti .card2 {
  background-image: url("../../../assets/music_video_content/music_content/playlist_large_image/Burmaa_2.jpg");
  z-index: 3;
}
.cid-rQ0AQTZcti .card3 {
  background-image: url("../../../assets/music_video_content/music_content/playlist_large_image/Javkhasaikhan-Uuriintoya.jpg");
  z-index: 2;
  transform: rotateY(-15deg);
}
.cid-rQ0AQTZcti h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rQ0AQTZcti .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-rQ0AQTZcti .card-box {
    text-align: center;
  }
}
.cid-rQ0AQTZcti .mbr-text {
  color: #cccccc;
}
.cid-rQ0AQTZcti .card-date {
  color: #cccccc;
}
.cid-rQ0AQTZcti H1 {
  color: #000000;
}
.cid-rQ0AQTZcti .mbr-section-subtitle,
.cid-rQ0AQTZcti .title-align {
  color: #000000;
}
.cid-rQ0AQTZcti H2 {
  color: #4f4943;
}
.cid-rQ0AQWaFC4 {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/music-player-background-1900x1032.jpg");
}
.cid-rQ0AQWaFC4 h2 {
  color: #ff5600;
}
.cid-rQ0AQWaFC4 .underline .line {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rQ0AQWaFC4 .underline .line:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -130px;
  bottom: 0;
  width: 3px;
  height: 80px;
  color: #ff6400;
  background: currentColor;
}
.cid-rQ0AQWaFC4 .cover {
  width: 250px;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-rQ0AQWaFC4 .mbr-figure {
  z-index: 2;
  padding: 8rem 2rem;
}
@media (max-width: 767px) {
  .cid-rQ0AQWaFC4 .cover {
    width: 100%;
  }
}
.cid-rQ0AQWaFC4 .mbr-section-subtitle,
.cid-rQ0AQWaFC4 .title-align {
  color: #232323;
}
.cid-rQ0AQWaFC4 H1 {
  color: #232323;
}
.cid-rQ0AQWaFC4 P {
  color: #232323;
}
.cid-rQ0AQWaFC4 .mbr-section-subtitle {
  color: #232323;
}
.cid-rQ0AQWaFC4 H2 {
  color: #ff6400;
}
.cid-rQ0MiiWPVv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQ0MiiWPVv .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQ0MiiWPVv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQ0MiiWPVv H1 {
  color: #232323;
}
.cid-rQ0MiiWPVv .mbr-text,
.cid-rQ0MiiWPVv .mbr-section-btn {
  color: #716c80;
}
.cid-rQ0MiiWPVv H3 {
  color: #716c80;
}
.cid-rQ0MiiWPVv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQ0MiiWPVv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQ0MiiWPVv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQ0MiiWPVv .link:hover {
  color: #ff6400 !important;
}
.cid-rQ0MiiWPVv .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQ0MiiWPVv DIV {
  color: #57468b;
}
.cid-rQ0MiiWPVv .mbr-text,
.cid-rQ0MiiWPVv .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rQ0CLmi4Hm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2f3640;
}
.cid-rQ0CLmi4Hm .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQ0CLmi4Hm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rQ0CLmi4Hm .card-img span {
  font-size: 100px;
  color: #149dcc;
  padding: 0.3rem;
  margin-right: 0.9rem;
  border-radius: 1px;
}
.cid-rQ0CLmi4Hm p {
  margin: 0;
}
.cid-rQ0CLmi4Hm .card-img .img1 {
  background-color: #ff6400;
}
.cid-rQ0CLmi4Hm .cardcolor:hover {
  background-color: #2f3640;
}
.cid-rQ0CLmi4Hm .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rQ0CLmi4Hm .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 1.8rem 0.5rem !important;
}
.cid-rQ0CLmi4Hm .card:hover {
  box-shadow: 0 10px 55px 5px #2f3640;
  transform: translateY(-1rem);
}
.cid-rQ0CLmi4Hm .card-title,
.cid-rQ0CLmi4Hm .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQ0CLmi4Hm .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rQ0CLmi4Hm .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rQ0CLmi4Hm .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rQ0CLmi4Hm .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rQ0CLmi4Hm .card-img span {
    margin-right: 0rem;
  }
  .cid-rQ0CLmi4Hm .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rQ0CLmi4Hm .card-title {
  color: #ffffff;
}
.cid-rQ19z9melm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQ19z9melm H2 {
  color: #ff6800;
}
.cid-rQ19z9melm .mbr-text,
.cid-rQ19z9melm .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rQ19z9melm .row {
    position: relative;
  }
  .cid-rQ19z9melm .row .mbr-figure {
    width: 600px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -100px;
  }
  .cid-rQ19z9melm .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-rQ19z9melm img {
  max-width: 500px;
  margin: auto;
}
.cid-s5GFqrW7Bo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5GFqrW7Bo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s5GFqrW7Bo H1 {
  color: #2c1608;
  text-align: center;
}
.cid-s5GFqrW7Bo .mbr-text,
.cid-s5GFqrW7Bo .mbr-section-btn {
  color: #716c80;
}
.cid-s5GFqrW7Bo H3 {
  color: #ff6400;
  text-align: center;
}
.cid-s5GFqrW7Bo .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s5GFqrW7Bo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s5GFqrW7Bo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s5GFqrW7Bo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s5GFqrW7Bo .link:hover {
  color: #ff6400 !important;
}
.cid-s5GFqrW7Bo .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-s5GFqrW7Bo DIV {
  color: #57468b;
}
.cid-s5GFqrW7Bo .mbr-text,
.cid-s5GFqrW7Bo .media-content {
  color: #0e0e0e;
  text-align: center;
}
.cid-s5GFqrW7Bo H2 {
  color: #232323;
}
.cid-s5GA5pVWE0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5GA5pVWE0 .mbr-text {
  color: #767676;
}
.cid-s5GA5pVWE0 .card-subtitle {
  margin: 0;
}
.cid-s5GA5pVWE0 .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-s5GA5pVWE0 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-s5GA5pVWE0 .card-box {
  padding: 1rem;
  margin-bottom: 0.1rem;
}
.cid-s5GA5pVWE0 .link {
  transition: all 0.3s;
}
.cid-s5GA5pVWE0 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s5GA5pVWE0 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s5GA5pVWE0 .mbr-section-btn .btn {
  border: 0px;
}
.cid-s5GA5pVWE0 .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s5GA5pVWE0 h4,
.cid-s5GA5pVWE0 h6,
.cid-s5GA5pVWE0 h5 {
  margin: 0;
}
.cid-s5GA5pVWE0 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s5GA5pVWE0 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s5GA5pVWE0 .link-wrap:hover {
  color: #ff6400;
}
.cid-s5GA5pVWE0 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-s5GA5pVWE0 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s5GA5pVWE0 .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s5GA5pVWE0 .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s5GA5pVWE0 .icon-wrap span {
  margin-right: 8px;
}
.cid-s5GA5pVWE0 .icon-padding {
  padding-left: 2rem;
}
.cid-s5GA5pVWE0 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-s5GA5pVWE0 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-s5GA5pVWE0 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-s5GA5pVWE0 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5GA5pVWE0 .card:hover img {
  transform: scale(1.1);
}
.cid-s5GA5pVWE0 .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-s5GA5pVWE0 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s5GA5pVWE0 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s5GA5pVWE0 .row {
  justify-content: center;
}
.cid-s5GA5pVWE0 .location,
.cid-s5GA5pVWE0 .icon-wrap {
  color: #ff6400;
}
.cid-s5GA5pVWE0 .link,
.cid-s5GA5pVWE0 .link-wrap,
.cid-s5GA5pVWE0 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-s5GA5pVWE0 .wrapper {
    flex-direction: column;
  }
  .cid-s5GA5pVWE0 .icon-padding {
    padding-left: 0rem;
  }
  .cid-s5GA5pVWE0 .card-box {
    padding: 0;
  }
}
.cid-s5GA5pVWE0 H2 {
  color: #ff6400;
}
.cid-s5GA5pVWE0 .mbr-text,
.cid-s5GA5pVWE0 .link {
  color: #0e0e0e;
}
.cid-s5GGsZqTZO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5GGsZqTZO .mbr-text {
  color: #767676;
}
.cid-s5GGsZqTZO .card-subtitle {
  margin: 0;
}
.cid-s5GGsZqTZO .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-s5GGsZqTZO img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-s5GGsZqTZO .card-box {
  padding: 1rem;
  margin-bottom: 0.1rem;
}
.cid-s5GGsZqTZO .link {
  transition: all 0.3s;
}
.cid-s5GGsZqTZO .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s5GGsZqTZO .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s5GGsZqTZO .mbr-section-btn .btn {
  border: 0px;
}
.cid-s5GGsZqTZO .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s5GGsZqTZO h4,
.cid-s5GGsZqTZO h6,
.cid-s5GGsZqTZO h5 {
  margin: 0;
}
.cid-s5GGsZqTZO .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s5GGsZqTZO .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s5GGsZqTZO .link-wrap:hover {
  color: #ff6400;
}
.cid-s5GGsZqTZO .link-wrap:hover .link {
  color: #ff6400;
}
.cid-s5GGsZqTZO .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s5GGsZqTZO .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s5GGsZqTZO .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s5GGsZqTZO .icon-wrap span {
  margin-right: 8px;
}
.cid-s5GGsZqTZO .icon-padding {
  padding-left: 2rem;
}
.cid-s5GGsZqTZO .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-s5GGsZqTZO .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-s5GGsZqTZO .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-s5GGsZqTZO .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5GGsZqTZO .card:hover img {
  transform: scale(1.1);
}
.cid-s5GGsZqTZO .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-s5GGsZqTZO .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s5GGsZqTZO .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s5GGsZqTZO .row {
  justify-content: center;
}
.cid-s5GGsZqTZO .location,
.cid-s5GGsZqTZO .icon-wrap {
  color: #ff6400;
}
.cid-s5GGsZqTZO .link,
.cid-s5GGsZqTZO .link-wrap,
.cid-s5GGsZqTZO .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-s5GGsZqTZO .wrapper {
    flex-direction: column;
  }
  .cid-s5GGsZqTZO .icon-padding {
    padding-left: 0rem;
  }
  .cid-s5GGsZqTZO .card-box {
    padding: 0;
  }
}
.cid-s5GGsZqTZO H2 {
  color: #ff6400;
}
.cid-s5GGsZqTZO .mbr-text,
.cid-s5GGsZqTZO .link {
  color: #0e0e0e;
}
.cid-s5GIiGRQ5Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5GIiGRQ5Q .mbr-text {
  color: #767676;
}
.cid-s5GIiGRQ5Q .card-subtitle {
  margin: 0;
}
.cid-s5GIiGRQ5Q .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-s5GIiGRQ5Q img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-s5GIiGRQ5Q .card-box {
  padding: 1rem;
  margin-bottom: 0.1rem;
}
.cid-s5GIiGRQ5Q .link {
  transition: all 0.3s;
}
.cid-s5GIiGRQ5Q .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-s5GIiGRQ5Q .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-s5GIiGRQ5Q .mbr-section-btn .btn {
  border: 0px;
}
.cid-s5GIiGRQ5Q .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-s5GIiGRQ5Q h4,
.cid-s5GIiGRQ5Q h6,
.cid-s5GIiGRQ5Q h5 {
  margin: 0;
}
.cid-s5GIiGRQ5Q .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-s5GIiGRQ5Q .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-s5GIiGRQ5Q .link-wrap:hover {
  color: #ff6400;
}
.cid-s5GIiGRQ5Q .link-wrap:hover .link {
  color: #ff6400;
}
.cid-s5GIiGRQ5Q .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-s5GIiGRQ5Q .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s5GIiGRQ5Q .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-s5GIiGRQ5Q .icon-wrap span {
  margin-right: 8px;
}
.cid-s5GIiGRQ5Q .icon-padding {
  padding-left: 2rem;
}
.cid-s5GIiGRQ5Q .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-s5GIiGRQ5Q .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-s5GIiGRQ5Q .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-s5GIiGRQ5Q .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-s5GIiGRQ5Q .card:hover img {
  transform: scale(1.1);
}
.cid-s5GIiGRQ5Q .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-s5GIiGRQ5Q .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s5GIiGRQ5Q .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-s5GIiGRQ5Q .row {
  justify-content: center;
}
.cid-s5GIiGRQ5Q .location,
.cid-s5GIiGRQ5Q .icon-wrap {
  color: #ff6400;
}
.cid-s5GIiGRQ5Q .link,
.cid-s5GIiGRQ5Q .link-wrap,
.cid-s5GIiGRQ5Q .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-s5GIiGRQ5Q .wrapper {
    flex-direction: column;
  }
  .cid-s5GIiGRQ5Q .icon-padding {
    padding-left: 0rem;
  }
  .cid-s5GIiGRQ5Q .card-box {
    padding: 0;
  }
}
.cid-s5GIiGRQ5Q H2 {
  color: #ff6400;
}
.cid-s5GIiGRQ5Q .mbr-text,
.cid-s5GIiGRQ5Q .link {
  color: #0e0e0e;
}
.cid-rWr4Elogbx {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWr4Elogbx h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rWr4Elogbx h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rWr4Elogbx .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rWr4Elogbx span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rWr4Elogbx .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rWr4Elogbx .card {
    padding: 1rem;
  }
}
.cid-rWr4Elogbx .user_name,
.cid-rWr4Elogbx .align {
  color: #cccccc;
}
.cid-rWr4Elogbx .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjzdOoYxd {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjzdOoYxd .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjzdOoYxd .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjzdOoYxd H2 {
  color: #e7272d;
}
.cid-rVjzdOoYxd .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjzdOoYxd .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjzdOoYxd .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzdOoYxd .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzdOoYxd .col-lg-12 {
  overflow: hidden;
}
.cid-rVjzdOoYxd H4 {
  color: #ff6400;
}
.cid-rVjzdOoYxd .mbr-text,
.cid-rVjzdOoYxd .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjzdOoYxd .logo-wrap:before {
    content: none;
  }
  .cid-rVjzdOoYxd .logo-wrap:after {
    content: none;
  }
}
.cid-rVjzdOoYxd H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rVXrpL0X4K .modal-body .close {
  background: #1b1b1b;
}
.cid-rVXrpL0X4K .modal-body .close span {
  font-style: normal;
}
.cid-rVXrpL0X4K .carousel-inner > .active,
.cid-rVXrpL0X4K .carousel-inner > .next,
.cid-rVXrpL0X4K .carousel-inner > .prev {
  display: table;
}
.cid-rVXrpL0X4K .carousel-control .icon-next,
.cid-rVXrpL0X4K .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVXrpL0X4K .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVXrpL0X4K .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVXrpL0X4K .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVXrpL0X4K .boxed-slider > div {
  position: relative;
}
.cid-rVXrpL0X4K .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rVXrpL0X4K .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVXrpL0X4K .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVXrpL0X4K .mbr-table-cell {
  padding: 0;
}
.cid-rVXrpL0X4K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVXrpL0X4K .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVXrpL0X4K .mbr-overlay {
  z-index: 1;
}
.cid-rVXrpL0X4K .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVXrpL0X4K .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVXrpL0X4K .carousel-item .container {
    width: 100%;
  }
}
.cid-rVXrpL0X4K .carousel-item-next.carousel-item-left,
.cid-rVXrpL0X4K .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVXrpL0X4K .active.carousel-item-right,
.cid-rVXrpL0X4K .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVXrpL0X4K .active.carousel-item-left,
.cid-rVXrpL0X4K .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVXrpL0X4K .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVXrpL0X4K .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVXrpL0X4K .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVXrpL0X4K .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVXrpL0X4K .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVXrpL0X4K .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVXrpL0X4K .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVXrpL0X4K .mbr-slider .carousel-indicators li.active,
.cid-rVXrpL0X4K .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVXrpL0X4K .mbr-slider .carousel-indicators li::after,
.cid-rVXrpL0X4K .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVXrpL0X4K .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVXrpL0X4K .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVXrpL0X4K .mbr-slider > .container img {
  width: 100%;
}
.cid-rVXrpL0X4K .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVXrpL0X4K .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVXrpL0X4K .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVXrpL0X4K .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVXrpL0X4K .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVXrpL0X4K .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVXrpL0X4K .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVXrpL0X4K .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVXrpL0X4K .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVXrpL0X4K .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVXrpL0X4K .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVXrpL0X4K .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVXrpL0X4K .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVXrpL0X4K h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVXrpL0X4K .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVXrpL0X4K .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVXrpL0X4K .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVXrpL0X4K .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVXrpL0X4K .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVXrpL0X4K .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVXrpL0X4K .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVXrpL0X4K .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVXrpL0X4K P {
  color: #cebfaf;
}
.cid-rVXrpL0X4K H2 {
  color: #cebfaf;
}
.cid-rQiAb2U4kF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQiAb2U4kF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQiAb2U4kF H1 {
  color: #232323;
}
.cid-rQiAb2U4kF .mbr-text,
.cid-rQiAb2U4kF .mbr-section-btn {
  color: #716c80;
}
.cid-rQiAb2U4kF H3 {
  color: #716c80;
}
.cid-rQiAb2U4kF .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAb2U4kF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQiAb2U4kF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQiAb2U4kF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQiAb2U4kF .link:hover {
  color: #ff6400 !important;
}
.cid-rQiAb2U4kF .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQiAb2U4kF DIV {
  color: #57468b;
}
.cid-rQiAb2U4kF .mbr-text,
.cid-rQiAb2U4kF .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rQiAb9eUkp {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/ktm-450exc-2023.jpg");
}
.cid-rQiAb9eUkp H2 {
  color: #e7272d;
}
.cid-rQiAb9eUkp img {
  max-width: 500px;
  margin: auto;
}
.cid-rQiAb9eUkp H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQiAb9eUkp .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQiAb9eUkp .span-row {
  width: 100%;
}
.cid-rQiAb9eUkp .mbr-section-title,
.cid-rQiAb9eUkp .span-row {
  color: #cebfaf;
}
.cid-rQiAb9eUkp .mbr-text,
.cid-rQiAb9eUkp .mbr-section-btn {
  color: #cebfaf;
}
.cid-rQiAb9eUkp .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAbatdwE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQiAbatdwE .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAbatdwE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQiAbatdwE H1 {
  color: #232323;
}
.cid-rQiAbatdwE .mbr-text,
.cid-rQiAbatdwE .mbr-section-btn {
  color: #716c80;
}
.cid-rQiAbatdwE H3 {
  color: #716c80;
}
.cid-rQiAbatdwE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQiAbatdwE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQiAbatdwE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQiAbatdwE .link:hover {
  color: #ff6400 !important;
}
.cid-rQiAbatdwE .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQiAbatdwE DIV {
  color: #57468b;
}
.cid-rQiAbatdwE .mbr-text,
.cid-rQiAbatdwE .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rQiAbbEHrq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQiAbbEHrq .mbr-slider .carousel-control {
  background: #666;
}
.cid-rQiAbbEHrq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rQiAbbEHrq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rQiAbbEHrq .title {
  padding: 0 2rem;
}
.cid-rQiAbbEHrq .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 100%!important;
}
.cid-rQiAbbEHrq .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rQiAbbEHrq .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rQiAbbEHrq .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rQiAbbEHrq .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rQiAbbEHrq .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rQiAbbEHrq .container {
  padding: 0 1rem;
}
.cid-rQiAbbEHrq .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rQiAbbEHrq .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rQiAbbEHrq .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rQiAbbEHrq .icon-focus {
  display: none;
}
.cid-rQiAbbEHrq .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rQiAbbEHrq .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rQiAbbEHrq .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rQiAbbEHrq li {
  position: relative;
}
.cid-rQiAbbEHrq li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rQiAbbEHrq .btn {
  font-family: Roboto !important;
}
.cid-rQiAbbEHrq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rQiAbbEHrq .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQiAbbEHrq li:not(:last-child):after {
    top: 9px;
  }
  .cid-rQiAbbEHrq .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rQiAbbEHrq .container {
    padding: 0rem;
  }
  .cid-rQiAbbEHrq .title {
    padding: 0 1rem;
  }
}
.cid-rQiAbbEHrq H2 {
  color: #89b758;
}
.cid-rYT1kaQyOP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rYT1kaQyOP h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYT1kaQyOP h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYT1kaQyOP .card {
  background: #ffffff;
  padding: 0.9rem;
  border-radius: 6px;
}
.cid-rYT1kaQyOP span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYT1kaQyOP .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYT1kaQyOP .card {
    padding: 1rem;
  }
}
.cid-rYT1kaQyOP .user_name,
.cid-rYT1kaQyOP .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYT1kaQyOP .mbr-section-subtitle {
  text-align: center;
}
.cid-rQj7c1LknO {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/motorcycle-header-102.jpg");
}
@media (max-width: 992px) {
  .cid-rQj7c1LknO {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-rQj7c1LknO .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-rQj7c1LknO .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-rQj7c1LknO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-rQj7c1LknO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rQj7c1LknO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rQj7c1LknO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-rQj7c1LknO a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rQj7c1LknO {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .cid-rQj7c1LknO .box {
    height: 250px;
  }
}
.cid-rQj7c1LknO .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQj7c1LknO .mbr-section-title,
.cid-rQj7c1LknO .span-row {
  color: #cebfaf;
}
.cid-rQj7c1LknO .mbr-text,
.cid-rQj7c1LknO .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQiApSFQpx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQiApSFQpx .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiApSFQpx .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #cebfaf;
}
.cid-rQiApSFQpx .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQiApSFQpx .card-img {
  position: relative;
}
.cid-rQiApSFQpx .card-img:hover .card-title {
  background: linear-gradient(to top, #635a51, transparent);
}
.cid-rQiApSFQpx .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rQiApSFQpx .text-box {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
}
.cid-rQiApSFQpx .text-box p {
  margin: 0;
}
.cid-rQiApSFQpx .ico2 {
  color: #b69b74;
  font-size: 1.6rem;
}
.cid-rQiApSFQpx .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #cebfaf;
  font-size: 1.6rem;
}
.cid-rQiApSFQpx .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-rQiApSFQpx .ico-box p {
  margin: 0;
}
.cid-rQiApSFQpx .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-rQiApSFQpx .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rQiApSFQpx .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-rQiApSFQpx .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rQiApSFQpx .mbr-section-title {
  color: #232323;
}
@media (min-width: 576px) {
  .cid-rQiApSFQpx .card-wrapper {
    display: flex;
  }
  .cid-rQiApSFQpx .card-img {
    width: 30%;
  }
  .cid-rQiApSFQpx .content-wrapper {
    width: 70%;
  }
  .cid-rQiApSFQpx .p-box {
    display: flex;
  }
}
@media (max-width: 576px) {
  .cid-rQiApSFQpx .text-box {
    display: block;
  }
  .cid-rQiApSFQpx .mbr-section-btn {
    margin-top: 1rem;
  }
  .cid-rQiApSFQpx .ico-box {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-rQiApSFQpx .card-box {
    bottom: 0px;
  }
  .cid-rQiApSFQpx .p-box {
    padding: 8px;
  }
  .cid-rQiApSFQpx .card-title {
    padding: 10px 15px;
  }
}
.cid-rQiApSFQpx .card-text {
  color: #232323;
  text-align: center;
}
.cid-rQiApSFQpx .phone {
  color: #232323;
}
.cid-rQiApSFQpx .card-title2 {
  color: #333333;
}
.cid-rQiApSFQpx H3 {
  color: #0e0e0e;
}
.cid-rQiAv7pXlK {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQiAv7pXlK .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAv7pXlK .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #cebfaf;
}
.cid-rQiAv7pXlK .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQiAv7pXlK .card-img {
  position: relative;
}
.cid-rQiAv7pXlK .card-img:hover .card-title {
  background: linear-gradient(to top, #82786e, transparent);
}
.cid-rQiAv7pXlK .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rQiAv7pXlK .text-box {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
}
.cid-rQiAv7pXlK .text-box p {
  margin: 0;
}
.cid-rQiAv7pXlK .ico2 {
  color: #635a51;
  font-size: 1.5rem;
}
.cid-rQiAv7pXlK .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #cebfaf;
  font-size: 1.7rem;
}
.cid-rQiAv7pXlK .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-rQiAv7pXlK .ico-box p {
  margin: 0;
}
.cid-rQiAv7pXlK .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-rQiAv7pXlK .p-box {
  background-color: #efefef;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rQiAv7pXlK .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-rQiAv7pXlK .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rQiAv7pXlK .mbr-section-title {
  color: #232323;
}
@media (min-width: 576px) {
  .cid-rQiAv7pXlK .card-wrapper {
    display: flex;
  }
  .cid-rQiAv7pXlK .card-img {
    width: 30%;
  }
  .cid-rQiAv7pXlK .content-wrapper {
    width: 70%;
  }
  .cid-rQiAv7pXlK .p-box {
    display: flex;
  }
}
@media (max-width: 576px) {
  .cid-rQiAv7pXlK .text-box {
    display: block;
  }
  .cid-rQiAv7pXlK .mbr-section-btn {
    margin-top: 1rem;
  }
  .cid-rQiAv7pXlK .ico-box {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-rQiAv7pXlK .card-box {
    bottom: 0px;
  }
  .cid-rQiAv7pXlK .p-box {
    padding: 8px;
  }
  .cid-rQiAv7pXlK .card-title {
    padding: 10px 15px;
  }
}
.cid-rQiAv7pXlK .card-text {
  color: #0e0e0e;
  text-align: center;
}
.cid-rQiAv7pXlK .phone {
  color: #0e0e0e;
}
.cid-rQiAv7pXlK .card-title2 {
  color: #333333;
}
.cid-rQiAbeuYc7 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/helicopter-1.jpg");
}
.cid-rQiAbeuYc7 H2 {
  color: #e7272d;
}
.cid-rQiAbeuYc7 img {
  max-width: 500px;
  margin: auto;
}
.cid-rQiAbeuYc7 H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQiAbeuYc7 .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQiAbeuYc7 .span-row {
  width: 100%;
}
.cid-rQiAbeuYc7 .mbr-section-title,
.cid-rQiAbeuYc7 .span-row {
  color: #cebfaf;
}
.cid-rQiAbeuYc7 .mbr-text,
.cid-rQiAbeuYc7 .mbr-section-btn {
  color: #cebfaf;
}
.cid-rQiAbeuYc7 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAbeuYc7 .mbr-text,
.cid-rQiAbeuYc7 .media-content {
  text-align: left;
}
.cid-rQiAbfH4yN {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQiAbfH4yN h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rQiAbfH4yN .mbr-section-subtitle {
  color: #767676;
}
.cid-rQiAbfH4yN .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAbfH4yN .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rQiAbfH4yN .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rQiAbfH4yN .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rQiAbfH4yN .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rQiAbfH4yN .mbr-text-right {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQiAbgRyrG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQiAbgRyrG .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAbgRyrG .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-rQiAbgRyrG .card-img {
  position: relative;
}
.cid-rQiAbgRyrG .card-img:hover .card-title {
  background: linear-gradient(to top, #ff6400, transparent);
}
.cid-rQiAbgRyrG .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rQiAbgRyrG .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQiAbgRyrG .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-rQiAbgRyrG .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 1.6rem;
}
.cid-rQiAbgRyrG .text-box {
  padding: 20px;
}
.cid-rQiAbgRyrG .text-box p {
  margin: 0;
}
.cid-rQiAbgRyrG .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-rQiAbgRyrG .ico-box p {
  margin: 0;
}
.cid-rQiAbgRyrG .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-rQiAbgRyrG .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rQiAbgRyrG .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-rQiAbgRyrG .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rQiAbgRyrG .mbr-section-title {
  color: #232323;
}
.cid-rQiAbgRyrG .card-box {
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-rQiAbgRyrG .card-box {
    bottom: 0px;
  }
  .cid-rQiAbgRyrG .p-box {
    padding: 0px;
  }
  .cid-rQiAbgRyrG .card-title {
    padding: 10px 15px;
  }
}
.cid-rQiAbgRyrG .card-text {
  color: #656565;
}
.cid-rQiAbgRyrG .phone {
  color: #656565;
}
.cid-rQiAbgRyrG .card-title2 {
  color: #333333;
}
.cid-rQiAbgRyrG .mbr-section-subtitle {
  text-align: right;
  color: #0e0e0e;
}
.cid-rQiAbiCw5E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQiAbiCw5E .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAbiCw5E .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-rQiAbiCw5E .card-img {
  position: relative;
}
.cid-rQiAbiCw5E .card-img:hover .card-title {
  background: linear-gradient(to top, #ff6400, transparent);
}
.cid-rQiAbiCw5E .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rQiAbiCw5E .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQiAbiCw5E .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-rQiAbiCw5E .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-rQiAbiCw5E .text-box {
  padding: 20px;
}
.cid-rQiAbiCw5E .text-box p {
  margin: 0;
}
.cid-rQiAbiCw5E .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-rQiAbiCw5E .ico-box p {
  margin: 0;
}
.cid-rQiAbiCw5E .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-rQiAbiCw5E .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rQiAbiCw5E .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-rQiAbiCw5E .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rQiAbiCw5E .mbr-section-title {
  color: #232323;
}
.cid-rQiAbiCw5E .card-box {
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-rQiAbiCw5E .card-box {
    bottom: 0px;
  }
  .cid-rQiAbiCw5E .p-box {
    padding: 0px;
  }
  .cid-rQiAbiCw5E .card-title {
    padding: 10px 15px;
  }
}
.cid-rQiAbiCw5E .card-text {
  color: #656565;
}
.cid-rQiAbiCw5E .phone {
  color: #656565;
}
.cid-rQiAbiCw5E .card-title2 {
  color: #333333;
}
.cid-rQiAbiCw5E .mbr-section-subtitle {
  text-align: center;
}
.cid-rQiAbkILD1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQiAbkILD1 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAbkILD1 .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-rQiAbkILD1 .card-img {
  position: relative;
}
.cid-rQiAbkILD1 .card-img:hover .card-title {
  background: linear-gradient(to top, #ff6800, transparent);
}
.cid-rQiAbkILD1 .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rQiAbkILD1 .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQiAbkILD1 .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-rQiAbkILD1 .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-rQiAbkILD1 .text-box {
  padding: 20px;
}
.cid-rQiAbkILD1 .text-box p {
  margin: 0;
}
.cid-rQiAbkILD1 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-rQiAbkILD1 .ico-box p {
  margin: 0;
}
.cid-rQiAbkILD1 .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-rQiAbkILD1 .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rQiAbkILD1 .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-rQiAbkILD1 .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rQiAbkILD1 .mbr-section-title {
  color: #232323;
}
.cid-rQiAbkILD1 .card-box {
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-rQiAbkILD1 .card-box {
    bottom: 0px;
  }
  .cid-rQiAbkILD1 .p-box {
    padding: 0px;
  }
  .cid-rQiAbkILD1 .card-title {
    padding: 10px 15px;
  }
}
.cid-rQiAbkILD1 .card-text {
  color: #656565;
}
.cid-rQiAbkILD1 .phone {
  color: #656565;
}
.cid-rQiAbkILD1 .card-title2 {
  color: #333333;
}
.cid-rQiAbkILD1 .mbr-section-subtitle {
  text-align: center;
}
.cid-rQiAbn4n5b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQiAbn4n5b .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAbn4n5b .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-rQiAbn4n5b .card-img {
  position: relative;
}
.cid-rQiAbn4n5b .card-img:hover .card-title {
  background: linear-gradient(to top, #ff6400, transparent);
}
.cid-rQiAbn4n5b .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rQiAbn4n5b .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-rQiAbn4n5b .ico2 {
  color: #656565;
  font-size: 1.1rem;
}
.cid-rQiAbn4n5b .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2.1rem;
}
.cid-rQiAbn4n5b .text-box {
  padding: 20px;
}
.cid-rQiAbn4n5b .text-box p {
  margin: 0;
}
.cid-rQiAbn4n5b .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-rQiAbn4n5b .ico-box p {
  margin: 0;
}
.cid-rQiAbn4n5b .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
}
.cid-rQiAbn4n5b .p-box {
  background-color: #f1f1f1;
  width: 100%;
  padding: 10px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rQiAbn4n5b .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-rQiAbn4n5b .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rQiAbn4n5b .mbr-section-title {
  color: #232323;
}
.cid-rQiAbn4n5b .card-box {
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-rQiAbn4n5b .card-box {
    bottom: 0px;
  }
  .cid-rQiAbn4n5b .p-box {
    padding: 0px;
  }
  .cid-rQiAbn4n5b .card-title {
    padding: 10px 15px;
  }
}
.cid-rQiAbn4n5b .card-text {
  color: #656565;
}
.cid-rQiAbn4n5b .phone {
  color: #656565;
}
.cid-rQiAbn4n5b .card-title2 {
  color: #333333;
}
.cid-rQiAbn4n5b .mbr-section-subtitle {
  text-align: center;
}
.cid-rQiAbqp1pf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQiAbqp1pf .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQiAbqp1pf img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQiAbqp1pf H1 {
  color: #232323;
}
.cid-rQiAbqp1pf .mbr-text,
.cid-rQiAbqp1pf .mbr-section-btn {
  color: #716c80;
}
.cid-rQiAbqp1pf H3 {
  color: #0e0e0e;
}
.cid-rQiAbqp1pf .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQiAbqp1pf .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQiAbqp1pf .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQiAbqp1pf .link:hover {
  color: #ff6400 !important;
}
.cid-rQiAbqp1pf .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQiAbqp1pf DIV {
  color: #57468b;
}
.cid-rQiAbqp1pf .mbr-text,
.cid-rQiAbqp1pf .media-content {
  color: #767676;
}
.cid-rQiAbs8usF {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQiAbs8usF .mbr-text,
.cid-rQiAbs8usF .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-rQiAbs8usF .relative {
  z-index: 2;
  position: relative;
  padding: 0 2rem;
  padding-right: 10rem;
}
.cid-rQiAbs8usF .author-box {
  display: flex;
  flex-direction: row;
  padding-left: 2rem;
}
.cid-rQiAbs8usF .ico1 {
  font-size: 3rem!important;
  opacity: 0.3;
}
.cid-rQiAbs8usF .ico2 {
  position: absolute;
  top: 95%;
  bottom: 0%;
  right: 6rem;
  font-size: 6rem!important;
  z-index: 1;
  opacity: 0.2;
}
.cid-rQiAbs8usF .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rQiAbs8usF .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rQiAbs8usF H3 {
  color: #4f4943;
}
.cid-rQiAbs8usF H4 {
  color: #ff5800;
}
.cid-rQiAbs8usF .text {
  color: #232323;
}
@media (max-width: 576px) {
  .cid-rQiAbs8usF .relative {
    padding: 0;
  }
}
.cid-rQiAbs8usF .signature {
  color: #57468b;
}
.cid-rVjyCPg3I0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjyCPg3I0 h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjyCPg3I0 h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjyCPg3I0 .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjyCPg3I0 span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjyCPg3I0 .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjyCPg3I0 .card {
    padding: 1rem;
  }
}
.cid-rVjyCPg3I0 .user_name,
.cid-rVjyCPg3I0 .align {
  color: #cccccc;
}
.cid-rVjyCPg3I0 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjyBwwtx5 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjyBwwtx5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjyBwwtx5 .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjyBwwtx5 H2 {
  color: #e7272d;
}
.cid-rVjyBwwtx5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjyBwwtx5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjyBwwtx5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyBwwtx5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyBwwtx5 .col-lg-12 {
  overflow: hidden;
}
.cid-rVjyBwwtx5 H4 {
  color: #ff6400;
}
.cid-rVjyBwwtx5 .mbr-text,
.cid-rVjyBwwtx5 .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjyBwwtx5 .logo-wrap:before {
    content: none;
  }
  .cid-rVjyBwwtx5 .logo-wrap:after {
    content: none;
  }
}
.cid-rVjyBwwtx5 H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rQiAbximR6.popup-builder {
  background-color: #ffffff;
}
.cid-rQiAbximR6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rQiAbximR6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rQiAbximR6 .modal-content,
.cid-rQiAbximR6 .modal-dialog {
  height: auto;
}
.cid-rQiAbximR6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rQiAbximR6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rQiAbximR6 .form-wrapper .mbr-form .form-group,
  .cid-rQiAbximR6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rQiAbximR6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rQiAbximR6 .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-rQiAbximR6 .mbr-text {
  text-align: center;
}
.cid-rQiAbximR6 .pt-0 {
  padding-top: 0 !important;
}
.cid-rQiAbximR6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rQiAbximR6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rQiAbximR6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rQiAbximR6 .modal-open {
  overflow: hidden;
}
.cid-rQiAbximR6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rQiAbximR6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rQiAbximR6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rQiAbximR6 .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-rQiAbximR6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rQiAbximR6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rQiAbximR6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rQiAbximR6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rQiAbximR6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rQiAbximR6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rQiAbximR6 .modal-backdrop.show {
  opacity: .5;
}
.cid-rQiAbximR6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rQiAbximR6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rQiAbximR6 .modal-header .close:hover {
  opacity: 1;
}
.cid-rQiAbximR6 .modal-header .close:focus {
  outline: none;
}
.cid-rQiAbximR6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rQiAbximR6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rQiAbximR6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rQiAbximR6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rQiAbximR6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rQiAbximR6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rQiAbximR6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rQiAbximR6 .modal-sm {
    max-width: 300px;
  }
  .cid-rQiAbximR6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rQiAbximR6 .modal-lg,
  .cid-rQiAbximR6 .modal-xl {
    max-width: 800px;
  }
  .cid-rQiAbximR6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rQiAbximR6 .modal-xl {
    max-width: 1140px;
  }
  .cid-rQiAbximR6 .container {
    max-width: 1140px;
  }
}
.cid-rQiAbximR6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rQiAbximR6 .container {
    max-width: 720px;
  }
}
.cid-rQiAbximR6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rQiAbximR6 .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-rQiAbximR6 .form-group {
  margin-bottom: 1rem;
}
.cid-rQiAbximR6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rQiAbximR6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rQiAbximR6 .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-rQiAbz4Jc4.popup-builder {
  background-color: #ffffff;
}
.cid-rQiAbz4Jc4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rQiAbz4Jc4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rQiAbz4Jc4 .modal-content,
.cid-rQiAbz4Jc4 .modal-dialog {
  height: auto;
}
.cid-rQiAbz4Jc4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rQiAbz4Jc4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rQiAbz4Jc4 .form-wrapper .mbr-form .form-group,
  .cid-rQiAbz4Jc4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rQiAbz4Jc4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rQiAbz4Jc4 .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-rQiAbz4Jc4 .mbr-text {
  text-align: center;
  color: #ff6400;
}
.cid-rQiAbz4Jc4 .pt-0 {
  padding-top: 0 !important;
}
.cid-rQiAbz4Jc4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rQiAbz4Jc4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rQiAbz4Jc4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rQiAbz4Jc4 .modal-open {
  overflow: hidden;
}
.cid-rQiAbz4Jc4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rQiAbz4Jc4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rQiAbz4Jc4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rQiAbz4Jc4 .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-rQiAbz4Jc4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rQiAbz4Jc4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rQiAbz4Jc4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rQiAbz4Jc4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rQiAbz4Jc4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rQiAbz4Jc4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rQiAbz4Jc4 .modal-backdrop.show {
  opacity: .5;
}
.cid-rQiAbz4Jc4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rQiAbz4Jc4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rQiAbz4Jc4 .modal-header .close:hover {
  opacity: 1;
}
.cid-rQiAbz4Jc4 .modal-header .close:focus {
  outline: none;
}
.cid-rQiAbz4Jc4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rQiAbz4Jc4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rQiAbz4Jc4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rQiAbz4Jc4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rQiAbz4Jc4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rQiAbz4Jc4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rQiAbz4Jc4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rQiAbz4Jc4 .modal-sm {
    max-width: 300px;
  }
  .cid-rQiAbz4Jc4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rQiAbz4Jc4 .modal-lg,
  .cid-rQiAbz4Jc4 .modal-xl {
    max-width: 800px;
  }
  .cid-rQiAbz4Jc4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rQiAbz4Jc4 .modal-xl {
    max-width: 1140px;
  }
  .cid-rQiAbz4Jc4 .container {
    max-width: 1140px;
  }
}
.cid-rQiAbz4Jc4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rQiAbz4Jc4 .container {
    max-width: 720px;
  }
}
.cid-rQiAbz4Jc4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rQiAbz4Jc4 .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-rQiAbz4Jc4 .form-group {
  margin-bottom: 1rem;
}
.cid-rQiAbz4Jc4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rQiAbz4Jc4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rQiAbz4Jc4 .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-rVSnjCMhsu .modal-body .close {
  background: #1b1b1b;
}
.cid-rVSnjCMhsu .modal-body .close span {
  font-style: normal;
}
.cid-rVSnjCMhsu .carousel-inner > .active,
.cid-rVSnjCMhsu .carousel-inner > .next,
.cid-rVSnjCMhsu .carousel-inner > .prev {
  display: table;
}
.cid-rVSnjCMhsu .carousel-control .icon-next,
.cid-rVSnjCMhsu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rVSnjCMhsu .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rVSnjCMhsu .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVSnjCMhsu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rVSnjCMhsu .boxed-slider > div {
  position: relative;
}
.cid-rVSnjCMhsu .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rVSnjCMhsu .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rVSnjCMhsu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVSnjCMhsu .mbr-table-cell {
  padding: 0;
}
.cid-rVSnjCMhsu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rVSnjCMhsu .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rVSnjCMhsu .mbr-overlay {
  z-index: 1;
}
.cid-rVSnjCMhsu .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVSnjCMhsu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rVSnjCMhsu .carousel-item .container {
    width: 100%;
  }
}
.cid-rVSnjCMhsu .carousel-item-next.carousel-item-left,
.cid-rVSnjCMhsu .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rVSnjCMhsu .active.carousel-item-right,
.cid-rVSnjCMhsu .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rVSnjCMhsu .active.carousel-item-left,
.cid-rVSnjCMhsu .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rVSnjCMhsu .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rVSnjCMhsu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rVSnjCMhsu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rVSnjCMhsu .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rVSnjCMhsu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rVSnjCMhsu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rVSnjCMhsu .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rVSnjCMhsu .mbr-slider .carousel-indicators li.active,
.cid-rVSnjCMhsu .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rVSnjCMhsu .mbr-slider .carousel-indicators li::after,
.cid-rVSnjCMhsu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rVSnjCMhsu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rVSnjCMhsu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rVSnjCMhsu .mbr-slider > .container img {
  width: 100%;
}
.cid-rVSnjCMhsu .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rVSnjCMhsu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rVSnjCMhsu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rVSnjCMhsu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rVSnjCMhsu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rVSnjCMhsu .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rVSnjCMhsu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rVSnjCMhsu .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rVSnjCMhsu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rVSnjCMhsu .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rVSnjCMhsu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rVSnjCMhsu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rVSnjCMhsu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rVSnjCMhsu h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rVSnjCMhsu .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rVSnjCMhsu .mbr-section-btn {
  margin-top: 100px;
}
.cid-rVSnjCMhsu .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rVSnjCMhsu .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rVSnjCMhsu .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rVSnjCMhsu .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVSnjCMhsu .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rVSnjCMhsu .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rVSnjCMhsu P {
  color: #cebfaf;
}
.cid-rVSnjCMhsu H2 {
  color: #cebfaf;
}
.cid-rQnzt8DQl1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rQnzt8DQl1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQnzt8DQl1 H1 {
  color: #232323;
}
.cid-rQnzt8DQl1 .mbr-text,
.cid-rQnzt8DQl1 .mbr-section-btn {
  color: #716c80;
}
.cid-rQnzt8DQl1 H3 {
  color: #716c80;
}
.cid-rQnzt8DQl1 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQnzt8DQl1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQnzt8DQl1 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQnzt8DQl1 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQnzt8DQl1 .link:hover {
  color: #ff6400 !important;
}
.cid-rQnzt8DQl1 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQnzt8DQl1 DIV {
  color: #57468b;
}
.cid-rQnzt8DQl1 .mbr-text,
.cid-rQnzt8DQl1 .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rQnzt9w9KO {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/horse-riding-header-49.jpg");
}
.cid-rQnzt9w9KO H2 {
  color: #e7272d;
}
.cid-rQnzt9w9KO img {
  max-width: 500px;
  margin: auto;
}
.cid-rQnzt9w9KO H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rQnzt9w9KO .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rQnzt9w9KO .span-row {
  width: 100%;
}
.cid-rQnzt9w9KO .mbr-section-title,
.cid-rQnzt9w9KO .span-row {
  color: #cebfaf;
}
.cid-rQnzt9w9KO .mbr-text,
.cid-rQnzt9w9KO .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQnzt9w9KO .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQnCpqiGz9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQnCpqiGz9 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQnCpqiGz9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rQnCpqiGz9 H1 {
  color: #232323;
}
.cid-rQnCpqiGz9 .mbr-text,
.cid-rQnCpqiGz9 .mbr-section-btn {
  color: #716c80;
}
.cid-rQnCpqiGz9 H3 {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQnCpqiGz9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQnCpqiGz9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQnCpqiGz9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQnCpqiGz9 .link:hover {
  color: #ff6400 !important;
}
.cid-rQnCpqiGz9 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQnCpqiGz9 DIV {
  color: #57468b;
}
.cid-rQnCpqiGz9 .mbr-text,
.cid-rQnCpqiGz9 .media-content {
  color: #767676;
}
.cid-rQnztaqUiY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQnztaqUiY h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rQnztaqUiY .mbr-section-subtitle {
  color: #767676;
}
.cid-rQnztaqUiY .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rQnztaqUiY .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rQnztaqUiY .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rQnztaqUiY .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rQnztaqUiY .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rQnztaqUiY .mbr-text-right {
  color: #0e0e0e;
  text-align: left;
}
.cid-rQnztaqUiY .article-counter-right {
  color: #efefef;
}
.cid-rQnztaqUiY .article-counter-left {
  color: #efefef;
}
.cid-rQnztbe58Z {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rQnztbe58Z .mbr-slider .carousel-control {
  background: #666;
}
.cid-rQnztbe58Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rQnztbe58Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rQnztbe58Z .title {
  padding: 0 2rem;
}
.cid-rQnztbe58Z .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 100%!important;
}
.cid-rQnztbe58Z .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rQnztbe58Z .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rQnztbe58Z .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rQnztbe58Z .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rQnztbe58Z .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rQnztbe58Z .container {
  padding: 0 1rem;
}
.cid-rQnztbe58Z .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rQnztbe58Z .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rQnztbe58Z .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rQnztbe58Z .icon-focus {
  display: none;
}
.cid-rQnztbe58Z .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rQnztbe58Z .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rQnztbe58Z .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-rQnztbe58Z li {
  position: relative;
}
.cid-rQnztbe58Z li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-rQnztbe58Z .btn {
  font-family: Roboto !important;
}
.cid-rQnztbe58Z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rQnztbe58Z .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQnztbe58Z li:not(:last-child):after {
    top: 9px;
  }
  .cid-rQnztbe58Z .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rQnztbe58Z .container {
    padding: 0rem;
  }
  .cid-rQnztbe58Z .title {
    padding: 0 1rem;
  }
}
.cid-rQnztbe58Z H2 {
  color: #89b758;
}
.cid-rYT5PxmvwF {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYT5PxmvwF h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rYT5PxmvwF h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rYT5PxmvwF .card {
  background: #ffffff;
  padding: 0.8rem;
  border-radius: 6px;
}
.cid-rYT5PxmvwF span {
  font-size: 3rem;
  opacity: 0.5;
  color: #cebfaf;
}
.cid-rYT5PxmvwF .user_text {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rYT5PxmvwF .card {
    padding: 1rem;
  }
}
.cid-rYT5PxmvwF .user_name,
.cid-rYT5PxmvwF .align {
  color: #cebfaf;
  text-align: right;
}
.cid-rYT5PxmvwF .mbr-section-subtitle {
  text-align: center;
}
.cid-s2Kw09BTk8 {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/horse-riding-header-40.jpg");
}
@media (max-width: 992px) {
  .cid-s2Kw09BTk8 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s2Kw09BTk8 .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s2Kw09BTk8 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-s2Kw09BTk8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-s2Kw09BTk8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2Kw09BTk8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2Kw09BTk8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2Kw09BTk8 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s2Kw09BTk8 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .cid-s2Kw09BTk8 .box {
    height: 250px;
  }
}
.cid-s2Kw09BTk8 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s2Kw09BTk8 .mbr-section-title,
.cid-s2Kw09BTk8 .span-row {
  color: #cebfaf;
}
.cid-s2Kw09BTk8 .mbr-text,
.cid-s2Kw09BTk8 .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rQnztiUPLp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rQnztiUPLp H1 {
  color: #232323;
  text-align: left;
}
.cid-rQnztiUPLp .align-left {
  margin: auto;
}
.cid-rQnztiUPLp .row {
  justify-content: space-between;
}
.cid-rQnztiUPLp .mbr-text,
.cid-rQnztiUPLp .mbr-section-btn {
  color: #716c80;
}
.cid-rQnztiUPLp .block-border {
  border-left: 3px dotted #e2e2e2;
  padding-left: 4rem;
}
.cid-rQnztiUPLp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rQnztiUPLp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rQnztiUPLp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rQnztiUPLp .link:hover {
  color: #ff6400 !important;
}
.cid-rQnztiUPLp .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rQnztiUPLp DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rQnztiUPLp .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rQnztiUPLp h1 {
    padding-bottom: 1rem;
  }
}
.cid-rQnztiUPLp .mbr-text,
.cid-rQnztiUPLp .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rVjz0j0kg9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjz0j0kg9 h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjz0j0kg9 h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjz0j0kg9 .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjz0j0kg9 span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjz0j0kg9 .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjz0j0kg9 .card {
    padding: 1rem;
  }
}
.cid-rVjz0j0kg9 .user_name,
.cid-rVjz0j0kg9 .align {
  color: #cccccc;
}
.cid-rVjz0j0kg9 .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjyYZ6GTj {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjyYZ6GTj .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjyYZ6GTj .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjyYZ6GTj H2 {
  color: #e7272d;
}
.cid-rVjyYZ6GTj .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjyYZ6GTj .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjyYZ6GTj .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyYZ6GTj .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjyYZ6GTj .col-lg-12 {
  overflow: hidden;
}
.cid-rVjyYZ6GTj H4 {
  color: #ff6400;
}
.cid-rVjyYZ6GTj .mbr-text,
.cid-rVjyYZ6GTj .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjyYZ6GTj .logo-wrap:before {
    content: none;
  }
  .cid-rVjyYZ6GTj .logo-wrap:after {
    content: none;
  }
}
.cid-rVjyYZ6GTj H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rZ3EXR9Cp6 .modal-body .close {
  background: #1b1b1b;
}
.cid-rZ3EXR9Cp6 .modal-body .close span {
  font-style: normal;
}
.cid-rZ3EXR9Cp6 .carousel-inner > .active,
.cid-rZ3EXR9Cp6 .carousel-inner > .next,
.cid-rZ3EXR9Cp6 .carousel-inner > .prev {
  display: table;
}
.cid-rZ3EXR9Cp6 .carousel-control .icon-next,
.cid-rZ3EXR9Cp6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rZ3EXR9Cp6 .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rZ3EXR9Cp6 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rZ3EXR9Cp6 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rZ3EXR9Cp6 .boxed-slider > div {
  position: relative;
}
.cid-rZ3EXR9Cp6 .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rZ3EXR9Cp6 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rZ3EXR9Cp6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rZ3EXR9Cp6 .mbr-table-cell {
  padding: 0;
}
.cid-rZ3EXR9Cp6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rZ3EXR9Cp6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rZ3EXR9Cp6 .mbr-overlay {
  z-index: 1;
}
.cid-rZ3EXR9Cp6 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rZ3EXR9Cp6 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rZ3EXR9Cp6 .carousel-item .container {
    width: 100%;
  }
}
.cid-rZ3EXR9Cp6 .carousel-item-next.carousel-item-left,
.cid-rZ3EXR9Cp6 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rZ3EXR9Cp6 .active.carousel-item-right,
.cid-rZ3EXR9Cp6 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rZ3EXR9Cp6 .active.carousel-item-left,
.cid-rZ3EXR9Cp6 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rZ3EXR9Cp6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-indicators li.active,
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-indicators li::after,
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rZ3EXR9Cp6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rZ3EXR9Cp6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rZ3EXR9Cp6 .mbr-slider > .container img {
  width: 100%;
}
.cid-rZ3EXR9Cp6 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rZ3EXR9Cp6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rZ3EXR9Cp6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rZ3EXR9Cp6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rZ3EXR9Cp6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rZ3EXR9Cp6 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rZ3EXR9Cp6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rZ3EXR9Cp6 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rZ3EXR9Cp6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rZ3EXR9Cp6 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rZ3EXR9Cp6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rZ3EXR9Cp6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rZ3EXR9Cp6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rZ3EXR9Cp6 h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rZ3EXR9Cp6 .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rZ3EXR9Cp6 .mbr-section-btn {
  margin-top: 100px;
}
.cid-rZ3EXR9Cp6 .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rZ3EXR9Cp6 .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rZ3EXR9Cp6 .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rZ3EXR9Cp6 .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rZ3EXR9Cp6 .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rZ3EXR9Cp6 .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rZ3EXR9Cp6 P {
  color: #cebfaf;
}
.cid-rZ3EXR9Cp6 H2 {
  color: #cebfaf;
}
.cid-rZ3FsZCI2z {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ3FsZCI2z .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rZ3FsZCI2z img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rZ3FsZCI2z H1 {
  color: #2c1608;
}
.cid-rZ3FsZCI2z .mbr-text,
.cid-rZ3FsZCI2z .mbr-section-btn {
  color: #716c80;
}
.cid-rZ3FsZCI2z H3 {
  color: #ff6400;
}
.cid-rZ3FsZCI2z .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rZ3FsZCI2z .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rZ3FsZCI2z .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rZ3FsZCI2z .link:hover {
  color: #ff6400 !important;
}
.cid-rZ3FsZCI2z .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rZ3FsZCI2z DIV {
  color: #57468b;
}
.cid-rZ3FsZCI2z .mbr-text,
.cid-rZ3FsZCI2z .media-content {
  color: #232323;
  text-align: left;
}
.cid-rZ3FAptxBH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZ3FAptxBH .mbr-slider .carousel-control {
  background: #666;
}
.cid-rZ3FAptxBH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZ3FAptxBH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZ3FAptxBH .title {
  padding: 0 2rem;
}
.cid-rZ3FAptxBH .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-rZ3FAptxBH .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-rZ3FAptxBH .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #666;
  transition: all 0.9s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-rZ3FAptxBH .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #666;
  transition: all 0.9s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-rZ3FAptxBH .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-rZ3FAptxBH .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-rZ3FAptxBH .container {
  padding: 0 1rem;
}
.cid-rZ3FAptxBH .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-rZ3FAptxBH .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rZ3FAptxBH .mbr-slider .modal-body .close {
  background: #666;
}
.cid-rZ3FAptxBH .icon-focus {
  display: none;
}
.cid-rZ3FAptxBH .btn-primary-outline {
  border: none!important;
  color: black!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-rZ3FAptxBH .btn-primary-outline:hover {
  background: transparent!important;
  color: #ff6400 !important;
}
.cid-rZ3FAptxBH .btn-primary-outline:active {
  background: transparent!important;
  color: black!important;
}
.cid-rZ3FAptxBH li {
  position: relative;
}
.cid-rZ3FAptxBH li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: #191919;
  transform: rotate(35deg);
}
.cid-rZ3FAptxBH .btn {
  font-family: Roboto !important;
}
.cid-rZ3FAptxBH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-rZ3FAptxBH .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rZ3FAptxBH li:not(:last-child):after {
    top: 9px;
  }
  .cid-rZ3FAptxBH .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-rZ3FAptxBH .container {
    padding: 0rem;
  }
  .cid-rZ3FAptxBH .title {
    padding: 0 1rem;
  }
}
.cid-rZ3FAptxBH H2 {
  color: #89b758;
}
.cid-rZ3ERKibXt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZ3ERKibXt h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rZ3ERKibXt h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rZ3ERKibXt .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rZ3ERKibXt span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rZ3ERKibXt .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rZ3ERKibXt .card {
    padding: 1rem;
  }
}
.cid-rZ3ERKibXt .user_name,
.cid-rZ3ERKibXt .align {
  color: #cccccc;
}
.cid-rZ3ERKibXt .mbr-section-subtitle {
  text-align: center;
}
.cid-rZ3ERM3Zpq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rZ3ERM3Zpq .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rZ3ERM3Zpq .row {
  border-bottom: 1px solid #808080;
}
.cid-rZ3ERM3Zpq H2 {
  color: #e7272d;
}
.cid-rZ3ERM3Zpq .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rZ3ERM3Zpq .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rZ3ERM3Zpq .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rZ3ERM3Zpq .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rZ3ERM3Zpq .col-lg-12 {
  overflow: hidden;
}
.cid-rZ3ERM3Zpq H4 {
  color: #ff6400;
}
.cid-rZ3ERM3Zpq .mbr-text,
.cid-rZ3ERM3Zpq .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rZ3ERM3Zpq .logo-wrap:before {
    content: none;
  }
  .cid-rZ3ERM3Zpq .logo-wrap:after {
    content: none;
  }
}
.cid-rZ3ERM3Zpq H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-s2yGeObeAz .modal-body .close {
  background: #1b1b1b;
}
.cid-s2yGeObeAz .modal-body .close span {
  font-style: normal;
}
.cid-s2yGeObeAz .carousel-inner > .active,
.cid-s2yGeObeAz .carousel-inner > .next,
.cid-s2yGeObeAz .carousel-inner > .prev {
  display: table;
}
.cid-s2yGeObeAz .carousel-control .icon-next,
.cid-s2yGeObeAz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-s2yGeObeAz .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-s2yGeObeAz .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s2yGeObeAz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s2yGeObeAz .boxed-slider > div {
  position: relative;
}
.cid-s2yGeObeAz .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-s2yGeObeAz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s2yGeObeAz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s2yGeObeAz .mbr-table-cell {
  padding: 0;
}
.cid-s2yGeObeAz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s2yGeObeAz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s2yGeObeAz .mbr-overlay {
  z-index: 1;
}
.cid-s2yGeObeAz .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s2yGeObeAz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s2yGeObeAz .carousel-item .container {
    width: 100%;
  }
}
.cid-s2yGeObeAz .carousel-item-next.carousel-item-left,
.cid-s2yGeObeAz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s2yGeObeAz .active.carousel-item-right,
.cid-s2yGeObeAz .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s2yGeObeAz .active.carousel-item-left,
.cid-s2yGeObeAz .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s2yGeObeAz .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-s2yGeObeAz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2yGeObeAz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2yGeObeAz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-s2yGeObeAz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-s2yGeObeAz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-s2yGeObeAz .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-s2yGeObeAz .mbr-slider .carousel-indicators li.active,
.cid-s2yGeObeAz .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-s2yGeObeAz .mbr-slider .carousel-indicators li::after,
.cid-s2yGeObeAz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s2yGeObeAz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s2yGeObeAz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s2yGeObeAz .mbr-slider > .container img {
  width: 100%;
}
.cid-s2yGeObeAz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s2yGeObeAz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s2yGeObeAz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s2yGeObeAz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s2yGeObeAz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s2yGeObeAz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s2yGeObeAz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s2yGeObeAz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s2yGeObeAz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s2yGeObeAz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s2yGeObeAz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s2yGeObeAz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s2yGeObeAz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s2yGeObeAz h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2yGeObeAz .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-s2yGeObeAz .mbr-section-btn {
  margin-top: 100px;
}
.cid-s2yGeObeAz .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-s2yGeObeAz .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-s2yGeObeAz .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-s2yGeObeAz .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-s2yGeObeAz .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-s2yGeObeAz .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-s2yGeObeAz P {
  color: #cebfaf;
}
.cid-s2yGeObeAz H2 {
  color: #cebfaf;
}
.cid-s2yH1Wzi4E {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2yH1Wzi4E img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-s2yH1Wzi4E H1 {
  color: #e7272d;
  text-align: center;
}
.cid-s2yH1Wzi4E .mbr-text,
.cid-s2yH1Wzi4E .mbr-section-btn {
  color: #716c80;
}
.cid-s2yH1Wzi4E H3 {
  color: #4f4943;
  text-align: center;
}
.cid-s2yH1Wzi4E .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s2yH1Wzi4E .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-s2yH1Wzi4E .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-s2yH1Wzi4E .link:hover {
  color: #ff6400 !important;
}
.cid-s2yH1Wzi4E .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-s2yH1Wzi4E DIV {
  color: #57468b;
}
.cid-s2yGXm4Gog {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s2yGXm4Gog .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-s2yGXm4Gog .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #4f4943;
}
.cid-s2yGXm4Gog .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-s2yGXm4Gog .mbr-section-btn {
  margin-top: 45px;
}
.cid-s2yGXm4Gog .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-s2yGXm4Gog img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-s2yGXm4Gog .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-s2yGXm4Gog .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-s2yGXm4Gog .mbr-text {
    margin-top: 10px;
  }
}
.cid-s2yGXm4Gog .mbr-text,
.cid-s2yGXm4Gog .mbr-section-btn {
  color: #0e0e0e;
}
.cid-s2yGeRVEjq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-s2yGeRVEjq .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-s2yGeRVEjq .row {
  border-bottom: 1px solid #808080;
}
.cid-s2yGeRVEjq H2 {
  color: #e7272d;
}
.cid-s2yGeRVEjq .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-s2yGeRVEjq .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-s2yGeRVEjq .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s2yGeRVEjq .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s2yGeRVEjq .col-lg-12 {
  overflow: hidden;
}
.cid-s2yGeRVEjq H4 {
  color: #ff6400;
}
.cid-s2yGeRVEjq .mbr-text,
.cid-s2yGeRVEjq .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-s2yGeRVEjq .logo-wrap:before {
    content: none;
  }
  .cid-s2yGeRVEjq .logo-wrap:after {
    content: none;
  }
}
.cid-s2yGeRVEjq H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rW3YtCmyJI .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3YtCmyJI .modal-body .close span {
  font-style: normal;
}
.cid-rW3YtCmyJI .carousel-inner > .active,
.cid-rW3YtCmyJI .carousel-inner > .next,
.cid-rW3YtCmyJI .carousel-inner > .prev {
  display: table;
}
.cid-rW3YtCmyJI .carousel-control .icon-next,
.cid-rW3YtCmyJI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3YtCmyJI .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3YtCmyJI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3YtCmyJI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3YtCmyJI .boxed-slider > div {
  position: relative;
}
.cid-rW3YtCmyJI .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3YtCmyJI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3YtCmyJI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3YtCmyJI .mbr-table-cell {
  padding: 0;
}
.cid-rW3YtCmyJI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3YtCmyJI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3YtCmyJI .mbr-overlay {
  z-index: 1;
}
.cid-rW3YtCmyJI .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3YtCmyJI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3YtCmyJI .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3YtCmyJI .carousel-item-next.carousel-item-left,
.cid-rW3YtCmyJI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3YtCmyJI .active.carousel-item-right,
.cid-rW3YtCmyJI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3YtCmyJI .active.carousel-item-left,
.cid-rW3YtCmyJI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3YtCmyJI .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3YtCmyJI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3YtCmyJI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3YtCmyJI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3YtCmyJI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3YtCmyJI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3YtCmyJI .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3YtCmyJI .mbr-slider .carousel-indicators li.active,
.cid-rW3YtCmyJI .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3YtCmyJI .mbr-slider .carousel-indicators li::after,
.cid-rW3YtCmyJI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3YtCmyJI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3YtCmyJI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3YtCmyJI .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3YtCmyJI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3YtCmyJI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3YtCmyJI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3YtCmyJI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3YtCmyJI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3YtCmyJI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3YtCmyJI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3YtCmyJI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3YtCmyJI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3YtCmyJI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3YtCmyJI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3YtCmyJI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3YtCmyJI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3YtCmyJI h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3YtCmyJI .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3YtCmyJI .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3YtCmyJI .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3YtCmyJI .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3YtCmyJI .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3YtCmyJI .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3YtCmyJI .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3YtCmyJI .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3YtCmyJI P {
  color: #cebfaf;
}
.cid-rW3YtCmyJI H2 {
  color: #cebfaf;
}
.cid-rOGfQ6ZObF {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOGfQ6ZObF .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOGfQ6ZObF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOGfQ6ZObF H1 {
  color: #232323;
}
.cid-rOGfQ6ZObF .mbr-text,
.cid-rOGfQ6ZObF .mbr-section-btn {
  color: #716c80;
}
.cid-rOGfQ6ZObF H3 {
  color: #ff6400;
}
.cid-rOGfQ6ZObF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOGfQ6ZObF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOGfQ6ZObF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOGfQ6ZObF .link:hover {
  color: #ff6400 !important;
}
.cid-rOGfQ6ZObF .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOGfQ6ZObF DIV {
  color: #57468b;
}
.cid-rOGfQ6ZObF .mbr-text,
.cid-rOGfQ6ZObF .media-content {
  color: #0e0e0e;
  text-align: left;
}
.cid-rOGfQ7OkG4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOGfQ7OkG4 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rOGfQ7OkG4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rOGfQ7OkG4 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOGfQ7OkG4 .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rOGfQ7OkG4 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rOGfQ7OkG4 .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rOGfQ7OkG4 .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rOGfQ7OkG4 .mbr-text-right {
  color: #232323;
  text-align: left;
}
.cid-rOGfQ8xEuH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rOGfQ8xEuH h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-rOGfQ8xEuH .mbr-section-subtitle {
  color: #767676;
}
.cid-rOGfQ8xEuH .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOGfQ8xEuH .mbr-iconfont {
  position: relative;
  top: 10px;
  left: 5px;
}
.cid-rOGfQ8xEuH .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-rOGfQ8xEuH .article-right-border {
    border-right: 3px dotted #e2e2e2;
  }
}
.cid-rOGfQ8xEuH .mbr-text-left {
  color: #0e0e0e;
  text-align: right;
}
.cid-rOGfQ8xEuH .mbr-text-right {
  color: #232323;
  text-align: left;
}
.cid-rOGfQ9ppND {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rOGfQ9ppND .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOGfQ9ppND .card-header {
  background: transparent;
}
.cid-rOGfQ9ppND .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rOGfQ9ppND .panel-group {
  border-top: 1px solid #efefef;
}
.cid-rOGfQ9ppND .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rOGfQ9ppND .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rOGfQ9ppND .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rOGfQ9ppND .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rOGfQ9ppND .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rOGfQ9ppND .card .panel-body {
  color: #767676;
}
.cid-rOGfQ9ppND h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #efefef;
  padding: 1.4rem 1.6rem;
}
.cid-rOGfQ9ppND H4 {
  color: #232323;
}
.cid-rOGfQ9ppND SPAN {
  color: #ff6800;
}
.cid-rOGfQ9ppND H2 {
  color: #232323;
}
.cid-rOGfQ9ppND .panel-text {
  color: #0e0e0e;
}
.cid-rWr4T7QeGR {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWr4T7QeGR h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rWr4T7QeGR h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rWr4T7QeGR .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rWr4T7QeGR span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rWr4T7QeGR .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rWr4T7QeGR .card {
    padding: 1rem;
  }
}
.cid-rWr4T7QeGR .user_name,
.cid-rWr4T7QeGR .align {
  color: #cccccc;
}
.cid-rWr4T7QeGR .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjwG1M3Vp {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjwG1M3Vp .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjwG1M3Vp .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjwG1M3Vp H2 {
  color: #e7272d;
}
.cid-rVjwG1M3Vp .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjwG1M3Vp .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjwG1M3Vp .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjwG1M3Vp .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjwG1M3Vp .col-lg-12 {
  overflow: hidden;
}
.cid-rVjwG1M3Vp H4 {
  color: #ff6400;
}
.cid-rVjwG1M3Vp .mbr-text,
.cid-rVjwG1M3Vp .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjwG1M3Vp .logo-wrap:before {
    content: none;
  }
  .cid-rVjwG1M3Vp .logo-wrap:after {
    content: none;
  }
}
.cid-rVjwG1M3Vp H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rXKHNODfjF .modal-body .close {
  background: #1b1b1b;
}
.cid-rXKHNODfjF .modal-body .close span {
  font-style: normal;
}
.cid-rXKHNODfjF .carousel-inner > .active,
.cid-rXKHNODfjF .carousel-inner > .next,
.cid-rXKHNODfjF .carousel-inner > .prev {
  display: table;
}
.cid-rXKHNODfjF .carousel-control .icon-next,
.cid-rXKHNODfjF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rXKHNODfjF .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rXKHNODfjF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXKHNODfjF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rXKHNODfjF .boxed-slider > div {
  position: relative;
}
.cid-rXKHNODfjF .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rXKHNODfjF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rXKHNODfjF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXKHNODfjF .mbr-table-cell {
  padding: 0;
}
.cid-rXKHNODfjF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rXKHNODfjF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rXKHNODfjF .mbr-overlay {
  z-index: 1;
}
.cid-rXKHNODfjF .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXKHNODfjF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rXKHNODfjF .carousel-item .container {
    width: 100%;
  }
}
.cid-rXKHNODfjF .carousel-item-next.carousel-item-left,
.cid-rXKHNODfjF .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rXKHNODfjF .active.carousel-item-right,
.cid-rXKHNODfjF .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rXKHNODfjF .active.carousel-item-left,
.cid-rXKHNODfjF .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rXKHNODfjF .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rXKHNODfjF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rXKHNODfjF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rXKHNODfjF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rXKHNODfjF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rXKHNODfjF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rXKHNODfjF .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rXKHNODfjF .mbr-slider .carousel-indicators li.active,
.cid-rXKHNODfjF .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rXKHNODfjF .mbr-slider .carousel-indicators li::after,
.cid-rXKHNODfjF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rXKHNODfjF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rXKHNODfjF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rXKHNODfjF .mbr-slider > .container img {
  width: 100%;
}
.cid-rXKHNODfjF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rXKHNODfjF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rXKHNODfjF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rXKHNODfjF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rXKHNODfjF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rXKHNODfjF .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rXKHNODfjF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rXKHNODfjF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rXKHNODfjF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rXKHNODfjF .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rXKHNODfjF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rXKHNODfjF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rXKHNODfjF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rXKHNODfjF h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rXKHNODfjF .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rXKHNODfjF .mbr-section-btn {
  margin-top: 100px;
}
.cid-rXKHNODfjF .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rXKHNODfjF .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rXKHNODfjF .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rXKHNODfjF .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXKHNODfjF .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rXKHNODfjF .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rXKHNODfjF P {
  color: #cebfaf;
  text-align: center;
}
.cid-rXKHNODfjF H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-rUVuCoqhCv {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVuCoqhCv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rUVuCoqhCv H1 {
  color: #2c1608;
}
.cid-rUVuCoqhCv .mbr-text,
.cid-rUVuCoqhCv .mbr-section-btn {
  color: #716c80;
}
.cid-rUVuCoqhCv H3 {
  color: #4f4943;
}
.cid-rUVuCoqhCv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rUVuCoqhCv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rUVuCoqhCv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rUVuCoqhCv .link:hover {
  color: #ff6400 !important;
}
.cid-rUVuCoqhCv .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rUVuCoqhCv DIV {
  color: #57468b;
}
.cid-rUVuCoqhCv .mbr-text,
.cid-rUVuCoqhCv .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVuCoqhCv .span {
  color: #4f4943;
  text-align: left;
}
.cid-rUVuCpeWdB {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUVuCpeWdB H2 {
  color: #ff6400;
}
.cid-rUVuCpeWdB .mbr-text,
.cid-rUVuCpeWdB .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rUVuCpeWdB .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-rUVuCpeWdB .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-rUVuCpeWdB .mbr-figure {
  height: 100%;
}
.cid-rUVuCpeWdB .card-img {
  padding: 0 2rem;
}
.cid-rUVuCpeWdB img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-rUVuCpeWdB H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-rUVuCpeWdB .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-rUVuCpeWdB .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-rUVuCpeWdB .container {
    padding: 0 3rem;
  }
  .cid-rUVuCpeWdB .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUVuCpeWdB .container {
    padding: 0 2rem;
  }
  .cid-rUVuCpeWdB .card-img {
    width: 100%;
  }
  .cid-rUVuCpeWdB .center-card {
    padding: 1rem;
  }
}
.cid-rUVuCq9mCa {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-rUVuCq9mCa H2 {
  color: #e7272d;
}
.cid-rUVuCq9mCa img {
  max-width: 500px;
  margin: auto;
}
.cid-rUVuCq9mCa H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rUVuCq9mCa .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rUVuCq9mCa .span-row {
  width: 100%;
}
.cid-rUVuCq9mCa .mbr-section-title,
.cid-rUVuCq9mCa .span-row {
  color: #cebfaf;
}
.cid-rUVuCq9mCa .mbr-text,
.cid-rUVuCq9mCa .mbr-section-btn {
  color: #cebfaf;
}
.cid-rUVuCqV5Th {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rUVuCqV5Th .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rUVuCqV5Th .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rUVuCqV5Th .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rUVuCqV5Th .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rUVuCqV5Th .menu-row {
  margin: 0;
}
.cid-rUVuCqV5Th .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-rUVuCqV5Th .card-header {
  background: transparent;
}
.cid-rUVuCqV5Th .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rUVuCqV5Th .card-subtitle {
  margin: 0;
}
.cid-rUVuCqV5Th .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rUVuCqV5Th .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rUVuCqV5Th .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rUVuCqV5Th .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVuCqV5Th .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVuCqV5Th .card .panel-body {
  color: #767676;
}
.cid-rUVuCqV5Th h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rUVuCqV5Th H4 {
  color: #4f4943;
}
.cid-rUVuCqV5Th H2 {
  color: #222222;
}
.cid-rUVuCqV5Th .panel-text {
  color: #232323;
}
.cid-rUVuCqV5Th .box-text {
  color: #232323;
}
.cid-rUVuCqV5Th SPAN {
  color: #ff6800;
}
.cid-rUVuCqV5Th .item-title {
  color: #4f4943;
}
.cid-rUVuCqV5Th .mbr-section-title,
.cid-rUVuCqV5Th .underline {
  color: #232323;
  text-align: center;
}
.cid-rUVuCqV5Th .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-rUVuCsxXSF {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-image: url("../../../assets/images/western-trekking.jpg");
}
.cid-rUVuCsxXSF li {
  list-style: none;
}
.cid-rUVuCsxXSF .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-rUVuCsxXSF .item-wrap:hover .mbr-iconfont {
  color: #767676 !important;
}
.cid-rUVuCsxXSF .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-rUVuCsxXSF h4 {
  margin: 0;
}
.cid-rUVuCsxXSF ul {
  padding: 0;
  margin: 0;
}
.cid-rUVuCsxXSF .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rUVuCsxXSF .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-rUVuCsxXSF .accordion .card {
  overflow: hidden;
}
.cid-rUVuCsxXSF .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-rUVuCsxXSF .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-rUVuCsxXSF .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-rUVuCsxXSF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rUVuCsxXSF .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-rUVuCsxXSF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rUVuCsxXSF .card .panel-body {
  color: #767676;
}
.cid-rUVuCsxXSF .card:hover {
  background: #efefef;
}
.cid-rUVuCsxXSF .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-rUVuCsxXSF .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-rUVuCsxXSF .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rUVuCsxXSF .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-rUVuCsxXSF .panel-collapse {
  margin-top: -1px;
}
.cid-rUVuCsxXSF H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rUVuCsxXSF .panel-text {
    padding: 0 0.5rem;
  }
  .cid-rUVuCsxXSF .icon-left {
    margin-left: 0.5rem;
  }
  .cid-rUVuCsxXSF .sign {
    margin-right: 0.5rem;
  }
}
.cid-rUVuCsxXSF H3 {
  text-align: left;
  color: #ff6400;
}
.cid-rUVuCsxXSF H2 {
  color: #000000;
}
.cid-rUVuCsxXSF .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-rUVuCv7rr5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUVuCv7rr5 .mbr-text {
  color: #767676;
}
.cid-rUVuCv7rr5 .card-subtitle {
  margin: 0;
}
.cid-rUVuCv7rr5 .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-rUVuCv7rr5 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-rUVuCv7rr5 .card-box {
  padding: 1rem;
}
.cid-rUVuCv7rr5 .link {
  transition: all 0.3s;
}
.cid-rUVuCv7rr5 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-rUVuCv7rr5 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-rUVuCv7rr5 .mbr-section-btn .btn {
  border: 0px;
}
.cid-rUVuCv7rr5 .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-rUVuCv7rr5 h4,
.cid-rUVuCv7rr5 h6,
.cid-rUVuCv7rr5 h5 {
  margin: 0;
}
.cid-rUVuCv7rr5 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-rUVuCv7rr5 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-rUVuCv7rr5 .link-wrap:hover {
  color: #ff6400;
}
.cid-rUVuCv7rr5 .link-wrap:hover .link {
  color: #ff6400;
}
.cid-rUVuCv7rr5 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-rUVuCv7rr5 .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-rUVuCv7rr5 .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-rUVuCv7rr5 .icon-wrap span {
  margin-right: 8px;
}
.cid-rUVuCv7rr5 .icon-padding {
  padding-left: 2rem;
}
.cid-rUVuCv7rr5 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-rUVuCv7rr5 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-rUVuCv7rr5 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-rUVuCv7rr5 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-rUVuCv7rr5 .card:hover img {
  transform: scale(1.1);
}
.cid-rUVuCv7rr5 .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-rUVuCv7rr5 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVuCv7rr5 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-rUVuCv7rr5 .row {
  justify-content: center;
}
.cid-rUVuCv7rr5 .location,
.cid-rUVuCv7rr5 .icon-wrap {
  color: #ff6400;
}
.cid-rUVuCv7rr5 .link,
.cid-rUVuCv7rr5 .link-wrap,
.cid-rUVuCv7rr5 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-rUVuCv7rr5 .wrapper {
    flex-direction: column;
  }
  .cid-rUVuCv7rr5 .icon-padding {
    padding-left: 0rem;
  }
  .cid-rUVuCv7rr5 .card-box {
    padding: 0;
  }
}
.cid-rUVuCv7rr5 H2 {
  color: #ff6400;
}
.cid-rUVuCv7rr5 .mbr-text,
.cid-rUVuCv7rr5 .link {
  color: #0e0e0e;
}
.cid-rVtVkV3FZf {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/horse-riding-header-46.jpg");
}
@media (max-width: 992px) {
  .cid-rVtVkV3FZf {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-rVtVkV3FZf .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-rVtVkV3FZf .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-rVtVkV3FZf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 10);
  width: 100%;
  height: 100%;
}
.cid-rVtVkV3FZf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVtVkV3FZf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVtVkV3FZf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #666;
  padding: 20px;
  border-radius: 50%;
}
.cid-rVtVkV3FZf a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rVtVkV3FZf {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .cid-rVtVkV3FZf .box {
    height: 250px;
  }
}
.cid-rVtVkV3FZf .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rVtVkV3FZf .mbr-section-title,
.cid-rVtVkV3FZf .span-row {
  color: #cebfaf;
}
.cid-rVtVkV3FZf .mbr-text,
.cid-rVtVkV3FZf .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-rUVuCy6oyg {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUVuCy6oyg blockquote {
  border-width: 1px;
  border-color: #ff5400;
  padding: 0 0 0 50px;
}
.cid-rUVuCy6oyg .mbr-text,
.cid-rUVuCy6oyg .blockquote-quote {
  color: #0e0e0e;
}
.cid-rUVuCy6oyg footer {
  font-style: normal;
}
.cid-rVjqCGhWGZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVjqCGhWGZ h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rVjqCGhWGZ h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rVjqCGhWGZ .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rVjqCGhWGZ span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rVjqCGhWGZ .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rVjqCGhWGZ .card {
    padding: 1rem;
  }
}
.cid-rVjqCGhWGZ .user_name,
.cid-rVjqCGhWGZ .align {
  color: #cccccc;
}
.cid-rVjqCGhWGZ .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjB88HCRS {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjB88HCRS .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjB88HCRS .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjB88HCRS H2 {
  color: #e7272d;
}
.cid-rVjB88HCRS .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjB88HCRS .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjB88HCRS .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjB88HCRS .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjB88HCRS .col-lg-12 {
  overflow: hidden;
}
.cid-rVjB88HCRS H4 {
  color: #ff6400;
}
.cid-rVjB88HCRS .mbr-text,
.cid-rVjB88HCRS .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjB88HCRS .logo-wrap:before {
    content: none;
  }
  .cid-rVjB88HCRS .logo-wrap:after {
    content: none;
  }
}
.cid-rVjB88HCRS H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-rY67RfFLRt.popup-builder {
  background-color: #ffffff;
}
.cid-rY67RfFLRt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rY67RfFLRt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rY67RfFLRt .modal-content,
.cid-rY67RfFLRt .modal-dialog {
  height: auto;
}
.cid-rY67RfFLRt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rY67RfFLRt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rY67RfFLRt .form-wrapper .mbr-form .form-group,
  .cid-rY67RfFLRt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rY67RfFLRt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rY67RfFLRt .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-rY67RfFLRt .mbr-text {
  text-align: center;
}
.cid-rY67RfFLRt .pt-0 {
  padding-top: 0 !important;
}
.cid-rY67RfFLRt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rY67RfFLRt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rY67RfFLRt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rY67RfFLRt .modal-open {
  overflow: hidden;
}
.cid-rY67RfFLRt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rY67RfFLRt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rY67RfFLRt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rY67RfFLRt .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-rY67RfFLRt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rY67RfFLRt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rY67RfFLRt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rY67RfFLRt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rY67RfFLRt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rY67RfFLRt .modal-backdrop.fade {
  opacity: 0;
}
.cid-rY67RfFLRt .modal-backdrop.show {
  opacity: .5;
}
.cid-rY67RfFLRt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rY67RfFLRt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rY67RfFLRt .modal-header .close:hover {
  opacity: 1;
}
.cid-rY67RfFLRt .modal-header .close:focus {
  outline: none;
}
.cid-rY67RfFLRt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rY67RfFLRt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rY67RfFLRt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rY67RfFLRt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rY67RfFLRt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rY67RfFLRt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rY67RfFLRt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rY67RfFLRt .modal-sm {
    max-width: 300px;
  }
  .cid-rY67RfFLRt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rY67RfFLRt .modal-lg,
  .cid-rY67RfFLRt .modal-xl {
    max-width: 800px;
  }
  .cid-rY67RfFLRt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rY67RfFLRt .modal-xl {
    max-width: 1140px;
  }
  .cid-rY67RfFLRt .container {
    max-width: 1140px;
  }
}
.cid-rY67RfFLRt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rY67RfFLRt .container {
    max-width: 720px;
  }
}
.cid-rY67RfFLRt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rY67RfFLRt .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-rY67RfFLRt .form-group {
  margin-bottom: 1rem;
}
.cid-rY67RfFLRt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rY67RfFLRt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rY67RfFLRt .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-rYHX1itWWi.popup-builder {
  background-color: #ffffff;
}
.cid-rYHX1itWWi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHX1itWWi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHX1itWWi .modal-content,
.cid-rYHX1itWWi .modal-dialog {
  height: auto;
}
.cid-rYHX1itWWi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHX1itWWi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHX1itWWi .form-wrapper .mbr-form .form-group,
  .cid-rYHX1itWWi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHX1itWWi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHX1itWWi .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-rYHX1itWWi .mbr-text {
  text-align: center;
}
.cid-rYHX1itWWi .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHX1itWWi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHX1itWWi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHX1itWWi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHX1itWWi .modal-open {
  overflow: hidden;
}
.cid-rYHX1itWWi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHX1itWWi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHX1itWWi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHX1itWWi .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-rYHX1itWWi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHX1itWWi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHX1itWWi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHX1itWWi .modal-content {
  background: #efefef;
  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-rYHX1itWWi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHX1itWWi .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHX1itWWi .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHX1itWWi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHX1itWWi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHX1itWWi .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHX1itWWi .modal-header .close:focus {
  outline: none;
}
.cid-rYHX1itWWi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHX1itWWi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHX1itWWi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHX1itWWi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHX1itWWi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHX1itWWi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHX1itWWi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHX1itWWi .modal-sm {
    max-width: 300px;
  }
  .cid-rYHX1itWWi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHX1itWWi .modal-lg,
  .cid-rYHX1itWWi .modal-xl {
    max-width: 800px;
  }
  .cid-rYHX1itWWi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHX1itWWi .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHX1itWWi .container {
    max-width: 1140px;
  }
}
.cid-rYHX1itWWi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHX1itWWi .container {
    max-width: 720px;
  }
}
.cid-rYHX1itWWi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHX1itWWi .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-rYHX1itWWi .form-group {
  margin-bottom: 1rem;
}
.cid-rYHX1itWWi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHX1itWWi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHX1itWWi .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-rYHXcasks2.popup-builder {
  background-color: #ffffff;
}
.cid-rYHXcasks2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHXcasks2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHXcasks2 .modal-content,
.cid-rYHXcasks2 .modal-dialog {
  height: auto;
}
.cid-rYHXcasks2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHXcasks2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHXcasks2 .form-wrapper .mbr-form .form-group,
  .cid-rYHXcasks2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHXcasks2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHXcasks2 .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-rYHXcasks2 .mbr-text {
  text-align: center;
}
.cid-rYHXcasks2 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHXcasks2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHXcasks2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHXcasks2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHXcasks2 .modal-open {
  overflow: hidden;
}
.cid-rYHXcasks2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHXcasks2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHXcasks2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHXcasks2 .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-rYHXcasks2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHXcasks2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHXcasks2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHXcasks2 .modal-content {
  background: #efefef;
  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-rYHXcasks2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHXcasks2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHXcasks2 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHXcasks2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHXcasks2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHXcasks2 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHXcasks2 .modal-header .close:focus {
  outline: none;
}
.cid-rYHXcasks2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHXcasks2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHXcasks2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHXcasks2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHXcasks2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHXcasks2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHXcasks2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHXcasks2 .modal-sm {
    max-width: 300px;
  }
  .cid-rYHXcasks2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHXcasks2 .modal-lg,
  .cid-rYHXcasks2 .modal-xl {
    max-width: 800px;
  }
  .cid-rYHXcasks2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHXcasks2 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHXcasks2 .container {
    max-width: 1140px;
  }
}
.cid-rYHXcasks2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHXcasks2 .container {
    max-width: 720px;
  }
}
.cid-rYHXcasks2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHXcasks2 .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-rYHXcasks2 .form-group {
  margin-bottom: 1rem;
}
.cid-rYHXcasks2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHXcasks2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHXcasks2 .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-rYHXl0vF0k.popup-builder {
  background-color: #ffffff;
}
.cid-rYHXl0vF0k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHXl0vF0k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHXl0vF0k .modal-content,
.cid-rYHXl0vF0k .modal-dialog {
  height: auto;
}
.cid-rYHXl0vF0k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHXl0vF0k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHXl0vF0k .form-wrapper .mbr-form .form-group,
  .cid-rYHXl0vF0k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHXl0vF0k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHXl0vF0k .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-rYHXl0vF0k .mbr-text {
  text-align: center;
}
.cid-rYHXl0vF0k .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHXl0vF0k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHXl0vF0k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHXl0vF0k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHXl0vF0k .modal-open {
  overflow: hidden;
}
.cid-rYHXl0vF0k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHXl0vF0k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHXl0vF0k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHXl0vF0k .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-rYHXl0vF0k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHXl0vF0k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHXl0vF0k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHXl0vF0k .modal-content {
  background: #efefef;
  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-rYHXl0vF0k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHXl0vF0k .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHXl0vF0k .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHXl0vF0k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHXl0vF0k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHXl0vF0k .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHXl0vF0k .modal-header .close:focus {
  outline: none;
}
.cid-rYHXl0vF0k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHXl0vF0k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHXl0vF0k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHXl0vF0k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHXl0vF0k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHXl0vF0k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHXl0vF0k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHXl0vF0k .modal-sm {
    max-width: 300px;
  }
  .cid-rYHXl0vF0k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHXl0vF0k .modal-lg,
  .cid-rYHXl0vF0k .modal-xl {
    max-width: 800px;
  }
  .cid-rYHXl0vF0k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHXl0vF0k .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHXl0vF0k .container {
    max-width: 1140px;
  }
}
.cid-rYHXl0vF0k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHXl0vF0k .container {
    max-width: 720px;
  }
}
.cid-rYHXl0vF0k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHXl0vF0k .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-rYHXl0vF0k .form-group {
  margin-bottom: 1rem;
}
.cid-rYHXl0vF0k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHXl0vF0k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHXl0vF0k .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-rYHXIAZuZ4.popup-builder {
  background-color: #ffffff;
}
.cid-rYHXIAZuZ4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHXIAZuZ4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHXIAZuZ4 .modal-content,
.cid-rYHXIAZuZ4 .modal-dialog {
  height: auto;
}
.cid-rYHXIAZuZ4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHXIAZuZ4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHXIAZuZ4 .form-wrapper .mbr-form .form-group,
  .cid-rYHXIAZuZ4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHXIAZuZ4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHXIAZuZ4 .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-rYHXIAZuZ4 .mbr-text {
  text-align: center;
}
.cid-rYHXIAZuZ4 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHXIAZuZ4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHXIAZuZ4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHXIAZuZ4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHXIAZuZ4 .modal-open {
  overflow: hidden;
}
.cid-rYHXIAZuZ4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHXIAZuZ4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHXIAZuZ4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHXIAZuZ4 .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-rYHXIAZuZ4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHXIAZuZ4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHXIAZuZ4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHXIAZuZ4 .modal-content {
  background: #efefef;
  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-rYHXIAZuZ4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHXIAZuZ4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHXIAZuZ4 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHXIAZuZ4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHXIAZuZ4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHXIAZuZ4 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHXIAZuZ4 .modal-header .close:focus {
  outline: none;
}
.cid-rYHXIAZuZ4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHXIAZuZ4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHXIAZuZ4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHXIAZuZ4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHXIAZuZ4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHXIAZuZ4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHXIAZuZ4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHXIAZuZ4 .modal-sm {
    max-width: 300px;
  }
  .cid-rYHXIAZuZ4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHXIAZuZ4 .modal-lg,
  .cid-rYHXIAZuZ4 .modal-xl {
    max-width: 800px;
  }
  .cid-rYHXIAZuZ4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHXIAZuZ4 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHXIAZuZ4 .container {
    max-width: 1140px;
  }
}
.cid-rYHXIAZuZ4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHXIAZuZ4 .container {
    max-width: 720px;
  }
}
.cid-rYHXIAZuZ4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHXIAZuZ4 .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-rYHXIAZuZ4 .form-group {
  margin-bottom: 1rem;
}
.cid-rYHXIAZuZ4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHXIAZuZ4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHXIAZuZ4 .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-rYHXRrfUmD.popup-builder {
  background-color: #ffffff;
}
.cid-rYHXRrfUmD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHXRrfUmD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHXRrfUmD .modal-content,
.cid-rYHXRrfUmD .modal-dialog {
  height: auto;
}
.cid-rYHXRrfUmD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHXRrfUmD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHXRrfUmD .form-wrapper .mbr-form .form-group,
  .cid-rYHXRrfUmD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHXRrfUmD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHXRrfUmD .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-rYHXRrfUmD .mbr-text {
  text-align: center;
}
.cid-rYHXRrfUmD .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHXRrfUmD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHXRrfUmD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHXRrfUmD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHXRrfUmD .modal-open {
  overflow: hidden;
}
.cid-rYHXRrfUmD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHXRrfUmD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHXRrfUmD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHXRrfUmD .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-rYHXRrfUmD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHXRrfUmD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHXRrfUmD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHXRrfUmD .modal-content {
  background: #efefef;
  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-rYHXRrfUmD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHXRrfUmD .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHXRrfUmD .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHXRrfUmD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHXRrfUmD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHXRrfUmD .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHXRrfUmD .modal-header .close:focus {
  outline: none;
}
.cid-rYHXRrfUmD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHXRrfUmD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHXRrfUmD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHXRrfUmD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHXRrfUmD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHXRrfUmD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHXRrfUmD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHXRrfUmD .modal-sm {
    max-width: 300px;
  }
  .cid-rYHXRrfUmD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHXRrfUmD .modal-lg,
  .cid-rYHXRrfUmD .modal-xl {
    max-width: 800px;
  }
  .cid-rYHXRrfUmD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHXRrfUmD .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHXRrfUmD .container {
    max-width: 1140px;
  }
}
.cid-rYHXRrfUmD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHXRrfUmD .container {
    max-width: 720px;
  }
}
.cid-rYHXRrfUmD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHXRrfUmD .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-rYHXRrfUmD .form-group {
  margin-bottom: 1rem;
}
.cid-rYHXRrfUmD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHXRrfUmD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHXRrfUmD .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-rYHYgYVpdW.popup-builder {
  background-color: #ffffff;
}
.cid-rYHYgYVpdW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHYgYVpdW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHYgYVpdW .modal-content,
.cid-rYHYgYVpdW .modal-dialog {
  height: auto;
}
.cid-rYHYgYVpdW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHYgYVpdW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHYgYVpdW .form-wrapper .mbr-form .form-group,
  .cid-rYHYgYVpdW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHYgYVpdW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHYgYVpdW .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-rYHYgYVpdW .mbr-text {
  text-align: center;
}
.cid-rYHYgYVpdW .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHYgYVpdW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHYgYVpdW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHYgYVpdW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHYgYVpdW .modal-open {
  overflow: hidden;
}
.cid-rYHYgYVpdW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHYgYVpdW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHYgYVpdW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHYgYVpdW .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-rYHYgYVpdW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHYgYVpdW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHYgYVpdW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHYgYVpdW .modal-content {
  background: #efefef;
  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-rYHYgYVpdW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHYgYVpdW .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHYgYVpdW .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHYgYVpdW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHYgYVpdW .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHYgYVpdW .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHYgYVpdW .modal-header .close:focus {
  outline: none;
}
.cid-rYHYgYVpdW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHYgYVpdW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHYgYVpdW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHYgYVpdW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHYgYVpdW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHYgYVpdW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHYgYVpdW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHYgYVpdW .modal-sm {
    max-width: 300px;
  }
  .cid-rYHYgYVpdW .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHYgYVpdW .modal-lg,
  .cid-rYHYgYVpdW .modal-xl {
    max-width: 800px;
  }
  .cid-rYHYgYVpdW .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHYgYVpdW .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHYgYVpdW .container {
    max-width: 1140px;
  }
}
.cid-rYHYgYVpdW .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHYgYVpdW .container {
    max-width: 720px;
  }
}
.cid-rYHYgYVpdW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHYgYVpdW .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-rYHYgYVpdW .form-group {
  margin-bottom: 1rem;
}
.cid-rYHYgYVpdW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHYgYVpdW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHYgYVpdW .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-rYHZa62CL5.popup-builder {
  background-color: #ffffff;
}
.cid-rYHZa62CL5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHZa62CL5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHZa62CL5 .modal-content,
.cid-rYHZa62CL5 .modal-dialog {
  height: auto;
}
.cid-rYHZa62CL5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHZa62CL5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHZa62CL5 .form-wrapper .mbr-form .form-group,
  .cid-rYHZa62CL5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHZa62CL5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHZa62CL5 .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-rYHZa62CL5 .mbr-text {
  text-align: center;
}
.cid-rYHZa62CL5 .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHZa62CL5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHZa62CL5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHZa62CL5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHZa62CL5 .modal-open {
  overflow: hidden;
}
.cid-rYHZa62CL5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHZa62CL5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHZa62CL5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHZa62CL5 .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-rYHZa62CL5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHZa62CL5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHZa62CL5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHZa62CL5 .modal-content {
  background: #efefef;
  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-rYHZa62CL5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHZa62CL5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHZa62CL5 .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHZa62CL5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHZa62CL5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHZa62CL5 .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHZa62CL5 .modal-header .close:focus {
  outline: none;
}
.cid-rYHZa62CL5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHZa62CL5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHZa62CL5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHZa62CL5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHZa62CL5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHZa62CL5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHZa62CL5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHZa62CL5 .modal-sm {
    max-width: 300px;
  }
  .cid-rYHZa62CL5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHZa62CL5 .modal-lg,
  .cid-rYHZa62CL5 .modal-xl {
    max-width: 800px;
  }
  .cid-rYHZa62CL5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHZa62CL5 .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHZa62CL5 .container {
    max-width: 1140px;
  }
}
.cid-rYHZa62CL5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHZa62CL5 .container {
    max-width: 720px;
  }
}
.cid-rYHZa62CL5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHZa62CL5 .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-rYHZa62CL5 .form-group {
  margin-bottom: 1rem;
}
.cid-rYHZa62CL5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHZa62CL5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHZa62CL5 .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-rYHZgLhFSf.popup-builder {
  background-color: #ffffff;
}
.cid-rYHZgLhFSf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHZgLhFSf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHZgLhFSf .modal-content,
.cid-rYHZgLhFSf .modal-dialog {
  height: auto;
}
.cid-rYHZgLhFSf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHZgLhFSf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHZgLhFSf .form-wrapper .mbr-form .form-group,
  .cid-rYHZgLhFSf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHZgLhFSf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHZgLhFSf .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-rYHZgLhFSf .mbr-text {
  text-align: center;
}
.cid-rYHZgLhFSf .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHZgLhFSf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHZgLhFSf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHZgLhFSf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHZgLhFSf .modal-open {
  overflow: hidden;
}
.cid-rYHZgLhFSf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHZgLhFSf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHZgLhFSf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHZgLhFSf .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-rYHZgLhFSf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHZgLhFSf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHZgLhFSf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHZgLhFSf .modal-content {
  background: #efefef;
  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-rYHZgLhFSf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHZgLhFSf .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHZgLhFSf .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHZgLhFSf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHZgLhFSf .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHZgLhFSf .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHZgLhFSf .modal-header .close:focus {
  outline: none;
}
.cid-rYHZgLhFSf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHZgLhFSf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHZgLhFSf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHZgLhFSf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHZgLhFSf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHZgLhFSf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHZgLhFSf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHZgLhFSf .modal-sm {
    max-width: 300px;
  }
  .cid-rYHZgLhFSf .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHZgLhFSf .modal-lg,
  .cid-rYHZgLhFSf .modal-xl {
    max-width: 800px;
  }
  .cid-rYHZgLhFSf .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHZgLhFSf .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHZgLhFSf .container {
    max-width: 1140px;
  }
}
.cid-rYHZgLhFSf .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHZgLhFSf .container {
    max-width: 720px;
  }
}
.cid-rYHZgLhFSf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHZgLhFSf .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-rYHZgLhFSf .form-group {
  margin-bottom: 1rem;
}
.cid-rYHZgLhFSf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHZgLhFSf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHZgLhFSf .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-rYHZydhSJG.popup-builder {
  background-color: #ffffff;
}
.cid-rYHZydhSJG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYHZydhSJG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYHZydhSJG .modal-content,
.cid-rYHZydhSJG .modal-dialog {
  height: auto;
}
.cid-rYHZydhSJG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYHZydhSJG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYHZydhSJG .form-wrapper .mbr-form .form-group,
  .cid-rYHZydhSJG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYHZydhSJG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYHZydhSJG .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-rYHZydhSJG .mbr-text {
  text-align: center;
}
.cid-rYHZydhSJG .pt-0 {
  padding-top: 0 !important;
}
.cid-rYHZydhSJG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYHZydhSJG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYHZydhSJG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYHZydhSJG .modal-open {
  overflow: hidden;
}
.cid-rYHZydhSJG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYHZydhSJG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYHZydhSJG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYHZydhSJG .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-rYHZydhSJG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYHZydhSJG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYHZydhSJG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYHZydhSJG .modal-content {
  background: #efefef;
  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-rYHZydhSJG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYHZydhSJG .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYHZydhSJG .modal-backdrop.show {
  opacity: .5;
}
.cid-rYHZydhSJG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYHZydhSJG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYHZydhSJG .modal-header .close:hover {
  opacity: 1;
}
.cid-rYHZydhSJG .modal-header .close:focus {
  outline: none;
}
.cid-rYHZydhSJG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYHZydhSJG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYHZydhSJG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYHZydhSJG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYHZydhSJG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYHZydhSJG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYHZydhSJG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYHZydhSJG .modal-sm {
    max-width: 300px;
  }
  .cid-rYHZydhSJG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYHZydhSJG .modal-lg,
  .cid-rYHZydhSJG .modal-xl {
    max-width: 800px;
  }
  .cid-rYHZydhSJG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYHZydhSJG .modal-xl {
    max-width: 1140px;
  }
  .cid-rYHZydhSJG .container {
    max-width: 1140px;
  }
}
.cid-rYHZydhSJG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYHZydhSJG .container {
    max-width: 720px;
  }
}
.cid-rYHZydhSJG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYHZydhSJG .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-rYHZydhSJG .form-group {
  margin-bottom: 1rem;
}
.cid-rYHZydhSJG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYHZydhSJG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYHZydhSJG .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-rYI4247ZBJ.popup-builder {
  background-color: #ffffff;
}
.cid-rYI4247ZBJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rYI4247ZBJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rYI4247ZBJ .modal-content,
.cid-rYI4247ZBJ .modal-dialog {
  height: auto;
}
.cid-rYI4247ZBJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rYI4247ZBJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rYI4247ZBJ .form-wrapper .mbr-form .form-group,
  .cid-rYI4247ZBJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rYI4247ZBJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rYI4247ZBJ .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-rYI4247ZBJ .mbr-text {
  text-align: center;
}
.cid-rYI4247ZBJ .pt-0 {
  padding-top: 0 !important;
}
.cid-rYI4247ZBJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rYI4247ZBJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rYI4247ZBJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rYI4247ZBJ .modal-open {
  overflow: hidden;
}
.cid-rYI4247ZBJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rYI4247ZBJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rYI4247ZBJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rYI4247ZBJ .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-rYI4247ZBJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rYI4247ZBJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rYI4247ZBJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rYI4247ZBJ .modal-content {
  background: #efefef;
  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-rYI4247ZBJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rYI4247ZBJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-rYI4247ZBJ .modal-backdrop.show {
  opacity: .5;
}
.cid-rYI4247ZBJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rYI4247ZBJ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rYI4247ZBJ .modal-header .close:hover {
  opacity: 1;
}
.cid-rYI4247ZBJ .modal-header .close:focus {
  outline: none;
}
.cid-rYI4247ZBJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-rYI4247ZBJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rYI4247ZBJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rYI4247ZBJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rYI4247ZBJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rYI4247ZBJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rYI4247ZBJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rYI4247ZBJ .modal-sm {
    max-width: 300px;
  }
  .cid-rYI4247ZBJ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rYI4247ZBJ .modal-lg,
  .cid-rYI4247ZBJ .modal-xl {
    max-width: 800px;
  }
  .cid-rYI4247ZBJ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rYI4247ZBJ .modal-xl {
    max-width: 1140px;
  }
  .cid-rYI4247ZBJ .container {
    max-width: 1140px;
  }
}
.cid-rYI4247ZBJ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rYI4247ZBJ .container {
    max-width: 720px;
  }
}
.cid-rYI4247ZBJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rYI4247ZBJ .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-rYI4247ZBJ .form-group {
  margin-bottom: 1rem;
}
.cid-rYI4247ZBJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rYI4247ZBJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rYI4247ZBJ .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-rW3SM7FDfU .modal-body .close {
  background: #1b1b1b;
}
.cid-rW3SM7FDfU .modal-body .close span {
  font-style: normal;
}
.cid-rW3SM7FDfU .carousel-inner > .active,
.cid-rW3SM7FDfU .carousel-inner > .next,
.cid-rW3SM7FDfU .carousel-inner > .prev {
  display: table;
}
.cid-rW3SM7FDfU .carousel-control .icon-next,
.cid-rW3SM7FDfU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rW3SM7FDfU .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rW3SM7FDfU .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3SM7FDfU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rW3SM7FDfU .boxed-slider > div {
  position: relative;
}
.cid-rW3SM7FDfU .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-rW3SM7FDfU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rW3SM7FDfU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3SM7FDfU .mbr-table-cell {
  padding: 0;
}
.cid-rW3SM7FDfU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rW3SM7FDfU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rW3SM7FDfU .mbr-overlay {
  z-index: 1;
}
.cid-rW3SM7FDfU .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3SM7FDfU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rW3SM7FDfU .carousel-item .container {
    width: 100%;
  }
}
.cid-rW3SM7FDfU .carousel-item-next.carousel-item-left,
.cid-rW3SM7FDfU .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rW3SM7FDfU .active.carousel-item-right,
.cid-rW3SM7FDfU .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rW3SM7FDfU .active.carousel-item-left,
.cid-rW3SM7FDfU .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rW3SM7FDfU .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rW3SM7FDfU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW3SM7FDfU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW3SM7FDfU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rW3SM7FDfU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rW3SM7FDfU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-rW3SM7FDfU .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rW3SM7FDfU .mbr-slider .carousel-indicators li.active,
.cid-rW3SM7FDfU .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rW3SM7FDfU .mbr-slider .carousel-indicators li::after,
.cid-rW3SM7FDfU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rW3SM7FDfU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rW3SM7FDfU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rW3SM7FDfU .mbr-slider > .container img {
  width: 100%;
}
.cid-rW3SM7FDfU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rW3SM7FDfU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rW3SM7FDfU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rW3SM7FDfU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rW3SM7FDfU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rW3SM7FDfU .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rW3SM7FDfU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rW3SM7FDfU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rW3SM7FDfU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rW3SM7FDfU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rW3SM7FDfU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rW3SM7FDfU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rW3SM7FDfU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rW3SM7FDfU h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rW3SM7FDfU .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-rW3SM7FDfU .mbr-section-btn {
  margin-top: 100px;
}
.cid-rW3SM7FDfU .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rW3SM7FDfU .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rW3SM7FDfU .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rW3SM7FDfU .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3SM7FDfU .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rW3SM7FDfU .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rW3SM7FDfU P {
  color: #cebfaf;
}
.cid-rW3SM7FDfU H2 {
  color: #cebfaf;
}
.cid-rOBWJvHarN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOBWJvHarN .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOBWJvHarN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rOBWJvHarN H1 {
  color: #2c1608;
}
.cid-rOBWJvHarN .mbr-text,
.cid-rOBWJvHarN .mbr-section-btn {
  color: #716c80;
}
.cid-rOBWJvHarN H3 {
  color: #ff6400;
}
.cid-rOBWJvHarN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOBWJvHarN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOBWJvHarN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOBWJvHarN .link:hover {
  color: #ff6400 !important;
}
.cid-rOBWJvHarN .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOBWJvHarN DIV {
  color: #57468b;
}
.cid-rOBWJMbmIH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rOBWJMbmIH h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rOBWJMbmIH p {
  color: #767676;
}
.cid-rOBWJMbmIH .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rOBWJMbmIH .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rOBWJMbmIH .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rOBWJMbmIH .title__block:hover {
  color: #ff6400;
}
.cid-rOBWJMbmIH .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rOBWJMbmIH .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rOBWJMbmIH .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rOBWJMbmIH .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rOBWJMbmIH .btn-info-outline:active,
.cid-rOBWJMbmIH .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rOBWJMbmIH .card-box {
  padding-top: 2rem;
}
.cid-rOBWJMbmIH .card-wrapper {
  height: 100%;
}
.cid-rOBWJMbmIH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOBWJMbmIH img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rOBWJMbmIH .card-title {
  color: #232323;
}
.cid-rOBWJMbmIH .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rOBWJMbmIH DIV {
  color: #57468b;
}
.cid-rOBWJMbmIH .mbr-section-subtitle {
  color: #57468b;
}
.cid-rOBWJMbmIH .mbr-text,
.cid-rOBWJMbmIH .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rWqVW542JN {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWqVW542JN h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqVW542JN p {
  color: #767676;
}
.cid-rWqVW542JN .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqVW542JN .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqVW542JN .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqVW542JN .title__block:hover {
  color: #ff6400;
}
.cid-rWqVW542JN .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqVW542JN .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqVW542JN .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqVW542JN .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqVW542JN .btn-info-outline:active,
.cid-rWqVW542JN .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqVW542JN .card-box {
  padding-top: 2rem;
}
.cid-rWqVW542JN .card-wrapper {
  height: 100%;
}
.cid-rWqVW542JN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqVW542JN img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqVW542JN .card-title {
  color: #232323;
}
.cid-rWqVW542JN .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqVW542JN DIV {
  color: #57468b;
}
.cid-rWqVW542JN .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqVW542JN .mbr-text,
.cid-rWqVW542JN .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rOBWJPabDh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rOBWJPabDh H1 {
  color: #232323;
}
.cid-rOBWJPabDh .align-left {
  margin: auto;
}
.cid-rOBWJPabDh .row {
  justify-content: space-between;
}
.cid-rOBWJPabDh .mbr-text,
.cid-rOBWJPabDh .mbr-section-btn {
  color: #716c80;
}
.cid-rOBWJPabDh .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOBWJPabDh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOBWJPabDh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOBWJPabDh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOBWJPabDh .link:hover {
  color: #ff6400 !important;
}
.cid-rOBWJPabDh .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOBWJPabDh DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOBWJPabDh .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOBWJPabDh h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOBWJPabDh .mbr-text,
.cid-rOBWJPabDh .media-content {
  color: #716c80;
}
.cid-rWqKp6YiEe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWqKp6YiEe h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqKp6YiEe p {
  color: #767676;
}
.cid-rWqKp6YiEe .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqKp6YiEe .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqKp6YiEe .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqKp6YiEe .title__block:hover {
  color: #ff6400;
}
.cid-rWqKp6YiEe .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqKp6YiEe .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqKp6YiEe .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqKp6YiEe .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqKp6YiEe .btn-info-outline:active,
.cid-rWqKp6YiEe .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqKp6YiEe .card-box {
  padding-top: 2rem;
}
.cid-rWqKp6YiEe .card-wrapper {
  height: 100%;
}
.cid-rWqKp6YiEe .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqKp6YiEe img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqKp6YiEe .card-title {
  color: #232323;
}
.cid-rWqKp6YiEe .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqKp6YiEe DIV {
  color: #57468b;
}
.cid-rWqKp6YiEe .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqKp6YiEe .mbr-text,
.cid-rWqKp6YiEe .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rWqKTdmHKB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWqKTdmHKB h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqKTdmHKB p {
  color: #767676;
}
.cid-rWqKTdmHKB .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqKTdmHKB .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqKTdmHKB .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqKTdmHKB .title__block:hover {
  color: #ff6400;
}
.cid-rWqKTdmHKB .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqKTdmHKB .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqKTdmHKB .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqKTdmHKB .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqKTdmHKB .btn-info-outline:active,
.cid-rWqKTdmHKB .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqKTdmHKB .card-box {
  padding-top: 2rem;
}
.cid-rWqKTdmHKB .card-wrapper {
  height: 100%;
}
.cid-rWqKTdmHKB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqKTdmHKB img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqKTdmHKB .card-title {
  color: #232323;
}
.cid-rWqKTdmHKB .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqKTdmHKB DIV {
  color: #57468b;
}
.cid-rWqKTdmHKB .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqKTdmHKB .mbr-text,
.cid-rWqKTdmHKB .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rWqKTdmHKD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWqKTdmHKD h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqKTdmHKD p {
  color: #767676;
}
.cid-rWqKTdmHKD .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqKTdmHKD .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqKTdmHKD .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqKTdmHKD .title__block:hover {
  color: #ff6400;
}
.cid-rWqKTdmHKD .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqKTdmHKD .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqKTdmHKD .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqKTdmHKD .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqKTdmHKD .btn-info-outline:active,
.cid-rWqKTdmHKD .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqKTdmHKD .card-box {
  padding-top: 2rem;
}
.cid-rWqKTdmHKD .card-wrapper {
  height: 100%;
}
.cid-rWqKTdmHKD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqKTdmHKD img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqKTdmHKD .card-title {
  color: #232323;
}
.cid-rWqKTdmHKD .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqKTdmHKD DIV {
  color: #57468b;
}
.cid-rWqKTdmHKD .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqKTdmHKD .mbr-text,
.cid-rWqKTdmHKD .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rOBWJSQKU7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rOBWJSQKU7 H1 {
  color: #232323;
}
.cid-rOBWJSQKU7 .align-left {
  margin: auto;
}
.cid-rOBWJSQKU7 .row {
  justify-content: space-between;
}
.cid-rOBWJSQKU7 .mbr-text,
.cid-rOBWJSQKU7 .mbr-section-btn {
  color: #716c80;
}
.cid-rOBWJSQKU7 .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOBWJSQKU7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOBWJSQKU7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOBWJSQKU7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOBWJSQKU7 .link:hover {
  color: #ff6400 !important;
}
.cid-rOBWJSQKU7 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOBWJSQKU7 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOBWJSQKU7 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOBWJSQKU7 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOBWJSQKU7 .mbr-text,
.cid-rOBWJSQKU7 .media-content {
  color: #716c80;
}
.cid-rWqLsy6UNf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWqLsy6UNf h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqLsy6UNf p {
  color: #767676;
}
.cid-rWqLsy6UNf .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqLsy6UNf .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqLsy6UNf .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqLsy6UNf .title__block:hover {
  color: #ff6400;
}
.cid-rWqLsy6UNf .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqLsy6UNf .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqLsy6UNf .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqLsy6UNf .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqLsy6UNf .btn-info-outline:active,
.cid-rWqLsy6UNf .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqLsy6UNf .card-box {
  padding-top: 2rem;
}
.cid-rWqLsy6UNf .card-wrapper {
  height: 100%;
}
.cid-rWqLsy6UNf .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqLsy6UNf img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqLsy6UNf .card-title {
  color: #232323;
}
.cid-rWqLsy6UNf .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqLsy6UNf DIV {
  color: #57468b;
}
.cid-rWqLsy6UNf .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqLsy6UNf .mbr-text,
.cid-rWqLsy6UNf .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rWqM36Yfip {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWqM36Yfip h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqM36Yfip p {
  color: #767676;
}
.cid-rWqM36Yfip .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqM36Yfip .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqM36Yfip .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqM36Yfip .title__block:hover {
  color: #ff6400;
}
.cid-rWqM36Yfip .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqM36Yfip .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqM36Yfip .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqM36Yfip .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqM36Yfip .btn-info-outline:active,
.cid-rWqM36Yfip .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqM36Yfip .card-box {
  padding-top: 2rem;
}
.cid-rWqM36Yfip .card-wrapper {
  height: 100%;
}
.cid-rWqM36Yfip .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqM36Yfip img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqM36Yfip .card-title {
  color: #232323;
}
.cid-rWqM36Yfip .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqM36Yfip DIV {
  color: #57468b;
}
.cid-rWqM36Yfip .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqM36Yfip .mbr-text,
.cid-rWqM36Yfip .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rOBWK5AN2l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rOBWK5AN2l H1 {
  color: #232323;
}
.cid-rOBWK5AN2l .align-left {
  margin: auto;
}
.cid-rOBWK5AN2l .row {
  justify-content: space-between;
}
.cid-rOBWK5AN2l .mbr-text,
.cid-rOBWK5AN2l .mbr-section-btn {
  color: #716c80;
}
.cid-rOBWK5AN2l .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOBWK5AN2l .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOBWK5AN2l .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOBWK5AN2l .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOBWK5AN2l .link:hover {
  color: #ff6400 !important;
}
.cid-rOBWK5AN2l .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOBWK5AN2l DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOBWK5AN2l .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOBWK5AN2l h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOBWK5AN2l .mbr-text,
.cid-rOBWK5AN2l .media-content {
  color: #716c80;
}
.cid-rWqOs8G3cY {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWqOs8G3cY h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqOs8G3cY p {
  color: #767676;
}
.cid-rWqOs8G3cY .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqOs8G3cY .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqOs8G3cY .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqOs8G3cY .title__block:hover {
  color: #ff6400;
}
.cid-rWqOs8G3cY .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqOs8G3cY .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqOs8G3cY .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqOs8G3cY .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqOs8G3cY .btn-info-outline:active,
.cid-rWqOs8G3cY .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqOs8G3cY .card-box {
  padding-top: 2rem;
}
.cid-rWqOs8G3cY .card-wrapper {
  height: 100%;
}
.cid-rWqOs8G3cY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqOs8G3cY img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqOs8G3cY .card-title {
  color: #232323;
}
.cid-rWqOs8G3cY .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqOs8G3cY DIV {
  color: #57468b;
}
.cid-rWqOs8G3cY .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqOs8G3cY .mbr-text,
.cid-rWqOs8G3cY .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rOC2xXXfzF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rOC2xXXfzF H1 {
  color: #232323;
}
.cid-rOC2xXXfzF .align-left {
  margin: auto;
}
.cid-rOC2xXXfzF .row {
  justify-content: space-between;
}
.cid-rOC2xXXfzF .mbr-text,
.cid-rOC2xXXfzF .mbr-section-btn {
  color: #716c80;
}
.cid-rOC2xXXfzF .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOC2xXXfzF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOC2xXXfzF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOC2xXXfzF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOC2xXXfzF .link:hover {
  color: #ff6400 !important;
}
.cid-rOC2xXXfzF .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOC2xXXfzF DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOC2xXXfzF .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOC2xXXfzF h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOC2xXXfzF .mbr-text,
.cid-rOC2xXXfzF .media-content {
  color: #716c80;
}
.cid-rWqPf2SfpL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWqPf2SfpL h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqPf2SfpL p {
  color: #767676;
}
.cid-rWqPf2SfpL .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqPf2SfpL .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqPf2SfpL .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqPf2SfpL .title__block:hover {
  color: #ff6400;
}
.cid-rWqPf2SfpL .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqPf2SfpL .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqPf2SfpL .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqPf2SfpL .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqPf2SfpL .btn-info-outline:active,
.cid-rWqPf2SfpL .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqPf2SfpL .card-box {
  padding-top: 2rem;
}
.cid-rWqPf2SfpL .card-wrapper {
  height: 100%;
}
.cid-rWqPf2SfpL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqPf2SfpL img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqPf2SfpL .card-title {
  color: #232323;
}
.cid-rWqPf2SfpL .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqPf2SfpL DIV {
  color: #57468b;
}
.cid-rWqPf2SfpL .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqPf2SfpL .mbr-text,
.cid-rWqPf2SfpL .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rWqPJOi0bO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWqPJOi0bO h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqPJOi0bO p {
  color: #767676;
}
.cid-rWqPJOi0bO .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqPJOi0bO .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqPJOi0bO .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqPJOi0bO .title__block:hover {
  color: #ff6400;
}
.cid-rWqPJOi0bO .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqPJOi0bO .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqPJOi0bO .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqPJOi0bO .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqPJOi0bO .btn-info-outline:active,
.cid-rWqPJOi0bO .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqPJOi0bO .card-box {
  padding-top: 2rem;
}
.cid-rWqPJOi0bO .card-wrapper {
  height: 100%;
}
.cid-rWqPJOi0bO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqPJOi0bO img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqPJOi0bO .card-title {
  color: #232323;
}
.cid-rWqPJOi0bO .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqPJOi0bO DIV {
  color: #57468b;
}
.cid-rWqPJOi0bO .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqPJOi0bO .mbr-text,
.cid-rWqPJOi0bO .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rWqQlCHtQK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWqQlCHtQK h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqQlCHtQK p {
  color: #767676;
}
.cid-rWqQlCHtQK .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqQlCHtQK .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqQlCHtQK .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqQlCHtQK .title__block:hover {
  color: #ff6400;
}
.cid-rWqQlCHtQK .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqQlCHtQK .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqQlCHtQK .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqQlCHtQK .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqQlCHtQK .btn-info-outline:active,
.cid-rWqQlCHtQK .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqQlCHtQK .card-box {
  padding-top: 2rem;
}
.cid-rWqQlCHtQK .card-wrapper {
  height: 100%;
}
.cid-rWqQlCHtQK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqQlCHtQK img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqQlCHtQK .card-title {
  color: #232323;
}
.cid-rWqQlCHtQK .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqQlCHtQK DIV {
  color: #57468b;
}
.cid-rWqQlCHtQK .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqQlCHtQK .mbr-text,
.cid-rWqQlCHtQK .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rWqQRftmBj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWqQRftmBj h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqQRftmBj p {
  color: #767676;
}
.cid-rWqQRftmBj .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqQRftmBj .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqQRftmBj .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqQRftmBj .title__block:hover {
  color: #ff6400;
}
.cid-rWqQRftmBj .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqQRftmBj .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqQRftmBj .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqQRftmBj .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqQRftmBj .btn-info-outline:active,
.cid-rWqQRftmBj .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqQRftmBj .card-box {
  padding-top: 2rem;
}
.cid-rWqQRftmBj .card-wrapper {
  height: 100%;
}
.cid-rWqQRftmBj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqQRftmBj img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqQRftmBj .card-title {
  color: #232323;
}
.cid-rWqQRftmBj .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqQRftmBj DIV {
  color: #57468b;
}
.cid-rWqQRftmBj .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqQRftmBj .mbr-text,
.cid-rWqQRftmBj .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rOC36kaJTo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rOC36kaJTo H1 {
  color: #232323;
}
.cid-rOC36kaJTo .align-left {
  margin: auto;
}
.cid-rOC36kaJTo .row {
  justify-content: space-between;
}
.cid-rOC36kaJTo .mbr-text,
.cid-rOC36kaJTo .mbr-section-btn {
  color: #716c80;
}
.cid-rOC36kaJTo .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOC36kaJTo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOC36kaJTo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOC36kaJTo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOC36kaJTo .link:hover {
  color: #ff6400 !important;
}
.cid-rOC36kaJTo .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOC36kaJTo DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOC36kaJTo .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOC36kaJTo h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOC36kaJTo .mbr-text,
.cid-rOC36kaJTo .media-content {
  color: #716c80;
}
.cid-rWqRknx7wm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWqRknx7wm h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqRknx7wm p {
  color: #767676;
}
.cid-rWqRknx7wm .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqRknx7wm .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqRknx7wm .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqRknx7wm .title__block:hover {
  color: #ff6400;
}
.cid-rWqRknx7wm .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqRknx7wm .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqRknx7wm .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqRknx7wm .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqRknx7wm .btn-info-outline:active,
.cid-rWqRknx7wm .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqRknx7wm .card-box {
  padding-top: 2rem;
}
.cid-rWqRknx7wm .card-wrapper {
  height: 100%;
}
.cid-rWqRknx7wm .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqRknx7wm img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqRknx7wm .card-title {
  color: #232323;
}
.cid-rWqRknx7wm .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqRknx7wm DIV {
  color: #57468b;
}
.cid-rWqRknx7wm .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqRknx7wm .mbr-text,
.cid-rWqRknx7wm .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rWqSbnHqPK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWqSbnHqPK h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqSbnHqPK p {
  color: #767676;
}
.cid-rWqSbnHqPK .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqSbnHqPK .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqSbnHqPK .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqSbnHqPK .title__block:hover {
  color: #ff6400;
}
.cid-rWqSbnHqPK .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqSbnHqPK .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqSbnHqPK .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqSbnHqPK .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqSbnHqPK .btn-info-outline:active,
.cid-rWqSbnHqPK .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqSbnHqPK .card-box {
  padding-top: 2rem;
}
.cid-rWqSbnHqPK .card-wrapper {
  height: 100%;
}
.cid-rWqSbnHqPK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqSbnHqPK img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqSbnHqPK .card-title {
  color: #232323;
}
.cid-rWqSbnHqPK .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqSbnHqPK DIV {
  color: #57468b;
}
.cid-rWqSbnHqPK .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqSbnHqPK .mbr-text,
.cid-rWqSbnHqPK .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rOC3t9wfYF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rOC3t9wfYF H1 {
  color: #232323;
}
.cid-rOC3t9wfYF .align-left {
  margin: auto;
}
.cid-rOC3t9wfYF .row {
  justify-content: space-between;
}
.cid-rOC3t9wfYF .mbr-text,
.cid-rOC3t9wfYF .mbr-section-btn {
  color: #716c80;
}
.cid-rOC3t9wfYF .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOC3t9wfYF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOC3t9wfYF .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOC3t9wfYF .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOC3t9wfYF .link:hover {
  color: #ff6400 !important;
}
.cid-rOC3t9wfYF .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOC3t9wfYF DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOC3t9wfYF .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOC3t9wfYF h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOC3t9wfYF .mbr-text,
.cid-rOC3t9wfYF .media-content {
  color: #716c80;
}
.cid-rWqUfmpAxy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWqUfmpAxy h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqUfmpAxy p {
  color: #767676;
}
.cid-rWqUfmpAxy .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqUfmpAxy .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqUfmpAxy .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqUfmpAxy .title__block:hover {
  color: #ff6400;
}
.cid-rWqUfmpAxy .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqUfmpAxy .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqUfmpAxy .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqUfmpAxy .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqUfmpAxy .btn-info-outline:active,
.cid-rWqUfmpAxy .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqUfmpAxy .card-box {
  padding-top: 2rem;
}
.cid-rWqUfmpAxy .card-wrapper {
  height: 100%;
}
.cid-rWqUfmpAxy .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqUfmpAxy img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqUfmpAxy .card-title {
  color: #232323;
}
.cid-rWqUfmpAxy .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqUfmpAxy DIV {
  color: #57468b;
}
.cid-rWqUfmpAxy .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqUfmpAxy .mbr-text,
.cid-rWqUfmpAxy .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rOC9C3VzH7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rOC9C3VzH7 H1 {
  color: #232323;
}
.cid-rOC9C3VzH7 .align-left {
  margin: auto;
}
.cid-rOC9C3VzH7 .row {
  justify-content: space-between;
}
.cid-rOC9C3VzH7 .mbr-text,
.cid-rOC9C3VzH7 .mbr-section-btn {
  color: #716c80;
}
.cid-rOC9C3VzH7 .block-border {
  border-left: 3px dotted #c1c1c1;
  padding-left: 4rem;
}
.cid-rOC9C3VzH7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rOC9C3VzH7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rOC9C3VzH7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rOC9C3VzH7 .link:hover {
  color: #ff6400 !important;
}
.cid-rOC9C3VzH7 .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-rOC9C3VzH7 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rOC9C3VzH7 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rOC9C3VzH7 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rOC9C3VzH7 .mbr-text,
.cid-rOC9C3VzH7 .media-content {
  color: #716c80;
}
.cid-rWqUOopiIT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rWqUOopiIT h4 {
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqUOopiIT p {
  color: #767676;
}
.cid-rWqUOopiIT .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-rWqUOopiIT .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rWqUOopiIT .title__block {
  font-weight: 500;
  transition: all .25s;
  margin-bottom: 0;
  color: #232323;
}
.cid-rWqUOopiIT .title__block:hover {
  color: #ff6400;
}
.cid-rWqUOopiIT .btn-info-outline {
  border: none;
  color: #232323 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rWqUOopiIT .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rWqUOopiIT .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rWqUOopiIT .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff6400 !important;
  box-shadow: none!important;
}
.cid-rWqUOopiIT .btn-info-outline:active,
.cid-rWqUOopiIT .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rWqUOopiIT .card-box {
  padding-top: 2rem;
}
.cid-rWqUOopiIT .card-wrapper {
  height: 100%;
}
.cid-rWqUOopiIT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rWqUOopiIT img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rWqUOopiIT .card-title {
  color: #232323;
}
.cid-rWqUOopiIT .main-title {
  color: #4f4943;
  text-align: center;
}
.cid-rWqUOopiIT DIV {
  color: #57468b;
}
.cid-rWqUOopiIT .mbr-section-subtitle {
  color: #57468b;
}
.cid-rWqUOopiIT .mbr-text,
.cid-rWqUOopiIT .mbr-section-btn {
  color: #0e0e0e;
}
.cid-rWr3irsOkk {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rWr3irsOkk h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-rWr3irsOkk h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-rWr3irsOkk .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-rWr3irsOkk span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-rWr3irsOkk .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rWr3irsOkk .card {
    padding: 1rem;
  }
}
.cid-rWr3irsOkk .user_name,
.cid-rWr3irsOkk .align {
  color: #cccccc;
}
.cid-rWr3irsOkk .mbr-section-subtitle {
  text-align: center;
}
.cid-rVjzBtejXd {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-rVjzBtejXd .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rVjzBtejXd .row {
  border-bottom: 1px solid #808080;
}
.cid-rVjzBtejXd H2 {
  color: #e7272d;
}
.cid-rVjzBtejXd .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-rVjzBtejXd .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rVjzBtejXd .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzBtejXd .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rVjzBtejXd .col-lg-12 {
  overflow: hidden;
}
.cid-rVjzBtejXd H4 {
  color: #ff6400;
}
.cid-rVjzBtejXd .mbr-text,
.cid-rVjzBtejXd .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-rVjzBtejXd .logo-wrap:before {
    content: none;
  }
  .cid-rVjzBtejXd .logo-wrap:after {
    content: none;
  }
}
.cid-rVjzBtejXd H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-sqYAgOEINT .modal-body .close {
  background: #1b1b1b;
}
.cid-sqYAgOEINT .modal-body .close span {
  font-style: normal;
}
.cid-sqYAgOEINT .carousel-inner > .active,
.cid-sqYAgOEINT .carousel-inner > .next,
.cid-sqYAgOEINT .carousel-inner > .prev {
  display: table;
}
.cid-sqYAgOEINT .carousel-control .icon-next,
.cid-sqYAgOEINT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-sqYAgOEINT .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-sqYAgOEINT .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqYAgOEINT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sqYAgOEINT .boxed-slider > div {
  position: relative;
}
.cid-sqYAgOEINT .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-sqYAgOEINT .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sqYAgOEINT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sqYAgOEINT .mbr-table-cell {
  padding: 0;
}
.cid-sqYAgOEINT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sqYAgOEINT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sqYAgOEINT .mbr-overlay {
  z-index: 1;
}
.cid-sqYAgOEINT .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sqYAgOEINT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sqYAgOEINT .carousel-item .container {
    width: 100%;
  }
}
.cid-sqYAgOEINT .carousel-item-next.carousel-item-left,
.cid-sqYAgOEINT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sqYAgOEINT .active.carousel-item-right,
.cid-sqYAgOEINT .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sqYAgOEINT .active.carousel-item-left,
.cid-sqYAgOEINT .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sqYAgOEINT .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-sqYAgOEINT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqYAgOEINT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqYAgOEINT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-sqYAgOEINT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sqYAgOEINT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-sqYAgOEINT .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-sqYAgOEINT .mbr-slider .carousel-indicators li.active,
.cid-sqYAgOEINT .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-sqYAgOEINT .mbr-slider .carousel-indicators li::after,
.cid-sqYAgOEINT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sqYAgOEINT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sqYAgOEINT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sqYAgOEINT .mbr-slider > .container img {
  width: 100%;
}
.cid-sqYAgOEINT .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sqYAgOEINT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sqYAgOEINT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqYAgOEINT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sqYAgOEINT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sqYAgOEINT .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sqYAgOEINT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sqYAgOEINT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sqYAgOEINT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sqYAgOEINT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sqYAgOEINT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sqYAgOEINT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sqYAgOEINT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sqYAgOEINT h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sqYAgOEINT .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-sqYAgOEINT .mbr-section-btn {
  margin-top: 100px;
}
.cid-sqYAgOEINT .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-sqYAgOEINT .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-sqYAgOEINT .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-sqYAgOEINT .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sqYAgOEINT .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-sqYAgOEINT .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sqYAgOEINT P {
  color: #cebfaf;
  text-align: center;
}
.cid-sqYAgOEINT H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sqYAgOYe8u {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqYAgOYe8u img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sqYAgOYe8u H1 {
  color: #2c1608;
}
.cid-sqYAgOYe8u .mbr-text,
.cid-sqYAgOYe8u .mbr-section-btn {
  color: #716c80;
}
.cid-sqYAgOYe8u H3 {
  color: #4f4943;
}
.cid-sqYAgOYe8u .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sqYAgOYe8u .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sqYAgOYe8u .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sqYAgOYe8u .link:hover {
  color: #ff6400 !important;
}
.cid-sqYAgOYe8u .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-sqYAgOYe8u DIV {
  color: #57468b;
}
.cid-sqYAgOYe8u .mbr-text,
.cid-sqYAgOYe8u .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-sqYAgOYe8u .span {
  color: #4f4943;
  text-align: left;
}
.cid-sqYAgPeBTK {
  padding-top: 15px;
  padding-bottom: 85px;
  background-color: #ffffff;
}
.cid-sqYAgPeBTK H2 {
  color: #ff6400;
}
.cid-sqYAgPeBTK .mbr-text,
.cid-sqYAgPeBTK .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-sqYAgPeBTK .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-sqYAgPeBTK .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-sqYAgPeBTK .mbr-figure {
  height: 100%;
}
.cid-sqYAgPeBTK .card-img {
  padding: 0 2rem;
}
.cid-sqYAgPeBTK img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-sqYAgPeBTK H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-sqYAgPeBTK .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-sqYAgPeBTK .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-sqYAgPeBTK .container {
    padding: 0 3rem;
  }
  .cid-sqYAgPeBTK .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqYAgPeBTK .container {
    padding: 0 2rem;
  }
  .cid-sqYAgPeBTK .card-img {
    width: 100%;
  }
  .cid-sqYAgPeBTK .center-card {
    padding: 1rem;
  }
}

.cid-sqYAgPK89s {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-sqYAgPK89s H2 {
  color: #e7272d;
}
.cid-sqYAgPK89s img {
  max-width: 500px;
  margin: auto;
}
.cid-sqYAgPK89s H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-sqYAgPK89s .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-sqYAgPK89s .span-row {
  width: 100%;
}
.cid-sqYAgPK89s .mbr-section-title,
.cid-sqYAgPK89s .span-row {
  color: #cebfaf;
}
.cid-sqYAgPK89s .mbr-text,
.cid-sqYAgPK89s .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-sqYAgQ1qsV {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-sqYAgQ1qsV .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-sqYAgQ1qsV .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sqYAgQ1qsV .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqYAgQ1qsV .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sqYAgQ1qsV .menu-row {
  margin: 0;
}
.cid-sqYAgQ1qsV .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sqYAgQ1qsV .card-header {
  background: transparent;
}
.cid-sqYAgQ1qsV .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sqYAgQ1qsV .card-subtitle {
  margin: 0;
}
.cid-sqYAgQ1qsV .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sqYAgQ1qsV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sqYAgQ1qsV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sqYAgQ1qsV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sqYAgQ1qsV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sqYAgQ1qsV .card .panel-body {
  color: #767676;
}
.cid-sqYAgQ1qsV h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sqYAgQ1qsV H4 {
  color: #4f4943;
}
.cid-sqYAgQ1qsV H2 {
  color: #222222;
}
.cid-sqYAgQ1qsV .panel-text {
  color: #232323;
}
.cid-sqYAgQ1qsV .box-text {
  color: #232323;
}
.cid-sqYAgQ1qsV SPAN {
  color: #ff6800;
}
.cid-sqYAgQ1qsV .item-title {
  color: #4f4943;
}
.cid-sqYAgQ1qsV .mbr-section-title,
.cid-sqYAgQ1qsV .underline {
  color: #232323;
  text-align: center;
}
.cid-sqYAgQ1qsV .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sqYAgQu6Kl {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../../../assets/images/mbr-188.jpg");
}
.cid-sqYAgQu6Kl li {
  list-style: none;
}
.cid-sqYAgQu6Kl .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-sqYAgQu6Kl .item-wrap:hover .mbr-iconfont {
  color: #cebfaf !important;
}
.cid-sqYAgQu6Kl .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-sqYAgQu6Kl h4 {
  margin: 0;
}
.cid-sqYAgQu6Kl ul {
  padding: 0;
  margin: 0;
}
.cid-sqYAgQu6Kl .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sqYAgQu6Kl .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-sqYAgQu6Kl .accordion .card {
  overflow: hidden;
}
.cid-sqYAgQu6Kl .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sqYAgQu6Kl .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sqYAgQu6Kl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sqYAgQu6Kl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sqYAgQu6Kl .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-sqYAgQu6Kl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sqYAgQu6Kl .card .panel-body {
  color: #767676;
}
.cid-sqYAgQu6Kl .card:hover {
  background: #efefef;
}
.cid-sqYAgQu6Kl .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-sqYAgQu6Kl .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-sqYAgQu6Kl .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sqYAgQu6Kl .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sqYAgQu6Kl .panel-collapse {
  margin-top: -1px;
}
.cid-sqYAgQu6Kl H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sqYAgQu6Kl .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sqYAgQu6Kl .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sqYAgQu6Kl .sign {
    margin-right: 0.5rem;
  }
}
.cid-sqYAgQu6Kl H3 {
  text-align: left;
  color: #ff6400;
}
.cid-sqYAgQu6Kl H2 {
  color: #000000;
}
.cid-sqYAgQu6Kl .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-sqYAgRFUlZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqYAgRFUlZ .mbr-text {
  color: #767676;
}
.cid-sqYAgRFUlZ .card-subtitle {
  margin: 0;
}
.cid-sqYAgRFUlZ .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sqYAgRFUlZ img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sqYAgRFUlZ .card-box {
  padding: 1rem;
}
.cid-sqYAgRFUlZ .link {
  transition: all 0.3s;
}
.cid-sqYAgRFUlZ .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sqYAgRFUlZ .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sqYAgRFUlZ .mbr-section-btn .btn {
  border: 0px;
}
.cid-sqYAgRFUlZ .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-sqYAgRFUlZ h4,
.cid-sqYAgRFUlZ h6,
.cid-sqYAgRFUlZ h5 {
  margin: 0;
}
.cid-sqYAgRFUlZ .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sqYAgRFUlZ .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sqYAgRFUlZ .link-wrap:hover {
  color: #ff6400;
}
.cid-sqYAgRFUlZ .link-wrap:hover .link {
  color: #ff6400;
}
.cid-sqYAgRFUlZ .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sqYAgRFUlZ .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqYAgRFUlZ .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-sqYAgRFUlZ .icon-wrap span {
  margin-right: 8px;
}
.cid-sqYAgRFUlZ .icon-padding {
  padding-left: 2rem;
}
.cid-sqYAgRFUlZ .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sqYAgRFUlZ .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sqYAgRFUlZ .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sqYAgRFUlZ .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqYAgRFUlZ .card:hover img {
  transform: scale(1.1);
}
.cid-sqYAgRFUlZ .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sqYAgRFUlZ .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sqYAgRFUlZ .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sqYAgRFUlZ .row {
  justify-content: center;
}
.cid-sqYAgRFUlZ .location,
.cid-sqYAgRFUlZ .icon-wrap {
  color: #ff6400;
}
.cid-sqYAgRFUlZ .link,
.cid-sqYAgRFUlZ .link-wrap,
.cid-sqYAgRFUlZ .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-sqYAgRFUlZ .wrapper {
    flex-direction: column;
  }
  .cid-sqYAgRFUlZ .icon-padding {
    padding-left: 0rem;
  }
  .cid-sqYAgRFUlZ .card-box {
    padding: 0;
  }
}
.cid-sqYAgRFUlZ H2 {
  color: #ff6400;
}
.cid-sqYAgRFUlZ .mbr-text,
.cid-sqYAgRFUlZ .link {
  color: #0e0e0e;
}
.cid-sqYAgTam9L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqYAgTam9L h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sqYAgTam9L h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-sqYAgTam9L .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-sqYAgTam9L span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sqYAgTam9L .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqYAgTam9L .card {
    padding: 1rem;
  }
}
.cid-sqYAgTam9L .user_name,
.cid-sqYAgTam9L .align {
  color: #cccccc;
}
.cid-sqYAgTam9L .mbr-section-subtitle {
  text-align: center;
}
.cid-sqYAgTpRsu {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mongolia-image-24.jpg");
}
.cid-sqYAgTpRsu .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sqYAgTpRsu .row {
  border-bottom: 1px solid #808080;
}
.cid-sqYAgTpRsu H2 {
  color: #e7272d;
}
.cid-sqYAgTpRsu .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 2px;
  margin-bottom: 5px;
}
.cid-sqYAgTpRsu .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sqYAgTpRsu .logo-wrap:before {
  position: absolute;
  content: '';
  top: 49%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sqYAgTpRsu .logo-wrap:after {
  position: absolute;
  content: '';
  top: 49%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sqYAgTpRsu .col-lg-12 {
  overflow: hidden;
}
.cid-sqYAgTpRsu H4 {
  color: #ff6400;
}
.cid-sqYAgTpRsu .mbr-text,
.cid-sqYAgTpRsu .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqYAgTpRsu .logo-wrap:before {
    content: none;
  }
  .cid-sqYAgTpRsu .logo-wrap:after {
    content: none;
  }
}
.cid-sqYAgTpRsu H3 {
  color: #cebfaf;
  text-align: left;
}
.cid-srQWJ3PgZU.popup-builder {
  background-color: #ffffff;
}
.cid-srQWJ3PgZU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQWJ3PgZU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQWJ3PgZU .modal-content,
.cid-srQWJ3PgZU .modal-dialog {
  height: auto;
}
.cid-srQWJ3PgZU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQWJ3PgZU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQWJ3PgZU .form-wrapper .mbr-form .form-group,
  .cid-srQWJ3PgZU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQWJ3PgZU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQWJ3PgZU .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-srQWJ3PgZU .mbr-text {
  text-align: center;
}
.cid-srQWJ3PgZU .pt-0 {
  padding-top: 0 !important;
}
.cid-srQWJ3PgZU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQWJ3PgZU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQWJ3PgZU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQWJ3PgZU .modal-open {
  overflow: hidden;
}
.cid-srQWJ3PgZU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQWJ3PgZU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQWJ3PgZU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQWJ3PgZU .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-srQWJ3PgZU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQWJ3PgZU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQWJ3PgZU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQWJ3PgZU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQWJ3PgZU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQWJ3PgZU .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQWJ3PgZU .modal-backdrop.show {
  opacity: .5;
}
.cid-srQWJ3PgZU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQWJ3PgZU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQWJ3PgZU .modal-header .close:hover {
  opacity: 1;
}
.cid-srQWJ3PgZU .modal-header .close:focus {
  outline: none;
}
.cid-srQWJ3PgZU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQWJ3PgZU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQWJ3PgZU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQWJ3PgZU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQWJ3PgZU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQWJ3PgZU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQWJ3PgZU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQWJ3PgZU .modal-sm {
    max-width: 300px;
  }
  .cid-srQWJ3PgZU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQWJ3PgZU .modal-lg,
  .cid-srQWJ3PgZU .modal-xl {
    max-width: 800px;
  }
  .cid-srQWJ3PgZU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQWJ3PgZU .modal-xl {
    max-width: 1140px;
  }
  .cid-srQWJ3PgZU .container {
    max-width: 1140px;
  }
}
.cid-srQWJ3PgZU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQWJ3PgZU .container {
    max-width: 720px;
  }
}
.cid-srQWJ3PgZU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQWJ3PgZU .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-srQWJ3PgZU .form-group {
  margin-bottom: 1rem;
}
.cid-srQWJ3PgZU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQWJ3PgZU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQWJ3PgZU .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-srQXQicrc1.popup-builder {
  background-color: #ffffff;
}
.cid-srQXQicrc1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQXQicrc1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQXQicrc1 .modal-content,
.cid-srQXQicrc1 .modal-dialog {
  height: auto;
}
.cid-srQXQicrc1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQXQicrc1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQXQicrc1 .form-wrapper .mbr-form .form-group,
  .cid-srQXQicrc1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQXQicrc1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQXQicrc1 .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-srQXQicrc1 .mbr-text {
  text-align: center;
}
.cid-srQXQicrc1 .pt-0 {
  padding-top: 0 !important;
}
.cid-srQXQicrc1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQXQicrc1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQXQicrc1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQXQicrc1 .modal-open {
  overflow: hidden;
}
.cid-srQXQicrc1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQXQicrc1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQXQicrc1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQXQicrc1 .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-srQXQicrc1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQXQicrc1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQXQicrc1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQXQicrc1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQXQicrc1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQXQicrc1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQXQicrc1 .modal-backdrop.show {
  opacity: .5;
}
.cid-srQXQicrc1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQXQicrc1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQXQicrc1 .modal-header .close:hover {
  opacity: 1;
}
.cid-srQXQicrc1 .modal-header .close:focus {
  outline: none;
}
.cid-srQXQicrc1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQXQicrc1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQXQicrc1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQXQicrc1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQXQicrc1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQXQicrc1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQXQicrc1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQXQicrc1 .modal-sm {
    max-width: 300px;
  }
  .cid-srQXQicrc1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQXQicrc1 .modal-lg,
  .cid-srQXQicrc1 .modal-xl {
    max-width: 800px;
  }
  .cid-srQXQicrc1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQXQicrc1 .modal-xl {
    max-width: 1140px;
  }
  .cid-srQXQicrc1 .container {
    max-width: 1140px;
  }
}
.cid-srQXQicrc1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQXQicrc1 .container {
    max-width: 720px;
  }
}
.cid-srQXQicrc1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQXQicrc1 .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-srQXQicrc1 .form-group {
  margin-bottom: 1rem;
}
.cid-srQXQicrc1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQXQicrc1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQXQicrc1 .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-srQYpj3WkY.popup-builder {
  background-color: #ffffff;
}
.cid-srQYpj3WkY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQYpj3WkY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQYpj3WkY .modal-content,
.cid-srQYpj3WkY .modal-dialog {
  height: auto;
}
.cid-srQYpj3WkY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQYpj3WkY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQYpj3WkY .form-wrapper .mbr-form .form-group,
  .cid-srQYpj3WkY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQYpj3WkY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQYpj3WkY .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-srQYpj3WkY .mbr-text {
  text-align: center;
}
.cid-srQYpj3WkY .pt-0 {
  padding-top: 0 !important;
}
.cid-srQYpj3WkY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQYpj3WkY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQYpj3WkY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQYpj3WkY .modal-open {
  overflow: hidden;
}
.cid-srQYpj3WkY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQYpj3WkY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQYpj3WkY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQYpj3WkY .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-srQYpj3WkY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQYpj3WkY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQYpj3WkY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQYpj3WkY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQYpj3WkY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQYpj3WkY .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQYpj3WkY .modal-backdrop.show {
  opacity: .5;
}
.cid-srQYpj3WkY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQYpj3WkY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQYpj3WkY .modal-header .close:hover {
  opacity: 1;
}
.cid-srQYpj3WkY .modal-header .close:focus {
  outline: none;
}
.cid-srQYpj3WkY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQYpj3WkY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQYpj3WkY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQYpj3WkY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQYpj3WkY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQYpj3WkY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQYpj3WkY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQYpj3WkY .modal-sm {
    max-width: 300px;
  }
  .cid-srQYpj3WkY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQYpj3WkY .modal-lg,
  .cid-srQYpj3WkY .modal-xl {
    max-width: 800px;
  }
  .cid-srQYpj3WkY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQYpj3WkY .modal-xl {
    max-width: 1140px;
  }
  .cid-srQYpj3WkY .container {
    max-width: 1140px;
  }
}
.cid-srQYpj3WkY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQYpj3WkY .container {
    max-width: 720px;
  }
}
.cid-srQYpj3WkY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQYpj3WkY .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-srQYpj3WkY .form-group {
  margin-bottom: 1rem;
}
.cid-srQYpj3WkY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQYpj3WkY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQYpj3WkY .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-srQYCivRw2.popup-builder {
  background-color: #ffffff;
}
.cid-srQYCivRw2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQYCivRw2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQYCivRw2 .modal-content,
.cid-srQYCivRw2 .modal-dialog {
  height: auto;
}
.cid-srQYCivRw2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQYCivRw2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQYCivRw2 .form-wrapper .mbr-form .form-group,
  .cid-srQYCivRw2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQYCivRw2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQYCivRw2 .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-srQYCivRw2 .mbr-text {
  text-align: center;
}
.cid-srQYCivRw2 .pt-0 {
  padding-top: 0 !important;
}
.cid-srQYCivRw2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQYCivRw2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQYCivRw2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQYCivRw2 .modal-open {
  overflow: hidden;
}
.cid-srQYCivRw2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQYCivRw2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQYCivRw2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQYCivRw2 .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-srQYCivRw2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQYCivRw2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQYCivRw2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQYCivRw2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQYCivRw2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQYCivRw2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQYCivRw2 .modal-backdrop.show {
  opacity: .5;
}
.cid-srQYCivRw2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQYCivRw2 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQYCivRw2 .modal-header .close:hover {
  opacity: 1;
}
.cid-srQYCivRw2 .modal-header .close:focus {
  outline: none;
}
.cid-srQYCivRw2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQYCivRw2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQYCivRw2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQYCivRw2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQYCivRw2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQYCivRw2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQYCivRw2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQYCivRw2 .modal-sm {
    max-width: 300px;
  }
  .cid-srQYCivRw2 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQYCivRw2 .modal-lg,
  .cid-srQYCivRw2 .modal-xl {
    max-width: 800px;
  }
  .cid-srQYCivRw2 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQYCivRw2 .modal-xl {
    max-width: 1140px;
  }
  .cid-srQYCivRw2 .container {
    max-width: 1140px;
  }
}
.cid-srQYCivRw2 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQYCivRw2 .container {
    max-width: 720px;
  }
}
.cid-srQYCivRw2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQYCivRw2 .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-srQYCivRw2 .form-group {
  margin-bottom: 1rem;
}
.cid-srQYCivRw2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQYCivRw2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQYCivRw2 .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-srR098aFxe.popup-builder {
  background-color: #ffffff;
}
.cid-srR098aFxe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srR098aFxe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srR098aFxe .modal-content,
.cid-srR098aFxe .modal-dialog {
  height: auto;
}
.cid-srR098aFxe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srR098aFxe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srR098aFxe .form-wrapper .mbr-form .form-group,
  .cid-srR098aFxe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srR098aFxe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srR098aFxe .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-srR098aFxe .mbr-text {
  text-align: center;
}
.cid-srR098aFxe .pt-0 {
  padding-top: 0 !important;
}
.cid-srR098aFxe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srR098aFxe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srR098aFxe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srR098aFxe .modal-open {
  overflow: hidden;
}
.cid-srR098aFxe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srR098aFxe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srR098aFxe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srR098aFxe .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-srR098aFxe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srR098aFxe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srR098aFxe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srR098aFxe .modal-content {
  background: #efefef;
  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-srR098aFxe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srR098aFxe .modal-backdrop.fade {
  opacity: 0;
}
.cid-srR098aFxe .modal-backdrop.show {
  opacity: .5;
}
.cid-srR098aFxe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srR098aFxe .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srR098aFxe .modal-header .close:hover {
  opacity: 1;
}
.cid-srR098aFxe .modal-header .close:focus {
  outline: none;
}
.cid-srR098aFxe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-srR098aFxe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srR098aFxe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srR098aFxe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srR098aFxe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srR098aFxe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srR098aFxe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srR098aFxe .modal-sm {
    max-width: 300px;
  }
  .cid-srR098aFxe .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srR098aFxe .modal-lg,
  .cid-srR098aFxe .modal-xl {
    max-width: 800px;
  }
  .cid-srR098aFxe .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srR098aFxe .modal-xl {
    max-width: 1140px;
  }
  .cid-srR098aFxe .container {
    max-width: 1140px;
  }
}
.cid-srR098aFxe .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srR098aFxe .container {
    max-width: 720px;
  }
}
.cid-srR098aFxe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srR098aFxe .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-srR098aFxe .form-group {
  margin-bottom: 1rem;
}
.cid-srR098aFxe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srR098aFxe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srR098aFxe .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-srQYDYiBMA.popup-builder {
  background-color: #ffffff;
}
.cid-srQYDYiBMA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srQYDYiBMA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srQYDYiBMA .modal-content,
.cid-srQYDYiBMA .modal-dialog {
  height: auto;
}
.cid-srQYDYiBMA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srQYDYiBMA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srQYDYiBMA .form-wrapper .mbr-form .form-group,
  .cid-srQYDYiBMA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srQYDYiBMA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srQYDYiBMA .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-srQYDYiBMA .mbr-text {
  text-align: center;
}
.cid-srQYDYiBMA .pt-0 {
  padding-top: 0 !important;
}
.cid-srQYDYiBMA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srQYDYiBMA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srQYDYiBMA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srQYDYiBMA .modal-open {
  overflow: hidden;
}
.cid-srQYDYiBMA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srQYDYiBMA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srQYDYiBMA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srQYDYiBMA .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-srQYDYiBMA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srQYDYiBMA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srQYDYiBMA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srQYDYiBMA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srQYDYiBMA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srQYDYiBMA .modal-backdrop.fade {
  opacity: 0;
}
.cid-srQYDYiBMA .modal-backdrop.show {
  opacity: .5;
}
.cid-srQYDYiBMA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srQYDYiBMA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srQYDYiBMA .modal-header .close:hover {
  opacity: 1;
}
.cid-srQYDYiBMA .modal-header .close:focus {
  outline: none;
}
.cid-srQYDYiBMA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-srQYDYiBMA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srQYDYiBMA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srQYDYiBMA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srQYDYiBMA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srQYDYiBMA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srQYDYiBMA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srQYDYiBMA .modal-sm {
    max-width: 300px;
  }
  .cid-srQYDYiBMA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srQYDYiBMA .modal-lg,
  .cid-srQYDYiBMA .modal-xl {
    max-width: 800px;
  }
  .cid-srQYDYiBMA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srQYDYiBMA .modal-xl {
    max-width: 1140px;
  }
  .cid-srQYDYiBMA .container {
    max-width: 1140px;
  }
}
.cid-srQYDYiBMA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srQYDYiBMA .container {
    max-width: 720px;
  }
}
.cid-srQYDYiBMA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srQYDYiBMA .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-srQYDYiBMA .form-group {
  margin-bottom: 1rem;
}
.cid-srQYDYiBMA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srQYDYiBMA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srQYDYiBMA .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-sqYAgY7f70.popup-builder {
  background-color: #ffffff;
}
.cid-sqYAgY7f70.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqYAgY7f70.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYAgY7f70 .modal-content,
.cid-sqYAgY7f70 .modal-dialog {
  height: auto;
}
.cid-sqYAgY7f70 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYAgY7f70 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYAgY7f70 .form-wrapper .mbr-form .form-group,
  .cid-sqYAgY7f70 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYAgY7f70 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYAgY7f70 .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-sqYAgY7f70 .mbr-text {
  text-align: center;
}
.cid-sqYAgY7f70 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYAgY7f70 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYAgY7f70 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYAgY7f70 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYAgY7f70 .modal-open {
  overflow: hidden;
}
.cid-sqYAgY7f70 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYAgY7f70 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYAgY7f70 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYAgY7f70 .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-sqYAgY7f70 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYAgY7f70 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYAgY7f70 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYAgY7f70 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYAgY7f70 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYAgY7f70 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYAgY7f70 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYAgY7f70 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYAgY7f70 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYAgY7f70 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYAgY7f70 .modal-header .close:focus {
  outline: none;
}
.cid-sqYAgY7f70 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYAgY7f70 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYAgY7f70 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYAgY7f70 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYAgY7f70 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYAgY7f70 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYAgY7f70 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYAgY7f70 .modal-sm {
    max-width: 300px;
  }
  .cid-sqYAgY7f70 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYAgY7f70 .modal-lg,
  .cid-sqYAgY7f70 .modal-xl {
    max-width: 800px;
  }
  .cid-sqYAgY7f70 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYAgY7f70 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYAgY7f70 .container {
    max-width: 1140px;
  }
}
.cid-sqYAgY7f70 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYAgY7f70 .container {
    max-width: 720px;
  }
}
.cid-sqYAgY7f70 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYAgY7f70 .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-sqYAgY7f70 .form-group {
  margin-bottom: 1rem;
}
.cid-sqYAgY7f70 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYAgY7f70 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYAgY7f70 .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-sqYz3XHgSV .modal-body .close {
  background: #1b1b1b;
}
.cid-sqYz3XHgSV .modal-body .close span {
  font-style: normal;
}
.cid-sqYz3XHgSV .carousel-inner > .active,
.cid-sqYz3XHgSV .carousel-inner > .next,
.cid-sqYz3XHgSV .carousel-inner > .prev {
  display: table;
}
.cid-sqYz3XHgSV .carousel-control .icon-next,
.cid-sqYz3XHgSV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-sqYz3XHgSV .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-sqYz3XHgSV .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqYz3XHgSV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sqYz3XHgSV .boxed-slider > div {
  position: relative;
}
.cid-sqYz3XHgSV .container img {
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.cid-sqYz3XHgSV .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sqYz3XHgSV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sqYz3XHgSV .mbr-table-cell {
  padding: 0;
}
.cid-sqYz3XHgSV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sqYz3XHgSV .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sqYz3XHgSV .mbr-overlay {
  z-index: 1;
}
.cid-sqYz3XHgSV .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sqYz3XHgSV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sqYz3XHgSV .carousel-item .container {
    width: 100%;
  }
}
.cid-sqYz3XHgSV .carousel-item-next.carousel-item-left,
.cid-sqYz3XHgSV .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sqYz3XHgSV .active.carousel-item-right,
.cid-sqYz3XHgSV .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sqYz3XHgSV .active.carousel-item-left,
.cid-sqYz3XHgSV .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sqYz3XHgSV .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-sqYz3XHgSV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqYz3XHgSV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqYz3XHgSV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-sqYz3XHgSV .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sqYz3XHgSV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.cid-sqYz3XHgSV .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-sqYz3XHgSV .mbr-slider .carousel-indicators li.active,
.cid-sqYz3XHgSV .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-sqYz3XHgSV .mbr-slider .carousel-indicators li::after,
.cid-sqYz3XHgSV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sqYz3XHgSV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sqYz3XHgSV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sqYz3XHgSV .mbr-slider > .container img {
  width: 100%;
}
.cid-sqYz3XHgSV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sqYz3XHgSV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sqYz3XHgSV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sqYz3XHgSV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sqYz3XHgSV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sqYz3XHgSV .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sqYz3XHgSV .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sqYz3XHgSV .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sqYz3XHgSV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sqYz3XHgSV .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sqYz3XHgSV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sqYz3XHgSV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sqYz3XHgSV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sqYz3XHgSV h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sqYz3XHgSV .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 350;
}
.cid-sqYz3XHgSV .mbr-section-btn {
  margin-top: 100px;
}
.cid-sqYz3XHgSV .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-sqYz3XHgSV .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-sqYz3XHgSV .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-sqYz3XHgSV .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sqYz3XHgSV .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-sqYz3XHgSV .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sqYz3XHgSV P {
  color: #cebfaf;
  text-align: center;
}
.cid-sqYz3XHgSV H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sqYz3Y4Kiz {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sqYz3Y4Kiz img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sqYz3Y4Kiz H1 {
  color: #2c1608;
}
.cid-sqYz3Y4Kiz .mbr-text,
.cid-sqYz3Y4Kiz .mbr-section-btn {
  color: #716c80;
}
.cid-sqYz3Y4Kiz H3 {
  color: #4f4943;
}
.cid-sqYz3Y4Kiz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sqYz3Y4Kiz .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sqYz3Y4Kiz .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sqYz3Y4Kiz .link:hover {
  color: #ff6400 !important;
}
.cid-sqYz3Y4Kiz .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-sqYz3Y4Kiz DIV {
  color: #57468b;
}
.cid-sqYz3Y4Kiz .mbr-text,
.cid-sqYz3Y4Kiz .media-content {
  text-align: left;
  color: #0e0e0e;
}
.cid-sqYz3Y4Kiz .span {
  color: #4f4943;
  text-align: left;
}
.cid-sqYz3YmMmX {
  padding-top: 15px;
  padding-bottom: 85px;
  background-color: #ffffff;
}
.cid-sqYz3YmMmX H2 {
  color: #ff6400;
}
.cid-sqYz3YmMmX .mbr-text,
.cid-sqYz3YmMmX .mbr-section-btn {
  color: #0e0e0e;
  text-align: center;
}
.cid-sqYz3YmMmX .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-sqYz3YmMmX .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-sqYz3YmMmX .mbr-figure {
  height: 100%;
}
.cid-sqYz3YmMmX .card-img {
  padding: 0 2rem;
}
.cid-sqYz3YmMmX img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-sqYz3YmMmX H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-sqYz3YmMmX .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-sqYz3YmMmX .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-sqYz3YmMmX .container {
    padding: 0 3rem;
  }
  .cid-sqYz3YmMmX .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqYz3YmMmX .container {
    padding: 0 2rem;
  }
  .cid-sqYz3YmMmX .card-img {
    width: 100%;
  }
  .cid-sqYz3YmMmX .center-card {
    padding: 1rem;
  }
}

.cid-sqYz3Z2vwa {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background-map-2-1920x1645.jpg");
}
.cid-sqYz3Z2vwa H2 {
  color: #e7272d;
}
.cid-sqYz3Z2vwa img {
  max-width: 500px;
  margin: auto;
}
.cid-sqYz3Z2vwa H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-sqYz3Z2vwa .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-sqYz3Z2vwa .span-row {
  width: 100%;
}
.cid-sqYz3Z2vwa .mbr-section-title,
.cid-sqYz3Z2vwa .span-row {
  color: #cebfaf;
}
.cid-sqYz3Z2vwa .mbr-text,
.cid-sqYz3Z2vwa .mbr-section-btn {
  color: #cebfaf;
  text-align: left;
}
.cid-sqYz3ZipZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-sqYz3ZipZ4 .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-sqYz3ZipZ4 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sqYz3ZipZ4 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sqYz3ZipZ4 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sqYz3ZipZ4 .menu-row {
  margin: 0;
}
.cid-sqYz3ZipZ4 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: .2em .5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sqYz3ZipZ4 .card-header {
  background: transparent;
}
.cid-sqYz3ZipZ4 .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sqYz3ZipZ4 .card-subtitle {
  margin: 0;
}
.cid-sqYz3ZipZ4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sqYz3ZipZ4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sqYz3ZipZ4 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sqYz3ZipZ4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sqYz3ZipZ4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sqYz3ZipZ4 .card .panel-body {
  color: #767676;
}
.cid-sqYz3ZipZ4 h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f1eeea;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-sqYz3ZipZ4 H4 {
  color: #4f4943;
}
.cid-sqYz3ZipZ4 H2 {
  color: #222222;
}
.cid-sqYz3ZipZ4 .panel-text {
  color: #232323;
}
.cid-sqYz3ZipZ4 .box-text {
  color: #232323;
}
.cid-sqYz3ZipZ4 SPAN {
  color: #ff6800;
}
.cid-sqYz3ZipZ4 .item-title {
  color: #4f4943;
}
.cid-sqYz3ZipZ4 .mbr-section-title,
.cid-sqYz3ZipZ4 .underline {
  color: #232323;
  text-align: center;
}
.cid-sqYz3ZipZ4 .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-sqYz3ZLgAE {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-image: url("../../../assets/images/mbr-148.jpg");
}
.cid-sqYz3ZLgAE li {
  list-style: none;
}
.cid-sqYz3ZLgAE .item-wrap {
  display: flex;
  align-items: left;
  margin-bottom: 23px;
}
.cid-sqYz3ZLgAE .item-wrap:hover .mbr-iconfont {
  color: #cebfaf !important;
}
.cid-sqYz3ZLgAE .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ff6400 !important;
}
.cid-sqYz3ZLgAE h4 {
  margin: 0;
}
.cid-sqYz3ZLgAE ul {
  padding: 0;
  margin: 0;
}
.cid-sqYz3ZLgAE .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sqYz3ZLgAE .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-sqYz3ZLgAE .accordion .card {
  overflow: hidden;
}
.cid-sqYz3ZLgAE .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sqYz3ZLgAE .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sqYz3ZLgAE .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sqYz3ZLgAE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sqYz3ZLgAE .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-sqYz3ZLgAE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sqYz3ZLgAE .card .panel-body {
  color: #767676;
}
.cid-sqYz3ZLgAE .card:hover {
  background: #efefef;
}
.cid-sqYz3ZLgAE .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #cccccc;
}
.cid-sqYz3ZLgAE .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: left;
}
.cid-sqYz3ZLgAE .mbri-arrow-down:before {
  content: "\e960";
}
.cid-sqYz3ZLgAE .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sqYz3ZLgAE .panel-collapse {
  margin-top: -1px;
}
.cid-sqYz3ZLgAE H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sqYz3ZLgAE .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sqYz3ZLgAE .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sqYz3ZLgAE .sign {
    margin-right: 0.5rem;
  }
}
.cid-sqYz3ZLgAE H3 {
  text-align: left;
  color: #ff6400;
}
.cid-sqYz3ZLgAE H2 {
  color: #000000;
}
.cid-sqYz3ZLgAE .text {
  text-align: left;
  color: #0e0e0e;
}
.cid-sqYz40WgRh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqYz40WgRh .mbr-text {
  color: #767676;
}
.cid-sqYz40WgRh .card-subtitle {
  margin: 0;
}
.cid-sqYz40WgRh .item-wrapper {
  background: #ffffff;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  padding-bottom: 0.1rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-sqYz40WgRh img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-sqYz40WgRh .card-box {
  padding: 1rem;
}
.cid-sqYz40WgRh .link {
  transition: all 0.3s;
}
.cid-sqYz40WgRh .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-sqYz40WgRh .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-sqYz40WgRh .mbr-section-btn .btn {
  border: 0px;
}
.cid-sqYz40WgRh .mbr-section-btn .btn:hover {
  background: inherit!important;
  color: inherit!important;
}
.cid-sqYz40WgRh h4,
.cid-sqYz40WgRh h6,
.cid-sqYz40WgRh h5 {
  margin: 0;
}
.cid-sqYz40WgRh .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-sqYz40WgRh .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-sqYz40WgRh .link-wrap:hover {
  color: #ff6400;
}
.cid-sqYz40WgRh .link-wrap:hover .link {
  color: #ff6400;
}
.cid-sqYz40WgRh .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-sqYz40WgRh .wrapper {
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sqYz40WgRh .icon-wrap {
  display: flex;
  align-items: center;
}
.cid-sqYz40WgRh .icon-wrap span {
  margin-right: 8px;
}
.cid-sqYz40WgRh .icon-padding {
  padding-left: 2rem;
}
.cid-sqYz40WgRh .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-sqYz40WgRh .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-sqYz40WgRh .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-sqYz40WgRh .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-sqYz40WgRh .card:hover img {
  transform: scale(1.1);
}
.cid-sqYz40WgRh .card-img {
  height: 220px;
  border-radius: 9px!important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-sqYz40WgRh .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sqYz40WgRh .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sqYz40WgRh .row {
  justify-content: center;
}
.cid-sqYz40WgRh .location,
.cid-sqYz40WgRh .icon-wrap {
  color: #ff6400;
}
.cid-sqYz40WgRh .link,
.cid-sqYz40WgRh .link-wrap,
.cid-sqYz40WgRh .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-sqYz40WgRh .wrapper {
    flex-direction: column;
  }
  .cid-sqYz40WgRh .icon-padding {
    padding-left: 0rem;
  }
  .cid-sqYz40WgRh .card-box {
    padding: 0;
  }
}
.cid-sqYz40WgRh H2 {
  color: #ff6400;
}
.cid-sqYz40WgRh .mbr-text,
.cid-sqYz40WgRh .link {
  color: #0e0e0e;
}
.cid-sqYz42jIKQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqYz42jIKQ h4 {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-left: 50px;
}
.cid-sqYz42jIKQ h4:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 55%;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #cccccc;
}
.cid-sqYz42jIKQ .card {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 6px;
}
.cid-sqYz42jIKQ span {
  font-size: 3rem;
  opacity: 0.2;
  color: #808080;
}
.cid-sqYz42jIKQ .user_text {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sqYz42jIKQ .card {
    padding: 1rem;
  }
}
.cid-sqYz42jIKQ .user_name,
.cid-sqYz42jIKQ .align {
  color: #cccccc;
}
.cid-sqYz42jIKQ .mbr-section-subtitle {
  text-align: center;
}
.cid-sqYz46QK0X.popup-builder {
  background-color: #ffffff;
}
.cid-sqYz46QK0X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqYz46QK0X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYz46QK0X .modal-content,
.cid-sqYz46QK0X .modal-dialog {
  height: auto;
}
.cid-sqYz46QK0X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYz46QK0X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYz46QK0X .form-wrapper .mbr-form .form-group,
  .cid-sqYz46QK0X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYz46QK0X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYz46QK0X .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-sqYz46QK0X .mbr-text {
  text-align: center;
}
.cid-sqYz46QK0X .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYz46QK0X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYz46QK0X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYz46QK0X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYz46QK0X .modal-open {
  overflow: hidden;
}
.cid-sqYz46QK0X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYz46QK0X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYz46QK0X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYz46QK0X .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-sqYz46QK0X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYz46QK0X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYz46QK0X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYz46QK0X .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYz46QK0X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYz46QK0X .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYz46QK0X .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYz46QK0X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYz46QK0X .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYz46QK0X .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYz46QK0X .modal-header .close:focus {
  outline: none;
}
.cid-sqYz46QK0X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYz46QK0X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYz46QK0X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYz46QK0X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYz46QK0X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYz46QK0X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYz46QK0X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYz46QK0X .modal-sm {
    max-width: 300px;
  }
  .cid-sqYz46QK0X .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYz46QK0X .modal-lg,
  .cid-sqYz46QK0X .modal-xl {
    max-width: 800px;
  }
  .cid-sqYz46QK0X .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYz46QK0X .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYz46QK0X .container {
    max-width: 1140px;
  }
}
.cid-sqYz46QK0X .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYz46QK0X .container {
    max-width: 720px;
  }
}
.cid-sqYz46QK0X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYz46QK0X .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-sqYz46QK0X .form-group {
  margin-bottom: 1rem;
}
.cid-sqYz46QK0X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYz46QK0X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYz46QK0X .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-sqYz42YWNz.popup-builder {
  background-color: #ffffff;
}
.cid-sqYz42YWNz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqYz42YWNz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYz42YWNz .modal-content,
.cid-sqYz42YWNz .modal-dialog {
  height: auto;
}
.cid-sqYz42YWNz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYz42YWNz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYz42YWNz .form-wrapper .mbr-form .form-group,
  .cid-sqYz42YWNz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYz42YWNz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYz42YWNz .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-sqYz42YWNz .mbr-text {
  text-align: center;
}
.cid-sqYz42YWNz .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYz42YWNz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYz42YWNz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYz42YWNz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYz42YWNz .modal-open {
  overflow: hidden;
}
.cid-sqYz42YWNz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYz42YWNz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYz42YWNz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYz42YWNz .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-sqYz42YWNz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYz42YWNz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYz42YWNz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYz42YWNz .modal-content {
  background: #efefef;
  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-sqYz42YWNz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYz42YWNz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYz42YWNz .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYz42YWNz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYz42YWNz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYz42YWNz .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYz42YWNz .modal-header .close:focus {
  outline: none;
}
.cid-sqYz42YWNz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYz42YWNz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYz42YWNz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYz42YWNz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYz42YWNz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYz42YWNz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYz42YWNz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYz42YWNz .modal-sm {
    max-width: 300px;
  }
  .cid-sqYz42YWNz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYz42YWNz .modal-lg,
  .cid-sqYz42YWNz .modal-xl {
    max-width: 800px;
  }
  .cid-sqYz42YWNz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYz42YWNz .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYz42YWNz .container {
    max-width: 1140px;
  }
}
.cid-sqYz42YWNz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYz42YWNz .container {
    max-width: 720px;
  }
}
.cid-sqYz42YWNz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYz42YWNz .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-sqYz42YWNz .form-group {
  margin-bottom: 1rem;
}
.cid-sqYz42YWNz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYz42YWNz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYz42YWNz .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-sqYz43RrF1.popup-builder {
  background-color: #ffffff;
}
.cid-sqYz43RrF1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;

}
.cid-sqYz43RrF1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYz43RrF1 .modal-content,
.cid-sqYz43RrF1 .modal-dialog {
  height: auto;
}
.cid-sqYz43RrF1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYz43RrF1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYz43RrF1 .form-wrapper .mbr-form .form-group,
  .cid-sqYz43RrF1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYz43RrF1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYz43RrF1 .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-sqYz43RrF1 .mbr-text {
  text-align: center;
}
.cid-sqYz43RrF1 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYz43RrF1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYz43RrF1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYz43RrF1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYz43RrF1 .modal-open {
  overflow: hidden;
}
.cid-sqYz43RrF1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYz43RrF1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYz43RrF1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYz43RrF1 .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-sqYz43RrF1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYz43RrF1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYz43RrF1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYz43RrF1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYz43RrF1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYz43RrF1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYz43RrF1 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYz43RrF1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYz43RrF1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYz43RrF1 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYz43RrF1 .modal-header .close:focus {
  outline: none;
}
.cid-sqYz43RrF1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYz43RrF1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYz43RrF1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYz43RrF1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYz43RrF1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYz43RrF1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYz43RrF1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYz43RrF1 .modal-sm {
    max-width: 300px;
  }
  .cid-sqYz43RrF1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYz43RrF1 .modal-lg,
  .cid-sqYz43RrF1 .modal-xl {
    max-width: 800px;
  }
  .cid-sqYz43RrF1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYz43RrF1 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYz43RrF1 .container {
    max-width: 1140px;
  }
}
.cid-sqYz43RrF1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYz43RrF1 .container {
    max-width: 720px;
  }
}
.cid-sqYz43RrF1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYz43RrF1 .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-sqYz43RrF1 .form-group {
  margin-bottom: 1rem;
}
.cid-sqYz43RrF1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYz43RrF1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYz43RrF1 .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-sqYz44g2P9.popup-builder {
  background-color: #ffffff;
}
.cid-sqYz44g2P9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqYz44g2P9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYz44g2P9 .modal-content,
.cid-sqYz44g2P9 .modal-dialog {
  height: auto;
}
.cid-sqYz44g2P9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYz44g2P9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYz44g2P9 .form-wrapper .mbr-form .form-group,
  .cid-sqYz44g2P9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYz44g2P9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYz44g2P9 .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-sqYz44g2P9 .mbr-text {
  text-align: center;
}
.cid-sqYz44g2P9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYz44g2P9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYz44g2P9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYz44g2P9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYz44g2P9 .modal-open {
  overflow: hidden;
}
.cid-sqYz44g2P9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYz44g2P9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYz44g2P9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYz44g2P9 .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-sqYz44g2P9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYz44g2P9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYz44g2P9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYz44g2P9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYz44g2P9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYz44g2P9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYz44g2P9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYz44g2P9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYz44g2P9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYz44g2P9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYz44g2P9 .modal-header .close:focus {
  outline: none;
}
.cid-sqYz44g2P9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYz44g2P9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYz44g2P9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYz44g2P9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYz44g2P9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYz44g2P9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYz44g2P9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYz44g2P9 .modal-sm {
    max-width: 300px;
  }
  .cid-sqYz44g2P9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYz44g2P9 .modal-lg,
  .cid-sqYz44g2P9 .modal-xl {
    max-width: 800px;
  }
  .cid-sqYz44g2P9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYz44g2P9 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYz44g2P9 .container {
    max-width: 1140px;
  }
}
.cid-sqYz44g2P9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYz44g2P9 .container {
    max-width: 720px;
  }
}
.cid-sqYz44g2P9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYz44g2P9 .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-sqYz44g2P9 .form-group {
  margin-bottom: 1rem;
}
.cid-sqYz44g2P9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYz44g2P9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYz44g2P9 .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-sqYz44InRD.popup-builder {
  background-color: #ffffff;
}
.cid-sqYz44InRD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqYz44InRD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYz44InRD .modal-content,
.cid-sqYz44InRD .modal-dialog {
  height: auto;
}
.cid-sqYz44InRD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYz44InRD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYz44InRD .form-wrapper .mbr-form .form-group,
  .cid-sqYz44InRD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYz44InRD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYz44InRD .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-sqYz44InRD .mbr-text {
  text-align: center;
}
.cid-sqYz44InRD .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYz44InRD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYz44InRD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYz44InRD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYz44InRD .modal-open {
  overflow: hidden;
}
.cid-sqYz44InRD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYz44InRD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYz44InRD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYz44InRD .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-sqYz44InRD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYz44InRD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYz44InRD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYz44InRD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYz44InRD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYz44InRD .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYz44InRD .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYz44InRD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYz44InRD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYz44InRD .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYz44InRD .modal-header .close:focus {
  outline: none;
}
.cid-sqYz44InRD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYz44InRD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYz44InRD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYz44InRD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYz44InRD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYz44InRD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYz44InRD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYz44InRD .modal-sm {
    max-width: 300px;
  }
  .cid-sqYz44InRD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYz44InRD .modal-lg,
  .cid-sqYz44InRD .modal-xl {
    max-width: 800px;
  }
  .cid-sqYz44InRD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYz44InRD .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYz44InRD .container {
    max-width: 1140px;
  }
}
.cid-sqYz44InRD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYz44InRD .container {
    max-width: 720px;
  }
}
.cid-sqYz44InRD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYz44InRD .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-sqYz44InRD .form-group {
  margin-bottom: 1rem;
}
.cid-sqYz44InRD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYz44InRD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYz44InRD .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-sqYz45w2r7.popup-builder {
  background-color: #ffffff;
}
.cid-sqYz45w2r7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;

}
.cid-sqYz45w2r7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYz45w2r7 .modal-content,
.cid-sqYz45w2r7 .modal-dialog {
  height: auto;
}
.cid-sqYz45w2r7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYz45w2r7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYz45w2r7 .form-wrapper .mbr-form .form-group,
  .cid-sqYz45w2r7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYz45w2r7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYz45w2r7 .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-sqYz45w2r7 .mbr-text {
  text-align: center;
}
.cid-sqYz45w2r7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYz45w2r7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYz45w2r7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYz45w2r7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYz45w2r7 .modal-open {
  overflow: hidden;
}
.cid-sqYz45w2r7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYz45w2r7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYz45w2r7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYz45w2r7 .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-sqYz45w2r7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYz45w2r7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYz45w2r7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYz45w2r7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYz45w2r7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYz45w2r7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYz45w2r7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYz45w2r7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYz45w2r7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYz45w2r7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYz45w2r7 .modal-header .close:focus {
  outline: none;
}
.cid-sqYz45w2r7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYz45w2r7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYz45w2r7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYz45w2r7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYz45w2r7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYz45w2r7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYz45w2r7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYz45w2r7 .modal-sm {
    max-width: 300px;
  }
  .cid-sqYz45w2r7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYz45w2r7 .modal-lg,
  .cid-sqYz45w2r7 .modal-xl {
    max-width: 800px;
  }
  .cid-sqYz45w2r7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYz45w2r7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYz45w2r7 .container {
    max-width: 1140px;
  }
}
.cid-sqYz45w2r7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYz45w2r7 .container {
    max-width: 720px;
  }
}
.cid-sqYz45w2r7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYz45w2r7 .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-sqYz45w2r7 .form-group {
  margin-bottom: 1rem;
}
.cid-sqYz45w2r7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYz45w2r7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYz45w2r7 .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-sqYz45U7j9.popup-builder {
  background-color: #ffffff;
}
.cid-sqYz45U7j9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqYz45U7j9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYz45U7j9 .modal-content,
.cid-sqYz45U7j9 .modal-dialog {
  height: auto;
}
.cid-sqYz45U7j9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYz45U7j9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYz45U7j9 .form-wrapper .mbr-form .form-group,
  .cid-sqYz45U7j9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYz45U7j9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYz45U7j9 .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-sqYz45U7j9 .mbr-text {
  text-align: center;
}
.cid-sqYz45U7j9 .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYz45U7j9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYz45U7j9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYz45U7j9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYz45U7j9 .modal-open {
  overflow: hidden;
}
.cid-sqYz45U7j9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYz45U7j9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYz45U7j9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYz45U7j9 .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-sqYz45U7j9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYz45U7j9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYz45U7j9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYz45U7j9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYz45U7j9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYz45U7j9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYz45U7j9 .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYz45U7j9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYz45U7j9 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYz45U7j9 .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYz45U7j9 .modal-header .close:focus {
  outline: none;
}
.cid-sqYz45U7j9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYz45U7j9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYz45U7j9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYz45U7j9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYz45U7j9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYz45U7j9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYz45U7j9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYz45U7j9 .modal-sm {
    max-width: 300px;
  }
  .cid-sqYz45U7j9 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYz45U7j9 .modal-lg,
  .cid-sqYz45U7j9 .modal-xl {
    max-width: 800px;
  }
  .cid-sqYz45U7j9 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYz45U7j9 .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYz45U7j9 .container {
    max-width: 1140px;
  }
}
.cid-sqYz45U7j9 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYz45U7j9 .container {
    max-width: 720px;
  }
}
.cid-sqYz45U7j9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYz45U7j9 .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-sqYz45U7j9 .form-group {
  margin-bottom: 1rem;
}
.cid-sqYz45U7j9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYz45U7j9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYz45U7j9 .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-sqYz456BqO.popup-builder {
  background-color: #ffffff;
}
.cid-sqYz456BqO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqYz456BqO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYz456BqO .modal-content,
.cid-sqYz456BqO .modal-dialog {
  height: auto;
}
.cid-sqYz456BqO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYz456BqO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYz456BqO .form-wrapper .mbr-form .form-group,
  .cid-sqYz456BqO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYz456BqO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYz456BqO .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-sqYz456BqO .mbr-text {
  text-align: center;
}
.cid-sqYz456BqO .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYz456BqO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYz456BqO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYz456BqO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYz456BqO .modal-open {
  overflow: hidden;
}
.cid-sqYz456BqO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYz456BqO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYz456BqO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYz456BqO .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-sqYz456BqO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYz456BqO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYz456BqO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYz456BqO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYz456BqO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYz456BqO .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYz456BqO .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYz456BqO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYz456BqO .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYz456BqO .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYz456BqO .modal-header .close:focus {
  outline: none;
}
.cid-sqYz456BqO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYz456BqO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYz456BqO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYz456BqO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYz456BqO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYz456BqO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYz456BqO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYz456BqO .modal-sm {
    max-width: 300px;
  }
  .cid-sqYz456BqO .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYz456BqO .modal-lg,
  .cid-sqYz456BqO .modal-xl {
    max-width: 800px;
  }
  .cid-sqYz456BqO .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYz456BqO .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYz456BqO .container {
    max-width: 1140px;
  }
}
.cid-sqYz456BqO .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYz456BqO .container {
    max-width: 720px;
  }
}
.cid-sqYz456BqO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYz456BqO .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-sqYz456BqO .form-group {
  margin-bottom: 1rem;
}
.cid-sqYz456BqO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYz456BqO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYz456BqO .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-sqYz47gQWh.popup-builder {
  background-color: #ffffff;
}
.cid-sqYz47gQWh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqYz47gQWh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqYz47gQWh .modal-content,
.cid-sqYz47gQWh .modal-dialog {
  height: auto;
}
.cid-sqYz47gQWh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqYz47gQWh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqYz47gQWh .form-wrapper .mbr-form .form-group,
  .cid-sqYz47gQWh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqYz47gQWh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqYz47gQWh .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-sqYz47gQWh .mbr-text {
  text-align: center;
}
.cid-sqYz47gQWh .pt-0 {
  padding-top: 0 !important;
}
.cid-sqYz47gQWh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqYz47gQWh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqYz47gQWh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqYz47gQWh .modal-open {
  overflow: hidden;
}
.cid-sqYz47gQWh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqYz47gQWh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqYz47gQWh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqYz47gQWh .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-sqYz47gQWh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqYz47gQWh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqYz47gQWh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqYz47gQWh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sqYz47gQWh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqYz47gQWh .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqYz47gQWh .modal-backdrop.show {
  opacity: .5;
}
.cid-sqYz47gQWh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqYz47gQWh .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqYz47gQWh .modal-header .close:hover {
  opacity: 1;
}
.cid-sqYz47gQWh .modal-header .close:focus {
  outline: none;
}
.cid-sqYz47gQWh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #4f4943;
}
.cid-sqYz47gQWh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqYz47gQWh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqYz47gQWh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqYz47gQWh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqYz47gQWh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqYz47gQWh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqYz47gQWh .modal-sm {
    max-width: 300px;
  }
  .cid-sqYz47gQWh .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqYz47gQWh .modal-lg,
  .cid-sqYz47gQWh .modal-xl {
    max-width: 800px;
  }
  .cid-sqYz47gQWh .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqYz47gQWh .modal-xl {
    max-width: 1140px;
  }
  .cid-sqYz47gQWh .container {
    max-width: 1140px;
  }
}
.cid-sqYz47gQWh .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqYz47gQWh .container {
    max-width: 720px;
  }
}
.cid-sqYz47gQWh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqYz47gQWh .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-sqYz47gQWh .form-group {
  margin-bottom: 1rem;
}
.cid-sqYz47gQWh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqYz47gQWh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqYz47gQWh .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-to8BhDZ43w {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to8BhDZ43w img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-to8BhDZ43w H1 {
  color: #2c1608;
}
.cid-to8BhDZ43w .mbr-text,
.cid-to8BhDZ43w .mbr-section-btn {
  color: #716c80;
}
.cid-to8BhDZ43w H3 {
  color: #ff6800;
}
.cid-to8BhDZ43w .underline .line {
  width: 10rem;
  height: 3px;
  background: #ff6400;
  display: inline-block;
}
.cid-to8BhDZ43w .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-to8BhDZ43w .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-to8BhDZ43w .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-to8BhDZ43w .link:hover {
  color: #ff6400 !important;
}
.cid-to8BhDZ43w .link:hover .link-ico {
  color: #ff6400 !important;
  padding-left: 10px;
}
.cid-to8BhDZ43w DIV {
  color: #57468b;
}
.cid-to8BhDZ43w .mbr-text,
.cid-to8BhDZ43w .media-content {
  text-align: left;
  color: #232323;
}
.cid-tnsNcXgJUf.popup-builder {
  background-color: #ffffff;
}
.cid-tnsNcXgJUf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tnsNcXgJUf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tnsNcXgJUf span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tnsNcXgJUf hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tnsNcXgJUf .modal-content,
.cid-tnsNcXgJUf .modal-dialog {
  height: auto;
}
.cid-tnsNcXgJUf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tnsNcXgJUf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tnsNcXgJUf .form-wrapper .mbr-form .form-group,
  .cid-tnsNcXgJUf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tnsNcXgJUf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tnsNcXgJUf .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-tnsNcXgJUf .mbr-text {
  text-align: left;
}
.cid-tnsNcXgJUf .pt-0 {
  padding-top: 0 !important;
}
.cid-tnsNcXgJUf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tnsNcXgJUf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tnsNcXgJUf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tnsNcXgJUf .modal-open {
  overflow: hidden;
}
.cid-tnsNcXgJUf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tnsNcXgJUf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tnsNcXgJUf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tnsNcXgJUf .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-tnsNcXgJUf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tnsNcXgJUf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tnsNcXgJUf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tnsNcXgJUf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tnsNcXgJUf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tnsNcXgJUf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tnsNcXgJUf .modal-backdrop.fade {
  opacity: 0;
}
.cid-tnsNcXgJUf .modal-backdrop.show {
  opacity: .5;
}
.cid-tnsNcXgJUf .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-tnsNcXgJUf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tnsNcXgJUf .modal-header {
    padding: 1rem;
  }
}
.cid-tnsNcXgJUf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tnsNcXgJUf .modal-header .close svg {
  fill: #353535;
}
.cid-tnsNcXgJUf .modal-header .close:hover {
  opacity: 1;
}
.cid-tnsNcXgJUf .modal-header .close:focus {
  outline: none;
}
.cid-tnsNcXgJUf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tnsNcXgJUf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tnsNcXgJUf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tnsNcXgJUf .modal-body {
    padding: 1rem;
  }
}
.cid-tnsNcXgJUf .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-tnsNcXgJUf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tnsNcXgJUf .modal-footer {
    padding: 1rem;
  }
}
.cid-tnsNcXgJUf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tnsNcXgJUf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tnsNcXgJUf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tnsNcXgJUf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tnsNcXgJUf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tnsNcXgJUf .modal-lg,
  .cid-tnsNcXgJUf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tnsNcXgJUf .modal-xl {
    max-width: 1140px;
  }
}
.cid-tnsNcXgJUf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tnsNcXgJUf .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-tnsNcXgJUf .form-group {
  margin-bottom: 1rem;
}
.cid-tnsNcXgJUf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tnsNcXgJUf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tnsNcXgJUf .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-tnsNcXgJUf .mbr-section-btn {
  margin: 0;
}
.cid-tnsNcXgJUf .mbr-section-btn .btn {
  margin: 0;
}
.cid-tnsZHyL3t9.popup-builder {
  background-color: #ffffff;
}
.cid-tnsZHyL3t9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tnsZHyL3t9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tnsZHyL3t9 span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tnsZHyL3t9 hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tnsZHyL3t9 .modal-content,
.cid-tnsZHyL3t9 .modal-dialog {
  height: auto;
}
.cid-tnsZHyL3t9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tnsZHyL3t9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tnsZHyL3t9 .form-wrapper .mbr-form .form-group,
  .cid-tnsZHyL3t9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tnsZHyL3t9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tnsZHyL3t9 .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-tnsZHyL3t9 .mbr-text {
  text-align: left;
}
.cid-tnsZHyL3t9 .pt-0 {
  padding-top: 0 !important;
}
.cid-tnsZHyL3t9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tnsZHyL3t9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tnsZHyL3t9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tnsZHyL3t9 .modal-open {
  overflow: hidden;
}
.cid-tnsZHyL3t9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tnsZHyL3t9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tnsZHyL3t9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tnsZHyL3t9 .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-tnsZHyL3t9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tnsZHyL3t9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tnsZHyL3t9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tnsZHyL3t9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tnsZHyL3t9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tnsZHyL3t9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tnsZHyL3t9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tnsZHyL3t9 .modal-backdrop.show {
  opacity: .5;
}
.cid-tnsZHyL3t9 .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-tnsZHyL3t9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tnsZHyL3t9 .modal-header {
    padding: 1rem;
  }
}
.cid-tnsZHyL3t9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tnsZHyL3t9 .modal-header .close svg {
  fill: #353535;
}
.cid-tnsZHyL3t9 .modal-header .close:hover {
  opacity: 1;
}
.cid-tnsZHyL3t9 .modal-header .close:focus {
  outline: none;
}
.cid-tnsZHyL3t9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tnsZHyL3t9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tnsZHyL3t9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tnsZHyL3t9 .modal-body {
    padding: 1rem;
  }
}
.cid-tnsZHyL3t9 .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-tnsZHyL3t9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tnsZHyL3t9 .modal-footer {
    padding: 1rem;
  }
}
.cid-tnsZHyL3t9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tnsZHyL3t9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tnsZHyL3t9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tnsZHyL3t9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tnsZHyL3t9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tnsZHyL3t9 .modal-lg,
  .cid-tnsZHyL3t9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tnsZHyL3t9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tnsZHyL3t9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tnsZHyL3t9 .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-tnsZHyL3t9 .form-group {
  margin-bottom: 1rem;
}
.cid-tnsZHyL3t9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tnsZHyL3t9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tnsZHyL3t9 .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-tnsZHyL3t9 .mbr-section-btn {
  margin: 0;
}
.cid-tnsZHyL3t9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntarmwT7R.popup-builder {
  background-color: #ffffff;
}
.cid-tntarmwT7R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntarmwT7R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntarmwT7R span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntarmwT7R hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntarmwT7R .modal-content,
.cid-tntarmwT7R .modal-dialog {
  height: auto;
}
.cid-tntarmwT7R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntarmwT7R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntarmwT7R .form-wrapper .mbr-form .form-group,
  .cid-tntarmwT7R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntarmwT7R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntarmwT7R .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-tntarmwT7R .mbr-text {
  text-align: left;
}
.cid-tntarmwT7R .pt-0 {
  padding-top: 0 !important;
}
.cid-tntarmwT7R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntarmwT7R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntarmwT7R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntarmwT7R .modal-open {
  overflow: hidden;
}
.cid-tntarmwT7R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntarmwT7R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntarmwT7R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntarmwT7R .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-tntarmwT7R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntarmwT7R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntarmwT7R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntarmwT7R .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntarmwT7R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntarmwT7R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntarmwT7R .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntarmwT7R .modal-backdrop.show {
  opacity: .5;
}
.cid-tntarmwT7R .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-tntarmwT7R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntarmwT7R .modal-header {
    padding: 1rem;
  }
}
.cid-tntarmwT7R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntarmwT7R .modal-header .close svg {
  fill: #353535;
}
.cid-tntarmwT7R .modal-header .close:hover {
  opacity: 1;
}
.cid-tntarmwT7R .modal-header .close:focus {
  outline: none;
}
.cid-tntarmwT7R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntarmwT7R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntarmwT7R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntarmwT7R .modal-body {
    padding: 1rem;
  }
}
.cid-tntarmwT7R .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-tntarmwT7R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntarmwT7R .modal-footer {
    padding: 1rem;
  }
}
.cid-tntarmwT7R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntarmwT7R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntarmwT7R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntarmwT7R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntarmwT7R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntarmwT7R .modal-lg,
  .cid-tntarmwT7R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntarmwT7R .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntarmwT7R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntarmwT7R .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-tntarmwT7R .form-group {
  margin-bottom: 1rem;
}
.cid-tntarmwT7R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntarmwT7R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntarmwT7R .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-tntarmwT7R .mbr-section-btn {
  margin: 0;
}
.cid-tntarmwT7R .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntdhfoCpv.popup-builder {
  background-color: #ffffff;
}
.cid-tntdhfoCpv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntdhfoCpv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntdhfoCpv span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntdhfoCpv hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntdhfoCpv .modal-content,
.cid-tntdhfoCpv .modal-dialog {
  height: auto;
}
.cid-tntdhfoCpv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntdhfoCpv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntdhfoCpv .form-wrapper .mbr-form .form-group,
  .cid-tntdhfoCpv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntdhfoCpv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntdhfoCpv .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-tntdhfoCpv .mbr-text {
  text-align: left;
}
.cid-tntdhfoCpv .pt-0 {
  padding-top: 0 !important;
}
.cid-tntdhfoCpv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntdhfoCpv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntdhfoCpv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntdhfoCpv .modal-open {
  overflow: hidden;
}
.cid-tntdhfoCpv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntdhfoCpv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntdhfoCpv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntdhfoCpv .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-tntdhfoCpv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntdhfoCpv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntdhfoCpv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntdhfoCpv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntdhfoCpv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntdhfoCpv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntdhfoCpv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntdhfoCpv .modal-backdrop.show {
  opacity: .5;
}
.cid-tntdhfoCpv .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-tntdhfoCpv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntdhfoCpv .modal-header {
    padding: 1rem;
  }
}
.cid-tntdhfoCpv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntdhfoCpv .modal-header .close svg {
  fill: #353535;
}
.cid-tntdhfoCpv .modal-header .close:hover {
  opacity: 1;
}
.cid-tntdhfoCpv .modal-header .close:focus {
  outline: none;
}
.cid-tntdhfoCpv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntdhfoCpv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntdhfoCpv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntdhfoCpv .modal-body {
    padding: 1rem;
  }
}
.cid-tntdhfoCpv .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-tntdhfoCpv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntdhfoCpv .modal-footer {
    padding: 1rem;
  }
}
.cid-tntdhfoCpv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntdhfoCpv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntdhfoCpv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntdhfoCpv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntdhfoCpv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntdhfoCpv .modal-lg,
  .cid-tntdhfoCpv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntdhfoCpv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntdhfoCpv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntdhfoCpv .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-tntdhfoCpv .form-group {
  margin-bottom: 1rem;
}
.cid-tntdhfoCpv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntdhfoCpv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntdhfoCpv .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-tntdhfoCpv .mbr-section-btn {
  margin: 0;
}
.cid-tntdhfoCpv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntfaG7zWQ.popup-builder {
  background-color: #ffffff;
}
.cid-tntfaG7zWQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntfaG7zWQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntfaG7zWQ span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntfaG7zWQ hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntfaG7zWQ .modal-content,
.cid-tntfaG7zWQ .modal-dialog {
  height: auto;
}
.cid-tntfaG7zWQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntfaG7zWQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntfaG7zWQ .form-wrapper .mbr-form .form-group,
  .cid-tntfaG7zWQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntfaG7zWQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntfaG7zWQ .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-tntfaG7zWQ .mbr-text {
  text-align: left;
}
.cid-tntfaG7zWQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tntfaG7zWQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntfaG7zWQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntfaG7zWQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntfaG7zWQ .modal-open {
  overflow: hidden;
}
.cid-tntfaG7zWQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntfaG7zWQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntfaG7zWQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntfaG7zWQ .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-tntfaG7zWQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntfaG7zWQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntfaG7zWQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntfaG7zWQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntfaG7zWQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntfaG7zWQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntfaG7zWQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntfaG7zWQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tntfaG7zWQ .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-tntfaG7zWQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntfaG7zWQ .modal-header {
    padding: 1rem;
  }
}
.cid-tntfaG7zWQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntfaG7zWQ .modal-header .close svg {
  fill: #353535;
}
.cid-tntfaG7zWQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tntfaG7zWQ .modal-header .close:focus {
  outline: none;
}
.cid-tntfaG7zWQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntfaG7zWQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntfaG7zWQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntfaG7zWQ .modal-body {
    padding: 1rem;
  }
}
.cid-tntfaG7zWQ .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-tntfaG7zWQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntfaG7zWQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tntfaG7zWQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntfaG7zWQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntfaG7zWQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntfaG7zWQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntfaG7zWQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntfaG7zWQ .modal-lg,
  .cid-tntfaG7zWQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntfaG7zWQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntfaG7zWQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntfaG7zWQ .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-tntfaG7zWQ .form-group {
  margin-bottom: 1rem;
}
.cid-tntfaG7zWQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntfaG7zWQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntfaG7zWQ .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-tntfaG7zWQ .mbr-section-btn {
  margin: 0;
}
.cid-tntfaG7zWQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tnti93wMt4.popup-builder {
  background-color: #ffffff;
}
.cid-tnti93wMt4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tnti93wMt4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tnti93wMt4 span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tnti93wMt4 hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tnti93wMt4 .modal-content,
.cid-tnti93wMt4 .modal-dialog {
  height: auto;
}
.cid-tnti93wMt4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tnti93wMt4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tnti93wMt4 .form-wrapper .mbr-form .form-group,
  .cid-tnti93wMt4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tnti93wMt4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tnti93wMt4 .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-tnti93wMt4 .mbr-text {
  text-align: left;
}
.cid-tnti93wMt4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tnti93wMt4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tnti93wMt4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tnti93wMt4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tnti93wMt4 .modal-open {
  overflow: hidden;
}
.cid-tnti93wMt4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tnti93wMt4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tnti93wMt4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tnti93wMt4 .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-tnti93wMt4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tnti93wMt4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tnti93wMt4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tnti93wMt4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tnti93wMt4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tnti93wMt4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tnti93wMt4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tnti93wMt4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tnti93wMt4 .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-tnti93wMt4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tnti93wMt4 .modal-header {
    padding: 1rem;
  }
}
.cid-tnti93wMt4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tnti93wMt4 .modal-header .close svg {
  fill: #353535;
}
.cid-tnti93wMt4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tnti93wMt4 .modal-header .close:focus {
  outline: none;
}
.cid-tnti93wMt4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tnti93wMt4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tnti93wMt4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tnti93wMt4 .modal-body {
    padding: 1rem;
  }
}
.cid-tnti93wMt4 .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-tnti93wMt4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tnti93wMt4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tnti93wMt4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tnti93wMt4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tnti93wMt4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tnti93wMt4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tnti93wMt4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tnti93wMt4 .modal-lg,
  .cid-tnti93wMt4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tnti93wMt4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tnti93wMt4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tnti93wMt4 .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-tnti93wMt4 .form-group {
  margin-bottom: 1rem;
}
.cid-tnti93wMt4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tnti93wMt4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tnti93wMt4 .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-tnti93wMt4 .mbr-section-btn {
  margin: 0;
}
.cid-tnti93wMt4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntrfAPZUS.popup-builder {
  background-color: #ffffff;
}
.cid-tntrfAPZUS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntrfAPZUS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntrfAPZUS span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntrfAPZUS hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntrfAPZUS .modal-content,
.cid-tntrfAPZUS .modal-dialog {
  height: auto;
}
.cid-tntrfAPZUS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntrfAPZUS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntrfAPZUS .form-wrapper .mbr-form .form-group,
  .cid-tntrfAPZUS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntrfAPZUS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntrfAPZUS .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-tntrfAPZUS .mbr-text {
  text-align: left;
}
.cid-tntrfAPZUS .pt-0 {
  padding-top: 0 !important;
}
.cid-tntrfAPZUS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntrfAPZUS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntrfAPZUS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntrfAPZUS .modal-open {
  overflow: hidden;
}
.cid-tntrfAPZUS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntrfAPZUS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntrfAPZUS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntrfAPZUS .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-tntrfAPZUS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntrfAPZUS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntrfAPZUS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntrfAPZUS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntrfAPZUS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntrfAPZUS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntrfAPZUS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntrfAPZUS .modal-backdrop.show {
  opacity: .5;
}
.cid-tntrfAPZUS .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-tntrfAPZUS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntrfAPZUS .modal-header {
    padding: 1rem;
  }
}
.cid-tntrfAPZUS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntrfAPZUS .modal-header .close svg {
  fill: #353535;
}
.cid-tntrfAPZUS .modal-header .close:hover {
  opacity: 1;
}
.cid-tntrfAPZUS .modal-header .close:focus {
  outline: none;
}
.cid-tntrfAPZUS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntrfAPZUS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntrfAPZUS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntrfAPZUS .modal-body {
    padding: 1rem;
  }
}
.cid-tntrfAPZUS .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-tntrfAPZUS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntrfAPZUS .modal-footer {
    padding: 1rem;
  }
}
.cid-tntrfAPZUS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntrfAPZUS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntrfAPZUS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntrfAPZUS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntrfAPZUS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntrfAPZUS .modal-lg,
  .cid-tntrfAPZUS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntrfAPZUS .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntrfAPZUS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntrfAPZUS .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-tntrfAPZUS .form-group {
  margin-bottom: 1rem;
}
.cid-tntrfAPZUS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntrfAPZUS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntrfAPZUS .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-tntrfAPZUS .mbr-section-btn {
  margin: 0;
}
.cid-tntrfAPZUS .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntsSVkFjA.popup-builder {
  background-color: #ffffff;
}
.cid-tntsSVkFjA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntsSVkFjA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntsSVkFjA span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntsSVkFjA hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntsSVkFjA .modal-content,
.cid-tntsSVkFjA .modal-dialog {
  height: auto;
}
.cid-tntsSVkFjA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntsSVkFjA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntsSVkFjA .form-wrapper .mbr-form .form-group,
  .cid-tntsSVkFjA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntsSVkFjA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntsSVkFjA .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-tntsSVkFjA .mbr-text {
  text-align: left;
}
.cid-tntsSVkFjA .pt-0 {
  padding-top: 0 !important;
}
.cid-tntsSVkFjA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntsSVkFjA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntsSVkFjA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntsSVkFjA .modal-open {
  overflow: hidden;
}
.cid-tntsSVkFjA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntsSVkFjA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntsSVkFjA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntsSVkFjA .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-tntsSVkFjA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntsSVkFjA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntsSVkFjA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntsSVkFjA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntsSVkFjA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntsSVkFjA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntsSVkFjA .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntsSVkFjA .modal-backdrop.show {
  opacity: .5;
}
.cid-tntsSVkFjA .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-tntsSVkFjA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntsSVkFjA .modal-header {
    padding: 1rem;
  }
}
.cid-tntsSVkFjA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntsSVkFjA .modal-header .close svg {
  fill: #353535;
}
.cid-tntsSVkFjA .modal-header .close:hover {
  opacity: 1;
}
.cid-tntsSVkFjA .modal-header .close:focus {
  outline: none;
}
.cid-tntsSVkFjA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntsSVkFjA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntsSVkFjA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntsSVkFjA .modal-body {
    padding: 1rem;
  }
}
.cid-tntsSVkFjA .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-tntsSVkFjA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntsSVkFjA .modal-footer {
    padding: 1rem;
  }
}
.cid-tntsSVkFjA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntsSVkFjA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntsSVkFjA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntsSVkFjA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntsSVkFjA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntsSVkFjA .modal-lg,
  .cid-tntsSVkFjA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntsSVkFjA .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntsSVkFjA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntsSVkFjA .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-tntsSVkFjA .form-group {
  margin-bottom: 1rem;
}
.cid-tntsSVkFjA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntsSVkFjA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntsSVkFjA .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-tntsSVkFjA .mbr-section-btn {
  margin: 0;
}
.cid-tntsSVkFjA .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntvvo7byQ.popup-builder {
  background-color: #ffffff;
}
.cid-tntvvo7byQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntvvo7byQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntvvo7byQ span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntvvo7byQ hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntvvo7byQ .modal-content,
.cid-tntvvo7byQ .modal-dialog {
  height: auto;
}
.cid-tntvvo7byQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntvvo7byQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntvvo7byQ .form-wrapper .mbr-form .form-group,
  .cid-tntvvo7byQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntvvo7byQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntvvo7byQ .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-tntvvo7byQ .mbr-text {
  text-align: left;
}
.cid-tntvvo7byQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tntvvo7byQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntvvo7byQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntvvo7byQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntvvo7byQ .modal-open {
  overflow: hidden;
}
.cid-tntvvo7byQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntvvo7byQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntvvo7byQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntvvo7byQ .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-tntvvo7byQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntvvo7byQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntvvo7byQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntvvo7byQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntvvo7byQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntvvo7byQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntvvo7byQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntvvo7byQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tntvvo7byQ .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-tntvvo7byQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntvvo7byQ .modal-header {
    padding: 1rem;
  }
}
.cid-tntvvo7byQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntvvo7byQ .modal-header .close svg {
  fill: #353535;
}
.cid-tntvvo7byQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tntvvo7byQ .modal-header .close:focus {
  outline: none;
}
.cid-tntvvo7byQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntvvo7byQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntvvo7byQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntvvo7byQ .modal-body {
    padding: 1rem;
  }
}
.cid-tntvvo7byQ .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-tntvvo7byQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntvvo7byQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tntvvo7byQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntvvo7byQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntvvo7byQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntvvo7byQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntvvo7byQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntvvo7byQ .modal-lg,
  .cid-tntvvo7byQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntvvo7byQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntvvo7byQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntvvo7byQ .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-tntvvo7byQ .form-group {
  margin-bottom: 1rem;
}
.cid-tntvvo7byQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntvvo7byQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntvvo7byQ .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-tntvvo7byQ .mbr-section-btn {
  margin: 0;
}
.cid-tntvvo7byQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntyhn9cGW.popup-builder {
  background-color: #ffffff;
}
.cid-tntyhn9cGW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntyhn9cGW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntyhn9cGW span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntyhn9cGW hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntyhn9cGW .modal-content,
.cid-tntyhn9cGW .modal-dialog {
  height: auto;
}
.cid-tntyhn9cGW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntyhn9cGW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntyhn9cGW .form-wrapper .mbr-form .form-group,
  .cid-tntyhn9cGW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntyhn9cGW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntyhn9cGW .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-tntyhn9cGW .mbr-text {
  text-align: left;
}
.cid-tntyhn9cGW .pt-0 {
  padding-top: 0 !important;
}
.cid-tntyhn9cGW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntyhn9cGW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntyhn9cGW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntyhn9cGW .modal-open {
  overflow: hidden;
}
.cid-tntyhn9cGW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntyhn9cGW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntyhn9cGW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntyhn9cGW .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-tntyhn9cGW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntyhn9cGW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntyhn9cGW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntyhn9cGW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntyhn9cGW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntyhn9cGW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntyhn9cGW .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntyhn9cGW .modal-backdrop.show {
  opacity: .5;
}
.cid-tntyhn9cGW .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-tntyhn9cGW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntyhn9cGW .modal-header {
    padding: 1rem;
  }
}
.cid-tntyhn9cGW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntyhn9cGW .modal-header .close svg {
  fill: #353535;
}
.cid-tntyhn9cGW .modal-header .close:hover {
  opacity: 1;
}
.cid-tntyhn9cGW .modal-header .close:focus {
  outline: none;
}
.cid-tntyhn9cGW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntyhn9cGW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntyhn9cGW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntyhn9cGW .modal-body {
    padding: 1rem;
  }
}
.cid-tntyhn9cGW .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-tntyhn9cGW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntyhn9cGW .modal-footer {
    padding: 1rem;
  }
}
.cid-tntyhn9cGW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntyhn9cGW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntyhn9cGW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntyhn9cGW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntyhn9cGW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntyhn9cGW .modal-lg,
  .cid-tntyhn9cGW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntyhn9cGW .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntyhn9cGW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntyhn9cGW .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-tntyhn9cGW .form-group {
  margin-bottom: 1rem;
}
.cid-tntyhn9cGW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntyhn9cGW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntyhn9cGW .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-tntyhn9cGW .mbr-section-btn {
  margin: 0;
}
.cid-tntyhn9cGW .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntAEKZXb6.popup-builder {
  background-color: #ffffff;
}
.cid-tntAEKZXb6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntAEKZXb6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntAEKZXb6 span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntAEKZXb6 hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntAEKZXb6 .modal-content,
.cid-tntAEKZXb6 .modal-dialog {
  height: auto;
}
.cid-tntAEKZXb6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntAEKZXb6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntAEKZXb6 .form-wrapper .mbr-form .form-group,
  .cid-tntAEKZXb6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntAEKZXb6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntAEKZXb6 .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-tntAEKZXb6 .mbr-text {
  text-align: left;
}
.cid-tntAEKZXb6 .pt-0 {
  padding-top: 0 !important;
}
.cid-tntAEKZXb6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntAEKZXb6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntAEKZXb6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntAEKZXb6 .modal-open {
  overflow: hidden;
}
.cid-tntAEKZXb6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntAEKZXb6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntAEKZXb6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntAEKZXb6 .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-tntAEKZXb6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntAEKZXb6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntAEKZXb6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntAEKZXb6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntAEKZXb6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntAEKZXb6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntAEKZXb6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntAEKZXb6 .modal-backdrop.show {
  opacity: .5;
}
.cid-tntAEKZXb6 .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-tntAEKZXb6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntAEKZXb6 .modal-header {
    padding: 1rem;
  }
}
.cid-tntAEKZXb6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntAEKZXb6 .modal-header .close svg {
  fill: #353535;
}
.cid-tntAEKZXb6 .modal-header .close:hover {
  opacity: 1;
}
.cid-tntAEKZXb6 .modal-header .close:focus {
  outline: none;
}
.cid-tntAEKZXb6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntAEKZXb6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntAEKZXb6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntAEKZXb6 .modal-body {
    padding: 1rem;
  }
}
.cid-tntAEKZXb6 .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-tntAEKZXb6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntAEKZXb6 .modal-footer {
    padding: 1rem;
  }
}
.cid-tntAEKZXb6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntAEKZXb6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntAEKZXb6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntAEKZXb6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntAEKZXb6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntAEKZXb6 .modal-lg,
  .cid-tntAEKZXb6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntAEKZXb6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntAEKZXb6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntAEKZXb6 .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-tntAEKZXb6 .form-group {
  margin-bottom: 1rem;
}
.cid-tntAEKZXb6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntAEKZXb6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntAEKZXb6 .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-tntAEKZXb6 .mbr-section-btn {
  margin: 0;
}
.cid-tntAEKZXb6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntDWF8GXR.popup-builder {
  background-color: #ffffff;
}
.cid-tntDWF8GXR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntDWF8GXR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntDWF8GXR span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntDWF8GXR hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntDWF8GXR .modal-content,
.cid-tntDWF8GXR .modal-dialog {
  height: auto;
}
.cid-tntDWF8GXR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntDWF8GXR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntDWF8GXR .form-wrapper .mbr-form .form-group,
  .cid-tntDWF8GXR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntDWF8GXR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntDWF8GXR .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-tntDWF8GXR .mbr-text {
  text-align: left;
}
.cid-tntDWF8GXR .pt-0 {
  padding-top: 0 !important;
}
.cid-tntDWF8GXR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntDWF8GXR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntDWF8GXR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntDWF8GXR .modal-open {
  overflow: hidden;
}
.cid-tntDWF8GXR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntDWF8GXR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntDWF8GXR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntDWF8GXR .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-tntDWF8GXR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntDWF8GXR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntDWF8GXR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntDWF8GXR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntDWF8GXR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntDWF8GXR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntDWF8GXR .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntDWF8GXR .modal-backdrop.show {
  opacity: .5;
}
.cid-tntDWF8GXR .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-tntDWF8GXR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntDWF8GXR .modal-header {
    padding: 1rem;
  }
}
.cid-tntDWF8GXR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntDWF8GXR .modal-header .close svg {
  fill: #353535;
}
.cid-tntDWF8GXR .modal-header .close:hover {
  opacity: 1;
}
.cid-tntDWF8GXR .modal-header .close:focus {
  outline: none;
}
.cid-tntDWF8GXR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntDWF8GXR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntDWF8GXR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntDWF8GXR .modal-body {
    padding: 1rem;
  }
}
.cid-tntDWF8GXR .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-tntDWF8GXR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntDWF8GXR .modal-footer {
    padding: 1rem;
  }
}
.cid-tntDWF8GXR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntDWF8GXR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntDWF8GXR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntDWF8GXR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntDWF8GXR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntDWF8GXR .modal-lg,
  .cid-tntDWF8GXR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntDWF8GXR .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntDWF8GXR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntDWF8GXR .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-tntDWF8GXR .form-group {
  margin-bottom: 1rem;
}
.cid-tntDWF8GXR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntDWF8GXR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntDWF8GXR .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-tntDWF8GXR .mbr-section-btn {
  margin: 0;
}
.cid-tntDWF8GXR .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntFxYPdSM.popup-builder {
  background-color: #ffffff;
}
.cid-tntFxYPdSM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntFxYPdSM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntFxYPdSM span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntFxYPdSM hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntFxYPdSM .modal-content,
.cid-tntFxYPdSM .modal-dialog {
  height: auto;
}
.cid-tntFxYPdSM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntFxYPdSM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntFxYPdSM .form-wrapper .mbr-form .form-group,
  .cid-tntFxYPdSM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntFxYPdSM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntFxYPdSM .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-tntFxYPdSM .mbr-text {
  text-align: left;
}
.cid-tntFxYPdSM .pt-0 {
  padding-top: 0 !important;
}
.cid-tntFxYPdSM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntFxYPdSM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntFxYPdSM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntFxYPdSM .modal-open {
  overflow: hidden;
}
.cid-tntFxYPdSM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntFxYPdSM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntFxYPdSM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntFxYPdSM .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-tntFxYPdSM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntFxYPdSM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntFxYPdSM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntFxYPdSM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntFxYPdSM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntFxYPdSM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntFxYPdSM .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntFxYPdSM .modal-backdrop.show {
  opacity: .5;
}
.cid-tntFxYPdSM .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-tntFxYPdSM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntFxYPdSM .modal-header {
    padding: 1rem;
  }
}
.cid-tntFxYPdSM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntFxYPdSM .modal-header .close svg {
  fill: #353535;
}
.cid-tntFxYPdSM .modal-header .close:hover {
  opacity: 1;
}
.cid-tntFxYPdSM .modal-header .close:focus {
  outline: none;
}
.cid-tntFxYPdSM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntFxYPdSM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntFxYPdSM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntFxYPdSM .modal-body {
    padding: 1rem;
  }
}
.cid-tntFxYPdSM .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-tntFxYPdSM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntFxYPdSM .modal-footer {
    padding: 1rem;
  }
}
.cid-tntFxYPdSM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntFxYPdSM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntFxYPdSM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntFxYPdSM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntFxYPdSM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntFxYPdSM .modal-lg,
  .cid-tntFxYPdSM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntFxYPdSM .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntFxYPdSM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntFxYPdSM .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-tntFxYPdSM .form-group {
  margin-bottom: 1rem;
}
.cid-tntFxYPdSM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntFxYPdSM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntFxYPdSM .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-tntFxYPdSM .mbr-section-btn {
  margin: 0;
}
.cid-tntFxYPdSM .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntILnrSJ3.popup-builder {
  background-color: #ffffff;
}
.cid-tntILnrSJ3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntILnrSJ3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntILnrSJ3 span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntILnrSJ3 hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntILnrSJ3 .modal-content,
.cid-tntILnrSJ3 .modal-dialog {
  height: auto;
}
.cid-tntILnrSJ3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntILnrSJ3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntILnrSJ3 .form-wrapper .mbr-form .form-group,
  .cid-tntILnrSJ3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntILnrSJ3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntILnrSJ3 .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-tntILnrSJ3 .mbr-text {
  text-align: left;
}
.cid-tntILnrSJ3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tntILnrSJ3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntILnrSJ3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntILnrSJ3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntILnrSJ3 .modal-open {
  overflow: hidden;
}
.cid-tntILnrSJ3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntILnrSJ3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntILnrSJ3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntILnrSJ3 .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-tntILnrSJ3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntILnrSJ3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntILnrSJ3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntILnrSJ3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntILnrSJ3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntILnrSJ3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntILnrSJ3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntILnrSJ3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tntILnrSJ3 .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-tntILnrSJ3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntILnrSJ3 .modal-header {
    padding: 1rem;
  }
}
.cid-tntILnrSJ3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntILnrSJ3 .modal-header .close svg {
  fill: #353535;
}
.cid-tntILnrSJ3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tntILnrSJ3 .modal-header .close:focus {
  outline: none;
}
.cid-tntILnrSJ3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntILnrSJ3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntILnrSJ3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntILnrSJ3 .modal-body {
    padding: 1rem;
  }
}
.cid-tntILnrSJ3 .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-tntILnrSJ3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntILnrSJ3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tntILnrSJ3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntILnrSJ3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntILnrSJ3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntILnrSJ3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntILnrSJ3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntILnrSJ3 .modal-lg,
  .cid-tntILnrSJ3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntILnrSJ3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntILnrSJ3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntILnrSJ3 .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-tntILnrSJ3 .form-group {
  margin-bottom: 1rem;
}
.cid-tntILnrSJ3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntILnrSJ3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntILnrSJ3 .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-tntILnrSJ3 .mbr-section-btn {
  margin: 0;
}
.cid-tntILnrSJ3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntJVlUgys.popup-builder {
  background-color: #ffffff;
}
.cid-tntJVlUgys.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntJVlUgys.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntJVlUgys span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntJVlUgys hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntJVlUgys .modal-content,
.cid-tntJVlUgys .modal-dialog {
  height: auto;
}
.cid-tntJVlUgys .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntJVlUgys .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntJVlUgys .form-wrapper .mbr-form .form-group,
  .cid-tntJVlUgys .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntJVlUgys .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntJVlUgys .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-tntJVlUgys .mbr-text {
  text-align: left;
}
.cid-tntJVlUgys .pt-0 {
  padding-top: 0 !important;
}
.cid-tntJVlUgys .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntJVlUgys .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntJVlUgys .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntJVlUgys .modal-open {
  overflow: hidden;
}
.cid-tntJVlUgys .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntJVlUgys .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntJVlUgys .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntJVlUgys .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-tntJVlUgys .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntJVlUgys .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntJVlUgys .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntJVlUgys .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntJVlUgys .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntJVlUgys .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntJVlUgys .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntJVlUgys .modal-backdrop.show {
  opacity: .5;
}
.cid-tntJVlUgys .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-tntJVlUgys .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntJVlUgys .modal-header {
    padding: 1rem;
  }
}
.cid-tntJVlUgys .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntJVlUgys .modal-header .close svg {
  fill: #353535;
}
.cid-tntJVlUgys .modal-header .close:hover {
  opacity: 1;
}
.cid-tntJVlUgys .modal-header .close:focus {
  outline: none;
}
.cid-tntJVlUgys .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntJVlUgys .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntJVlUgys .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntJVlUgys .modal-body {
    padding: 1rem;
  }
}
.cid-tntJVlUgys .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-tntJVlUgys .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntJVlUgys .modal-footer {
    padding: 1rem;
  }
}
.cid-tntJVlUgys .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntJVlUgys .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntJVlUgys .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntJVlUgys .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntJVlUgys .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntJVlUgys .modal-lg,
  .cid-tntJVlUgys .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntJVlUgys .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntJVlUgys .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntJVlUgys .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-tntJVlUgys .form-group {
  margin-bottom: 1rem;
}
.cid-tntJVlUgys .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntJVlUgys .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntJVlUgys .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-tntJVlUgys .mbr-section-btn {
  margin: 0;
}
.cid-tntJVlUgys .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntJVlUgys P {
  text-align: left;
}
.cid-tntLAyHXCV.popup-builder {
  background-color: #ffffff;
}
.cid-tntLAyHXCV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntLAyHXCV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntLAyHXCV span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntLAyHXCV hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntLAyHXCV .modal-content,
.cid-tntLAyHXCV .modal-dialog {
  height: auto;
}
.cid-tntLAyHXCV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntLAyHXCV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntLAyHXCV .form-wrapper .mbr-form .form-group,
  .cid-tntLAyHXCV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntLAyHXCV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntLAyHXCV .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-tntLAyHXCV .mbr-text {
  text-align: left;
}
.cid-tntLAyHXCV .pt-0 {
  padding-top: 0 !important;
}
.cid-tntLAyHXCV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntLAyHXCV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntLAyHXCV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntLAyHXCV .modal-open {
  overflow: hidden;
}
.cid-tntLAyHXCV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntLAyHXCV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntLAyHXCV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntLAyHXCV .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-tntLAyHXCV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntLAyHXCV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntLAyHXCV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntLAyHXCV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntLAyHXCV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntLAyHXCV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntLAyHXCV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntLAyHXCV .modal-backdrop.show {
  opacity: .5;
}
.cid-tntLAyHXCV .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-tntLAyHXCV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntLAyHXCV .modal-header {
    padding: 1rem;
  }
}
.cid-tntLAyHXCV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntLAyHXCV .modal-header .close svg {
  fill: #353535;
}
.cid-tntLAyHXCV .modal-header .close:hover {
  opacity: 1;
}
.cid-tntLAyHXCV .modal-header .close:focus {
  outline: none;
}
.cid-tntLAyHXCV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntLAyHXCV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntLAyHXCV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntLAyHXCV .modal-body {
    padding: 1rem;
  }
}
.cid-tntLAyHXCV .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-tntLAyHXCV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntLAyHXCV .modal-footer {
    padding: 1rem;
  }
}
.cid-tntLAyHXCV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntLAyHXCV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntLAyHXCV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntLAyHXCV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntLAyHXCV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntLAyHXCV .modal-lg,
  .cid-tntLAyHXCV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntLAyHXCV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntLAyHXCV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntLAyHXCV .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-tntLAyHXCV .form-group {
  margin-bottom: 1rem;
}
.cid-tntLAyHXCV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntLAyHXCV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntLAyHXCV .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-tntLAyHXCV .mbr-section-btn {
  margin: 0;
}
.cid-tntLAyHXCV .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntN4Sr9Pv.popup-builder {
  background-color: #ffffff;
}
.cid-tntN4Sr9Pv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntN4Sr9Pv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntN4Sr9Pv span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntN4Sr9Pv hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntN4Sr9Pv .modal-content,
.cid-tntN4Sr9Pv .modal-dialog {
  height: auto;
}
.cid-tntN4Sr9Pv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntN4Sr9Pv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntN4Sr9Pv .form-wrapper .mbr-form .form-group,
  .cid-tntN4Sr9Pv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntN4Sr9Pv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntN4Sr9Pv .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-tntN4Sr9Pv .mbr-text {
  text-align: left;
}
.cid-tntN4Sr9Pv .pt-0 {
  padding-top: 0 !important;
}
.cid-tntN4Sr9Pv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntN4Sr9Pv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntN4Sr9Pv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntN4Sr9Pv .modal-open {
  overflow: hidden;
}
.cid-tntN4Sr9Pv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntN4Sr9Pv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntN4Sr9Pv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntN4Sr9Pv .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-tntN4Sr9Pv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntN4Sr9Pv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntN4Sr9Pv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntN4Sr9Pv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntN4Sr9Pv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntN4Sr9Pv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntN4Sr9Pv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntN4Sr9Pv .modal-backdrop.show {
  opacity: .5;
}
.cid-tntN4Sr9Pv .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-tntN4Sr9Pv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntN4Sr9Pv .modal-header {
    padding: 1rem;
  }
}
.cid-tntN4Sr9Pv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntN4Sr9Pv .modal-header .close svg {
  fill: #353535;
}
.cid-tntN4Sr9Pv .modal-header .close:hover {
  opacity: 1;
}
.cid-tntN4Sr9Pv .modal-header .close:focus {
  outline: none;
}
.cid-tntN4Sr9Pv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntN4Sr9Pv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntN4Sr9Pv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntN4Sr9Pv .modal-body {
    padding: 1rem;
  }
}
.cid-tntN4Sr9Pv .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-tntN4Sr9Pv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntN4Sr9Pv .modal-footer {
    padding: 1rem;
  }
}
.cid-tntN4Sr9Pv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntN4Sr9Pv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntN4Sr9Pv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntN4Sr9Pv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntN4Sr9Pv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntN4Sr9Pv .modal-lg,
  .cid-tntN4Sr9Pv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntN4Sr9Pv .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntN4Sr9Pv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntN4Sr9Pv .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-tntN4Sr9Pv .form-group {
  margin-bottom: 1rem;
}
.cid-tntN4Sr9Pv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntN4Sr9Pv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntN4Sr9Pv .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-tntN4Sr9Pv .mbr-section-btn {
  margin: 0;
}
.cid-tntN4Sr9Pv .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntOznhhTM.popup-builder {
  background-color: #ffffff;
}
.cid-tntOznhhTM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntOznhhTM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntOznhhTM span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntOznhhTM hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntOznhhTM .modal-content,
.cid-tntOznhhTM .modal-dialog {
  height: auto;
}
.cid-tntOznhhTM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntOznhhTM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntOznhhTM .form-wrapper .mbr-form .form-group,
  .cid-tntOznhhTM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntOznhhTM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntOznhhTM .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-tntOznhhTM .mbr-text {
  text-align: left;
}
.cid-tntOznhhTM .pt-0 {
  padding-top: 0 !important;
}
.cid-tntOznhhTM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntOznhhTM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntOznhhTM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntOznhhTM .modal-open {
  overflow: hidden;
}
.cid-tntOznhhTM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntOznhhTM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntOznhhTM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntOznhhTM .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-tntOznhhTM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntOznhhTM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntOznhhTM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntOznhhTM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntOznhhTM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntOznhhTM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntOznhhTM .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntOznhhTM .modal-backdrop.show {
  opacity: .5;
}
.cid-tntOznhhTM .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-tntOznhhTM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntOznhhTM .modal-header {
    padding: 1rem;
  }
}
.cid-tntOznhhTM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntOznhhTM .modal-header .close svg {
  fill: #353535;
}
.cid-tntOznhhTM .modal-header .close:hover {
  opacity: 1;
}
.cid-tntOznhhTM .modal-header .close:focus {
  outline: none;
}
.cid-tntOznhhTM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntOznhhTM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntOznhhTM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntOznhhTM .modal-body {
    padding: 1rem;
  }
}
.cid-tntOznhhTM .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-tntOznhhTM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntOznhhTM .modal-footer {
    padding: 1rem;
  }
}
.cid-tntOznhhTM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntOznhhTM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntOznhhTM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntOznhhTM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntOznhhTM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntOznhhTM .modal-lg,
  .cid-tntOznhhTM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntOznhhTM .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntOznhhTM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntOznhhTM .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-tntOznhhTM .form-group {
  margin-bottom: 1rem;
}
.cid-tntOznhhTM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntOznhhTM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntOznhhTM .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-tntOznhhTM .mbr-section-btn {
  margin: 0;
}
.cid-tntOznhhTM .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntPppZ0e1.popup-builder {
  background-color: #ffffff;
}
.cid-tntPppZ0e1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntPppZ0e1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntPppZ0e1 span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntPppZ0e1 hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntPppZ0e1 .modal-content,
.cid-tntPppZ0e1 .modal-dialog {
  height: auto;
}
.cid-tntPppZ0e1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntPppZ0e1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntPppZ0e1 .form-wrapper .mbr-form .form-group,
  .cid-tntPppZ0e1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntPppZ0e1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntPppZ0e1 .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-tntPppZ0e1 .mbr-text {
  text-align: left;
}
.cid-tntPppZ0e1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tntPppZ0e1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntPppZ0e1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntPppZ0e1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntPppZ0e1 .modal-open {
  overflow: hidden;
}
.cid-tntPppZ0e1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntPppZ0e1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntPppZ0e1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntPppZ0e1 .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-tntPppZ0e1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntPppZ0e1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntPppZ0e1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntPppZ0e1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntPppZ0e1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntPppZ0e1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntPppZ0e1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntPppZ0e1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tntPppZ0e1 .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-tntPppZ0e1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntPppZ0e1 .modal-header {
    padding: 1rem;
  }
}
.cid-tntPppZ0e1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntPppZ0e1 .modal-header .close svg {
  fill: #353535;
}
.cid-tntPppZ0e1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tntPppZ0e1 .modal-header .close:focus {
  outline: none;
}
.cid-tntPppZ0e1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntPppZ0e1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntPppZ0e1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntPppZ0e1 .modal-body {
    padding: 1rem;
  }
}
.cid-tntPppZ0e1 .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-tntPppZ0e1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntPppZ0e1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tntPppZ0e1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntPppZ0e1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntPppZ0e1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntPppZ0e1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntPppZ0e1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntPppZ0e1 .modal-lg,
  .cid-tntPppZ0e1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntPppZ0e1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntPppZ0e1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntPppZ0e1 .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-tntPppZ0e1 .form-group {
  margin-bottom: 1rem;
}
.cid-tntPppZ0e1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntPppZ0e1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntPppZ0e1 .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-tntPppZ0e1 .mbr-section-btn {
  margin: 0;
}
.cid-tntPppZ0e1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntR3Rpp4q.popup-builder {
  background-color: #ffffff;
}
.cid-tntR3Rpp4q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntR3Rpp4q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntR3Rpp4q span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntR3Rpp4q hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntR3Rpp4q .modal-content,
.cid-tntR3Rpp4q .modal-dialog {
  height: auto;
}
.cid-tntR3Rpp4q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntR3Rpp4q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntR3Rpp4q .form-wrapper .mbr-form .form-group,
  .cid-tntR3Rpp4q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntR3Rpp4q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntR3Rpp4q .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-tntR3Rpp4q .mbr-text {
  text-align: left;
}
.cid-tntR3Rpp4q .pt-0 {
  padding-top: 0 !important;
}
.cid-tntR3Rpp4q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntR3Rpp4q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntR3Rpp4q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntR3Rpp4q .modal-open {
  overflow: hidden;
}
.cid-tntR3Rpp4q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntR3Rpp4q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntR3Rpp4q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntR3Rpp4q .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-tntR3Rpp4q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntR3Rpp4q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntR3Rpp4q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntR3Rpp4q .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntR3Rpp4q .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntR3Rpp4q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntR3Rpp4q .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntR3Rpp4q .modal-backdrop.show {
  opacity: .5;
}
.cid-tntR3Rpp4q .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-tntR3Rpp4q .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntR3Rpp4q .modal-header {
    padding: 1rem;
  }
}
.cid-tntR3Rpp4q .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntR3Rpp4q .modal-header .close svg {
  fill: #353535;
}
.cid-tntR3Rpp4q .modal-header .close:hover {
  opacity: 1;
}
.cid-tntR3Rpp4q .modal-header .close:focus {
  outline: none;
}
.cid-tntR3Rpp4q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntR3Rpp4q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntR3Rpp4q .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntR3Rpp4q .modal-body {
    padding: 1rem;
  }
}
.cid-tntR3Rpp4q .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-tntR3Rpp4q .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntR3Rpp4q .modal-footer {
    padding: 1rem;
  }
}
.cid-tntR3Rpp4q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntR3Rpp4q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntR3Rpp4q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntR3Rpp4q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntR3Rpp4q .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntR3Rpp4q .modal-lg,
  .cid-tntR3Rpp4q .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntR3Rpp4q .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntR3Rpp4q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntR3Rpp4q .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-tntR3Rpp4q .form-group {
  margin-bottom: 1rem;
}
.cid-tntR3Rpp4q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntR3Rpp4q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntR3Rpp4q .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-tntR3Rpp4q .mbr-section-btn {
  margin: 0;
}
.cid-tntR3Rpp4q .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntTxNdKrJ.popup-builder {
  background-color: #ffffff;
}
.cid-tntTxNdKrJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntTxNdKrJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntTxNdKrJ span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntTxNdKrJ hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntTxNdKrJ .modal-content,
.cid-tntTxNdKrJ .modal-dialog {
  height: auto;
}
.cid-tntTxNdKrJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntTxNdKrJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntTxNdKrJ .form-wrapper .mbr-form .form-group,
  .cid-tntTxNdKrJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntTxNdKrJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntTxNdKrJ .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-tntTxNdKrJ .mbr-text {
  text-align: left;
}
.cid-tntTxNdKrJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tntTxNdKrJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntTxNdKrJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntTxNdKrJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntTxNdKrJ .modal-open {
  overflow: hidden;
}
.cid-tntTxNdKrJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntTxNdKrJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntTxNdKrJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntTxNdKrJ .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-tntTxNdKrJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntTxNdKrJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntTxNdKrJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntTxNdKrJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntTxNdKrJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntTxNdKrJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntTxNdKrJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntTxNdKrJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tntTxNdKrJ .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-tntTxNdKrJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntTxNdKrJ .modal-header {
    padding: 1rem;
  }
}
.cid-tntTxNdKrJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntTxNdKrJ .modal-header .close svg {
  fill: #353535;
}
.cid-tntTxNdKrJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tntTxNdKrJ .modal-header .close:focus {
  outline: none;
}
.cid-tntTxNdKrJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntTxNdKrJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntTxNdKrJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntTxNdKrJ .modal-body {
    padding: 1rem;
  }
}
.cid-tntTxNdKrJ .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-tntTxNdKrJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntTxNdKrJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tntTxNdKrJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntTxNdKrJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntTxNdKrJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntTxNdKrJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntTxNdKrJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntTxNdKrJ .modal-lg,
  .cid-tntTxNdKrJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntTxNdKrJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntTxNdKrJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntTxNdKrJ .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-tntTxNdKrJ .form-group {
  margin-bottom: 1rem;
}
.cid-tntTxNdKrJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntTxNdKrJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntTxNdKrJ .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-tntTxNdKrJ .mbr-section-btn {
  margin: 0;
}
.cid-tntTxNdKrJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntUPSDTJY.popup-builder {
  background-color: #ffffff;
}
.cid-tntUPSDTJY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntUPSDTJY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntUPSDTJY span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntUPSDTJY hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntUPSDTJY .modal-content,
.cid-tntUPSDTJY .modal-dialog {
  height: auto;
}
.cid-tntUPSDTJY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntUPSDTJY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntUPSDTJY .form-wrapper .mbr-form .form-group,
  .cid-tntUPSDTJY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntUPSDTJY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntUPSDTJY .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-tntUPSDTJY .mbr-text {
  text-align: left;
}
.cid-tntUPSDTJY .pt-0 {
  padding-top: 0 !important;
}
.cid-tntUPSDTJY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntUPSDTJY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntUPSDTJY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntUPSDTJY .modal-open {
  overflow: hidden;
}
.cid-tntUPSDTJY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntUPSDTJY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntUPSDTJY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntUPSDTJY .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-tntUPSDTJY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntUPSDTJY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntUPSDTJY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntUPSDTJY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntUPSDTJY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntUPSDTJY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntUPSDTJY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntUPSDTJY .modal-backdrop.show {
  opacity: .5;
}
.cid-tntUPSDTJY .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-tntUPSDTJY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntUPSDTJY .modal-header {
    padding: 1rem;
  }
}
.cid-tntUPSDTJY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntUPSDTJY .modal-header .close svg {
  fill: #353535;
}
.cid-tntUPSDTJY .modal-header .close:hover {
  opacity: 1;
}
.cid-tntUPSDTJY .modal-header .close:focus {
  outline: none;
}
.cid-tntUPSDTJY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntUPSDTJY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntUPSDTJY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntUPSDTJY .modal-body {
    padding: 1rem;
  }
}
.cid-tntUPSDTJY .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-tntUPSDTJY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntUPSDTJY .modal-footer {
    padding: 1rem;
  }
}
.cid-tntUPSDTJY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntUPSDTJY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntUPSDTJY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntUPSDTJY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntUPSDTJY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntUPSDTJY .modal-lg,
  .cid-tntUPSDTJY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntUPSDTJY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntUPSDTJY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntUPSDTJY .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-tntUPSDTJY .form-group {
  margin-bottom: 1rem;
}
.cid-tntUPSDTJY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntUPSDTJY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntUPSDTJY .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-tntUPSDTJY .mbr-section-btn {
  margin: 0;
}
.cid-tntUPSDTJY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntWLC5rsB.popup-builder {
  background-color: #ffffff;
}
.cid-tntWLC5rsB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntWLC5rsB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntWLC5rsB span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntWLC5rsB hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntWLC5rsB .modal-content,
.cid-tntWLC5rsB .modal-dialog {
  height: auto;
}
.cid-tntWLC5rsB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntWLC5rsB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntWLC5rsB .form-wrapper .mbr-form .form-group,
  .cid-tntWLC5rsB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntWLC5rsB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntWLC5rsB .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-tntWLC5rsB .mbr-text {
  text-align: left;
}
.cid-tntWLC5rsB .pt-0 {
  padding-top: 0 !important;
}
.cid-tntWLC5rsB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntWLC5rsB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntWLC5rsB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntWLC5rsB .modal-open {
  overflow: hidden;
}
.cid-tntWLC5rsB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntWLC5rsB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntWLC5rsB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntWLC5rsB .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-tntWLC5rsB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntWLC5rsB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntWLC5rsB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntWLC5rsB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntWLC5rsB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntWLC5rsB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntWLC5rsB .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntWLC5rsB .modal-backdrop.show {
  opacity: .5;
}
.cid-tntWLC5rsB .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-tntWLC5rsB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntWLC5rsB .modal-header {
    padding: 1rem;
  }
}
.cid-tntWLC5rsB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntWLC5rsB .modal-header .close svg {
  fill: #353535;
}
.cid-tntWLC5rsB .modal-header .close:hover {
  opacity: 1;
}
.cid-tntWLC5rsB .modal-header .close:focus {
  outline: none;
}
.cid-tntWLC5rsB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntWLC5rsB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntWLC5rsB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntWLC5rsB .modal-body {
    padding: 1rem;
  }
}
.cid-tntWLC5rsB .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-tntWLC5rsB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntWLC5rsB .modal-footer {
    padding: 1rem;
  }
}
.cid-tntWLC5rsB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntWLC5rsB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntWLC5rsB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntWLC5rsB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntWLC5rsB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntWLC5rsB .modal-lg,
  .cid-tntWLC5rsB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntWLC5rsB .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntWLC5rsB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntWLC5rsB .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-tntWLC5rsB .form-group {
  margin-bottom: 1rem;
}
.cid-tntWLC5rsB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntWLC5rsB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntWLC5rsB .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-tntWLC5rsB .mbr-section-btn {
  margin: 0;
}
.cid-tntWLC5rsB .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntXHnrCLz.popup-builder {
  background-color: #ffffff;
}
.cid-tntXHnrCLz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntXHnrCLz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntXHnrCLz span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntXHnrCLz hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntXHnrCLz .modal-content,
.cid-tntXHnrCLz .modal-dialog {
  height: auto;
}
.cid-tntXHnrCLz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntXHnrCLz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntXHnrCLz .form-wrapper .mbr-form .form-group,
  .cid-tntXHnrCLz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntXHnrCLz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntXHnrCLz .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-tntXHnrCLz .mbr-text {
  text-align: left;
}
.cid-tntXHnrCLz .pt-0 {
  padding-top: 0 !important;
}
.cid-tntXHnrCLz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntXHnrCLz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntXHnrCLz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntXHnrCLz .modal-open {
  overflow: hidden;
}
.cid-tntXHnrCLz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntXHnrCLz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntXHnrCLz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntXHnrCLz .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-tntXHnrCLz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntXHnrCLz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntXHnrCLz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntXHnrCLz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntXHnrCLz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntXHnrCLz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntXHnrCLz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntXHnrCLz .modal-backdrop.show {
  opacity: .5;
}
.cid-tntXHnrCLz .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-tntXHnrCLz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntXHnrCLz .modal-header {
    padding: 1rem;
  }
}
.cid-tntXHnrCLz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntXHnrCLz .modal-header .close svg {
  fill: #353535;
}
.cid-tntXHnrCLz .modal-header .close:hover {
  opacity: 1;
}
.cid-tntXHnrCLz .modal-header .close:focus {
  outline: none;
}
.cid-tntXHnrCLz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntXHnrCLz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntXHnrCLz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntXHnrCLz .modal-body {
    padding: 1rem;
  }
}
.cid-tntXHnrCLz .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-tntXHnrCLz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntXHnrCLz .modal-footer {
    padding: 1rem;
  }
}
.cid-tntXHnrCLz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntXHnrCLz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntXHnrCLz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntXHnrCLz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntXHnrCLz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntXHnrCLz .modal-lg,
  .cid-tntXHnrCLz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntXHnrCLz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntXHnrCLz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntXHnrCLz .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-tntXHnrCLz .form-group {
  margin-bottom: 1rem;
}
.cid-tntXHnrCLz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntXHnrCLz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntXHnrCLz .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-tntXHnrCLz .mbr-section-btn {
  margin: 0;
}
.cid-tntXHnrCLz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntYHxKqcQ.popup-builder {
  background-color: #ffffff;
}
.cid-tntYHxKqcQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntYHxKqcQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntYHxKqcQ span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntYHxKqcQ hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntYHxKqcQ .modal-content,
.cid-tntYHxKqcQ .modal-dialog {
  height: auto;
}
.cid-tntYHxKqcQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntYHxKqcQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntYHxKqcQ .form-wrapper .mbr-form .form-group,
  .cid-tntYHxKqcQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntYHxKqcQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntYHxKqcQ .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-tntYHxKqcQ .mbr-text {
  text-align: left;
}
.cid-tntYHxKqcQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tntYHxKqcQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntYHxKqcQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntYHxKqcQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntYHxKqcQ .modal-open {
  overflow: hidden;
}
.cid-tntYHxKqcQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntYHxKqcQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntYHxKqcQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntYHxKqcQ .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-tntYHxKqcQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntYHxKqcQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntYHxKqcQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntYHxKqcQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntYHxKqcQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntYHxKqcQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntYHxKqcQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntYHxKqcQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tntYHxKqcQ .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-tntYHxKqcQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntYHxKqcQ .modal-header {
    padding: 1rem;
  }
}
.cid-tntYHxKqcQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntYHxKqcQ .modal-header .close svg {
  fill: #353535;
}
.cid-tntYHxKqcQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tntYHxKqcQ .modal-header .close:focus {
  outline: none;
}
.cid-tntYHxKqcQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntYHxKqcQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntYHxKqcQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntYHxKqcQ .modal-body {
    padding: 1rem;
  }
}
.cid-tntYHxKqcQ .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-tntYHxKqcQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntYHxKqcQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tntYHxKqcQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntYHxKqcQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntYHxKqcQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntYHxKqcQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntYHxKqcQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntYHxKqcQ .modal-lg,
  .cid-tntYHxKqcQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntYHxKqcQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntYHxKqcQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntYHxKqcQ .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-tntYHxKqcQ .form-group {
  margin-bottom: 1rem;
}
.cid-tntYHxKqcQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntYHxKqcQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntYHxKqcQ .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-tntYHxKqcQ .mbr-section-btn {
  margin: 0;
}
.cid-tntYHxKqcQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tntYQqbuRK.popup-builder {
  background-color: #ffffff;
}
.cid-tntYQqbuRK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tntYQqbuRK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tntYQqbuRK span {
  display: inline-block;
  vertical-align: -4px;
}
.cid-tntYQqbuRK hr {
  display: block;
  align: center;
  margin-top: 0.1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
.cid-tntYQqbuRK .modal-content,
.cid-tntYQqbuRK .modal-dialog {
  height: auto;
}
.cid-tntYQqbuRK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tntYQqbuRK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tntYQqbuRK .form-wrapper .mbr-form .form-group,
  .cid-tntYQqbuRK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tntYQqbuRK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tntYQqbuRK .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-tntYQqbuRK .mbr-text {
  text-align: left;
}
.cid-tntYQqbuRK .pt-0 {
  padding-top: 0 !important;
}
.cid-tntYQqbuRK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tntYQqbuRK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tntYQqbuRK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tntYQqbuRK .modal-open {
  overflow: hidden;
}
.cid-tntYQqbuRK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tntYQqbuRK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tntYQqbuRK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tntYQqbuRK .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-tntYQqbuRK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tntYQqbuRK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tntYQqbuRK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tntYQqbuRK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tntYQqbuRK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tntYQqbuRK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tntYQqbuRK .modal-backdrop.fade {
  opacity: 0;
}
.cid-tntYQqbuRK .modal-backdrop.show {
  opacity: .5;
}
.cid-tntYQqbuRK .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-tntYQqbuRK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tntYQqbuRK .modal-header {
    padding: 1rem;
  }
}
.cid-tntYQqbuRK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tntYQqbuRK .modal-header .close svg {
  fill: #353535;
}
.cid-tntYQqbuRK .modal-header .close:hover {
  opacity: 1;
}
.cid-tntYQqbuRK .modal-header .close:focus {
  outline: none;
}
.cid-tntYQqbuRK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff6800;
}
.cid-tntYQqbuRK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tntYQqbuRK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntYQqbuRK .modal-body {
    padding: 1rem;
  }
}
.cid-tntYQqbuRK .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-tntYQqbuRK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tntYQqbuRK .modal-footer {
    padding: 1rem;
  }
}
.cid-tntYQqbuRK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tntYQqbuRK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tntYQqbuRK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tntYQqbuRK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tntYQqbuRK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tntYQqbuRK .modal-lg,
  .cid-tntYQqbuRK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tntYQqbuRK .modal-xl {
    max-width: 1140px;
  }
}
.cid-tntYQqbuRK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tntYQqbuRK .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-tntYQqbuRK .form-group {
  margin-bottom: 1rem;
}
.cid-tntYQqbuRK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tntYQqbuRK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tntYQqbuRK .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-tntYQqbuRK .mbr-section-btn {
  margin: 0;
}
.cid-tntYQqbuRK .mbr-section-btn .btn {
  margin: 0;
}
.cid-rWpgelRMyw {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rWpgelRMyw {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.cid-rWpgelRMyw img {
  width: 100%;
  border-radius: 50%;
}
.cid-rWpgelRMyw h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rWpgelRMyw .img-wrapper {
    display: none;
  }
  .cid-rWpgelRMyw .img-wrapper-2 {
    display: none;
  }
  .cid-rWpgelRMyw .container-fluid {
    padding: 0 1rem;
  }
  .cid-rWpgelRMyw .content-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
  .cid-rWpgelRMyw .content-row-2 {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
  .cid-rWpgelRMyw .content-row-3 {
    margin-top: 1.8rem;
  }
  .cid-rWpgelRMyw .content-row-4 {
    margin-top: 2rem;
  }
  .cid-rWpgelRMyw .imageContainer {
    display: flex;
    justify-content: center;
  }
  .cid-rWpgelRMyw .imageContainer-2 {
    display: flex;
    justify-content: center;
  }
  .cid-rWpgelRMyw .right-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-rWpgelRMyw .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-rWpgelRMyw .mbr-section-title {
    text-align: left;
  }
  .cid-rWpgelRMyw .content-row:hover .tlv__pointer::after {
    transform: scale(1);
  }
  .cid-rWpgelRMyw .content-row-2:hover .tlv__pointer-2::after {
    transform: scale(1);
  }
  .cid-rWpgelRMyw .tlv__pointer {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid;
    color: #999;
    background: #ffffff;
    top: -100px;
    left: 8px;
  }
  .cid-rWpgelRMyw .tlv__pointer::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #999;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rWpgelRMyw .tlv__pointer-2 {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid;
    color: #999;
    background: #ffffff;
    top: 50px;
    left: 8px;
  }
  .cid-rWpgelRMyw .tlv__pointer-2::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #999;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rWpgelRMyw .container-fluid::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 20px;
    width: 4px;
    height: 100%;
    background: #999;
  }
  .cid-rWpgelRMyw .tlv__item-first {
    position: relative;
    z-index: 1;
    left: -52px;
    width: 18px;
    height: 18px;
    background: #999;
    transform: rotate(45deg);
    top: -20px;
  }
  .cid-rWpgelRMyw .tlv__item-first2 {
    position: absolute;
    z-index: 1;
    left: 13px;
    width: 18px;
    height: 18px;
    background: #999;
    transform: rotate(45deg);
    bottom: -20px;
  }
}
@media (min-width: 767px) {
  .cid-rWpgelRMyw .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-rWpgelRMyw .content-row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .cid-rWpgelRMyw .content-row-2 {
    margin-top: 3.5rem;
  }
  .cid-rWpgelRMyw .content-row-3 {
    margin-top: 3.5rem;
  }
  .cid-rWpgelRMyw .content-row-4 {
    margin-top: 3.5rem;
  }
  .cid-rWpgelRMyw .content-row:hover .tlv__pointer::after {
    transform: scale(1);
  }
  .cid-rWpgelRMyw .content-row-2:hover .tlv__pointer-2::after {
    transform: scale(1);
  }
  .cid-rWpgelRMyw .img-wrapper {
    margin-left: 43px;
  }
  .cid-rWpgelRMyw .tlv__pointer {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: relative;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid;
    color: #999;
    background: #ffffff;
    top: 0px;
    left: -290px;
  }
  .cid-rWpgelRMyw .tlv__pointer::before {
    content: '';
    top: 8px;
    width: 47px;
    height: 3px;
    left: 21px;
    position: absolute;
    background: #999;
  }
  .cid-rWpgelRMyw .tlv__pointer::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #999;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rWpgelRMyw .tlv__pointer-2 {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: relative;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid;
    color: #999;
    background: #ffffff;
    top: 100px;
    right: -30px;
  }
  .cid-rWpgelRMyw .tlv__pointer-2::before {
    content: '';
    top: 8px;
    width: 47px;
    height: 3px;
    left: -50px;
    position: absolute;
    background: #999;
  }
  .cid-rWpgelRMyw .tlv__pointer-2::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #999;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rWpgelRMyw .container-fluid::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #999;
  }
  .cid-rWpgelRMyw .tlv__item-first {
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -11px;
    width: 18px;
    height: 18px;
    background: #999;
    transform: rotate(45deg);
  }
  .cid-rWpgelRMyw .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-rWpgelRMyw .img-wrapper-2 {
    margin-right: 16px;
  }
  .cid-rWpgelRMyw .tlv__item-first2 {
    position: absolute;
    z-index: 1;
    left: 49%;
    width: 18px;
    height: 18px;
    background: #999;
    transform: rotate(45deg);
    bottom: -18px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rWpgelRMyw .tlv__item-first2 {
    left: 49.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cid-rWpgelRMyw .tlv__item-first2 {
    left: 49.5%;
  }
}
@media (min-width: 1400px) {
  .cid-rWpgelRMyw .tlv__item-first2 {
    left: 49.6%;
  }
}
.cid-rWpgelRMyw .mbr-section-title {
  color: #45b3df;
}
.cid-rWpgelRMyw .content-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-rWpgelRMyw .content-row-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-rWpgelRMyw .imageContainer {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-rWpgelRMyw .imageContainer-2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-rWpgelRMyw .img-wrapper {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid;
  color: #999;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-rWpgelRMyw .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid;
  color: #999;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-rWpgelRMyw .content-row:hover .img-wrapper {
  padding: 12px;
  border: 2px dashed;
  color: #999;
}
.cid-rWpgelRMyw .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border: 2px dashed;
  color: #999;
}
.cid-rWpgelRMyw .mbr-section-title-1 {
  color: #ff6400;
}
.cid-rWpgelRMyw .mbr-section-title-2 {
  color: #ff6400;
}