.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'LeonSans-Bold';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'LeonSans-Bold';
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'LeonSans-Regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'LeonSans-Regular';
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'LeonSans-Regular';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #27ff00 !important;
}
.bg-success {
  background-color: #449ddd !important;
}
.bg-info {
  background-color: #000052 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #edefeb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #27ff00 !important;
  border-color: #27ff00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #52ff33 !important;
  border-color: #52ff33 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #52ff33 !important;
  border-color: #52ff33 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #33eebb !important;
  border-color: #33eebb !important;
  color: #031f18 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #62f2cb !important;
  border-color: #62f2cb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #031f18 !important;
  background-color: #62f2cb !important;
  border-color: #62f2cb !important;
}
.btn-info,
.btn-info:active {
  background-color: #000052 !important;
  border-color: #000052 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #000085 !important;
  border-color: #000085 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000085 !important;
  border-color: #000085 !important;
}
.btn-success,
.btn-success:active {
  background-color: #449ddd !important;
  border-color: #449ddd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #6fb4e5 !important;
  border-color: #6fb4e5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6fb4e5 !important;
  border-color: #6fb4e5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #27ff00;
  color: #27ff00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1aa800 !important;
  background-color: transparent !important;
  border-color: #1aa800 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #27ff00 !important;
  border-color: #27ff00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #33eebb;
  color: #33eebb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #10bb8c !important;
  background-color: transparent !important;
  border-color: #10bb8c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #031f18 !important;
  background-color: #33eebb !important;
  border-color: #33eebb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000052;
  color: #000052;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000052 !important;
  border-color: #000052 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #449ddd;
  color: #449ddd;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1f71ab !important;
  background-color: transparent !important;
  border-color: #1f71ab !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #449ddd !important;
  border-color: #449ddd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #27ff00 !important;
}
.text-secondary {
  color: #33eebb !important;
}
.text-success {
  color: #449ddd !important;
}
.text-info {
  color: #000052 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #edefeb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #179900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0ead81 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1d689e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bac2b2 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #27ff00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000052;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #edefeb;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #27ff00;
  border-color: #27ff00;
  color: #041900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #27ff00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d4ffcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f1f7fc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3939ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'LeonSans-Regular';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #27ff00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'LeonSans-Regular';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #27ff00;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #27ff00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #27ff00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #27ff00;
  border-bottom-color: #27ff00;
}
.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: #27ff00 !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: #33eebb !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='%2327ff00' %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-ubzDytNllZ {
  z-index: 1000;
  width: 100%;
}
.cid-ubzDytNllZ .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubzDytNllZ .dropdown-menu {
  padding: 0;
}
.cid-ubzDytNllZ .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-ubzDytNllZ .dropdown-item {
    text-align: left !important;
  }
}
.cid-ubzDytNllZ .dropdown-item:hover {
  background-position: right !important;
}
.cid-ubzDytNllZ .dropdown-item:hover:after {
  color: #27ff00;
}
.cid-ubzDytNllZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubzDytNllZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubzDytNllZ .nav-link {
  position: relative;
}
.cid-ubzDytNllZ .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-ubzDytNllZ .dropdown-menu,
.cid-ubzDytNllZ .navbar.opened {
  background: #000052 !important;
}
.cid-ubzDytNllZ .nav-item:focus,
.cid-ubzDytNllZ .nav-link:focus {
  outline: none;
}
.cid-ubzDytNllZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubzDytNllZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubzDytNllZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubzDytNllZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubzDytNllZ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-ubzDytNllZ .navbar.opened {
  transition: all 0.3s;
}
.cid-ubzDytNllZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubzDytNllZ .navbar .navbar-logo img {
  width: auto;
}
.cid-ubzDytNllZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ubzDytNllZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubzDytNllZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubzDytNllZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubzDytNllZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubzDytNllZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubzDytNllZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubzDytNllZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubzDytNllZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubzDytNllZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubzDytNllZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubzDytNllZ .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-ubzDytNllZ .navbar {
    min-height: 80px;
  }
}
.cid-ubzDytNllZ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-ubzDytNllZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-ubzDytNllZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubzDytNllZ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-ubzDytNllZ .navbar-brand {
    min-height: 69px;
  }
}
.cid-ubzDytNllZ .dropdown-item.active,
.cid-ubzDytNllZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ubzDytNllZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubzDytNllZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubzDytNllZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubzDytNllZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000052;
}
.cid-ubzDytNllZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubzDytNllZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubzDytNllZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubzDytNllZ button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #27ff00, #27ff00);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ubzDytNllZ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-ubzDytNllZ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ubzDytNllZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #000052;
}
.cid-ubzDytNllZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ubzDytNllZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ubzDytNllZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ubzDytNllZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubzDytNllZ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubzDytNllZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubzDytNllZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubzDytNllZ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubzDytNllZ .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-ubzDytNllZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubzDytNllZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubzDytNllZ .navbar {
    height: 70px;
  }
  .cid-ubzDytNllZ .navbar.opened {
    height: auto;
  }
  .cid-ubzDytNllZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubzDytNllZ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #000052;
}
@media (max-width: 575px) {
  .cid-ubzDytNllZ .navbar-short {
    min-height: 70px;
  }
}
.cid-ubzDytNllZ .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-ubzDytNllZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-ubzDytNllZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-ubzDytNllZ .container-fluid {
    padding: 0 3px;
  }
}
.cid-ubzDytNllZ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-ubzDytNllZ .navbar-nav {
  display: flex !important;
}
.cid-ubzDytNllZ .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-ubzDytNllZ .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-ubzDytNllZ .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ubzDytNllZ .navbar-nav .nav-item .nav-link:hover,
.cid-ubzDytNllZ .navbar-nav .nav-item .nav-link:focus,
.cid-ubzDytNllZ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-ubzDytNllZ .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #000052 !important;
}
.cid-ubzDytNllZ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-ubzDytNllZ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ubzDytNllZ button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #27ff00, #27ff00);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ubzDytNllZ button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-ubzDytNllZ button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ubzDytNllZ button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #000052;
}
.cid-ubzDytNllZ button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-ubzDytNllZ button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ubzDytNllZ button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-ubzDytNllZ button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubzDytNllZ .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #27ff00, #27ff00);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-ubzDytNllZ .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-ubzDytNllZ .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-ubzDytNllZ .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #000052;
}
.cid-ubzDytNllZ .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-ubzDytNllZ .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubzDytNllZ .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubzDytNllZ .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-ubzDytNllZ .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-ubzDytNllZ .offcanvas.show {
  transform: translateX(0);
}
.cid-ubzDytNllZ .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-ubzDytNllZ .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubzDytNllZ .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #000052;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-ubzDytNllZ .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-ubzDytNllZ .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-ubzDytNllZ .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ubzDytNllZ .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-ubzDytNllZ .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-ubzDytNllZ .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-ubzDytNllZ .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-ubzDytNllZ .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-ubzDytNllZ .modal-backdrop.show {
  opacity: 0.8;
}
.cid-ubzDytNllZ .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-ubzDytNllZ .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-ubzDytNllZ .social-container {
    padding-top: 40px;
  }
}
.cid-ubzDytNllZ .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 100px !important;
}
.cid-ubzDytNllZ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-ubzDytNllZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #27ff00, #27ff00);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-ubzDytNllZ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-ubzDytNllZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #000052;
}
.cid-ubzDytNllZ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-ubzDytNllZ .soc-item:hover:before {
  opacity: 1;
}
.cid-ubzDytNllZ .offcanvas_btn {
  margin-top: auto;
}
.cid-ubzDytNllZ .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-ubzDytNllZ .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-u93O6peo62 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u93O6peo62 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLfloQtsqD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000052;
}
.cid-uLfloQtsqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfloQtsqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfloQtsqD .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uLfloQtsqD .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLfloQtsqD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLfloQtsqD .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLfloQtsqD .wrap {
  background: url("../../../assets/images/background1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uLfloQtsqD .wrap .inner-wrap {
  padding: 40px;
}
.cid-uLfloQtsqD .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uLfloQtsqD .mbr-text,
.cid-uLfloQtsqD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uLfYDLMM8o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000052;
}
.cid-uLfYDLMM8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfYDLMM8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfYDLMM8o a {
  font-weight: bold;
}
.cid-uLfYDLMM8o .mbr-section-title {
  color: #27ff00;
  text-align: center;
}
.cid-uLfYDLMM8o .mbr-text,
.cid-uLfYDLMM8o .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uLfYDLMM8o .mbr-section-subtitle {
  text-align: center;
}
.cid-uLfYFzSA4T {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000052;
}
.cid-uLfYFzSA4T img {
  object-fit: cover;
}
.cid-uLfYFzSA4T .mbr-section-subtitle {
  color: #33eebb;
}
.cid-uLfYFzSA4T .mbr-text,
.cid-uLfYFzSA4T .mbr-section-btn {
  color: #ffffff;
}
.cid-uLNEOSgwFr {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000052;
}
.cid-uLNEOSgwFr img {
  object-fit: cover;
}
.cid-uLNEOSgwFr .mbr-section-subtitle {
  color: #33eebb;
}
.cid-uLNEOSgwFr .mbr-text,
.cid-uLNEOSgwFr .mbr-section-btn {
  color: #ffffff;
}
.cid-uLfYEnQPie {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000052;
}
.cid-uLfYEnQPie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLfYEnQPie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLfYEnQPie a {
  font-weight: bold;
}
.cid-uLfYEnQPie .mbr-section-title {
  color: #27ff00;
  text-align: center;
}
.cid-uLfYEnQPie .mbr-text,
.cid-uLfYEnQPie .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uLfYEnQPie .mbr-section-subtitle {
  text-align: center;
}
.cid-u93QU0gbM6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000052;
}
@media (max-width: 1000px) {
  .cid-u93QU0gbM6 {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-u93QU0gbM6 {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
  }
}
.cid-u93QU0gbM6 .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u93QU0gbM6 .f-row {
    flex-direction: row;
  }
}
.cid-u93QU0gbM6 .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-u93QU0gbM6 .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-u93QU0gbM6 .image-wrapper {
    min-height: 750px;
  }
}
.cid-u93QU0gbM6 .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u93QU0gbM6 .text-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u93QU0gbM6 .text-wrapper {
    transform: translate(20%, 3rem);
  }
}
@media (min-width: 1200px) {
  .cid-u93QU0gbM6 .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-u93QU0gbM6 .mbr-section-title {
  color: #000052;
  text-align: left;
}
.cid-u93QU0gbM6 .mbr-text,
.cid-u93QU0gbM6 .mbr-section-btn {
  color: #ffd8db;
}
.cid-u93QU0gbM6 .z-100 {
  z-index: 100;
}
.cid-u93QU0gbM6 .mbr-text {
  text-align: left;
  color: #449ddd;
}
.cid-u93T5ChiS6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000052;
}
.cid-u93T5ChiS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u93T5ChiS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u93T5ChiS6 .copyright {
  color: #ffffff;
}
.cid-u93T5ChiS6 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u93T5ChiS6 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u93T5ChiS6 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u93T5ChiS6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u93T5ChiS6 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u93T5ChiS6 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u93T5ChiS6 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u93T5ChiS6 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u93T5ChiS6 .row-links-soc,
.cid-u93T5ChiS6 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u93T5ChiS6 .copyright,
.cid-u93T5ChiS6 .line {
  color: #ffffff;
}
.cid-ubAAYKq0Zh.popup-builder {
  background-color: #ffffff;
}
.cid-ubAAYKq0Zh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ubAAYKq0Zh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ubAAYKq0Zh .modal-content,
.cid-ubAAYKq0Zh .modal-dialog {
  height: auto;
}
.cid-ubAAYKq0Zh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ubAAYKq0Zh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ubAAYKq0Zh .form-wrapper .mbr-form .form-group,
  .cid-ubAAYKq0Zh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ubAAYKq0Zh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ubAAYKq0Zh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubAAYKq0Zh .mbr-text {
  text-align: left;
  color: #f7f7f7;
}
.cid-ubAAYKq0Zh .pt-0 {
  padding-top: 0 !important;
}
.cid-ubAAYKq0Zh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ubAAYKq0Zh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ubAAYKq0Zh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ubAAYKq0Zh .modal-open {
  overflow: hidden;
}
.cid-ubAAYKq0Zh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ubAAYKq0Zh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ubAAYKq0Zh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ubAAYKq0Zh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ubAAYKq0Zh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ubAAYKq0Zh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ubAAYKq0Zh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ubAAYKq0Zh .modal-content {
  background: #000052;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ubAAYKq0Zh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ubAAYKq0Zh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ubAAYKq0Zh .modal-backdrop.fade {
  opacity: 0;
}
.cid-ubAAYKq0Zh .modal-backdrop.show {
  opacity: .5;
}
.cid-ubAAYKq0Zh .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-ubAAYKq0Zh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ubAAYKq0Zh .modal-header {
    padding: 1rem;
  }
}
.cid-ubAAYKq0Zh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ubAAYKq0Zh .modal-header .close svg {
  fill: #353535;
}
.cid-ubAAYKq0Zh .modal-header .close:hover {
  opacity: 1;
}
.cid-ubAAYKq0Zh .modal-header .close:focus {
  outline: none;
}
.cid-ubAAYKq0Zh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #27ff00;
}
.cid-ubAAYKq0Zh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ubAAYKq0Zh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubAAYKq0Zh .modal-body {
    padding: 1rem;
  }
}
.cid-ubAAYKq0Zh .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-ubAAYKq0Zh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubAAYKq0Zh .modal-footer {
    padding: 1rem;
  }
}
.cid-ubAAYKq0Zh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ubAAYKq0Zh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ubAAYKq0Zh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ubAAYKq0Zh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ubAAYKq0Zh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ubAAYKq0Zh .modal-lg,
  .cid-ubAAYKq0Zh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ubAAYKq0Zh .modal-xl {
    max-width: 1140px;
  }
}
.cid-ubAAYKq0Zh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ubAAYKq0Zh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ubAAYKq0Zh .form-group {
  margin-bottom: 1rem;
}
.cid-ubAAYKq0Zh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ubAAYKq0Zh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ubAAYKq0Zh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ubAAYKq0Zh .mbr-section-btn {
  margin: 0;
}
.cid-ubAAYKq0Zh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLO2jb51IV.popup-builder {
  background-color: #ffffff;
}
.cid-uLO2jb51IV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLO2jb51IV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLO2jb51IV .modal-content,
.cid-uLO2jb51IV .modal-dialog {
  height: auto;
}
.cid-uLO2jb51IV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLO2jb51IV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLO2jb51IV .form-wrapper .mbr-form .form-group,
  .cid-uLO2jb51IV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLO2jb51IV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLO2jb51IV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLO2jb51IV .mbr-text {
  text-align: left;
  color: #f7f7f7;
}
.cid-uLO2jb51IV .pt-0 {
  padding-top: 0 !important;
}
.cid-uLO2jb51IV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLO2jb51IV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLO2jb51IV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLO2jb51IV .modal-open {
  overflow: hidden;
}
.cid-uLO2jb51IV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLO2jb51IV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLO2jb51IV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLO2jb51IV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uLO2jb51IV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLO2jb51IV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLO2jb51IV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLO2jb51IV .modal-content {
  background: #000052;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uLO2jb51IV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLO2jb51IV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLO2jb51IV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLO2jb51IV .modal-backdrop.show {
  opacity: .5;
}
.cid-uLO2jb51IV .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-uLO2jb51IV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLO2jb51IV .modal-header {
    padding: 1rem;
  }
}
.cid-uLO2jb51IV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLO2jb51IV .modal-header .close svg {
  fill: #353535;
}
.cid-uLO2jb51IV .modal-header .close:hover {
  opacity: 1;
}
.cid-uLO2jb51IV .modal-header .close:focus {
  outline: none;
}
.cid-uLO2jb51IV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #27ff00;
}
.cid-uLO2jb51IV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLO2jb51IV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLO2jb51IV .modal-body {
    padding: 1rem;
  }
}
.cid-uLO2jb51IV .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-uLO2jb51IV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLO2jb51IV .modal-footer {
    padding: 1rem;
  }
}
.cid-uLO2jb51IV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLO2jb51IV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLO2jb51IV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLO2jb51IV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLO2jb51IV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLO2jb51IV .modal-lg,
  .cid-uLO2jb51IV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLO2jb51IV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLO2jb51IV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLO2jb51IV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uLO2jb51IV .form-group {
  margin-bottom: 1rem;
}
.cid-uLO2jb51IV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLO2jb51IV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLO2jb51IV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uLO2jb51IV .mbr-section-btn {
  margin: 0;
}
.cid-uLO2jb51IV .mbr-section-btn .btn {
  margin: 0;
}
