body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem !important;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #fff200 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #187f1e !important;
}
.bg-danger {
  background-color: #fff000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff200 !important;
  border-color: #fff200 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a900 !important;
  border-color: #b3a900 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a900 !important;
  border-color: #b3a900 !important;
}
.btn-success:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #187f1e !important;
  border-color: #187f1e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0c3f0f !important;
  border-color: #0c3f0f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0c3f0f !important;
  border-color: #0c3f0f !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-danger:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff200;
  color: #fff200;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff200;
  border-color: #fff200;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff200 !important;
  border-color: #fff200 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #187f1e;
  color: #187f1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #187f1e;
  border-color: #187f1e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #187f1e !important;
  border-color: #187f1e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #fff200 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #187f1e !important;
}
.text-danger {
  color: #fff000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #333333 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff766 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #28d532 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fff666 !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: #000000;
}
.alert-warning {
  background-color: #187f1e;
}
.alert-danger {
  background-color: #fff000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3cda45;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23ffffff' %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-uvgQ4Wts5a .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-uvgQ4Wts5a .nav-item:focus,
.cid-uvgQ4Wts5a .nav-link:focus {
  outline: none;
}
.cid-uvgQ4Wts5a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvgQ4Wts5a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvgQ4Wts5a .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-uvgQ4Wts5a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvgQ4Wts5a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvgQ4Wts5a .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-uvgQ4Wts5a .navbar.opened {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uvgQ4Wts5a .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uvgQ4Wts5a .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvgQ4Wts5a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvgQ4Wts5a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvgQ4Wts5a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvgQ4Wts5a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvgQ4Wts5a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvgQ4Wts5a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvgQ4Wts5a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvgQ4Wts5a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvgQ4Wts5a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvgQ4Wts5a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvgQ4Wts5a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvgQ4Wts5a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvgQ4Wts5a .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvgQ4Wts5a .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvgQ4Wts5a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvgQ4Wts5a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvgQ4Wts5a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvgQ4Wts5a .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvgQ4Wts5a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvgQ4Wts5a .navbar.navbar-short {
  background: #000000;
}
.cid-uvgQ4Wts5a .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvgQ4Wts5a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvgQ4Wts5a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvgQ4Wts5a .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uvgQ4Wts5a .dropdown-item.active,
.cid-uvgQ4Wts5a .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uvgQ4Wts5a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvgQ4Wts5a .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uvgQ4Wts5a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uvgQ4Wts5a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff200;
}
.cid-uvgQ4Wts5a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvgQ4Wts5a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvgQ4Wts5a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvgQ4Wts5a .navbar-nav {
  margin: auto;
}
.cid-uvgQ4Wts5a .navbar-buttons {
  text-align: center;
}
.cid-uvgQ4Wts5a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvgQ4Wts5a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvgQ4Wts5a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvgQ4Wts5a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvgQ4Wts5a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvgQ4Wts5a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvgQ4Wts5a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvgQ4Wts5a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvgQ4Wts5a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvgQ4Wts5a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvgQ4Wts5a .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uvgQ4Wts5a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvgQ4Wts5a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvgQ4Wts5a .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uvgQ4Wts5a .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvgQ4Wts5a .navbar {
    height: 77px;
  }
  .cid-uvgQ4Wts5a .navbar.opened {
    height: auto;
  }
}
.cid-uvgQ4Wts5a .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uvgQ4Wts5a .text-btn {
  transition: transform 0.3s;
}
.cid-uvgQ4Wts5a .btn:hover {
  transform: scale(0.8);
}
.cid-uvgQ4Wts5a .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uvgQ4Wts5a .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uvgQ4Wts5a .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uvgQ4Wts5a .nav-link:hover::before {
  width: 100%;
}
.cid-uvgQ4Wts5a .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uvgQ4Wts5a .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uvgQ4Wts5a .link {
  margin: 0rem 1.2rem !important;
}
.cid-uvgQ4Wts5a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uvgQ4Wts5a .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #000000;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uvgQ4Wts5a .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uvgQ4Wts5a .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #fff200;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uvgQ4Wts5a .navbar-caption {
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 992px) {
  .cid-uvgQ4Wts5a .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uvgQ4Wts5a .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uvgQ4Wts5a .dropdown-menu::before {
    display: none !important;
  }
  .cid-uvgQ4Wts5a .btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  .cid-uvgQ4Wts5a .dropdown-menu > a::after {
    display: none;
  }
  .cid-uvgQ4Wts5a .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uvgQ4Wts5a .nav-link::before {
    display: none;
  }
  .cid-uvgQ4Wts5a .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uvgQ4Wts5a .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uvgQ4Wts5a .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uvgQ4Wts5a .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uvgQ4Wts5a .nav-dropdown .dropdown-item:focus,
  .cid-uvgQ4Wts5a .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uvgQ4Wts5a .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uvgQ4Wts5a .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvgQ4Wts5a .container-fluid {
    padding-right: 0rem;
  }
  .cid-uvgQ4Wts5a .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uvgQ4Wts5a .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uvgQ4Wts5a .btn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  .cid-uvgQ4Wts5a .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uvgQ4Wts5a .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uvgQ4Wts5a .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uvgQ4Wts5a .nav-dropdown .dropdown-item:focus,
  .cid-uvgQ4Wts5a .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uvgQ4Wts5a .btn-primary {
  color: #000000 !important;
}
.cid-uvgQ4Wts5a .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uvgQ4Wts5a .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uvgQ4Wts5a .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uvgLBrUK4M .modal-body .close {
  background: #1b1b1b;
}
.cid-uvgLBrUK4M .modal-body .close span {
  font-style: normal;
}
.cid-uvgLBrUK4M .carousel-inner > .active,
.cid-uvgLBrUK4M .carousel-inner > .next,
.cid-uvgLBrUK4M .carousel-inner > .prev {
  display: flex;
}
.cid-uvgLBrUK4M .carousel-control .icon-next,
.cid-uvgLBrUK4M .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uvgLBrUK4M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvgLBrUK4M .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvgLBrUK4M .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uvgLBrUK4M .boxed-slider > div {
  position: relative;
}
.cid-uvgLBrUK4M .container img {
  width: 100%;
}
.cid-uvgLBrUK4M .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-uvgLBrUK4M .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uvgLBrUK4M .mbr-table-cell {
  padding: 0;
}
.cid-uvgLBrUK4M .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvgLBrUK4M .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uvgLBrUK4M .mbr-overlay {
  z-index: 1;
}
.cid-uvgLBrUK4M .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uvgLBrUK4M .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uvgLBrUK4M .carousel-item.active.right,
.cid-uvgLBrUK4M .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uvgLBrUK4M .carousel-item.active.left,
.cid-uvgLBrUK4M .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uvgLBrUK4M .carousel-item.active,
.cid-uvgLBrUK4M .carousel-item.next.left,
.cid-uvgLBrUK4M .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uvgLBrUK4M .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
  z-index: 11;
}
.cid-uvgLBrUK4M .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-uvgLBrUK4M .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-uvgLBrUK4M .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-uvgLBrUK4M .mbr-slider .carousel-control:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uvgLBrUK4M .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvgLBrUK4M .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvgLBrUK4M .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uvgLBrUK4M .mbr-slider .carousel-indicators li.active,
.cid-uvgLBrUK4M .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #ffffff;
}
.cid-uvgLBrUK4M .mbr-slider .carousel-indicators li::after,
.cid-uvgLBrUK4M .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uvgLBrUK4M .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uvgLBrUK4M .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uvgLBrUK4M .mbr-slider > .container img {
  width: 100%;
}
.cid-uvgLBrUK4M .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-uvgLBrUK4M .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uvgLBrUK4M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uvgLBrUK4M .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uvgLBrUK4M .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uvgLBrUK4M .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uvgLBrUK4M .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uvgLBrUK4M .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uvgLBrUK4M .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uvgLBrUK4M .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uvgLBrUK4M .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uvgLBrUK4M .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uvgLBrUK4M .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uvgLBrUK4M H2 {
  color: #ffffff;
}
.cid-uvgLBrUK4M P {
  color: #ffffff;
}
.cid-rZqakYmFVv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZqakYmFVv .row {
  flex-direction: row-reverse;
}
.cid-rZqakYmFVv .img-wrap img {
  width: 100%;
}
.cid-rZqakYmFVv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakYmFVv .card .wrapper {
  overflow: hidden;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fff000;
  background: linear-gradient(#fff000 0%, #999999 69%, #000000 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakYmFVv .card .wrapper .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #000000;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #000000;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  text-align: left;
}
.cid-rZqakYmFVv .card .wrapper .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-rZqakGdhKi .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:first-child {
  color: #fff000;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fff000;
  background: linear-gradient(#fff000 0%, #000000 69%, #000000 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #fff200;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rZqakGdhKi .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title,
.cid-rZqakGdhKi .mbr-section-btn,
.cid-rZqakGdhKi .mbr-list .list {
  color: #ffffff;
}
.cid-uyKQZHmThb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uyKQZHmThb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKQZHmThb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uyKQZHmThb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyKQZHmThb img {
  border-radius: 2rem;
}
.cid-uyKQZHmThb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uyKQZHmThb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uyKQZHmThb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyKQZHmThb .mbr-section-title {
  color: #ffffff;
}
.cid-uyKQZHmThb .mbr-text,
.cid-uyKQZHmThb .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgUZt6ihP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-uvgUZt6ihP .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fff200;
  background: linear-gradient(#fff200 0%, #000000 69%, #000000 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uvgUZt6ihP .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-uvgUZt6ihP .card {
  max-width: 300px;
  margin-bottom: 20px;
}
.cid-uvgUZt6ihP .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-uvgUZt6ihP .card .card-wrapper .card-img {
  width: auto;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-uvgUZt6ihP .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #fff200;
  background: linear-gradient(#fff200 0%, #000000 69%, #000000 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #000000;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-uvgUZt6ihP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgUZt6ihP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgUZt6ihP .card .card-wrapper .card-box .card-title {
  color: #000000;
}
.cid-uyLmvrcq04 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uyLmvrcq04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLmvrcq04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLmvrcq04 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyLmvrcq04 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uyLmvrcq04 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uyLmvrcq04 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uyLmvrcq04 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uyLmvrcq04 .header-menu li p {
  margin: 0;
}
.cid-uyLmvrcq04 .mbr-section-title {
  color: #000000;
}
.cid-uyLmvrcq04 .header-menu-item {
  color: #ffffff;
}
.cid-uyLmvrcq04 .mbr-text,
.cid-uyLmvrcq04 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uyLmvrcq04 .content-head {
  max-width: 800px;
}
.cid-uyKNlKaNdH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff200;
  position: relative;
  overflow: hidden;
}
.cid-uyKNlKaNdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKNlKaNdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKNlKaNdH .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uyKNlKaNdH .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uyKNlKaNdH .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-uyKNlKaNdH .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uyKNlKaNdH .card-wrapper {
  width: 100%;
}
.cid-uyKNlKaNdH .card-box {
  width: 100%;
}
.cid-uyKNlKaNdH .card-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uyKNlKaNdH .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-uyKNlKaNdH .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-uyKNlKaNdH .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-uyKNlKaNdH .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-uyKNlKaNdH .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uyKNlKaNdH .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyKNlKaNdH .bg-img {
  position: absolute;
  width: 100%;
  background-color: #000000;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-uyKNlKaNdH .bg-img {
    width: 150%;
  }
}
.cid-uyKNlKaNdH .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uyKNlKaNdH .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-uyKNlKaNdH .mbr-text,
.cid-uyKNlKaNdH .mbr-section-btn {
  color: #ffffff;
}
.cid-uvgRznngzn {
  background-image: url("../../../assets/images/3-2000x1500.jpg");
}
.cid-uvgRznngzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgRznngzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvgRznngzn .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uvgRznngzn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvgRznngzn img {
  border-radius: 2rem;
}
.cid-uvgRznngzn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvgRznngzn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvgRznngzn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvgRznngzn .mbr-section-title {
  color: #ffffff;
}
.cid-uvgRznngzn .mbr-text,
.cid-uvgRznngzn .mbr-section-btn {
  color: #ffffff;
}
.cid-uyKLEeT1kB {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uyKLEeT1kB .mbr-section-title {
  color: #06182d;
}
.cid-uyKLEeT1kB .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fff200;
  background: linear-gradient(#fff200 0%, #000000 69%, #000000 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uyKLEeT1kB .mbr-section-subtitle {
  color: #000000;
}
.cid-uyKLEeT1kB .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uyKLEeT1kB .card:nth-child(even) {
  margin-top: 70px;
}
.cid-uyKLEeT1kB .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-uyKLEeT1kB .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-uyKLEeT1kB .card .card-wrapper {
  height: 100%;
}
.cid-uyKLEeT1kB .card .card-wrapper .card-img {
  position: relative;
}
.cid-uyKLEeT1kB .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-uyKLEeT1kB .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-uyKLEeT1kB .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-uyKLEeT1kB .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-uyKLEeT1kB .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-uyKLEeT1kB .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-uyKLEeT1kB .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-uyKLEeT1kB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyKLEeT1kB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyKLEeT1kB .card .card-wrapper .card-box .card-title {
  color: #000000;
}
.cid-uyKLEeT1kB .mbr-section-title,
.cid-uyKLEeT1kB .col {
  color: #000000;
}
.cid-uyKLEeT1kB .card .card-wrapper .card-box .mbr-text {
  color: #000000;
}
.cid-rZqalT6jOx .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fff200;
  background: linear-gradient(#fff200 0%, #000000 69%, #000000 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-rZqao4M7ed {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-rZqao4M7ed .mbr-section-title {
  color: #06182d;
}
.cid-rZqao4M7ed .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fff000;
  background: linear-gradient(#fff000 0%, #000000 69%, #000000 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqao4M7ed .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZqao4M7ed .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqao4M7ed .mbr-text {
  color: #000000;
  font-weight: 300;
}
.cid-rZqao4M7ed .title-text {
  margin-bottom: 70px;
}
.cid-rZqao4M7ed .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZqao4M7ed .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rZqao4M7ed .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-rZqao4M7ed .title-text .mbr-section-title {
  color: #000000;
}
.cid-rZqao4M7ed .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-rZqao4M7ed .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-rZqao4M7ed .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-rZqao4M7ed .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-rZqao4M7ed .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-rZqao4M7ed .p-4 {
  padding: 1rem 0 !important;
}
.cid-rZqao4M7ed .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-rZqao4M7ed .mbri-arrow-down:before {
  content: "\e960";
}
.cid-rZqao4M7ed .mbri-arrow-up:before {
  content: "\e960";
}
.cid-rZqao4M7ed .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-rZqao4M7ed .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-rZqao4M7ed .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-rZqao4M7ed .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-rZqao4M7ed .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-rZqao4M7ed .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-rZqao4M7ed .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #000000;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-rZqao4M7ed .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-rZqao4M7ed .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rZqao4M7ed .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-rZqao4M7ed .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-rZqao4M7ed .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-rZqao4M7ed .card .card-header a.panel-title .toggle-icon:before,
.cid-rZqao4M7ed .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-rZqao4M7ed .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-rZqao4M7ed .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-rZqao4M7ed .card .panel-body {
  padding: 14px 20px;
}
.cid-rZqao4M7ed .card .panel-body p {
  color: #000000;
  line-height: 1.5;
}
.cid-rZqao4M7ed .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-rZqao4M7ed .card .card-header a.panel-title h4 {
  color: #000000;
}
.cid-uyLBBEIhnB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uyLBBEIhnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLBBEIhnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLBBEIhnB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uyLBBEIhnB .mbr-section-title {
  color: #24262b;
}
.cid-uyLBBEIhnB .mbr-section-subtitle {
  color: #24262b;
}
.cid-uyLBBEIhnB .items-row {
  row-gap: 32px;
}
.cid-uyLBBEIhnB .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uyLBBEIhnB .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uyLBBEIhnB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uyLBBEIhnB .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uyLBBEIhnB .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uyLBBEIhnB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uyLBBEIhnB .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uyLBBEIhnB .mbr-item-subtitle {
  color: #24262b;
}
.cid-uyLBBEIhnB .carousel-control,
.cid-uyLBBEIhnB .close {
  background: #1b1b1b;
}
.cid-uyLBBEIhnB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uyLBBEIhnB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uyLBBEIhnB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uyLBBEIhnB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uyLBBEIhnB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uyLBBEIhnB .close::before {
  content: '\e91a';
}
.cid-uyLBBEIhnB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uyLBBEIhnB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uyLBBEIhnB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyLBBEIhnB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uyLBBEIhnB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uyLBBEIhnB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uyLBBEIhnB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uyLBBEIhnB .carousel-indicators li.active,
.cid-uyLBBEIhnB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uyLBBEIhnB .carousel-indicators li::after,
.cid-uyLBBEIhnB .carousel-indicators li::before {
  content: none;
}
.cid-uyLBBEIhnB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uyLBBEIhnB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uyLBBEIhnB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uyLBBEIhnB .carousel-indicators {
    display: none;
  }
}
.cid-uyLBBEIhnB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uyLBBEIhnB .carousel-inner > .active {
  display: block;
}
.cid-uyLBBEIhnB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uyLBBEIhnB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uyLBBEIhnB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uyLBBEIhnB .carousel-control,
  .cid-uyLBBEIhnB .carousel-indicators,
  .cid-uyLBBEIhnB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uyLBBEIhnB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uyLBBEIhnB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uyLBBEIhnB .carousel-indicators .active,
.cid-uyLBBEIhnB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uyLBBEIhnB .carousel-indicators .active {
  background: #fff;
}
.cid-uyLBBEIhnB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uyLBBEIhnB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uyLBBEIhnB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uyLBBEIhnB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uyLBBEIhnB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uyLBBEIhnB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uyLBBEIhnB .carousel {
  width: 100%;
}
.cid-uyLBBEIhnB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uyLBBEIhnB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uyLBBEIhnB .modal.fade .modal-dialog,
.cid-uyLBBEIhnB .modal.in .modal-dialog {
  transform: none;
}
.cid-uyLBBEIhnB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uyLBBEIhnB H6 {
  text-align: center;
}
.cid-uyKVyefmJ5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  background: linear-gradient(90deg, #000000, #fff200);
}
.cid-uyKVyefmJ5 .text-content .btn-bgr {
  z-index: 0;
}
.cid-uyKVyefmJ5 .mbr-overlay {
  background: #d7e8f6;
}
.cid-uyKVyefmJ5 .text-content {
  padding: 2rem 0rem;
  background-color: #000000;
}
.cid-uyKVyefmJ5 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uyKVyefmJ5 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uyKVyefmJ5 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uyKVyefmJ5 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-uyKVyefmJ5 .mbr-section-btn,
.cid-uyKVyefmJ5 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uyKVyefmJ5 P {
  color: #ffffff;
}
.cid-rZqamDmpQI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZqamDmpQI .mbr-section-title {
  color: #06182d;
}
.cid-rZqamDmpQI .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fff000;
  background: linear-gradient(#fff000 0%, #000000 69%, #000000 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqamDmpQI .mbr-text,
.cid-rZqamDmpQI .mbr-section-btn {
  color: #000000;
}
.cid-rZqamDmpQI .mbr-section-subtitle {
  color: #000000;
}
.cid-rZqamDmpQI .card {
  margin-bottom: 40px;
}
.cid-rZqamDmpQI .card .card-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-rZqamDmpQI .card .card-wrapper {
    justify-content: center;
  }
  .cid-rZqamDmpQI .card .card-wrapper .card-box {
    width: auto;
  }
}
.cid-rZqamDmpQI .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  align-self: center;
}
.cid-rZqamDmpQI .card .card-wrapper .card-box {
  margin-left: 14px;
}
.cid-rZqamDmpQI .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #000000;
  margin-bottom: 0rem;
}
.cid-rZqamDmpQI .card .card-wrapper .card-box .card-text {
  color: #000000;
}
.cid-rZqamDmpQI .buttons-wrap {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-rZqamDmpQI .buttons-wrap {
    text-align: center;
  }
}
.cid-rZqamDmpQI .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rZqamDmpQI .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rZqamDmpQI .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #030f1c;
}
.cid-rZqamDmpQI .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rZqamDmpQI .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
  color: #000000;
  margin-bottom: 0;
  vertical-align: sub;
}
@media (max-width: 992px) {
  .cid-rZqamDmpQI .buttons-wrap .or {
    display: none;
  }
}
.cid-rZqamDmpQI .mbr-section-title,
.cid-rZqamDmpQI .col {
  color: #000000;
}
.cid-rZqamDmpQI .card .card-wrapper .card-box .card-text {
  color: #000000;
}
.cid-rZqana3jMB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/7-2000x1500.jpeg");
}
.cid-rZqana3jMB .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-rZqana3jMB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqana3jMB .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-rZqana3jMB .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqana3jMB .mbr-text {
  color: #ffffff;
}
.cid-rZqana3jMB .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZqana3jMB .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff200;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZqana3jMB .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #000000;
  border-color: #000000;
}
.cid-rZqana3jMB .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-rZqana3jMB .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZqana3jMB .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #fff200;
}
@media (max-width: 992px) {
  .cid-rZqana3jMB .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZqana3jMB .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #fff200;
}
@media (max-width: 992px) {
  .cid-rZqana3jMB .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rZqana3jMB .buttons-wrap {
  text-align: center;
}
.cid-rZqana3jMB .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rZqana3jMB .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rZqana3jMB .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-rZqana3jMB .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rZqana3jMB .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-uyLYypmZ2J {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uyLYypmZ2J .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uyLYypmZ2J .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-uyLYypmZ2J .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fff000;
  background: linear-gradient(#fff000 0%, #000000 69%, #000000 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uyLYypmZ2J .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyLYypmZ2J .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uyLYypmZ2J .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-uyLYypmZ2J .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uyLYypmZ2J .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-uyLYypmZ2J .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-uyLYypmZ2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLYypmZ2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLYypmZ2J .card .wrapper .mbr-section-title,
.cid-uyLYypmZ2J .mbr-section-btn {
  text-align: center;
}
.cid-uyLFe0p07L {
  background-color: #ffffff;
}
.cid-uyLFe0p07L .content-row {
  display: flex;
  justify-content: center;
}
.cid-uyLFe0p07L h3 {
  font-size: 23px;
  font-weight: 400;
}
.cid-uyLFe0p07L .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uyLFe0p07L .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uyLFe0p07L .form-group {
  padding-right: 0;
}
.cid-uyLFe0p07L .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uyLFe0p07L .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uyLFe0p07L .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-uyLFe0p07L .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uyLFe0p07L .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uyLFe0p07L .map-placeholder {
  display: none;
}
.cid-uyLFe0p07L .btn-primary {
  border: 1px solid #ffffff !important;
}
.cid-uyLFe0p07L .btn-primary:hover {
  border: 1px solid #ffffff !important;
}
.cid-uyLFe0p07L .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uyLFe0p07L .mbr-text {
  color: #132c70;
  margin-bottom: 0.5rem;
}
.cid-uyLFe0p07L h5 {
  margin-bottom: 0;
}
.cid-uyLFe0p07L .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uyLFe0p07L .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uyLFe0p07L .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uyLFe0p07L .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uyLFe0p07L .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uyLFe0p07L .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uyLFe0p07L .social-list a:hover {
  opacity: 0.4;
}
.cid-uyLFe0p07L .media-container-row > div {
  padding: 0px;
}
.cid-uyLFe0p07L .text2 {
  color: #132c70;
  text-align: left;
}
.cid-uyLFe0p07L .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
  margin-top: 2.8rem;
  margin-bottom: 0;
}
.cid-uyLFe0p07L .links {
  color: #132c70;
  line-height: 0.1;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uyLFe0p07L .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uyLFe0p07L h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uyLFe0p07L .form-group {
    max-width: 180px;
  }
}
.cid-uyLFe0p07L .links span {
  color: #132c70;
}
.cid-uyLFe0p07L .logo-title,
.cid-uyLFe0p07L .logo-sub-title {
  text-align: center;
}
.cid-uyLFe0p07L .logo-sub-title i {
  color: #9e9e9e;
}
.cid-uyLFe0p07L .jewelry_img {
  width: 100%;
}
.cid-uyLFe0p07L .day_week {
  display: flex;
  flex-direction: column;
}
.cid-uyLFe0p07L .day_p {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  margin: 0;
  line-height: 0.8;
}
.cid-uyLFe0p07L .container-fluid {
  max-width: 1300px;
}
.cid-uyLFe0p07L .btn-line {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uyLFe0p07L {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .cid-uyLFe0p07L .card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uyLFe0p07L .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uyLFe0p07L {
    padding-top: 75px;
    padding-bottom: 45px;
  }
  .cid-uyLFe0p07L .maps {
    padding-left: 0;
  }
  .cid-uyLFe0p07L .card {
    padding-bottom: 3rem;
    padding-right: 0;
  }
  .cid-uyLFe0p07L .container-fluid {
    padding: 0 2rem;
  }
  .cid-uyLFe0p07L .map-day {
    margin-left: 2rem;
  }
}
.cid-uyLFe0p07L .mbr-section-subtitle {
  margin: 1rem 0;
  padding-right: 3rem;
}
.cid-uyLFe0p07L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLFe0p07L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLFaYXENe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uyLFaYXENe .card-icon {
  font-size: 56px;
  color: #fff200;
  transition: color 0.3s;
}
.cid-uyLFaYXENe .icon2 {
  color: #fff000;
}
.cid-uyLFaYXENe .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-uyLFaYXENe p {
  font-weight: 400;
}
.cid-uyLFaYXENe .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-uyLFaYXENe .line2 {
  background: #ffffff;
}
.cid-uyLFaYXENe .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #000000;
}
.cid-uyLFaYXENe .card-wrapper:hover .link-ico {
  background-color: #fff200;
  border-color: #fff200;
  color: white;
}
.cid-uyLFaYXENe .card2 {
  background: #000000;
}
.cid-uyLFaYXENe .card-title,
.cid-uyLFaYXENe .card-ico,
.cid-uyLFaYXENe .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-uyLFaYXENe .mbr-text,
.cid-uyLFaYXENe .card-link {
  text-align: center;
}
.cid-uyLFaYXENe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLFaYXENe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLZ9faohy {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uyLZ9faohy .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uyLZ9faohy .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-uyLZ9faohy .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #fff000;
  background: linear-gradient(#fff000 0%, #000000 69%, #000000 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uyLZ9faohy .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyLZ9faohy .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uyLZ9faohy .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-uyLZ9faohy .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uyLZ9faohy .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-uyLZ9faohy .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-uyLZ9faohy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLZ9faohy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLZ9faohy .card .wrapper .mbr-section-title,
.cid-uyLZ9faohy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uyLisG167L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uyLisG167L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyLisG167L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyLisG167L .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uyLisG167L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyLisG167L img {
  border-radius: 2rem;
}
.cid-uyLisG167L .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uyLisG167L .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uyLisG167L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uyLisG167L .mbr-section-title {
  color: #ffffff;
}
.cid-uyLisG167L .mbr-text,
.cid-uyLisG167L .mbr-section-btn {
  color: #ffffff;
}
.cid-uyLHekjTEG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff000;
  overflow: hidden;
}
.cid-uyLHekjTEG .mbr-text {
  color: #000000;
}
.cid-uyLJNfWUKv.popup-builder {
  background-color: #ffffff;
}
.cid-uyLJNfWUKv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyLJNfWUKv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyLJNfWUKv .modal-content,
.cid-uyLJNfWUKv .modal-dialog {
  height: auto;
}
.cid-uyLJNfWUKv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyLJNfWUKv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyLJNfWUKv .form-wrapper .mbr-form .form-group,
  .cid-uyLJNfWUKv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyLJNfWUKv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyLJNfWUKv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyLJNfWUKv .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uyLJNfWUKv .pt-0 {
  padding-top: 0 !important;
}
.cid-uyLJNfWUKv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyLJNfWUKv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyLJNfWUKv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyLJNfWUKv .modal-open {
  overflow: hidden;
}
.cid-uyLJNfWUKv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyLJNfWUKv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyLJNfWUKv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyLJNfWUKv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyLJNfWUKv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyLJNfWUKv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyLJNfWUKv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyLJNfWUKv .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyLJNfWUKv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uyLJNfWUKv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyLJNfWUKv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyLJNfWUKv .modal-backdrop.show {
  opacity: .5;
}
.cid-uyLJNfWUKv .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-uyLJNfWUKv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyLJNfWUKv .modal-header {
    padding: 1rem;
  }
}
.cid-uyLJNfWUKv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyLJNfWUKv .modal-header .close svg {
  fill: #ffffff;
}
.cid-uyLJNfWUKv .modal-header .close:hover {
  opacity: 1;
}
.cid-uyLJNfWUKv .modal-header .close:focus {
  outline: none;
}
.cid-uyLJNfWUKv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uyLJNfWUKv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uyLJNfWUKv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyLJNfWUKv .modal-body {
    padding: 1rem;
  }
}
.cid-uyLJNfWUKv .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-uyLJNfWUKv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyLJNfWUKv .modal-footer {
    padding: 1rem;
  }
}
.cid-uyLJNfWUKv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyLJNfWUKv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyLJNfWUKv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyLJNfWUKv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyLJNfWUKv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uyLJNfWUKv .modal-lg,
  .cid-uyLJNfWUKv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uyLJNfWUKv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uyLJNfWUKv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyLJNfWUKv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyLJNfWUKv .form-group {
  margin-bottom: 1rem;
}
.cid-uyLJNfWUKv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyLJNfWUKv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyLJNfWUKv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyLJNfWUKv .mbr-section-btn {
  margin: 0;
}
.cid-uyLJNfWUKv .mbr-section-btn .btn {
  margin: 0;
}
