body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.99rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.584rem;
}
/* ---- 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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.792rem;
    font-size: calc( 0.9964999999999999rem + (0.99 - 0.9964999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9964999999999999rem + (0.99 - 0.9964999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  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: #00008b !important;
}
.bg-success {
  background-color: #f30202 !important;
}
.bg-info {
  background-color: #0095ff !important;
}
.bg-warning {
  background-color: #0c7c31 !important;
}
.bg-danger {
  background-color: #ffcc01 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00008b !important;
  border-color: #00008b !important;
  color: #0095ff !important;
}
.btn-primary:hover {
  color: #0095ff !important;
  background-color: #00003e !important;
  border-color: #00003e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0095ff !important;
  background-color: #00003e !important;
  border-color: #00003e !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #0000be !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #0095ff !important;
}
.btn-secondary:hover {
  color: #0095ff !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0095ff !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
  color: #0095ff !important;
}
.btn-info:hover {
  color: #0095ff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0095ff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #f30202 !important;
  border-color: #f30202 !important;
  color: #0095ff !important;
}
.btn-success:hover {
  color: #0095ff !important;
  background-color: #a70101 !important;
  border-color: #a70101 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0095ff !important;
  background-color: #a70101 !important;
  border-color: #a70101 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #0c7c31 !important;
  border-color: #0c7c31 !important;
  color: #0095ff !important;
}
.btn-warning:hover {
  color: #0095ff !important;
  background-color: #053615 !important;
  border-color: #053615 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0095ff !important;
  background-color: #053615 !important;
  border-color: #053615 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffcc01 !important;
  border-color: #ffcc01 !important;
  color: #0095ff !important;
}
.btn-danger:hover {
  color: #0095ff !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0095ff !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0095ff !important;
}
.btn-white:hover {
  color: #0095ff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #0095ff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #0095ff !important;
}
.btn-black:hover {
  color: #0095ff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #0095ff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #00008b !important;
  color: #ffffff !important;
  color: #00008b !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #00008b;
  color: #00008b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #00008b;
  border-color: #00008b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00008b !important;
  border-color: #00008b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #00008b !important;
  color: #0095ff !important;
}
.btn-primary-outline:hover {
  color: #0095ff !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #0095ff !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #0095ff !important;
  color: #ffffff !important;
  color: #0095ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0095ff;
  color: #0095ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0095ff;
  border-color: #0095ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #0095ff !important;
  color: #0095ff !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #f30202 !important;
  color: #ffffff !important;
  color: #f30202 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f30202;
  color: #f30202;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f30202;
  border-color: #f30202;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f30202 !important;
  border-color: #f30202 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #f30202 !important;
  color: #0095ff !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #0c7c31 !important;
  color: #ffffff !important;
  color: #0c7c31 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c7c31;
  color: #0c7c31;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0c7c31;
  border-color: #0c7c31;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c7c31 !important;
  border-color: #0c7c31 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #0c7c31 !important;
  color: #0095ff !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #ffcc01 !important;
  color: #ffffff !important;
  color: #ffcc01 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffcc01;
  color: #ffcc01;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #010100;
  background-color: #ffcc01;
  border-color: #ffcc01;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #010100 !important;
  background-color: #ffcc01 !important;
  border-color: #ffcc01 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #ffcc01 !important;
  color: #0095ff !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !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-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #0095ff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #00008b !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #f30202 !important;
}
.text-info {
  color: #0095ff !important;
}
.text-warning {
  color: #0c7c31 !important;
}
.text-danger {
  color: #ffcc01 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0000f1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fe5d5d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0095ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #15d956 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffe067 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #00008b;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0095ff;
}
.alert-warning {
  background-color: #0c7c31;
}
.alert-danger {
  background-color: #ffcc01;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00008b;
  border-color: #00008b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00008b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b0bff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffc2c2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cceaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #1ee961;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5cd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.99rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.584rem;
}
blockquote {
  border-color: #00008b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #00008b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00008b;
  border-bottom-color: #00008b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #00008b !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: #4a4c70 !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='%2300008b' %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-uF6REO4kLU .navbar-dropdown {
  position: relative !important;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: absolute !important;
}
.cid-uF6REO4kLU .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-uF6REO4kLU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uF6REO4kLU .dropdown-item:hover,
.cid-uF6REO4kLU .dropdown-item:focus {
  color: #00008b !important;
}
.cid-uF6REO4kLU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6REO4kLU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uF6REO4kLU .container {
  display: flex;
  margin: auto;
}
.cid-uF6REO4kLU .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown-menu,
.cid-uF6REO4kLU .navbar.opened {
  background: #656565 !important;
}
.cid-uF6REO4kLU .nav-item:focus,
.cid-uF6REO4kLU .nav-link:focus {
  outline: none;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6REO4kLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6REO4kLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uF6REO4kLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6REO4kLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6REO4kLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar.collapsed {
  justify-content: center;
}
.cid-uF6REO4kLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6REO4kLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6REO4kLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF6REO4kLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6REO4kLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6REO4kLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6REO4kLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6REO4kLU .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-uF6REO4kLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6REO4kLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6REO4kLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6REO4kLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6REO4kLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF6REO4kLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6REO4kLU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6REO4kLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6REO4kLU .dropdown-item.active,
.cid-uF6REO4kLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6REO4kLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6REO4kLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6REO4kLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6REO4kLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6REO4kLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF6REO4kLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6REO4kLU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6REO4kLU .navbar {
    height: 70px;
  }
  .cid-uF6REO4kLU .navbar.opened {
    height: auto;
  }
  .cid-uF6REO4kLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6REO4kLU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uF6REO4kLU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uF6REO4kLU a {
  display: inline;
  font-weight: bold;
}
.cid-uF6REO4kLU img {
  display: inline;
  padding-right: 10px;
}
.cid-uF6REO4kLU .dropdown-toggle:after {
  display: none;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uF6REO4kLU .dropdown-item:hover {
  color: #0c7c31 !important;
}
@media (max-width: 990px) {
  .cid-uF6REO4kLU .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-s4SGXrkJBt {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s4SGXrkJBt .mbr-section-title,
.cid-s4SGXrkJBt .mbr-section-subtitle {
  color: #000000;
}
.cid-s4SGXrkJBt .mbr-section-text {
  color: #232323;
}
.cid-s4SGXrkJBt .mbr-text,
.cid-s4SGXrkJBt .typed-text,
.cid-s4SGXrkJBt .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s4SGXrkJBt .btn {
  margin-left: 4px !important;
}
.cid-s4SGXrkJBt .animated-element {
  color: #ee5325;
}
.cid-s4SGXrkJBt .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ee5325;
}
.cid-s4SGXrkJBt .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s4SGXrkJBt .typed-text,
  .cid-s4SGXrkJBt .mbr-section-subtitle,
  .cid-s4SGXrkJBt .mbr-section-text,
  .cid-s4SGXrkJBt .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s4SGXrkJBt .mbr-section-text,
.cid-s4SGXrkJBt .mbr-section-btn {
  color: #232323;
}
.cid-s4SGXrkJBt .mbr-section-subtitle,
.cid-s4SGXrkJBt .typed-text {
  color: #ff0000;
}
.cid-uGgVAJKm83 {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/holy-spirit-dove-si.webp");
}
.cid-uGgVAJKm83 .card-box {
  z-index: 10;
  position: absolute;
  padding: 1rem;
}
.cid-uGgVAJKm83 .container-fluid {
  padding: 0;
}
.cid-uGgVAJKm83 h5 {
  margin: 0;
}
.cid-uGgVAJKm83 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uGgVAJKm83 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uGgVAJKm83 .card {
  margin: auto;
  height: 350px;
  perspective: 800px;
  cursor: pointer;
}
.cid-uGgVAJKm83 .card:hover {
  z-index: 99;
}
.cid-uGgVAJKm83 .card-wrapper {
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: top;
  position: relative;
  overflow: hidden;
}
.cid-uGgVAJKm83 .card-wrapper:hover {
  transform: rotateX(20deg);
}
.cid-uGgVAJKm83 .card-wrapper:hover:before {
  transform: translateY(-10%);
  opacity: 1;
}
.cid-uGgVAJKm83 .card-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-100%);
}
.cid-uGgVAJKm83 .card-wrapper a {
  height: 100%;
}
.cid-uGgVAJKm83 .card-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
}
.cid-uGgVAJKm83 h4 {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uGgVAJKm83 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-uGgVAJKm83 .card-box {
    text-align: center;
  }
}
.cid-uGgVAJKm83 .mbr-text {
  color: #cccccc;
}
.cid-uGgVAJKm83 .card-date {
  color: #ff0000;
}
.cid-uGgVAJKm83 .card-wrapper {
  width: 370px;
  height: 370px;
  flex: none;
}
@media (max-width: 1200px) {
  .cid-uGgVAJKm83 .card-wrapper {
    max-width: 313px;
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uGgVAJKm83 .card-wrapper {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uGgVAJKm83 .card-wrapper {
    max-width: 540px;
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uGgVAJKm83 .card-wrapper {
    max-width: 237px;
    max-height: 237px;
  }
}
.cid-uGgVAJKm83 .card {
  height: 370px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uGgVAJKm83 .card {
    max-height: 313px;
  }
}
@media (max-width: 992px) {
  .cid-uGgVAJKm83 .card {
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uGgVAJKm83 .card {
    max-height: 540px;
  }
}
@media (max-width: 576px) {
  .cid-uGgVAJKm83 .card {
    max-height: 237px;
  }
}
.cid-uGgVAJKm83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgVAJKm83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgVAJKm83 .card-title,
.cid-uGgVAJKm83 .card-box {
  color: #1f1d1a;
}
.cid-sSynv5gW6F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSynv5gW6F .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-sSynv5gW6F .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  display: flex;
  flex-direction: row;
}
.cid-sSynv5gW6F .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 0px 0 30px;
  width: 361px;
  height: 361px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-sSynv5gW6F .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-sSynv5gW6F .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-sSynv5gW6F .shadow:hover .mbr-iconfont,
.cid-sSynv5gW6F .shadow:hover .number,
.cid-sSynv5gW6F .shadow:hover .card-title {
  color: #0095ff !important;
}
.cid-sSynv5gW6F .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-sSynv5gW6F .card-title {
  margin-bottom: 20px;
  color: #00008b;
}
.cid-sSynv5gW6F .title-block {
  margin-bottom: 56px;
}
.cid-sSynv5gW6F .card-text {
  margin-bottom: 42px;
  color: #8c8c95;
}
.cid-sSynv5gW6F H3 {
  color: #14142b;
  text-align: center;
}
.cid-sSynv5gW6F .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-sSynv5gW6F .card-wrapper {
  border-radius: 0 30px 30px 0px;
  background-color: #ffffff;
  padding: 60px 71px;
}
.cid-sSynv5gW6F .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-sSynv5gW6F .link-title {
  display: inline-block;
}
.cid-sSynv5gW6F .episode {
  color: #ffffff;
}
.cid-sSynv5gW6F .img-title {
  color: #ffffff;
}
.cid-sSynv5gW6F .margin {
  margin-right: 14px;
}
.cid-sSynv5gW6F .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSynv5gW6F .button-color {
  padding: 14px 18px !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
  color: #14142b;
}
.cid-sSynv5gW6F .position {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-sSynv5gW6F .link-row,
.cid-sSynv5gW6F .title-block {
  align-items: center;
}
.cid-sSynv5gW6F .line {
  width: 100%;
  height: 1px;
  background-color: #e2e3e9;
  margin-bottom: 35px;
}
.cid-sSynv5gW6F .mbr-section-title {
  color: #8c8c95;
}
@media (max-width: 900px) {
  .cid-sSynv5gW6F .card-wrapper {
    padding: 40px 31px;
  }
}
@media (max-width: 820px) {
  .cid-sSynv5gW6F .card-wrapper {
    padding: 25px 31px;
  }
}
@media (max-width: 1095px) {
  .cid-sSynv5gW6F .wrap-img {
    height: 430px;
  }
}
@media (max-width: 765px) {
  .cid-sSynv5gW6F .shadow {
    display: flex;
    flex-direction: column;
  }
  .cid-sSynv5gW6F .title-block {
    flex-direction: column;
  }
  .cid-sSynv5gW6F .mbr-section-subtitle {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-sSynv5gW6F .wrap-img {
    height: 361px;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .cid-sSynv5gW6F .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-sSynv5gW6F .card-title,
.cid-sSynv5gW6F span {
  transition: 0.35s;
}
.cid-sToV0D1FmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #171d8b;
}
.cid-sToV0D1FmO .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-sToV0D1FmO .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-sToV0D1FmO .mbr-text,
.cid-sToV0D1FmO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sToV0D1FmO .text-wrapper {
    padding-left: 5rem;
  }
  .cid-sToV0D1FmO .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-sToV0D1FmO .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-sToV0D1FmO .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sToV0D1FmO .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-sToV0D1FmO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sToV0D1FmO .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-sToV0D1FmO .bg-wrapper {
    display: none;
  }
  .cid-sToV0D1FmO .text-wrapper {
    text-align: center;
  }
  .cid-sToV0D1FmO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sToV0D1FmO .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-sToV0D1FmO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-sToV0D1FmO .card-title {
    letter-spacing: -1px;
  }
}
.cid-sSASuZRM1b {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #777777;
}
.cid-sSASuZRM1b .mbr-section-subtitle {
  color: #4a4c70;
}
.cid-sSASuZRM1b .mbr-section-title {
  color: #ffcc00;
}
.cid-sSASuZRM1b img {
  width: 100%;
}
.cid-sSASuZRM1b .mbr-text {
  color: #0095ff;
}
.cid-sSASuZRM1b .mbr-section-btn {
  margin-top: 40px;
}
.cid-sSASuZRM1b .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sSASuZRM1b * {
    text-align: left;
  }
}
.cid-sSASuZRM1b .cards-wrap {
  flex-direction: column;
}
.cid-sSASuZRM1b .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sSASuZRM1b .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #ffcc00;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sSASuZRM1b .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sSASuZRM1b .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #000000;
  border-radius: 50%;
}
.cid-sSASuZRM1b .wrapper .content .mbr-card-title {
  color: #00008b;
  margin-bottom: 10px;
}
.cid-sSASuZRM1b .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #0095ff;
}
.cid-sSASuZRM1b .widget-container {
  margin: 0 0 30px;
}
.cid-sSASuZRM1b .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #171d8b;
  border-radius: 3px;
}
.cid-sSASuZRM1b .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-sSASuZRM1b .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sSASuZRM1b .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sSASuZRM1b .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sSASuZRM1b .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sSASuZRM1b .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #00008b;
}
.cid-sSASuZRM1b .newsletter .form-group,
.cid-sSASuZRM1b .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sSASuZRM1b .newsletter textarea {
  height: 110px !important;
}
.cid-sSASuZRM1b .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sSASuZRM1b .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sSASuZRM1b .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sSASuZRM1b .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sSASuZRM1b .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sSASuZRM1b .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sSASuZRM1b .newsletter .dragArea {
  flex-direction: column;
}
.cid-sSASuZRM1b .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sSASuZRM1b .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #ffffff !important;
}
.cid-sSASuZRM1b .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #0095ff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSASuZRM1b .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSASuZRM1b .cards-wrap2 {
  flex-direction: column;
}
.cid-sSASuZRM1b .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sSASuZRM1b .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sSASuZRM1b .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4a4c70;
  border-radius: 50%;
}
.cid-sSASuZRM1b .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #00008b;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sSASuZRM1b .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #0095ff;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sSASuZRM1b .widget-container .project-info .info-item .info-text {
  color: #ffcc01;
  text-align: left;
}
.cid-sSASuZRM1b .widget-container .project-info .info-item .label {
  color: #ffffff;
}
.cid-sSASuZRM1b .cards-wrap .wrapper .content .mbr-card-title,
.cid-sSASuZRM1b .img {
  color: #ffffff;
}
.cid-sSASuZRM1b P {
  color: #ffcc01;
}
.cid-tDpjiiegOs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tDpjiiegOs .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tDpjiiegOs .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tDpjiiegOs .mbr-section-title {
  color: #171d8b;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: center;
}
.cid-tDpjiiegOs img {
  height: 100%;
  object-fit: cover;
}
.cid-tDpjiiegOs .mbr-figure {
  height: 100%;
}
.cid-tDpjiiegOs .row {
  margin: 0;
  align-items: center;
}
.cid-tDpjiiegOs .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-tDpjiiegOs .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tDpjiiegOs .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tDpjiiegOs .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tDpjiiegOs .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tDpjiiegOs .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-tDpjiiegOs .img-block {
    padding-left: 6rem;
  }
}
.cid-tDpjiiegOs .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-tDpjiiegOs .mbr-text,
.cid-tDpjiiegOs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uFYb84roZ6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-uFYb84roZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYb84roZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYb84roZ6 .row {
  justify-content: flex-start;
}
.cid-uFYb84roZ6 .mbr-section-title {
  color: #1f1d1a;
  margin-bottom: 0;
  text-align: center;
}
.cid-uFYb84roZ6 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uFYaxXMP4q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFYaxXMP4q .card {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uFYaxXMP4q .card:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uFYaxXMP4q .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFYaxXMP4q .mbr-flex {
  justify-content: center;
}
.cid-uFYaxXMP4q .mbr-flex {
  justify-content: center;
}
.cid-uFYaxXMP4q .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-uFYaxXMP4q img,
.cid-uFYaxXMP4q .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-uFYaxXMP4q .item:focus,
.cid-uFYaxXMP4q span:focus {
  outline: none;
}
.cid-uFYaxXMP4q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFYaxXMP4q .card1 {
  background: #171d8b;
}
.cid-uFYaxXMP4q .card2 {
  background: #171d8b;
}
.cid-uFYaxXMP4q .card3 {
  background: #171d8b;
}
.cid-uFYaxXMP4q .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uFYaxXMP4q .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uFYaxXMP4q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFYaxXMP4q .mbr-section-title {
  color: #232323;
}
.cid-uFYaxXMP4q .item-title1 {
  color: #ffffff;
}
.cid-uFYaxXMP4q .mbr-text,
.cid-uFYaxXMP4q .mbr-section-btn {
  text-align: center;
  color: #ffcc00;
}
.cid-uFYaxXMP4q .item-subtitle {
  color: #121212;
}
.cid-uFYaxXMP4q .item-title2 {
  color: #fef8f8;
  text-align: center;
}
.cid-uFYaxXMP4q .price {
  color: #121212;
}
.cid-uFYdPYrN2M {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFYdPYrN2M .mbr-text,
.cid-uFYdPYrN2M .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uFYdPYrN2M .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sSAfue6cEq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSAfue6cEq li {
  list-style: none;
}
.cid-sSAfue6cEq .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  justify-content: space-between;
}
.cid-sSAfue6cEq .col-title {
  margin-bottom: 2rem;
  color: #232323;
}
.cid-sSAfue6cEq .list-col {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.cid-sSAfue6cEq .mbr-iconfont {
  font-size: 1.6rem;
  padding-right: 4rem;
  height: 28px;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  color: #000000 !important;
}
.cid-sSAfue6cEq .mbr-iconfont:hover {
  color: #ff2d55 !important;
}
.cid-sSAfue6cEq .time-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
}
.cid-sSAfue6cEq h4 {
  margin: 0;
}
.cid-sSAfue6cEq ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sSAfue6cEq .md-pb {
    padding-bottom: 1rem;
  }
  .cid-sSAfue6cEq .mbr-iconfont {
    padding-right: 1rem;
  }
  .cid-sSAfue6cEq .item-wrap {
    flex-direction: column;
  }
  .cid-sSAfue6cEq .time-wrap {
    min-width: 80px;
    margin-top: 0.4rem;
  }
}
.cid-sSAfue6cEq .item1 {
  color: #232323;
}
.cid-sSBnw7DZFY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sSBnw7DZFY p {
  margin-bottom: 0rem;
}
.cid-sSBnw7DZFY .btn {
  margin-bottom: 0rem;
}
.cid-sSBnw7DZFY .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sSBnw7DZFY .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sSBnw7DZFY .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-sSBnw7DZFY .mbr-section-btn {
    text-align: left;
  }
  .cid-sSBnw7DZFY .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sSBnw7DZFY .mbr-section-btn {
    text-align: left;
  }
  .cid-sSBnw7DZFY .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sSBnw7DZFY .btn {
    margin-top: 0rem;
  }
}
.cid-uGCAkuwOky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGCAkuwOky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCAkuwOky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGCAkuwOky .row {
  justify-content: center;
}
.cid-uGCAkuwOky .card {
  justify-content: center;
}
.cid-uGCAkuwOky .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGCAkuwOky .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGCAkuwOky .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-uGCAkuwOky .tabs-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uGCAkuwOky .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uGCAkuwOky .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 16px;
}
.cid-uGCAkuwOky .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ffffff;
  padding: 11px 64px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
@media (max-width: 992px) {
  .cid-uGCAkuwOky .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.cid-uGCAkuwOky .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #171d8b;
}
.cid-uGCAkuwOky .tab-content .tab-pane .item-content {
  border: none;
  background-color: transparent;
}
.cid-uGCAkuwOky .tab-content .tab-pane .item-content .image-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGCAkuwOky .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 30px;
  }
}
.cid-uGCAkuwOky .tab-content .tab-pane .item-content .image-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#f9f295, transparent);
  filter: blur(100px);
}
.cid-uGCAkuwOky .tab-content .tab-pane .item-content .image-wrap img {
  position: relative;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGCAkuwOky .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uGCAkuwOky .tab-content .tab-pane .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGCAkuwOky .tab-content .tab-pane .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-uGCAkuwOky .tab-content .tab-pane .item-content .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uGCAkuwOky .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGCAkuwOky .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uGCAkuwOky .mbr-section-title {
  color: #ffffff;
}
.cid-uGCAkuwOky .item-title {
  color: #cbff5b;
}
.cid-uGCAkuwOky .item-text {
  color: #ffffff;
}
.cid-uGDeA3wURP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGDeA3wURP .card-wrapper {
  background-color: #ffffff;
}
.cid-uGDeA3wURP .mbr-text {
  line-height: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uGDeA3wURP .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uGDeA3wURP .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-uGDeA3wURP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDeA3wURP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHJ1LdQ8f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHHJ1LdQ8f .item:focus,
.cid-uHHJ1LdQ8f span:focus {
  outline: none;
}
.cid-uHHJ1LdQ8f .item {
  cursor: pointer;
}
.cid-uHHJ1LdQ8f .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uHHJ1LdQ8f .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uHHJ1LdQ8f .grid-container-1,
.cid-uHHJ1LdQ8f .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uHHJ1LdQ8f .grid-container-1,
  .cid-uHHJ1LdQ8f .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uHHJ1LdQ8f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHHJ1LdQ8f .content-head {
  max-width: 800px;
}
.cid-uHHJ1LdQ8f .container,
.cid-uHHJ1LdQ8f .container-fluid {
  overflow: hidden;
}
.cid-uHHJ1LdQ8f .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uHHJ1LdQ8f .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHHJ1LdQ8f .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uHHJ1LdQ8f .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uHHJ1LdQ8f .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uHHJ1LdQ8f .grid-container-1,
.cid-uHHJ1LdQ8f .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uHHJ1LdQ8f .grid-container-1 {
  align-items: flex-end;
}
.cid-uHHJ1LdQ8f .grid-container-2 {
  align-items: flex-start;
}
.cid-uGCJF3z3lQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGCJF3z3lQ .mbr-text,
.cid-uGCJF3z3lQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uGCJF3z3lQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sSI3ZY54SC {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #f8f8f8;
}
.cid-sSI3ZY54SC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #00008b;
}
.cid-sSI3ZY54SC .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-sSI3ZY54SC .svg-top {
    width: 1000px;
  }
}
.cid-sSI3ZY54SC .google-map {
  height: 30rem;
  position: relative;
}
.cid-sSI3ZY54SC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sSI3ZY54SC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sSI3ZY54SC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sSI3ZY54SC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sSI3ZY54SC .mbr-section-title {
  color: #232323;
}
.cid-uGzQFPHAO0 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uGzQFPHAO0 a {
  transition: 0.3s;
}
.cid-uGzQFPHAO0 h5 {
  margin-bottom: 1.6rem;
}
.cid-uGzQFPHAO0 .card-img2 span {
  padding-top: 6px;
}
.cid-uGzQFPHAO0 .soc-item a {
  padding-top: 5px;
}
.cid-uGzQFPHAO0 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uGzQFPHAO0 .link:hover {
  color: #00008b !important;
}
@media (max-width: 992px) {
  .cid-uGzQFPHAO0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGzQFPHAO0 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uGzQFPHAO0 .soc-item span {
  font-size: 1rem;
}
.cid-uGzQFPHAO0 .soc-item:hover span {
  color: #00008b !important;
}
.cid-uGzQFPHAO0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uGzQFPHAO0 .item h4 {
  margin: 0;
}
.cid-uGzQFPHAO0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uGzQFPHAO0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGzQFPHAO0 img {
  width: 80%;
}
.cid-uGzQFPHAO0 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uGzQFPHAO0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uGzQFPHAO0 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uGzQFPHAO0 .container {
  padding: 0;
}
.cid-uGzQFPHAO0 .btn-primary:hover {
  background-color: #000058 !important;
}
.cid-sSGG4Gc9fJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sSGG4Gc9fJ .media-container-row {
  align-items: center;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sSGG4Gc9fJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sSGG4Gc9fJ .foot-menu-item {
  transform: 0.2s;
}
.cid-sSGG4Gc9fJ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: center;
  }
  .cid-sSGG4Gc9fJ .mbr-text {
    text-align: center;
  }
  .cid-sSGG4Gc9fJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sSGG4Gc9fJ .link:hover {
  text-decoration: underline;
}
.cid-sSGG4Gc9fJ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-sSGG4Gc9fJ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-sSGG4Gc9fJ .container {
    padding: 0;
  }
}
.cid-sSGG4Gc9fJ .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uGCOPOuXqm.popup-builder {
  background-color: #ffffff;
}
.cid-uGCOPOuXqm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGCOPOuXqm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGCOPOuXqm .modal-content,
.cid-uGCOPOuXqm .modal-dialog {
  height: auto;
}
.cid-uGCOPOuXqm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGCOPOuXqm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGCOPOuXqm .form-wrapper .mbr-form .form-group,
  .cid-uGCOPOuXqm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGCOPOuXqm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGCOPOuXqm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGCOPOuXqm .mbr-text {
  text-align: center;
  color: #1f1d1a;
}
.cid-uGCOPOuXqm .pt-0 {
  padding-top: 0 !important;
}
.cid-uGCOPOuXqm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGCOPOuXqm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGCOPOuXqm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGCOPOuXqm .modal-open {
  overflow: hidden;
}
.cid-uGCOPOuXqm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGCOPOuXqm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGCOPOuXqm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGCOPOuXqm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGCOPOuXqm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGCOPOuXqm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGCOPOuXqm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGCOPOuXqm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGCOPOuXqm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGCOPOuXqm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGCOPOuXqm .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGCOPOuXqm .modal-backdrop.show {
  opacity: .5;
}
.cid-uGCOPOuXqm .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-uGCOPOuXqm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCOPOuXqm .modal-header {
    padding: 1rem;
  }
}
.cid-uGCOPOuXqm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGCOPOuXqm .modal-header .close svg {
  fill: #353535;
}
.cid-uGCOPOuXqm .modal-header .close:hover {
  opacity: 1;
}
.cid-uGCOPOuXqm .modal-header .close:focus {
  outline: none;
}
.cid-uGCOPOuXqm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ff0000;
}
.cid-uGCOPOuXqm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGCOPOuXqm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCOPOuXqm .modal-body {
    padding: 1rem;
  }
}
.cid-uGCOPOuXqm .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-uGCOPOuXqm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGCOPOuXqm .modal-footer {
    padding: 1rem;
  }
}
.cid-uGCOPOuXqm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGCOPOuXqm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGCOPOuXqm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGCOPOuXqm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGCOPOuXqm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGCOPOuXqm .modal-lg,
  .cid-uGCOPOuXqm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGCOPOuXqm .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGCOPOuXqm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGCOPOuXqm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGCOPOuXqm .form-group {
  margin-bottom: 1rem;
}
.cid-uGCOPOuXqm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGCOPOuXqm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGCOPOuXqm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGCOPOuXqm .mbr-section-btn {
  margin: 0;
}
.cid-uGCOPOuXqm .mbr-section-btn .btn {
  margin: 0;
}
.cid-sT9PPXUrtE.popup-builder {
  background-color: #ffffff;
}
.cid-sT9PPXUrtE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sT9PPXUrtE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sT9PPXUrtE .modal-content,
.cid-sT9PPXUrtE .modal-dialog {
  height: auto;
}
.cid-sT9PPXUrtE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sT9PPXUrtE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sT9PPXUrtE .form-wrapper .mbr-form .form-group,
  .cid-sT9PPXUrtE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sT9PPXUrtE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sT9PPXUrtE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT9PPXUrtE .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sT9PPXUrtE .pt-0 {
  padding-top: 0 !important;
}
.cid-sT9PPXUrtE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sT9PPXUrtE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sT9PPXUrtE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sT9PPXUrtE .modal-open {
  overflow: hidden;
}
.cid-sT9PPXUrtE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sT9PPXUrtE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sT9PPXUrtE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sT9PPXUrtE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sT9PPXUrtE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sT9PPXUrtE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sT9PPXUrtE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sT9PPXUrtE .modal-content {
  background: #233d63;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sT9PPXUrtE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sT9PPXUrtE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sT9PPXUrtE .modal-backdrop.fade {
  opacity: 0;
}
.cid-sT9PPXUrtE .modal-backdrop.show {
  opacity: .5;
}
.cid-sT9PPXUrtE .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-sT9PPXUrtE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sT9PPXUrtE .modal-header {
    padding: 1rem;
  }
}
.cid-sT9PPXUrtE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sT9PPXUrtE .modal-header .close svg {
  fill: #ffcc00;
}
.cid-sT9PPXUrtE .modal-header .close:hover {
  opacity: 1;
}
.cid-sT9PPXUrtE .modal-header .close:focus {
  outline: none;
}
.cid-sT9PPXUrtE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffcc00;
}
.cid-sT9PPXUrtE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sT9PPXUrtE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT9PPXUrtE .modal-body {
    padding: 1rem;
  }
}
.cid-sT9PPXUrtE .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-sT9PPXUrtE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT9PPXUrtE .modal-footer {
    padding: 1rem;
  }
}
.cid-sT9PPXUrtE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sT9PPXUrtE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sT9PPXUrtE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sT9PPXUrtE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sT9PPXUrtE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sT9PPXUrtE .modal-lg,
  .cid-sT9PPXUrtE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sT9PPXUrtE .modal-xl {
    max-width: 1140px;
  }
}
.cid-sT9PPXUrtE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sT9PPXUrtE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sT9PPXUrtE .form-group {
  margin-bottom: 1rem;
}
.cid-sT9PPXUrtE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sT9PPXUrtE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sT9PPXUrtE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sT9PPXUrtE .mbr-section-btn {
  margin: 0;
}
.cid-sT9PPXUrtE .mbr-section-btn .btn {
  margin: 0;
}
.cid-sSDUck0MFy.popup-builder {
  background-color: #ffffff;
}
.cid-sSDUck0MFy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSDUck0MFy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSDUck0MFy .modal-content,
.cid-sSDUck0MFy .modal-dialog {
  height: auto;
}
.cid-sSDUck0MFy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSDUck0MFy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSDUck0MFy .form-wrapper .mbr-form .form-group,
  .cid-sSDUck0MFy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSDUck0MFy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSDUck0MFy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSDUck0MFy .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sSDUck0MFy .pt-0 {
  padding-top: 0 !important;
}
.cid-sSDUck0MFy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSDUck0MFy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSDUck0MFy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSDUck0MFy .modal-open {
  overflow: hidden;
}
.cid-sSDUck0MFy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSDUck0MFy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSDUck0MFy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSDUck0MFy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sSDUck0MFy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSDUck0MFy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSDUck0MFy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSDUck0MFy .modal-content {
  background: #233d63;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSDUck0MFy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSDUck0MFy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSDUck0MFy .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSDUck0MFy .modal-backdrop.show {
  opacity: .5;
}
.cid-sSDUck0MFy .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-sSDUck0MFy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSDUck0MFy .modal-header {
    padding: 1rem;
  }
}
.cid-sSDUck0MFy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSDUck0MFy .modal-header .close svg {
  fill: #353535;
}
.cid-sSDUck0MFy .modal-header .close:hover {
  opacity: 1;
}
.cid-sSDUck0MFy .modal-header .close:focus {
  outline: none;
}
.cid-sSDUck0MFy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffcc00;
}
.cid-sSDUck0MFy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSDUck0MFy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSDUck0MFy .modal-body {
    padding: 1rem;
  }
}
.cid-sSDUck0MFy .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-sSDUck0MFy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSDUck0MFy .modal-footer {
    padding: 1rem;
  }
}
.cid-sSDUck0MFy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSDUck0MFy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSDUck0MFy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSDUck0MFy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSDUck0MFy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSDUck0MFy .modal-lg,
  .cid-sSDUck0MFy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSDUck0MFy .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSDUck0MFy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSDUck0MFy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sSDUck0MFy .form-group {
  margin-bottom: 1rem;
}
.cid-sSDUck0MFy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSDUck0MFy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSDUck0MFy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSDUck0MFy .mbr-section-btn {
  margin: 0;
}
.cid-sSDUck0MFy .mbr-section-btn .btn {
  margin: 0;
}
.cid-s6uacU6DnN.popup-builder {
  background-color: #ffffff;
}
.cid-s6uacU6DnN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s6uacU6DnN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s6uacU6DnN .modal-content,
.cid-s6uacU6DnN .modal-dialog {
  height: auto;
}
.cid-s6uacU6DnN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s6uacU6DnN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s6uacU6DnN .form-wrapper .mbr-form .form-group,
  .cid-s6uacU6DnN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s6uacU6DnN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s6uacU6DnN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6uacU6DnN .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-s6uacU6DnN .pt-0 {
  padding-top: 0 !important;
}
.cid-s6uacU6DnN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s6uacU6DnN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s6uacU6DnN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s6uacU6DnN .modal-open {
  overflow: hidden;
}
.cid-s6uacU6DnN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s6uacU6DnN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s6uacU6DnN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s6uacU6DnN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s6uacU6DnN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s6uacU6DnN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s6uacU6DnN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s6uacU6DnN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s6uacU6DnN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s6uacU6DnN .modal-backdrop.fade {
  opacity: 0;
}
.cid-s6uacU6DnN .modal-backdrop.show {
  opacity: .5;
}
.cid-s6uacU6DnN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s6uacU6DnN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s6uacU6DnN .modal-header .close:hover {
  opacity: 1;
}
.cid-s6uacU6DnN .modal-header .close:focus {
  outline: none;
}
.cid-s6uacU6DnN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-s6uacU6DnN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s6uacU6DnN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s6uacU6DnN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s6uacU6DnN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s6uacU6DnN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s6uacU6DnN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s6uacU6DnN .modal-sm {
    max-width: 300px;
  }
  .cid-s6uacU6DnN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s6uacU6DnN .modal-lg,
  .cid-s6uacU6DnN .modal-xl {
    max-width: 800px;
  }
  .cid-s6uacU6DnN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s6uacU6DnN .modal-xl {
    max-width: 1140px;
  }
  .cid-s6uacU6DnN .container {
    max-width: 1140px;
  }
}
.cid-s6uacU6DnN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s6uacU6DnN .container {
    max-width: 720px;
  }
}
.cid-s6uacU6DnN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s6uacU6DnN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s6uacU6DnN .form-group {
  margin-bottom: 1rem;
}
.cid-s6uacU6DnN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s6uacU6DnN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s6uacU6DnN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSBaRPiFY1.popup-builder {
  background-color: #ffffff;
}
.cid-sSBaRPiFY1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSBaRPiFY1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSBaRPiFY1 .modal-content,
.cid-sSBaRPiFY1 .modal-dialog {
  height: auto;
}
.cid-sSBaRPiFY1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSBaRPiFY1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSBaRPiFY1 .form-wrapper .mbr-form .form-group,
  .cid-sSBaRPiFY1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSBaRPiFY1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSBaRPiFY1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBaRPiFY1 .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-sSBaRPiFY1 .pt-0 {
  padding-top: 0 !important;
}
.cid-sSBaRPiFY1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSBaRPiFY1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBaRPiFY1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSBaRPiFY1 .modal-open {
  overflow: hidden;
}
.cid-sSBaRPiFY1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSBaRPiFY1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSBaRPiFY1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSBaRPiFY1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sSBaRPiFY1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSBaRPiFY1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSBaRPiFY1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSBaRPiFY1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSBaRPiFY1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSBaRPiFY1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSBaRPiFY1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSBaRPiFY1 .modal-backdrop.show {
  opacity: .5;
}
.cid-sSBaRPiFY1 .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-sSBaRPiFY1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBaRPiFY1 .modal-header {
    padding: 1rem;
  }
}
.cid-sSBaRPiFY1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSBaRPiFY1 .modal-header .close svg {
  fill: #353535;
}
.cid-sSBaRPiFY1 .modal-header .close:hover {
  opacity: 1;
}
.cid-sSBaRPiFY1 .modal-header .close:focus {
  outline: none;
}
.cid-sSBaRPiFY1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #232323;
}
.cid-sSBaRPiFY1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSBaRPiFY1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBaRPiFY1 .modal-body {
    padding: 1rem;
  }
}
.cid-sSBaRPiFY1 .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-sSBaRPiFY1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBaRPiFY1 .modal-footer {
    padding: 1rem;
  }
}
.cid-sSBaRPiFY1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSBaRPiFY1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSBaRPiFY1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSBaRPiFY1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSBaRPiFY1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSBaRPiFY1 .modal-lg,
  .cid-sSBaRPiFY1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSBaRPiFY1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSBaRPiFY1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSBaRPiFY1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sSBaRPiFY1 .form-group {
  margin-bottom: 1rem;
}
.cid-sSBaRPiFY1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSBaRPiFY1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSBaRPiFY1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSBaRPiFY1 .mbr-section-btn {
  margin: 0;
}
.cid-sSBaRPiFY1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sSBc1pjhzd.popup-builder {
  background-color: #ffffff;
}
.cid-sSBc1pjhzd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSBc1pjhzd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSBc1pjhzd .modal-content,
.cid-sSBc1pjhzd .modal-dialog {
  height: auto;
}
.cid-sSBc1pjhzd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSBc1pjhzd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSBc1pjhzd .form-wrapper .mbr-form .form-group,
  .cid-sSBc1pjhzd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSBc1pjhzd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSBc1pjhzd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBc1pjhzd .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-sSBc1pjhzd .pt-0 {
  padding-top: 0 !important;
}
.cid-sSBc1pjhzd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSBc1pjhzd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBc1pjhzd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSBc1pjhzd .modal-open {
  overflow: hidden;
}
.cid-sSBc1pjhzd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSBc1pjhzd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSBc1pjhzd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSBc1pjhzd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sSBc1pjhzd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSBc1pjhzd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSBc1pjhzd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSBc1pjhzd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSBc1pjhzd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSBc1pjhzd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSBc1pjhzd .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSBc1pjhzd .modal-backdrop.show {
  opacity: .5;
}
.cid-sSBc1pjhzd .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-sSBc1pjhzd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBc1pjhzd .modal-header {
    padding: 1rem;
  }
}
.cid-sSBc1pjhzd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSBc1pjhzd .modal-header .close svg {
  fill: #353535;
}
.cid-sSBc1pjhzd .modal-header .close:hover {
  opacity: 1;
}
.cid-sSBc1pjhzd .modal-header .close:focus {
  outline: none;
}
.cid-sSBc1pjhzd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #232323;
}
.cid-sSBc1pjhzd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSBc1pjhzd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBc1pjhzd .modal-body {
    padding: 1rem;
  }
}
.cid-sSBc1pjhzd .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-sSBc1pjhzd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBc1pjhzd .modal-footer {
    padding: 1rem;
  }
}
.cid-sSBc1pjhzd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSBc1pjhzd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSBc1pjhzd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSBc1pjhzd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSBc1pjhzd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSBc1pjhzd .modal-lg,
  .cid-sSBc1pjhzd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSBc1pjhzd .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSBc1pjhzd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSBc1pjhzd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sSBc1pjhzd .form-group {
  margin-bottom: 1rem;
}
.cid-sSBc1pjhzd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSBc1pjhzd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSBc1pjhzd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSBc1pjhzd .mbr-section-btn {
  margin: 0;
}
.cid-sSBc1pjhzd .mbr-section-btn .btn {
  margin: 0;
}
.cid-sSBcSgEM0Y.popup-builder {
  background-color: #ffffff;
}
.cid-sSBcSgEM0Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSBcSgEM0Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSBcSgEM0Y .modal-content,
.cid-sSBcSgEM0Y .modal-dialog {
  height: auto;
}
.cid-sSBcSgEM0Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSBcSgEM0Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSBcSgEM0Y .form-wrapper .mbr-form .form-group,
  .cid-sSBcSgEM0Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSBcSgEM0Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSBcSgEM0Y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBcSgEM0Y .mbr-text {
  text-align: center;
}
.cid-sSBcSgEM0Y .pt-0 {
  padding-top: 0 !important;
}
.cid-sSBcSgEM0Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSBcSgEM0Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBcSgEM0Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSBcSgEM0Y .modal-open {
  overflow: hidden;
}
.cid-sSBcSgEM0Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSBcSgEM0Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSBcSgEM0Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSBcSgEM0Y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sSBcSgEM0Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSBcSgEM0Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSBcSgEM0Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSBcSgEM0Y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSBcSgEM0Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSBcSgEM0Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSBcSgEM0Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSBcSgEM0Y .modal-backdrop.show {
  opacity: .5;
}
.cid-sSBcSgEM0Y .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-sSBcSgEM0Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBcSgEM0Y .modal-header {
    padding: 1rem;
  }
}
.cid-sSBcSgEM0Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSBcSgEM0Y .modal-header .close svg {
  fill: #353535;
}
.cid-sSBcSgEM0Y .modal-header .close:hover {
  opacity: 1;
}
.cid-sSBcSgEM0Y .modal-header .close:focus {
  outline: none;
}
.cid-sSBcSgEM0Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sSBcSgEM0Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSBcSgEM0Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBcSgEM0Y .modal-body {
    padding: 1rem;
  }
}
.cid-sSBcSgEM0Y .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-sSBcSgEM0Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBcSgEM0Y .modal-footer {
    padding: 1rem;
  }
}
.cid-sSBcSgEM0Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSBcSgEM0Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSBcSgEM0Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSBcSgEM0Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSBcSgEM0Y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSBcSgEM0Y .modal-lg,
  .cid-sSBcSgEM0Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSBcSgEM0Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSBcSgEM0Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSBcSgEM0Y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sSBcSgEM0Y .form-group {
  margin-bottom: 1rem;
}
.cid-sSBcSgEM0Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSBcSgEM0Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSBcSgEM0Y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSBcSgEM0Y .mbr-section-btn {
  margin: 0;
}
.cid-sSBcSgEM0Y .mbr-section-btn .btn {
  margin: 0;
}
.cid-sSBeL8tFT3.popup-builder {
  background-color: #ffffff;
}
.cid-sSBeL8tFT3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSBeL8tFT3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSBeL8tFT3 .modal-content,
.cid-sSBeL8tFT3 .modal-dialog {
  height: auto;
}
.cid-sSBeL8tFT3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSBeL8tFT3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSBeL8tFT3 .form-wrapper .mbr-form .form-group,
  .cid-sSBeL8tFT3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSBeL8tFT3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSBeL8tFT3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBeL8tFT3 .mbr-text {
  text-align: center;
}
.cid-sSBeL8tFT3 .pt-0 {
  padding-top: 0 !important;
}
.cid-sSBeL8tFT3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSBeL8tFT3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBeL8tFT3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSBeL8tFT3 .modal-open {
  overflow: hidden;
}
.cid-sSBeL8tFT3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSBeL8tFT3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSBeL8tFT3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSBeL8tFT3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sSBeL8tFT3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSBeL8tFT3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSBeL8tFT3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSBeL8tFT3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSBeL8tFT3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSBeL8tFT3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSBeL8tFT3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSBeL8tFT3 .modal-backdrop.show {
  opacity: .5;
}
.cid-sSBeL8tFT3 .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-sSBeL8tFT3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBeL8tFT3 .modal-header {
    padding: 1rem;
  }
}
.cid-sSBeL8tFT3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSBeL8tFT3 .modal-header .close svg {
  fill: #353535;
}
.cid-sSBeL8tFT3 .modal-header .close:hover {
  opacity: 1;
}
.cid-sSBeL8tFT3 .modal-header .close:focus {
  outline: none;
}
.cid-sSBeL8tFT3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #232323;
}
.cid-sSBeL8tFT3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSBeL8tFT3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBeL8tFT3 .modal-body {
    padding: 1rem;
  }
}
.cid-sSBeL8tFT3 .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-sSBeL8tFT3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBeL8tFT3 .modal-footer {
    padding: 1rem;
  }
}
.cid-sSBeL8tFT3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSBeL8tFT3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSBeL8tFT3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSBeL8tFT3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSBeL8tFT3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSBeL8tFT3 .modal-lg,
  .cid-sSBeL8tFT3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSBeL8tFT3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSBeL8tFT3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSBeL8tFT3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sSBeL8tFT3 .form-group {
  margin-bottom: 1rem;
}
.cid-sSBeL8tFT3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSBeL8tFT3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSBeL8tFT3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSBeL8tFT3 .mbr-section-btn {
  margin: 0;
}
.cid-sSBeL8tFT3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sSBm987Hz1.popup-builder {
  background-color: #ffffff;
}
.cid-sSBm987Hz1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSBm987Hz1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSBm987Hz1 .modal-content,
.cid-sSBm987Hz1 .modal-dialog {
  height: auto;
}
.cid-sSBm987Hz1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSBm987Hz1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSBm987Hz1 .form-wrapper .mbr-form .form-group,
  .cid-sSBm987Hz1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSBm987Hz1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSBm987Hz1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSBm987Hz1 .mbr-text {
  text-align: center;
}
.cid-sSBm987Hz1 .pt-0 {
  padding-top: 0 !important;
}
.cid-sSBm987Hz1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSBm987Hz1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSBm987Hz1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSBm987Hz1 .modal-open {
  overflow: hidden;
}
.cid-sSBm987Hz1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSBm987Hz1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSBm987Hz1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSBm987Hz1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sSBm987Hz1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSBm987Hz1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSBm987Hz1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSBm987Hz1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSBm987Hz1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSBm987Hz1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSBm987Hz1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSBm987Hz1 .modal-backdrop.show {
  opacity: .5;
}
.cid-sSBm987Hz1 .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-sSBm987Hz1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBm987Hz1 .modal-header {
    padding: 1rem;
  }
}
.cid-sSBm987Hz1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSBm987Hz1 .modal-header .close svg {
  fill: #353535;
}
.cid-sSBm987Hz1 .modal-header .close:hover {
  opacity: 1;
}
.cid-sSBm987Hz1 .modal-header .close:focus {
  outline: none;
}
.cid-sSBm987Hz1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #232323;
}
.cid-sSBm987Hz1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSBm987Hz1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBm987Hz1 .modal-body {
    padding: 1rem;
  }
}
.cid-sSBm987Hz1 .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-sSBm987Hz1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSBm987Hz1 .modal-footer {
    padding: 1rem;
  }
}
.cid-sSBm987Hz1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSBm987Hz1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSBm987Hz1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSBm987Hz1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSBm987Hz1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSBm987Hz1 .modal-lg,
  .cid-sSBm987Hz1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSBm987Hz1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSBm987Hz1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSBm987Hz1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sSBm987Hz1 .form-group {
  margin-bottom: 1rem;
}
.cid-sSBm987Hz1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSBm987Hz1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSBm987Hz1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSBm987Hz1 .mbr-section-btn {
  margin: 0;
}
.cid-sSBm987Hz1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sSB6QPv6ER.popup-builder {
  background-color: #ffffff;
}
.cid-sSB6QPv6ER.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSB6QPv6ER.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSB6QPv6ER .modal-content,
.cid-sSB6QPv6ER .modal-dialog {
  height: auto;
}
.cid-sSB6QPv6ER .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSB6QPv6ER .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSB6QPv6ER .form-wrapper .mbr-form .form-group,
  .cid-sSB6QPv6ER .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSB6QPv6ER .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSB6QPv6ER .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSB6QPv6ER .mbr-text {
  text-align: center;
}
.cid-sSB6QPv6ER .pt-0 {
  padding-top: 0 !important;
}
.cid-sSB6QPv6ER .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSB6QPv6ER .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSB6QPv6ER .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSB6QPv6ER .modal-open {
  overflow: hidden;
}
.cid-sSB6QPv6ER .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSB6QPv6ER .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSB6QPv6ER .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSB6QPv6ER .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sSB6QPv6ER .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSB6QPv6ER .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSB6QPv6ER .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSB6QPv6ER .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSB6QPv6ER .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSB6QPv6ER .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSB6QPv6ER .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSB6QPv6ER .modal-backdrop.show {
  opacity: .5;
}
.cid-sSB6QPv6ER .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-sSB6QPv6ER .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSB6QPv6ER .modal-header {
    padding: 1rem;
  }
}
.cid-sSB6QPv6ER .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSB6QPv6ER .modal-header .close svg {
  fill: #353535;
}
.cid-sSB6QPv6ER .modal-header .close:hover {
  opacity: 1;
}
.cid-sSB6QPv6ER .modal-header .close:focus {
  outline: none;
}
.cid-sSB6QPv6ER .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #232323;
}
.cid-sSB6QPv6ER .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSB6QPv6ER .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSB6QPv6ER .modal-body {
    padding: 1rem;
  }
}
.cid-sSB6QPv6ER .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-sSB6QPv6ER .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSB6QPv6ER .modal-footer {
    padding: 1rem;
  }
}
.cid-sSB6QPv6ER .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSB6QPv6ER .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSB6QPv6ER .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSB6QPv6ER .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSB6QPv6ER .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSB6QPv6ER .modal-lg,
  .cid-sSB6QPv6ER .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSB6QPv6ER .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSB6QPv6ER .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSB6QPv6ER .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sSB6QPv6ER .form-group {
  margin-bottom: 1rem;
}
.cid-sSB6QPv6ER .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSB6QPv6ER .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSB6QPv6ER .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSB6QPv6ER .mbr-section-btn {
  margin: 0;
}
.cid-sSB6QPv6ER .mbr-section-btn .btn {
  margin: 0;
}
.cid-sSB7X5bVyx.popup-builder {
  background-color: #ffffff;
}
.cid-sSB7X5bVyx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSB7X5bVyx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSB7X5bVyx .modal-content,
.cid-sSB7X5bVyx .modal-dialog {
  height: auto;
}
.cid-sSB7X5bVyx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSB7X5bVyx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSB7X5bVyx .form-wrapper .mbr-form .form-group,
  .cid-sSB7X5bVyx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSB7X5bVyx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSB7X5bVyx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSB7X5bVyx .mbr-text {
  text-align: left;
  color: #00008b;
}
.cid-sSB7X5bVyx .pt-0 {
  padding-top: 0 !important;
}
.cid-sSB7X5bVyx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSB7X5bVyx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSB7X5bVyx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSB7X5bVyx .modal-open {
  overflow: hidden;
}
.cid-sSB7X5bVyx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSB7X5bVyx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSB7X5bVyx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSB7X5bVyx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sSB7X5bVyx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSB7X5bVyx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSB7X5bVyx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSB7X5bVyx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSB7X5bVyx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSB7X5bVyx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSB7X5bVyx .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSB7X5bVyx .modal-backdrop.show {
  opacity: .5;
}
.cid-sSB7X5bVyx .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-sSB7X5bVyx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSB7X5bVyx .modal-header {
    padding: 1rem;
  }
}
.cid-sSB7X5bVyx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSB7X5bVyx .modal-header .close svg {
  fill: #353535;
}
.cid-sSB7X5bVyx .modal-header .close:hover {
  opacity: 1;
}
.cid-sSB7X5bVyx .modal-header .close:focus {
  outline: none;
}
.cid-sSB7X5bVyx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #232323;
}
.cid-sSB7X5bVyx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSB7X5bVyx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSB7X5bVyx .modal-body {
    padding: 1rem;
  }
}
.cid-sSB7X5bVyx .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-sSB7X5bVyx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSB7X5bVyx .modal-footer {
    padding: 1rem;
  }
}
.cid-sSB7X5bVyx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSB7X5bVyx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSB7X5bVyx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSB7X5bVyx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSB7X5bVyx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSB7X5bVyx .modal-lg,
  .cid-sSB7X5bVyx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSB7X5bVyx .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSB7X5bVyx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSB7X5bVyx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sSB7X5bVyx .form-group {
  margin-bottom: 1rem;
}
.cid-sSB7X5bVyx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSB7X5bVyx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSB7X5bVyx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSB7X5bVyx .mbr-section-btn {
  margin: 0;
}
.cid-sSB7X5bVyx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: relative !important;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: absolute !important;
}
.cid-uF6REO4kLU .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-uF6REO4kLU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uF6REO4kLU .dropdown-item:hover,
.cid-uF6REO4kLU .dropdown-item:focus {
  color: #00008b !important;
}
.cid-uF6REO4kLU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6REO4kLU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uF6REO4kLU .container {
  display: flex;
  margin: auto;
}
.cid-uF6REO4kLU .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown-menu,
.cid-uF6REO4kLU .navbar.opened {
  background: #656565 !important;
}
.cid-uF6REO4kLU .nav-item:focus,
.cid-uF6REO4kLU .nav-link:focus {
  outline: none;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6REO4kLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6REO4kLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uF6REO4kLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6REO4kLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6REO4kLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar.collapsed {
  justify-content: center;
}
.cid-uF6REO4kLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6REO4kLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6REO4kLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF6REO4kLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6REO4kLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6REO4kLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6REO4kLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6REO4kLU .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-uF6REO4kLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6REO4kLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6REO4kLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6REO4kLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6REO4kLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF6REO4kLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6REO4kLU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6REO4kLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6REO4kLU .dropdown-item.active,
.cid-uF6REO4kLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6REO4kLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6REO4kLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6REO4kLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6REO4kLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6REO4kLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF6REO4kLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6REO4kLU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6REO4kLU .navbar {
    height: 70px;
  }
  .cid-uF6REO4kLU .navbar.opened {
    height: auto;
  }
  .cid-uF6REO4kLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6REO4kLU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uF6REO4kLU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uF6REO4kLU a {
  display: inline;
  font-weight: bold;
}
.cid-uF6REO4kLU img {
  display: inline;
  padding-right: 10px;
}
.cid-uF6REO4kLU .dropdown-toggle:after {
  display: none;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uF6REO4kLU .dropdown-item:hover {
  color: #0c7c31 !important;
}
@media (max-width: 990px) {
  .cid-uF6REO4kLU .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sSG3IxLUuK {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #354463;
}
.cid-sSG3IxLUuK .first,
.cid-sSG3IxLUuK .second,
.cid-sSG3IxLUuK .third {
  display: inline-block;
}
.cid-sSG3IxLUuK img {
  max-width: 350px;
  height: auto;
}
.cid-sSG3IxLUuK .mbr-section-title {
  color: #ffffff;
  padding-bottom: 28px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.cid-sSG3IxLUuK .mbr-section-subtitle {
  color: #4c4c4c;
  margin-bottom: 60px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.cid-sSG3IxLUuK .row {
  align-items: flex-end;
}
.cid-sSG3IxLUuK .padd {
  padding: 0 15px;
  margin: 0;
}
.cid-sSG3IyWyUb {
  background-image: url("../../../assets/images/richard-welcome-about.jpg-2000x1111.jpg");
  background-position: right;
}
.cid-sSG3IyWyUb .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sSG3IyWyUb .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sSG3IyWyUb .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sSG3IyWyUb img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sSG3IyWyUb .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sSG3IyWyUb H1 {
  color: #ffffff;
}
.cid-sSG3IyWyUb .mbr-text,
.cid-sSG3IyWyUb .mbr-section-btn {
  color: #ffcc01;
}
.cid-sSG3IA50Yg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-sSG3IA50Yg .card {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-sSG3IA50Yg .card:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-sSG3IA50Yg .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sSG3IA50Yg .mbr-flex {
  justify-content: center;
}
.cid-sSG3IA50Yg .mbr-flex {
  justify-content: center;
}
.cid-sSG3IA50Yg .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-sSG3IA50Yg img,
.cid-sSG3IA50Yg .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-sSG3IA50Yg .item:focus,
.cid-sSG3IA50Yg span:focus {
  outline: none;
}
.cid-sSG3IA50Yg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSG3IA50Yg .card1 {
  background: #00008b;
}
.cid-sSG3IA50Yg .card2 {
  background: #ffcc01;
}
.cid-sSG3IA50Yg .card3 {
  background: #ffcc01;
}
.cid-sSG3IA50Yg .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-sSG3IA50Yg .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sSG3IA50Yg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSG3IA50Yg .mbr-section-title {
  color: #232323;
}
.cid-sSG3IA50Yg .item-title1 {
  color: #ffffff;
}
.cid-sSG3IA50Yg .mbr-text,
.cid-sSG3IA50Yg .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-sSG3IA50Yg .item-subtitle {
  color: #121212;
}
.cid-sSG3IA50Yg .item-title2 {
  color: #ffffff;
  text-align: center;
}
.cid-sSG3IA50Yg .price {
  color: #121212;
}
.cid-sSG3IBqjDM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sSG3IBqjDM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sSG3IBqjDM .row {
  justify-content: center;
}
.cid-sSG3IBqjDM .card-text {
  color: #263d5a;
}
.cid-sSG3IBqjDM .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-sSG3IBqjDM .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sSG3IBqjDM .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 2rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-sSG3IBqjDM .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sSG3IBqjDM .card {
    padding-bottom: 2rem;
  }
}
.cid-sSG3IBqjDM .card-title,
.cid-sSG3IBqjDM .iconfont-wrapper {
  color: #263d5a;
}
.cid-sSG3IBqjDM .card-subtitle {
  color: #263d5a;
}
.cid-sSG3IBqjDM .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sSG3ICSJGu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSG3ICSJGu .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sSG3ICSJGu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sSG3ICSJGu .row {
  padding: 0 32px;
  border-top: 1px solid #7F8678;
  border-bottom: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-sSG3ICSJGu .text-container {
  padding: 110px 20px 0 0;
}
@media (min-width: 992px) {
  .cid-sSG3ICSJGu .text-container {
    padding: 110px 20px 110px 0;
    border-right: 1px solid #7F8678;
  }
}
.cid-sSG3ICSJGu .cards-container {
  padding: 95px 0 110px;
}
@media (min-width: 992px) {
  .cid-sSG3ICSJGu .cards-container {
    padding: 110px 0 110px 32px;
  }
}
.cid-sSG3ICSJGu .cars-content {
  display: flex;
}
@media (min-width: 992px) {
  .cid-sSG3ICSJGu .cars-content {
    max-width: 538px;
  }
}
.cid-sSG3ICSJGu .card-box {
  max-width: 830px;
}
.cid-sSG3ICSJGu .item {
  display: flex;
  align-items: center;
}
.cid-sSG3ICSJGu .item:not(:first-child) {
  padding-top: 67px;
}
.cid-sSG3ICSJGu .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: border-box;
  border-radius: 100%;
  margin-bottom: auto;
  padding: 5px;
  min-height: 45px;
  min-width: 45px;
  margin-right: 78px;
}
.cid-sSG3ICSJGu .numbering {
  color: #000000;
  font-size: 25px;
  line-height: 21px;
}
.cid-sSG3ICSJGu .icon-text {
  color: #3d3d3d;
}
.cid-sSG3ICSJGu .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sSG3ICSJGu .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sSG3ICSJGu .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sSG3ICSJGu .card-title {
  text-align: center;
  color: #232323;
}
.cid-sSG3ICSJGu .mbr-text,
.cid-sSG3ICSJGu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sSGei5BlyR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSGei5BlyR .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sSGei5BlyR .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sSGei5BlyR .row {
  padding: 0 32px;
  border-top: 1px solid #7F8678;
  border-bottom: 1px solid #7F8678;
  margin-top: -1px;
}
.cid-sSGei5BlyR .text-container {
  padding: 110px 20px 0 0;
}
@media (min-width: 992px) {
  .cid-sSGei5BlyR .text-container {
    padding: 110px 20px 110px 0;
    border-right: 1px solid #7F8678;
  }
}
.cid-sSGei5BlyR .cards-container {
  padding: 95px 0 110px;
}
@media (min-width: 992px) {
  .cid-sSGei5BlyR .cards-container {
    padding: 110px 0 110px 32px;
  }
}
.cid-sSGei5BlyR .cars-content {
  display: flex;
}
@media (min-width: 992px) {
  .cid-sSGei5BlyR .cars-content {
    max-width: 538px;
  }
}
.cid-sSGei5BlyR .card-box {
  max-width: 830px;
}
.cid-sSGei5BlyR .item {
  display: flex;
  align-items: center;
}
.cid-sSGei5BlyR .item:not(:first-child) {
  padding-top: 67px;
}
.cid-sSGei5BlyR .numbering-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  box-sizing: border-box;
  border-radius: 100%;
  margin-bottom: auto;
  padding: 5px;
  min-height: 45px;
  min-width: 45px;
  margin-right: 78px;
}
.cid-sSGei5BlyR .numbering {
  color: #000000;
  font-size: 25px;
  line-height: 21px;
}
.cid-sSGei5BlyR .icon-text {
  color: #3d3d3d;
}
.cid-sSGei5BlyR .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-sSGei5BlyR .btn-black-outline {
  border: 1px solid #000000;
}
.cid-sSGei5BlyR .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-sSGei5BlyR .card-title {
  text-align: center;
  color: #232323;
}
.cid-sSGei5BlyR .mbr-text,
.cid-sSGei5BlyR .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sSGczqHYYy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c1c1c1;
}
.cid-sSGczqHYYy .nav-tabs .nav-item.open .nav-link:focus,
.cid-sSGczqHYYy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sSGczqHYYy .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-sSGczqHYYy .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sSGczqHYYy .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-sSGczqHYYy .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #0b2b5c;
}
.cid-sSGczqHYYy .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSGczqHYYy .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-sSGczqHYYy .nav-tabs .nav-item {
  width: 100%;
}
.cid-sSGczqHYYy .nav-link,
.cid-sSGczqHYYy .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-sSGczqHYYy .nav-tabs .nav-link.active {
  color: #0b2b5c;
}
.cid-sSGczqHYYy .tab-content {
  background: #f9f295;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-sSGczqHYYy .tab-content {
    border-radius: 30px !important;
  }
}
.cid-sSGczqHYYy .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-sSGczqHYYy .logo-container {
    border-right: 1px solid #0b2b5c;
  }
}
.cid-sSGczqHYYy H4 {
  text-align: center;
  color: #232323;
}
.cid-sSGczqHYYy H3 {
  text-align: center;
  color: #28282c;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-sSGczqHYYy .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sSGczqHYYy DIV {
  text-align: left;
}
.cid-sSGczqHYYy P {
  color: #232323;
}
.cid-sSGkqxHvfd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #c1c1c1;
}
.cid-sSGkqxHvfd .nav-tabs .nav-item.open .nav-link:focus,
.cid-sSGkqxHvfd .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sSGkqxHvfd .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-sSGkqxHvfd .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sSGkqxHvfd .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-sSGkqxHvfd .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #0b2b5c;
}
.cid-sSGkqxHvfd .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sSGkqxHvfd .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-sSGkqxHvfd .nav-tabs .nav-item {
  width: 100%;
}
.cid-sSGkqxHvfd .nav-link,
.cid-sSGkqxHvfd .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-sSGkqxHvfd .nav-tabs .nav-link.active {
  color: #0b2b5c;
}
.cid-sSGkqxHvfd .tab-content {
  background: #f9f295;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-sSGkqxHvfd .tab-content {
    border-radius: 30px !important;
  }
}
.cid-sSGkqxHvfd .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-sSGkqxHvfd .logo-container {
    border-right: 1px solid #0b2b5c;
  }
}
.cid-sSGkqxHvfd H4 {
  text-align: center;
  color: #232323;
}
.cid-sSGkqxHvfd H3 {
  text-align: center;
  color: #232323;
}
@media (max-width: 768px) and (min-width: 768px) {
  .cid-sSGkqxHvfd .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sSGkqxHvfd P {
  color: #232323;
}
.cid-uGbT2cNpDZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uGbT2cNpDZ .mbr-text,
.cid-uGbT2cNpDZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uGbT2cNpDZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFXQB6bV0t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFXQB6bV0t .item-img {
  position: relative;
}
.cid-uFXQB6bV0t .item-img img {
  transition: all 0.2s;
}
.cid-uFXQB6bV0t h5 {
  line-height: 1.2;
}
.cid-uFXQB6bV0t .item {
  transition: transform 0.3s;
}
.cid-uFXQB6bV0t .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uFXQB6bV0t .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uFXQB6bV0t .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uFXQB6bV0t .item {
    margin-bottom: 2rem;
  }
}
.cid-uFXQB6bV0t .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #00008b;
}
@media (max-width: 992px) {
  .cid-uFXQB6bV0t .subtitle-wrap,
  .cid-uFXQB6bV0t .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uFXQB6bV0t .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uFXQB6bV0t .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFXQB6bV0t .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFXQB6bV0t .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uFXQB6bV0t .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uFXQB6bV0t .link-icon-wrapper .icon-wrap {
  background: #1f1d1a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uFXQB6bV0t .link-icon-wrapper .icon-wrap span {
  color: #1f1d1a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uFXQB6bV0t .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uFXQB6bV0t .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uFXQB6bV0t .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uFXQB6bV0t .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uFXQB6bV0t .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uFXQB6bV0t .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uFXQB6bV0t img,
.cid-uFXQB6bV0t .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFXQB6bV0t .item:focus,
.cid-uFXQB6bV0t span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uFXQB6bV0t .item {
    margin-bottom: 1rem;
  }
}
.cid-uFXQB6bV0t .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFXQB6bV0t .item-title {
  text-align: center;
  color: #000000;
}
.cid-uFXQB6bV0t .item-subtitle {
  text-align: center;
  color: #171d8b;
}
.cid-uFXQB6bV0t .mbr-text,
.cid-uFXQB6bV0t .item .mbr-section-btn {
  color: #000000;
}
.cid-uFXQB6bV0t .mbr-section-subtitle,
.cid-uFXQB6bV0t .subtitle-wrap,
.cid-uFXQB6bV0t .mbr-section-btn {
  text-align: left;
}
.cid-uFY27Ucq1L {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFY27Ucq1L .item-img {
  position: relative;
}
.cid-uFY27Ucq1L .item-img img {
  transition: all 0.2s;
}
.cid-uFY27Ucq1L h5 {
  line-height: 1.2;
}
.cid-uFY27Ucq1L .item {
  transition: transform 0.3s;
}
.cid-uFY27Ucq1L .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uFY27Ucq1L .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uFY27Ucq1L .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uFY27Ucq1L .item {
    margin-bottom: 2rem;
  }
}
.cid-uFY27Ucq1L .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #00008b;
}
@media (max-width: 992px) {
  .cid-uFY27Ucq1L .subtitle-wrap,
  .cid-uFY27Ucq1L .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uFY27Ucq1L .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uFY27Ucq1L .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFY27Ucq1L .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFY27Ucq1L .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uFY27Ucq1L .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uFY27Ucq1L .link-icon-wrapper .icon-wrap {
  background: #1f1d1a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uFY27Ucq1L .link-icon-wrapper .icon-wrap span {
  color: #1f1d1a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uFY27Ucq1L .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uFY27Ucq1L .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uFY27Ucq1L .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uFY27Ucq1L .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uFY27Ucq1L .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uFY27Ucq1L .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uFY27Ucq1L img,
.cid-uFY27Ucq1L .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFY27Ucq1L .item:focus,
.cid-uFY27Ucq1L span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uFY27Ucq1L .item {
    margin-bottom: 1rem;
  }
}
.cid-uFY27Ucq1L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFY27Ucq1L .item-title {
  text-align: center;
  color: #000000;
}
.cid-uFY27Ucq1L .item-subtitle {
  text-align: center;
  color: #171d8b;
}
.cid-uFY27Ucq1L .mbr-text,
.cid-uFY27Ucq1L .item .mbr-section-btn {
  color: #000000;
}
.cid-uFY27Ucq1L .mbr-section-subtitle,
.cid-uFY27Ucq1L .subtitle-wrap,
.cid-uFY27Ucq1L .mbr-section-btn {
  text-align: left;
}
.cid-uHHB5fh4W4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #04492e;
}
.cid-uHHB5fh4W4 .item-subtitle {
  line-height: 1.2;
  color: #ffcc00;
  text-align: center;
}
.cid-uHHB5fh4W4 img,
.cid-uHHB5fh4W4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uHHB5fh4W4 .item:focus,
.cid-uHHB5fh4W4 span:focus {
  outline: none;
}
.cid-uHHB5fh4W4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHHB5fh4W4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uHHB5fh4W4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHHB5fh4W4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHHB5fh4W4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHHB5fh4W4 .mbr-text,
.cid-uHHB5fh4W4 .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uHHB5fh4W4 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHHB5fh4W4 .mbr-section-subtitle {
  color: #838383;
  text-align: center;
}
.cid-uGzS6MbmgQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uGzS6MbmgQ a {
  transition: 0.3s;
}
.cid-uGzS6MbmgQ h5 {
  margin-bottom: 1.6rem;
}
.cid-uGzS6MbmgQ .card-img2 span {
  padding-top: 6px;
}
.cid-uGzS6MbmgQ .soc-item a {
  padding-top: 5px;
}
.cid-uGzS6MbmgQ .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uGzS6MbmgQ .link:hover {
  color: #00008b !important;
}
@media (max-width: 992px) {
  .cid-uGzS6MbmgQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGzS6MbmgQ .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uGzS6MbmgQ .soc-item span {
  font-size: 1rem;
}
.cid-uGzS6MbmgQ .soc-item:hover span {
  color: #00008b !important;
}
.cid-uGzS6MbmgQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uGzS6MbmgQ .item h4 {
  margin: 0;
}
.cid-uGzS6MbmgQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-uGzS6MbmgQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGzS6MbmgQ img {
  width: 80%;
}
.cid-uGzS6MbmgQ .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uGzS6MbmgQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uGzS6MbmgQ .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uGzS6MbmgQ .container {
  padding: 0;
}
.cid-uGzS6MbmgQ .btn-primary:hover {
  background-color: #000058 !important;
}
.cid-sSGG4Gc9fJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sSGG4Gc9fJ .media-container-row {
  align-items: center;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sSGG4Gc9fJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sSGG4Gc9fJ .foot-menu-item {
  transform: 0.2s;
}
.cid-sSGG4Gc9fJ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: center;
  }
  .cid-sSGG4Gc9fJ .mbr-text {
    text-align: center;
  }
  .cid-sSGG4Gc9fJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sSGG4Gc9fJ .link:hover {
  text-decoration: underline;
}
.cid-sSGG4Gc9fJ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-sSGG4Gc9fJ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-sSGG4Gc9fJ .container {
    padding: 0;
  }
}
.cid-sSGG4Gc9fJ .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uGW4lZ7BBx.popup-builder {
  background-color: #ffffff;
}
.cid-uGW4lZ7BBx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGW4lZ7BBx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGW4lZ7BBx .modal-content,
.cid-uGW4lZ7BBx .modal-dialog {
  height: auto;
}
.cid-uGW4lZ7BBx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGW4lZ7BBx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGW4lZ7BBx .form-wrapper .mbr-form .form-group,
  .cid-uGW4lZ7BBx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGW4lZ7BBx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGW4lZ7BBx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGW4lZ7BBx .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uGW4lZ7BBx .pt-0 {
  padding-top: 0 !important;
}
.cid-uGW4lZ7BBx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGW4lZ7BBx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGW4lZ7BBx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGW4lZ7BBx .modal-open {
  overflow: hidden;
}
.cid-uGW4lZ7BBx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGW4lZ7BBx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGW4lZ7BBx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGW4lZ7BBx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGW4lZ7BBx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGW4lZ7BBx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGW4lZ7BBx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGW4lZ7BBx .modal-content {
  background: #233d63;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGW4lZ7BBx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGW4lZ7BBx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGW4lZ7BBx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGW4lZ7BBx .modal-backdrop.show {
  opacity: .5;
}
.cid-uGW4lZ7BBx .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-uGW4lZ7BBx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4lZ7BBx .modal-header {
    padding: 1rem;
  }
}
.cid-uGW4lZ7BBx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGW4lZ7BBx .modal-header .close svg {
  fill: #353535;
}
.cid-uGW4lZ7BBx .modal-header .close:hover {
  opacity: 1;
}
.cid-uGW4lZ7BBx .modal-header .close:focus {
  outline: none;
}
.cid-uGW4lZ7BBx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffcc00;
}
.cid-uGW4lZ7BBx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGW4lZ7BBx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4lZ7BBx .modal-body {
    padding: 1rem;
  }
}
.cid-uGW4lZ7BBx .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-uGW4lZ7BBx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4lZ7BBx .modal-footer {
    padding: 1rem;
  }
}
.cid-uGW4lZ7BBx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGW4lZ7BBx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGW4lZ7BBx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGW4lZ7BBx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGW4lZ7BBx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGW4lZ7BBx .modal-lg,
  .cid-uGW4lZ7BBx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGW4lZ7BBx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGW4lZ7BBx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGW4lZ7BBx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGW4lZ7BBx .form-group {
  margin-bottom: 1rem;
}
.cid-uGW4lZ7BBx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGW4lZ7BBx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGW4lZ7BBx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGW4lZ7BBx .mbr-section-btn {
  margin: 0;
}
.cid-uGW4lZ7BBx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: relative !important;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: absolute !important;
}
.cid-uF6REO4kLU .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-uF6REO4kLU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uF6REO4kLU .dropdown-item:hover,
.cid-uF6REO4kLU .dropdown-item:focus {
  color: #00008b !important;
}
.cid-uF6REO4kLU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6REO4kLU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uF6REO4kLU .container {
  display: flex;
  margin: auto;
}
.cid-uF6REO4kLU .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown-menu,
.cid-uF6REO4kLU .navbar.opened {
  background: #656565 !important;
}
.cid-uF6REO4kLU .nav-item:focus,
.cid-uF6REO4kLU .nav-link:focus {
  outline: none;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6REO4kLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6REO4kLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uF6REO4kLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6REO4kLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6REO4kLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar.collapsed {
  justify-content: center;
}
.cid-uF6REO4kLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6REO4kLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6REO4kLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF6REO4kLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6REO4kLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6REO4kLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6REO4kLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6REO4kLU .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-uF6REO4kLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6REO4kLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6REO4kLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6REO4kLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6REO4kLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF6REO4kLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6REO4kLU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6REO4kLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6REO4kLU .dropdown-item.active,
.cid-uF6REO4kLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6REO4kLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6REO4kLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6REO4kLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6REO4kLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6REO4kLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF6REO4kLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6REO4kLU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6REO4kLU .navbar {
    height: 70px;
  }
  .cid-uF6REO4kLU .navbar.opened {
    height: auto;
  }
  .cid-uF6REO4kLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6REO4kLU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uF6REO4kLU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uF6REO4kLU a {
  display: inline;
  font-weight: bold;
}
.cid-uF6REO4kLU img {
  display: inline;
  padding-right: 10px;
}
.cid-uF6REO4kLU .dropdown-toggle:after {
  display: none;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uF6REO4kLU .dropdown-item:hover {
  color: #0c7c31 !important;
}
@media (max-width: 990px) {
  .cid-uF6REO4kLU .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sSGMfEMxam {
  overflow-x: hidden !important;
}
.cid-sSGMfEMxam .mbr-section-title {
  color: #ffffff;
}
.cid-sSGMfEMxam .mbr-section-title span {
  color: #00008b;
}
.cid-sSGMfEMxam .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sSGMfEMxam .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/ww.jpg-2000x1333.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sSGMfEMxam .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sSGMfEMxam .mbr-overlay {
  z-index: 1;
}
.cid-sSGMfEMxam .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uGVeRLdeTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGVeRLdeTx .fb-page,
.cid-uGVeRLdeTx span,
.cid-uGVeRLdeTx iframe {
  width: 500px;
  height: 620px;
}
.cid-uGVeRLdeTx blockquote {
  display: none;
}
.cid-uGVeRLdeTx .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-uGVeRLdeTx .mbr-section-title {
  color: #171d8b;
}
.cid-uGVlOMAJsY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGVlOMAJsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVlOMAJsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVlOMAJsY .row {
  justify-content: center;
}
.cid-uGVlOMAJsY .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGVlOMAJsY .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGVlOMAJsY .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uGVlOMAJsY .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uGVm4HcYcn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGVm4HcYcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVm4HcYcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVm4HcYcn .row {
  justify-content: center;
}
.cid-uGVm4HcYcn .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGVm4HcYcn .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGVm4HcYcn .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uGVm4HcYcn .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uGVmc5cxnX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGVmc5cxnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVmc5cxnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVmc5cxnX .row {
  justify-content: center;
}
.cid-uGVmc5cxnX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGVmc5cxnX .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGVmc5cxnX .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uGVmc5cxnX .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uGVmgj1RZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGVmgj1RZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVmgj1RZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVmgj1RZs .row {
  justify-content: center;
}
.cid-uGVmgj1RZs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGVmgj1RZs .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGVmgj1RZs .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uGVmgj1RZs .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uGVmmHgApK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGVmmHgApK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVmmHgApK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVmmHgApK .row {
  justify-content: center;
}
.cid-uGVmmHgApK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGVmmHgApK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGVmmHgApK .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uGVmmHgApK .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uGVmqx8sdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGVmqx8sdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVmqx8sdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVmqx8sdw .row {
  justify-content: center;
}
.cid-uGVmqx8sdw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGVmqx8sdw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGVmqx8sdw .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uGVmqx8sdw .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uGVmvV67eE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGVmvV67eE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVmvV67eE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVmvV67eE .row {
  justify-content: center;
}
.cid-uGVmvV67eE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGVmvV67eE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGVmvV67eE .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uGVmvV67eE .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uGVmzF6wKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGVmzF6wKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVmzF6wKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGVmzF6wKr .row {
  justify-content: center;
}
.cid-uGVmzF6wKr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGVmzF6wKr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGVmzF6wKr .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uGVmzF6wKr .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uGzRSgu4tm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uGzRSgu4tm a {
  transition: 0.3s;
}
.cid-uGzRSgu4tm h5 {
  margin-bottom: 1.6rem;
}
.cid-uGzRSgu4tm .card-img2 span {
  padding-top: 6px;
}
.cid-uGzRSgu4tm .soc-item a {
  padding-top: 5px;
}
.cid-uGzRSgu4tm .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uGzRSgu4tm .link:hover {
  color: #00008b !important;
}
@media (max-width: 992px) {
  .cid-uGzRSgu4tm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGzRSgu4tm .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uGzRSgu4tm .soc-item span {
  font-size: 1rem;
}
.cid-uGzRSgu4tm .soc-item:hover span {
  color: #00008b !important;
}
.cid-uGzRSgu4tm .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uGzRSgu4tm .item h4 {
  margin: 0;
}
.cid-uGzRSgu4tm .media-wrap {
  margin-bottom: 1rem;
}
.cid-uGzRSgu4tm .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGzRSgu4tm img {
  width: 80%;
}
.cid-uGzRSgu4tm .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uGzRSgu4tm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uGzRSgu4tm .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uGzRSgu4tm .container {
  padding: 0;
}
.cid-uGzRSgu4tm .btn-primary:hover {
  background-color: #000058 !important;
}
.cid-sSGG4Gc9fJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sSGG4Gc9fJ .media-container-row {
  align-items: center;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sSGG4Gc9fJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sSGG4Gc9fJ .foot-menu-item {
  transform: 0.2s;
}
.cid-sSGG4Gc9fJ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: center;
  }
  .cid-sSGG4Gc9fJ .mbr-text {
    text-align: center;
  }
  .cid-sSGG4Gc9fJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sSGG4Gc9fJ .link:hover {
  text-decoration: underline;
}
.cid-sSGG4Gc9fJ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-sSGG4Gc9fJ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-sSGG4Gc9fJ .container {
    padding: 0;
  }
}
.cid-sSGG4Gc9fJ .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uGW4q1ss5K.popup-builder {
  background-color: #ffffff;
}
.cid-uGW4q1ss5K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGW4q1ss5K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGW4q1ss5K .modal-content,
.cid-uGW4q1ss5K .modal-dialog {
  height: auto;
}
.cid-uGW4q1ss5K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGW4q1ss5K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGW4q1ss5K .form-wrapper .mbr-form .form-group,
  .cid-uGW4q1ss5K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGW4q1ss5K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGW4q1ss5K .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGW4q1ss5K .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uGW4q1ss5K .pt-0 {
  padding-top: 0 !important;
}
.cid-uGW4q1ss5K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGW4q1ss5K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGW4q1ss5K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGW4q1ss5K .modal-open {
  overflow: hidden;
}
.cid-uGW4q1ss5K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGW4q1ss5K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGW4q1ss5K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGW4q1ss5K .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGW4q1ss5K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGW4q1ss5K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGW4q1ss5K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGW4q1ss5K .modal-content {
  background: #233d63;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGW4q1ss5K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGW4q1ss5K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGW4q1ss5K .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGW4q1ss5K .modal-backdrop.show {
  opacity: .5;
}
.cid-uGW4q1ss5K .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-uGW4q1ss5K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4q1ss5K .modal-header {
    padding: 1rem;
  }
}
.cid-uGW4q1ss5K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGW4q1ss5K .modal-header .close svg {
  fill: #353535;
}
.cid-uGW4q1ss5K .modal-header .close:hover {
  opacity: 1;
}
.cid-uGW4q1ss5K .modal-header .close:focus {
  outline: none;
}
.cid-uGW4q1ss5K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffcc00;
}
.cid-uGW4q1ss5K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGW4q1ss5K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4q1ss5K .modal-body {
    padding: 1rem;
  }
}
.cid-uGW4q1ss5K .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-uGW4q1ss5K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4q1ss5K .modal-footer {
    padding: 1rem;
  }
}
.cid-uGW4q1ss5K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGW4q1ss5K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGW4q1ss5K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGW4q1ss5K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGW4q1ss5K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGW4q1ss5K .modal-lg,
  .cid-uGW4q1ss5K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGW4q1ss5K .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGW4q1ss5K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGW4q1ss5K .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGW4q1ss5K .form-group {
  margin-bottom: 1rem;
}
.cid-uGW4q1ss5K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGW4q1ss5K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGW4q1ss5K .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGW4q1ss5K .mbr-section-btn {
  margin: 0;
}
.cid-uGW4q1ss5K .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: relative !important;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: absolute !important;
}
.cid-uF6REO4kLU .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-uF6REO4kLU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uF6REO4kLU .dropdown-item:hover,
.cid-uF6REO4kLU .dropdown-item:focus {
  color: #00008b !important;
}
.cid-uF6REO4kLU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6REO4kLU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uF6REO4kLU .container {
  display: flex;
  margin: auto;
}
.cid-uF6REO4kLU .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown-menu,
.cid-uF6REO4kLU .navbar.opened {
  background: #656565 !important;
}
.cid-uF6REO4kLU .nav-item:focus,
.cid-uF6REO4kLU .nav-link:focus {
  outline: none;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6REO4kLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6REO4kLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uF6REO4kLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6REO4kLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6REO4kLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar.collapsed {
  justify-content: center;
}
.cid-uF6REO4kLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6REO4kLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6REO4kLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF6REO4kLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6REO4kLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6REO4kLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6REO4kLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6REO4kLU .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-uF6REO4kLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6REO4kLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6REO4kLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6REO4kLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6REO4kLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF6REO4kLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6REO4kLU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6REO4kLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6REO4kLU .dropdown-item.active,
.cid-uF6REO4kLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6REO4kLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6REO4kLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6REO4kLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6REO4kLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6REO4kLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF6REO4kLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6REO4kLU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6REO4kLU .navbar {
    height: 70px;
  }
  .cid-uF6REO4kLU .navbar.opened {
    height: auto;
  }
  .cid-uF6REO4kLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6REO4kLU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uF6REO4kLU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uF6REO4kLU a {
  display: inline;
  font-weight: bold;
}
.cid-uF6REO4kLU img {
  display: inline;
  padding-right: 10px;
}
.cid-uF6REO4kLU .dropdown-toggle:after {
  display: none;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uF6REO4kLU .dropdown-item:hover {
  color: #0c7c31 !important;
}
@media (max-width: 990px) {
  .cid-uF6REO4kLU .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sSHhjLp7U2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sSHhjLp7U2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sSHhjLp7U2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSHhjLp7U2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSHhjLp7U2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sSHhjLp7U2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sSHhjLp7U2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sSHhjLp7U2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sSHhjLp7U2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sSHhjLp7U2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sSHh4xsGQN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sSHh4xsGQN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sSHh4xsGQN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSHh4xsGQN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSHh4xsGQN .title {
  padding: 0 2rem;
}
.cid-sSHh4xsGQN .container {
  padding: 0 1rem;
}
.cid-sSHh4xsGQN .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-sSHh4xsGQN .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sSHh4xsGQN .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sSHh4xsGQN .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sSHh4xsGQN .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sSHh4xsGQN .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sSHh4xsGQN .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sSHh4xsGQN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sSHh4xsGQN .icon-focus {
  display: none;
}
.cid-sSHh4xsGQN .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sSHh4xsGQN .btn-primary-outline:hover {
  background: transparent !important;
  color: #00008b !important;
}
.cid-sSHh4xsGQN li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sSHh4xsGQN li {
  position: relative;
}
.cid-sSHh4xsGQN .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sSHh4xsGQN .btn {
  font-family: Quicksand !important;
}
.cid-sSHh4xsGQN .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sSHh4xsGQN .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sSHh4xsGQN li:not(:last-child):after {
    top: 9px;
  }
  .cid-sSHh4xsGQN .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sSHh4xsGQN .container {
    padding: 0rem 0.5rem;
  }
  .cid-sSHh4xsGQN .title {
    padding: 0 1rem;
  }
}
.cid-sSHh4xsGQN H2 {
  color: #89b758;
}
.cid-uGiJ5nPIBR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uGiJ5nPIBR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uGiJ5nPIBR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGiJ5nPIBR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGiJ5nPIBR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uGiJ5nPIBR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uGiJ5nPIBR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uGiJ5nPIBR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uGiJ5nPIBR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uGiJ5nPIBR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sT9U7S3gRM {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-sT9U7S3gRM a {
  transition: 0.3s;
}
.cid-sT9U7S3gRM h5 {
  margin-bottom: 1.6rem;
}
.cid-sT9U7S3gRM .card-img2 span {
  padding-top: 6px;
}
.cid-sT9U7S3gRM .soc-item a {
  padding-top: 5px;
}
.cid-sT9U7S3gRM .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-sT9U7S3gRM .link:hover {
  color: #00008b !important;
}
@media (max-width: 992px) {
  .cid-sT9U7S3gRM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sT9U7S3gRM .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-sT9U7S3gRM .soc-item span {
  font-size: 1rem;
}
.cid-sT9U7S3gRM .soc-item:hover span {
  color: #00008b !important;
}
.cid-sT9U7S3gRM .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-sT9U7S3gRM .item h4 {
  margin: 0;
}
.cid-sT9U7S3gRM .media-wrap {
  margin-bottom: 1rem;
}
.cid-sT9U7S3gRM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sT9U7S3gRM img {
  width: 80%;
}
.cid-sT9U7S3gRM .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-sT9U7S3gRM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sT9U7S3gRM .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-sT9U7S3gRM .container {
  padding: 0;
}
.cid-sT9U7S3gRM .btn-primary:hover {
  background-color: #000058 !important;
}
.cid-sSGG4Gc9fJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sSGG4Gc9fJ .media-container-row {
  align-items: center;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sSGG4Gc9fJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sSGG4Gc9fJ .foot-menu-item {
  transform: 0.2s;
}
.cid-sSGG4Gc9fJ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: center;
  }
  .cid-sSGG4Gc9fJ .mbr-text {
    text-align: center;
  }
  .cid-sSGG4Gc9fJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sSGG4Gc9fJ .link:hover {
  text-decoration: underline;
}
.cid-sSGG4Gc9fJ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-sSGG4Gc9fJ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-sSGG4Gc9fJ .container {
    padding: 0;
  }
}
.cid-sSGG4Gc9fJ .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uGW4vAOmGv.popup-builder {
  background-color: #ffffff;
}
.cid-uGW4vAOmGv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGW4vAOmGv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGW4vAOmGv .modal-content,
.cid-uGW4vAOmGv .modal-dialog {
  height: auto;
}
.cid-uGW4vAOmGv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGW4vAOmGv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGW4vAOmGv .form-wrapper .mbr-form .form-group,
  .cid-uGW4vAOmGv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGW4vAOmGv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGW4vAOmGv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGW4vAOmGv .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uGW4vAOmGv .pt-0 {
  padding-top: 0 !important;
}
.cid-uGW4vAOmGv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGW4vAOmGv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGW4vAOmGv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGW4vAOmGv .modal-open {
  overflow: hidden;
}
.cid-uGW4vAOmGv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGW4vAOmGv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGW4vAOmGv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGW4vAOmGv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGW4vAOmGv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGW4vAOmGv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGW4vAOmGv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGW4vAOmGv .modal-content {
  background: #233d63;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGW4vAOmGv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGW4vAOmGv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGW4vAOmGv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGW4vAOmGv .modal-backdrop.show {
  opacity: .5;
}
.cid-uGW4vAOmGv .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-uGW4vAOmGv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4vAOmGv .modal-header {
    padding: 1rem;
  }
}
.cid-uGW4vAOmGv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGW4vAOmGv .modal-header .close svg {
  fill: #353535;
}
.cid-uGW4vAOmGv .modal-header .close:hover {
  opacity: 1;
}
.cid-uGW4vAOmGv .modal-header .close:focus {
  outline: none;
}
.cid-uGW4vAOmGv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffcc00;
}
.cid-uGW4vAOmGv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGW4vAOmGv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4vAOmGv .modal-body {
    padding: 1rem;
  }
}
.cid-uGW4vAOmGv .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-uGW4vAOmGv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4vAOmGv .modal-footer {
    padding: 1rem;
  }
}
.cid-uGW4vAOmGv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGW4vAOmGv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGW4vAOmGv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGW4vAOmGv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGW4vAOmGv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGW4vAOmGv .modal-lg,
  .cid-uGW4vAOmGv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGW4vAOmGv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGW4vAOmGv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGW4vAOmGv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGW4vAOmGv .form-group {
  margin-bottom: 1rem;
}
.cid-uGW4vAOmGv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGW4vAOmGv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGW4vAOmGv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGW4vAOmGv .mbr-section-btn {
  margin: 0;
}
.cid-uGW4vAOmGv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: relative !important;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: absolute !important;
}
.cid-uF6REO4kLU .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-uF6REO4kLU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uF6REO4kLU .dropdown-item:hover,
.cid-uF6REO4kLU .dropdown-item:focus {
  color: #00008b !important;
}
.cid-uF6REO4kLU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6REO4kLU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uF6REO4kLU .container {
  display: flex;
  margin: auto;
}
.cid-uF6REO4kLU .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown-menu,
.cid-uF6REO4kLU .navbar.opened {
  background: #656565 !important;
}
.cid-uF6REO4kLU .nav-item:focus,
.cid-uF6REO4kLU .nav-link:focus {
  outline: none;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6REO4kLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6REO4kLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uF6REO4kLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6REO4kLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6REO4kLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar.collapsed {
  justify-content: center;
}
.cid-uF6REO4kLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6REO4kLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6REO4kLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF6REO4kLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6REO4kLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6REO4kLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6REO4kLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6REO4kLU .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-uF6REO4kLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6REO4kLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6REO4kLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6REO4kLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6REO4kLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF6REO4kLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6REO4kLU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6REO4kLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6REO4kLU .dropdown-item.active,
.cid-uF6REO4kLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6REO4kLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6REO4kLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6REO4kLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6REO4kLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6REO4kLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF6REO4kLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6REO4kLU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6REO4kLU .navbar {
    height: 70px;
  }
  .cid-uF6REO4kLU .navbar.opened {
    height: auto;
  }
  .cid-uF6REO4kLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6REO4kLU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uF6REO4kLU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uF6REO4kLU a {
  display: inline;
  font-weight: bold;
}
.cid-uF6REO4kLU img {
  display: inline;
  padding-right: 10px;
}
.cid-uF6REO4kLU .dropdown-toggle:after {
  display: none;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uF6REO4kLU .dropdown-item:hover {
  color: #0c7c31 !important;
}
@media (max-width: 990px) {
  .cid-uF6REO4kLU .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uGidTkYczb {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #19212f;
}
.cid-uGidTkYczb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGidTkYczb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGidTkYczb .mbr-text {
  color: #000000;
}
.cid-uGidTkYczb .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGidTkYczb .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGidTkYczb .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uGidTkYczb .mbr-section-subtitle,
.cid-uGidTkYczb .main-button {
  color: #ffffff;
}
.cid-uGidTkYczb .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uGidTkYczb .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uGidTkYczb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uGidTkYczb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGidTkYczb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGidTkYczb .mbr-section-title {
  color: #ffffff;
}
.cid-sSHl7CDsV4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffcc00;
}
.cid-sSHl7CDsV4 .mbr-overlay {
  padding: 0;
  background: #171d8b;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
@media (min-width: 768px) {
  .cid-sSHl7CDsV4 .row {
    justify-content: center;
  }
}
.cid-sSHl7CDsV4 form .mbr-section-btn {
  width: 100%;
}
.cid-sSHl7CDsV4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sSHl7CDsV4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-sSHl7CDsV4 .form-with-styler {
    padding: 30px;
  }
  .cid-sSHl7CDsV4 .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sSHl7CDsV4 input::-webkit-input-placeholder,
.cid-sSHl7CDsV4 textarea::-webkit-input-placeholder {
  color: #0095ff !important;
  opacity: 0.5;
}
.cid-sSHl7CDsV4 input:-moz-placeholder,
.cid-sSHl7CDsV4 textarea:-moz-placeholder {
  color: #0095ff !important;
  opacity: 0.5;
}
.cid-sSHl7CDsV4 .form-control {
  border-color: #e3d9ca !important;
  color: #000000 !important;
}
.cid-sSHl7CDsV4 input::-webkit-input-placeholder,
.cid-sSHl7CDsV4 textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-sSHl7CDsV4 input:-moz-placeholder,
.cid-sSHl7CDsV4 textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-sSHl7CDsV4 .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-sSHl7CDsV4 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sSHl7CDsV4 .mbr-section-subtitle {
  color: #231f59;
  text-align: left;
}
.cid-sSHl7CDsV4 .mbr-section-text,
.cid-sSHl7CDsV4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGzRaXGWC3 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uGzRaXGWC3 a {
  transition: 0.3s;
}
.cid-uGzRaXGWC3 h5 {
  margin-bottom: 1.6rem;
}
.cid-uGzRaXGWC3 .card-img2 span {
  padding-top: 6px;
}
.cid-uGzRaXGWC3 .soc-item a {
  padding-top: 5px;
}
.cid-uGzRaXGWC3 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uGzRaXGWC3 .link:hover {
  color: #00008b !important;
}
@media (max-width: 992px) {
  .cid-uGzRaXGWC3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGzRaXGWC3 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uGzRaXGWC3 .soc-item span {
  font-size: 1rem;
}
.cid-uGzRaXGWC3 .soc-item:hover span {
  color: #00008b !important;
}
.cid-uGzRaXGWC3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uGzRaXGWC3 .item h4 {
  margin: 0;
}
.cid-uGzRaXGWC3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uGzRaXGWC3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGzRaXGWC3 img {
  width: 80%;
}
.cid-uGzRaXGWC3 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uGzRaXGWC3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uGzRaXGWC3 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uGzRaXGWC3 .container {
  padding: 0;
}
.cid-uGzRaXGWC3 .btn-primary:hover {
  background-color: #000058 !important;
}
.cid-sSGG4Gc9fJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sSGG4Gc9fJ .media-container-row {
  align-items: center;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sSGG4Gc9fJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sSGG4Gc9fJ .foot-menu-item {
  transform: 0.2s;
}
.cid-sSGG4Gc9fJ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: center;
  }
  .cid-sSGG4Gc9fJ .mbr-text {
    text-align: center;
  }
  .cid-sSGG4Gc9fJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sSGG4Gc9fJ .link:hover {
  text-decoration: underline;
}
.cid-sSGG4Gc9fJ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-sSGG4Gc9fJ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-sSGG4Gc9fJ .container {
    padding: 0;
  }
}
.cid-sSGG4Gc9fJ .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-sT9Vyg3WiM.popup-builder {
  background-color: #ffffff;
}
.cid-sT9Vyg3WiM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sT9Vyg3WiM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sT9Vyg3WiM .modal-content,
.cid-sT9Vyg3WiM .modal-dialog {
  height: auto;
}
.cid-sT9Vyg3WiM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sT9Vyg3WiM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sT9Vyg3WiM .form-wrapper .mbr-form .form-group,
  .cid-sT9Vyg3WiM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sT9Vyg3WiM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sT9Vyg3WiM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT9Vyg3WiM .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sT9Vyg3WiM .pt-0 {
  padding-top: 0 !important;
}
.cid-sT9Vyg3WiM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sT9Vyg3WiM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sT9Vyg3WiM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sT9Vyg3WiM .modal-open {
  overflow: hidden;
}
.cid-sT9Vyg3WiM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sT9Vyg3WiM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sT9Vyg3WiM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sT9Vyg3WiM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sT9Vyg3WiM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sT9Vyg3WiM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sT9Vyg3WiM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sT9Vyg3WiM .modal-content {
  background: #233d63;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sT9Vyg3WiM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sT9Vyg3WiM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sT9Vyg3WiM .modal-backdrop.fade {
  opacity: 0;
}
.cid-sT9Vyg3WiM .modal-backdrop.show {
  opacity: .5;
}
.cid-sT9Vyg3WiM .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-sT9Vyg3WiM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sT9Vyg3WiM .modal-header {
    padding: 1rem;
  }
}
.cid-sT9Vyg3WiM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sT9Vyg3WiM .modal-header .close svg {
  fill: #ffcc00;
}
.cid-sT9Vyg3WiM .modal-header .close:hover {
  opacity: 1;
}
.cid-sT9Vyg3WiM .modal-header .close:focus {
  outline: none;
}
.cid-sT9Vyg3WiM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffcc00;
}
.cid-sT9Vyg3WiM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sT9Vyg3WiM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT9Vyg3WiM .modal-body {
    padding: 1rem;
  }
}
.cid-sT9Vyg3WiM .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-sT9Vyg3WiM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT9Vyg3WiM .modal-footer {
    padding: 1rem;
  }
}
.cid-sT9Vyg3WiM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sT9Vyg3WiM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sT9Vyg3WiM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sT9Vyg3WiM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sT9Vyg3WiM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sT9Vyg3WiM .modal-lg,
  .cid-sT9Vyg3WiM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sT9Vyg3WiM .modal-xl {
    max-width: 1140px;
  }
}
.cid-sT9Vyg3WiM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sT9Vyg3WiM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sT9Vyg3WiM .form-group {
  margin-bottom: 1rem;
}
.cid-sT9Vyg3WiM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sT9Vyg3WiM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sT9Vyg3WiM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sT9Vyg3WiM .mbr-section-btn {
  margin: 0;
}
.cid-sT9Vyg3WiM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGW4yjew9P.popup-builder {
  background-color: #ffffff;
}
.cid-uGW4yjew9P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGW4yjew9P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGW4yjew9P .modal-content,
.cid-uGW4yjew9P .modal-dialog {
  height: auto;
}
.cid-uGW4yjew9P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGW4yjew9P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGW4yjew9P .form-wrapper .mbr-form .form-group,
  .cid-uGW4yjew9P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGW4yjew9P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGW4yjew9P .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGW4yjew9P .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uGW4yjew9P .pt-0 {
  padding-top: 0 !important;
}
.cid-uGW4yjew9P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGW4yjew9P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGW4yjew9P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGW4yjew9P .modal-open {
  overflow: hidden;
}
.cid-uGW4yjew9P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGW4yjew9P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGW4yjew9P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGW4yjew9P .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGW4yjew9P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGW4yjew9P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGW4yjew9P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGW4yjew9P .modal-content {
  background: #233d63;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGW4yjew9P .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGW4yjew9P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGW4yjew9P .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGW4yjew9P .modal-backdrop.show {
  opacity: .5;
}
.cid-uGW4yjew9P .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-uGW4yjew9P .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4yjew9P .modal-header {
    padding: 1rem;
  }
}
.cid-uGW4yjew9P .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGW4yjew9P .modal-header .close svg {
  fill: #353535;
}
.cid-uGW4yjew9P .modal-header .close:hover {
  opacity: 1;
}
.cid-uGW4yjew9P .modal-header .close:focus {
  outline: none;
}
.cid-uGW4yjew9P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffcc00;
}
.cid-uGW4yjew9P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGW4yjew9P .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4yjew9P .modal-body {
    padding: 1rem;
  }
}
.cid-uGW4yjew9P .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-uGW4yjew9P .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4yjew9P .modal-footer {
    padding: 1rem;
  }
}
.cid-uGW4yjew9P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGW4yjew9P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGW4yjew9P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGW4yjew9P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGW4yjew9P .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGW4yjew9P .modal-lg,
  .cid-uGW4yjew9P .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGW4yjew9P .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGW4yjew9P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGW4yjew9P .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGW4yjew9P .form-group {
  margin-bottom: 1rem;
}
.cid-uGW4yjew9P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGW4yjew9P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGW4yjew9P .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGW4yjew9P .mbr-section-btn {
  margin: 0;
}
.cid-uGW4yjew9P .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: relative !important;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: absolute !important;
}
.cid-uF6REO4kLU .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-uF6REO4kLU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uF6REO4kLU .dropdown-item:hover,
.cid-uF6REO4kLU .dropdown-item:focus {
  color: #00008b !important;
}
.cid-uF6REO4kLU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6REO4kLU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uF6REO4kLU .container {
  display: flex;
  margin: auto;
}
.cid-uF6REO4kLU .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown-menu,
.cid-uF6REO4kLU .navbar.opened {
  background: #656565 !important;
}
.cid-uF6REO4kLU .nav-item:focus,
.cid-uF6REO4kLU .nav-link:focus {
  outline: none;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6REO4kLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6REO4kLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uF6REO4kLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6REO4kLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6REO4kLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar.collapsed {
  justify-content: center;
}
.cid-uF6REO4kLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6REO4kLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6REO4kLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF6REO4kLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6REO4kLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6REO4kLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6REO4kLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6REO4kLU .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-uF6REO4kLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6REO4kLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6REO4kLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6REO4kLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6REO4kLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF6REO4kLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6REO4kLU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6REO4kLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6REO4kLU .dropdown-item.active,
.cid-uF6REO4kLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6REO4kLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6REO4kLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6REO4kLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6REO4kLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6REO4kLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF6REO4kLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6REO4kLU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6REO4kLU .navbar {
    height: 70px;
  }
  .cid-uF6REO4kLU .navbar.opened {
    height: auto;
  }
  .cid-uF6REO4kLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6REO4kLU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uF6REO4kLU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uF6REO4kLU a {
  display: inline;
  font-weight: bold;
}
.cid-uF6REO4kLU img {
  display: inline;
  padding-right: 10px;
}
.cid-uF6REO4kLU .dropdown-toggle:after {
  display: none;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uF6REO4kLU .dropdown-item:hover {
  color: #0c7c31 !important;
}
@media (max-width: 990px) {
  .cid-uF6REO4kLU .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sT9c0pu1G2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/23926423-1968564633426793-1589877589491860348-o-2000x1333.jpg");
}
.cid-sT9c0pu1G2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sT9c0pu1G2 .mbr-section-title a {
  font-weight: 600;
}
.cid-sT9c0pu1G2 .mbr-section-title a:hover {
  background: none !important;
}
.cid-sT9c0pu1G2 .mbr-text,
.cid-sT9c0pu1G2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sT9c0pu1G2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sT9dAPRuyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sT9dAPRuyq .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sT9dAPRuyq .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sT9dAPRuyq .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sT9dAPRuyq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sT9dAPRuyq .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sT9dAPRuyq .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sT9dAPRuyq .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sT9dAPRuyq .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sT9dAPRuyq .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sT9dAPRuyq .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sT9dAPRuyq .mbr-section-subtitle {
  color: #f30202;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-sT9dAPRuyq .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sT9dAPRuyq .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sT9dAPRuyq .mbr-section-button {
  margin-top: 25px;
}
.cid-sT9dAPRuyq .desc1,
.cid-sT9dAPRuyq .mbr-section-btn {
  color: #233d63;
}
.cid-sT9dAPRuyq .desc2,
.cid-sT9dAPRuyq .mbr-section-btn {
  color: #00008b;
}
.cid-sT9jXPa9mE {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #00008b;
}
.cid-sT9jXPa9mE rect {
  width: 85%;
  height: 90%;
}
.cid-sT9jXPa9mE .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sT9jXPa9mE .mbr-text {
  margin: 0;
}
.cid-sT9jXPa9mE .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
}
.cid-sT9jXPa9mE .card-1 {
  margin-right: 2rem;
}
.cid-sT9jXPa9mE .card-3 {
  margin-left: 2rem;
}
.cid-sT9jXPa9mE .mbr-section-btn {
  margin-bottom: 1.6rem;
}
.cid-sT9jXPa9mE .mbr-section-btn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}
.cid-sT9jXPa9mE .mbr-section-btn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-sT9jXPa9mE .media-container-row {
    margin: 0 2rem;
  }
}
.cid-sT9jXPa9mE .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sT9jXPa9mE .svg-1 path,
.cid-sT9jXPa9mE .svg-2 path {
  fill: #ffffff;
}
.cid-sT9jXPa9mE .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sT9jXPa9mE .img-border {
  width: 186px;
  height: 186px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sT9jXPa9mE .dinosaur-img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  margin-top: 1rem;
}
.cid-sT9jXPa9mE .circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: 0%;
  top: 0%;
}
.cid-sT9jXPa9mE .circle1 {
  background-color: #4a4c70;
}
.cid-sT9jXPa9mE .circle2 {
  background-color: #0c7c31;
}
.cid-sT9jXPa9mE .circle3 {
  background-color: #00008b;
}
.cid-sT9jXPa9mE .card:hover .circle {
  position: absolute;
  right: 37%;
  top: 38%;
  animation: Orbita 2s linear infinite;
}
@keyframes Orbita {
  from {
    -webkit-transform: rotate(0deg) translateX(93px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(93px) rotate(-360deg);
  }
}
@media (max-width: 991px) {
  .cid-sT9jXPa9mE {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .cid-sT9jXPa9mE .card {
    margin-bottom: 1rem;
  }
  .cid-sT9jXPa9mE .media-container-row {
    margin: 0;
  }
  .cid-sT9jXPa9mE .card-1 {
    margin-right: 0;
  }
  .cid-sT9jXPa9mE .card-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sT9jXPa9mE {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .cid-sT9jXPa9mE .mbr-text {
    padding: 0rem;
  }
}
.cid-sT9rbQvsEO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sT9rbQvsEO .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sT9rbQvsEO .title {
  margin-bottom: 4.5rem;
}
.cid-sT9rbQvsEO .mbr-section-subtitle {
  color: #767676;
  margin-top: 2rem;
}
.cid-sT9rbQvsEO .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-sT9rbQvsEO .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-sT9rbQvsEO .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-sT9rbQvsEO .card:hover .card-title {
  color: #0c7c31;
}
.cid-sT9rbQvsEO .card img {
  width: 80px;
}
.cid-sT9rbQvsEO .card-title {
  color: #12265a;
  transition: 0.5s;
  min-width: 135px;
}
.cid-sT9rbQvsEO .circle-img {
  width: 80%;
  border: 2px dashed #0c7c31;
  border-radius: 50%;
  margin: auto;
}
.cid-sT9rbQvsEO .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-sT9rbQvsEO .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-sT9rbQvsEO .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-sT9rbQvsEO .card-left {
    margin-right: -3rem;
  }
  .cid-sT9rbQvsEO .card-right {
    margin-left: -3rem;
  }
}
.cid-sT9rbQvsEO .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-sT9rbQvsEO {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sT9rbQvsEO .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT9rbQvsEO .wrapper-row {
    flex-direction: column;
  }
  .cid-sT9rbQvsEO .card-box1 {
    order: 2;
  }
  .cid-sT9rbQvsEO .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-sT9rbQvsEO .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-sT9rbQvsEO .card-title {
    margin-top: 2rem;
  }
}
.cid-sT9rbQvsEO .title,
.cid-sT9rbQvsEO .mbr-section-title {
  color: #00008b;
}
.cid-sT9CGlSsYT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT9CGlSsYT {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-sT9CGlSsYT .mbr-text {
  margin: 0;
}
.cid-sT9CGlSsYT .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-sT9CGlSsYT .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-sT9CGlSsYT .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-sT9CGlSsYT .card-inner1 {
  background: #626494;
}
.cid-sT9CGlSsYT .card-inner2 {
  background: #00008b;
}
.cid-sT9CGlSsYT .card-inner3 {
  background: #232323;
}
.cid-sT9CGlSsYT img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-sT9CGlSsYT .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-sT9CGlSsYT .container-fluid {
  max-width: 1200px;
}
.cid-sT9CGlSsYT .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-sT9CGlSsYT .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-sT9CGlSsYT .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-sT9CGlSsYT .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sT9CGlSsYT .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-sT9CGlSsYT .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-sT9CGlSsYT .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-sT9CGlSsYT .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sT9CGlSsYT .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-sT9CGlSsYT .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sT9CadZRBa {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sT9CadZRBa .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sT9CadZRBa h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-sT9CadZRBa .svg11 path {
  fill: #7aba59;
}
.cid-sT9CadZRBa .svg21 path {
  fill: #f9b945;
}
.cid-sT9CadZRBa .svg31 path {
  fill: #ed6436;
}
.cid-sT9CadZRBa .svg12 path,
.cid-sT9CadZRBa .svg22 path,
.cid-sT9CadZRBa .svg32 path {
  fill: #f2f2f4;
}
.cid-sT9CadZRBa .card {
  position: relative;
  height: 300px;
}
.cid-sT9CadZRBa .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-sT9CadZRBa .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-sT9CadZRBa .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sT9CadZRBa .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sT9CadZRBa .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sT9CadZRBa .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sT9CadZRBa .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sT9CadZRBa .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sT9CadZRBa .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sT9CadZRBa .card .svg22,
.cid-sT9CadZRBa .card .svg32,
.cid-sT9CadZRBa .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.9) rotate(60deg);
  transform: scale(0.9) rotate(60deg);
}
.cid-sT9CadZRBa .card .svg21,
.cid-sT9CadZRBa .card .svg31,
.cid-sT9CadZRBa .card .svg11 {
  z-index: 2;
}
.cid-sT9CadZRBa .card div {
  z-index: 3;
}
.cid-sT9CadZRBa .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sT9CadZRBa .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sT9CadZRBa .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem !important;
}
.cid-sT9CadZRBa .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sT9CadZRBa .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sT9CadZRBa .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sT9CadZRBa .card {
    margin-bottom: 2rem;
  }
  .cid-sT9CadZRBa .card svg {
    left: 30px;
  }
  .cid-sT9CadZRBa .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-sT9CadZRBa .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-sT9CadZRBa h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sT9CadZRBa .card {
    max-width: 360px;
  }
  .cid-sT9CadZRBa .card svg {
    left: 10px;
  }
}
.cid-sT9CadZRBa H2 {
  color: #000000;
}
.cid-uGzQS5LFdi {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uGzQS5LFdi a {
  transition: 0.3s;
}
.cid-uGzQS5LFdi h5 {
  margin-bottom: 1.6rem;
}
.cid-uGzQS5LFdi .card-img2 span {
  padding-top: 6px;
}
.cid-uGzQS5LFdi .soc-item a {
  padding-top: 5px;
}
.cid-uGzQS5LFdi .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uGzQS5LFdi .link:hover {
  color: #00008b !important;
}
@media (max-width: 992px) {
  .cid-uGzQS5LFdi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGzQS5LFdi .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uGzQS5LFdi .soc-item span {
  font-size: 1rem;
}
.cid-uGzQS5LFdi .soc-item:hover span {
  color: #00008b !important;
}
.cid-uGzQS5LFdi .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uGzQS5LFdi .item h4 {
  margin: 0;
}
.cid-uGzQS5LFdi .media-wrap {
  margin-bottom: 1rem;
}
.cid-uGzQS5LFdi .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGzQS5LFdi img {
  width: 80%;
}
.cid-uGzQS5LFdi .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uGzQS5LFdi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uGzQS5LFdi .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uGzQS5LFdi .container {
  padding: 0;
}
.cid-uGzQS5LFdi .btn-primary:hover {
  background-color: #000058 !important;
}
.cid-sSGG4Gc9fJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sSGG4Gc9fJ .media-container-row {
  align-items: center;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sSGG4Gc9fJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sSGG4Gc9fJ .foot-menu-item {
  transform: 0.2s;
}
.cid-sSGG4Gc9fJ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: center;
  }
  .cid-sSGG4Gc9fJ .mbr-text {
    text-align: center;
  }
  .cid-sSGG4Gc9fJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sSGG4Gc9fJ .link:hover {
  text-decoration: underline;
}
.cid-sSGG4Gc9fJ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-sSGG4Gc9fJ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-sSGG4Gc9fJ .container {
    padding: 0;
  }
}
.cid-sSGG4Gc9fJ .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: relative !important;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: absolute !important;
}
.cid-uF6REO4kLU .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-uF6REO4kLU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uF6REO4kLU .dropdown-item:hover,
.cid-uF6REO4kLU .dropdown-item:focus {
  color: #00008b !important;
}
.cid-uF6REO4kLU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6REO4kLU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uF6REO4kLU .container {
  display: flex;
  margin: auto;
}
.cid-uF6REO4kLU .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown-menu,
.cid-uF6REO4kLU .navbar.opened {
  background: #656565 !important;
}
.cid-uF6REO4kLU .nav-item:focus,
.cid-uF6REO4kLU .nav-link:focus {
  outline: none;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6REO4kLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6REO4kLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uF6REO4kLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6REO4kLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6REO4kLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar.collapsed {
  justify-content: center;
}
.cid-uF6REO4kLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6REO4kLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6REO4kLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF6REO4kLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6REO4kLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6REO4kLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6REO4kLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6REO4kLU .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-uF6REO4kLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6REO4kLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6REO4kLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6REO4kLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6REO4kLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF6REO4kLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6REO4kLU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6REO4kLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6REO4kLU .dropdown-item.active,
.cid-uF6REO4kLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6REO4kLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6REO4kLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6REO4kLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6REO4kLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6REO4kLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF6REO4kLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6REO4kLU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6REO4kLU .navbar {
    height: 70px;
  }
  .cid-uF6REO4kLU .navbar.opened {
    height: auto;
  }
  .cid-uF6REO4kLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6REO4kLU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uF6REO4kLU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uF6REO4kLU a {
  display: inline;
  font-weight: bold;
}
.cid-uF6REO4kLU img {
  display: inline;
  padding-right: 10px;
}
.cid-uF6REO4kLU .dropdown-toggle:after {
  display: none;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uF6REO4kLU .dropdown-item:hover {
  color: #0c7c31 !important;
}
@media (max-width: 990px) {
  .cid-uF6REO4kLU .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sT7uxUxoKc {
  overflow-x: hidden !important;
}
.cid-sT7uxUxoKc .mbr-section-title {
  color: #ffffff;
}
.cid-sT7uxUxoKc .mbr-section-title span {
  color: #00008b;
}
.cid-sT7uxUxoKc .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sT7uxUxoKc .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/ladies-ministry-1944x1296.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sT7uxUxoKc .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sT7uxUxoKc .mbr-overlay {
  z-index: 1;
}
.cid-sT7uxUxoKc .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sT9Or4JnSA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sT9Or4JnSA .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sT9Or4JnSA .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sT9Or4JnSA .mbr-text,
.cid-sT9Or4JnSA .mbr-section-btn {
  color: #000000;
}
.cid-sT9OM80g9a {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sT9OM80g9a .container-fluid {
  padding: 0rem;
}
.cid-sT9OM80g9a .image-block {
  margin: auto;
}
.cid-sT9OM80g9a .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sT9OM80g9a .image-block {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-sT9OM80g9a .row {
    margin: 0rem;
  }
}
.cid-uGzR0GrK4W {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uGzR0GrK4W a {
  transition: 0.3s;
}
.cid-uGzR0GrK4W h5 {
  margin-bottom: 1.6rem;
}
.cid-uGzR0GrK4W .card-img2 span {
  padding-top: 6px;
}
.cid-uGzR0GrK4W .soc-item a {
  padding-top: 5px;
}
.cid-uGzR0GrK4W .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uGzR0GrK4W .link:hover {
  color: #00008b !important;
}
@media (max-width: 992px) {
  .cid-uGzR0GrK4W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGzR0GrK4W .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uGzR0GrK4W .soc-item span {
  font-size: 1rem;
}
.cid-uGzR0GrK4W .soc-item:hover span {
  color: #00008b !important;
}
.cid-uGzR0GrK4W .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uGzR0GrK4W .item h4 {
  margin: 0;
}
.cid-uGzR0GrK4W .media-wrap {
  margin-bottom: 1rem;
}
.cid-uGzR0GrK4W .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGzR0GrK4W img {
  width: 80%;
}
.cid-uGzR0GrK4W .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uGzR0GrK4W .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uGzR0GrK4W .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uGzR0GrK4W .container {
  padding: 0;
}
.cid-uGzR0GrK4W .btn-primary:hover {
  background-color: #000058 !important;
}
.cid-sSGG4Gc9fJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sSGG4Gc9fJ .media-container-row {
  align-items: center;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sSGG4Gc9fJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sSGG4Gc9fJ .foot-menu-item {
  transform: 0.2s;
}
.cid-sSGG4Gc9fJ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: center;
  }
  .cid-sSGG4Gc9fJ .mbr-text {
    text-align: center;
  }
  .cid-sSGG4Gc9fJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sSGG4Gc9fJ .link:hover {
  text-decoration: underline;
}
.cid-sSGG4Gc9fJ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-sSGG4Gc9fJ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-sSGG4Gc9fJ .container {
    padding: 0;
  }
}
.cid-sSGG4Gc9fJ .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: relative !important;
}
.cid-uF6REO4kLU .navbar-dropdown {
  position: absolute !important;
}
.cid-uF6REO4kLU .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-uF6REO4kLU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uF6REO4kLU .dropdown-item:hover,
.cid-uF6REO4kLU .dropdown-item:focus {
  color: #00008b !important;
}
.cid-uF6REO4kLU .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6REO4kLU .nav-link {
  position: relative;
  padding: 0;
}
.cid-uF6REO4kLU .container {
  display: flex;
  margin: auto;
}
.cid-uF6REO4kLU .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown-menu,
.cid-uF6REO4kLU .navbar.opened {
  background: #656565 !important;
}
.cid-uF6REO4kLU .nav-item:focus,
.cid-uF6REO4kLU .nav-link:focus {
  outline: none;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6REO4kLU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6REO4kLU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6REO4kLU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6REO4kLU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(101, 101, 101, 0);
}
.cid-uF6REO4kLU .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6REO4kLU .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6REO4kLU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar.collapsed {
  justify-content: center;
}
.cid-uF6REO4kLU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6REO4kLU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6REO4kLU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF6REO4kLU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6REO4kLU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6REO4kLU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6REO4kLU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6REO4kLU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6REO4kLU .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-uF6REO4kLU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6REO4kLU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6REO4kLU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6REO4kLU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6REO4kLU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6REO4kLU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF6REO4kLU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6REO4kLU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6REO4kLU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6REO4kLU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6REO4kLU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6REO4kLU .dropdown-item.active,
.cid-uF6REO4kLU .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6REO4kLU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6REO4kLU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #656565;
}
.cid-uF6REO4kLU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6REO4kLU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6REO4kLU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6REO4kLU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6REO4kLU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6REO4kLU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6REO4kLU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6REO4kLU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF6REO4kLU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6REO4kLU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6REO4kLU .navbar {
    height: 70px;
  }
  .cid-uF6REO4kLU .navbar.opened {
    height: auto;
  }
  .cid-uF6REO4kLU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6REO4kLU .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uF6REO4kLU .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uF6REO4kLU a {
  display: inline;
  font-weight: bold;
}
.cid-uF6REO4kLU img {
  display: inline;
  padding-right: 10px;
}
.cid-uF6REO4kLU .dropdown-toggle:after {
  display: none;
}
.cid-uF6REO4kLU .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uF6REO4kLU .dropdown-item:hover {
  color: #0c7c31 !important;
}
@media (max-width: 990px) {
  .cid-uF6REO4kLU .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sT9Un3Eqkh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #171d8b;
}
.cid-sT9Un3Eqkh .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-uGj7XVZ5iZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #171d8b;
}
.cid-uGj7XVZ5iZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGj7XVZ5iZ .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-uGj7XVZ5iZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGj7XVZ5iZ .row {
  flex-direction: row-reverse;
}
.cid-uGj7XVZ5iZ img {
  width: 100%;
}
.cid-uGCuir66Ql {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #171d8b;
}
.cid-uGCuir66Ql .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uGCuir66Ql .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-uGCuir66Ql .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-uGCuir66Ql .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uGCuir66Ql .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-uGCuir66Ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGCuir66Ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGj5QAdrms {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #171d8b;
}
.cid-uGj5QAdrms .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uGj5QAdrms .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uGj5QAdrms .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uGj5QAdrms .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uGj5QAdrms .embla {
    margin-bottom: 80px;
  }
}
.cid-uGj5QAdrms .mbr-section-title {
  color: #ffffff;
}
.cid-uGj5QAdrms .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-uGj5QAdrms .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uGj5QAdrms .item:focus,
.cid-uGj5QAdrms span:focus {
  outline: none;
}
.cid-uGj5QAdrms .slide-content {
  position: relative;
  padding: 24px;
  background: #3d3e5c;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #c4bc3b;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .slide-content {
    padding: 16px;
  }
}
.cid-uGj5QAdrms .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uGj5QAdrms .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uGj5QAdrms .embla__slide {
    max-width: initial;
  }
}
.cid-uGj5QAdrms .item-content {
  margin-top: 24px;
}
.cid-uGj5QAdrms .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uGj5QAdrms .item-img {
  width: 100%;
  height: 309px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .item-img {
    height: 243px;
  }
}
.cid-uGj5QAdrms .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGj5QAdrms .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .label-container {
    flex-wrap: wrap;
  }
}
.cid-uGj5QAdrms .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #d8d5d1;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uGj5QAdrms .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uGj5QAdrms .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uGj5QAdrms .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uGj5QAdrms .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uGj5QAdrms .date-text {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .date-text {
    max-width: 100%;
  }
}
.cid-uGj5QAdrms .item-title {
  color: #efefef;
  text-align: left;
  margin-bottom: 0 !important;
}
.cid-uGj5QAdrms .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uGj5QAdrms .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uGj5QAdrms .item-subtitle {
  text-align: left;
}
.cid-uGj5QAdrms .embla__button--next,
.cid-uGj5QAdrms .embla__button--prev {
  display: flex;
}
.cid-uGj5QAdrms .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGj5QAdrms .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uGj5QAdrms .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uGj5QAdrms .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uGj5QAdrms .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #3d3e5c;
  color: #c4bc3b;
  border: 2px solid #c4bc3b;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uGj5QAdrms .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGj5QAdrms .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uGj5QAdrms .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uGj5QAdrms .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uGj5QAdrms .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uGj5QAdrms .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGj5QAdrms .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGj5QAdrms .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGj5QAdrms .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGj5QAdrms .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uGzRKrQ8iH {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uGzRKrQ8iH a {
  transition: 0.3s;
}
.cid-uGzRKrQ8iH h5 {
  margin-bottom: 1.6rem;
}
.cid-uGzRKrQ8iH .card-img2 span {
  padding-top: 6px;
}
.cid-uGzRKrQ8iH .soc-item a {
  padding-top: 5px;
}
.cid-uGzRKrQ8iH .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uGzRKrQ8iH .link:hover {
  color: #00008b !important;
}
@media (max-width: 992px) {
  .cid-uGzRKrQ8iH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uGzRKrQ8iH .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uGzRKrQ8iH .soc-item span {
  font-size: 1rem;
}
.cid-uGzRKrQ8iH .soc-item:hover span {
  color: #00008b !important;
}
.cid-uGzRKrQ8iH .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uGzRKrQ8iH .item h4 {
  margin: 0;
}
.cid-uGzRKrQ8iH .media-wrap {
  margin-bottom: 1rem;
}
.cid-uGzRKrQ8iH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uGzRKrQ8iH img {
  width: 80%;
}
.cid-uGzRKrQ8iH .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uGzRKrQ8iH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uGzRKrQ8iH .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uGzRKrQ8iH .container {
  padding: 0;
}
.cid-uGzRKrQ8iH .btn-primary:hover {
  background-color: #000058 !important;
}
.cid-sSGG4Gc9fJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-sSGG4Gc9fJ .media-container-row {
  align-items: center;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sSGG4Gc9fJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sSGG4Gc9fJ .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-sSGG4Gc9fJ .foot-menu-item {
  transform: 0.2s;
}
.cid-sSGG4Gc9fJ .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: center;
  }
  .cid-sSGG4Gc9fJ .mbr-text {
    text-align: center;
  }
  .cid-sSGG4Gc9fJ .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sSGG4Gc9fJ .foot-menu {
    justify-content: flex-end;
  }
}
.cid-sSGG4Gc9fJ .link:hover {
  text-decoration: underline;
}
.cid-sSGG4Gc9fJ .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-sSGG4Gc9fJ .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-sSGG4Gc9fJ .container {
    padding: 0;
  }
}
.cid-sSGG4Gc9fJ .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-sT9Vh2CweZ.popup-builder {
  background-color: #ffffff;
}
.cid-sT9Vh2CweZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sT9Vh2CweZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sT9Vh2CweZ .modal-content,
.cid-sT9Vh2CweZ .modal-dialog {
  height: auto;
}
.cid-sT9Vh2CweZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sT9Vh2CweZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sT9Vh2CweZ .form-wrapper .mbr-form .form-group,
  .cid-sT9Vh2CweZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sT9Vh2CweZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sT9Vh2CweZ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT9Vh2CweZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sT9Vh2CweZ .pt-0 {
  padding-top: 0 !important;
}
.cid-sT9Vh2CweZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sT9Vh2CweZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sT9Vh2CweZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sT9Vh2CweZ .modal-open {
  overflow: hidden;
}
.cid-sT9Vh2CweZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sT9Vh2CweZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sT9Vh2CweZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sT9Vh2CweZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sT9Vh2CweZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sT9Vh2CweZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sT9Vh2CweZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sT9Vh2CweZ .modal-content {
  background: #233d63;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sT9Vh2CweZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sT9Vh2CweZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sT9Vh2CweZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sT9Vh2CweZ .modal-backdrop.show {
  opacity: .5;
}
.cid-sT9Vh2CweZ .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-sT9Vh2CweZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sT9Vh2CweZ .modal-header {
    padding: 1rem;
  }
}
.cid-sT9Vh2CweZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sT9Vh2CweZ .modal-header .close svg {
  fill: #ffcc00;
}
.cid-sT9Vh2CweZ .modal-header .close:hover {
  opacity: 1;
}
.cid-sT9Vh2CweZ .modal-header .close:focus {
  outline: none;
}
.cid-sT9Vh2CweZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffcc00;
}
.cid-sT9Vh2CweZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sT9Vh2CweZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT9Vh2CweZ .modal-body {
    padding: 1rem;
  }
}
.cid-sT9Vh2CweZ .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-sT9Vh2CweZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT9Vh2CweZ .modal-footer {
    padding: 1rem;
  }
}
.cid-sT9Vh2CweZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sT9Vh2CweZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sT9Vh2CweZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sT9Vh2CweZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sT9Vh2CweZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sT9Vh2CweZ .modal-lg,
  .cid-sT9Vh2CweZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sT9Vh2CweZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sT9Vh2CweZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sT9Vh2CweZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sT9Vh2CweZ .form-group {
  margin-bottom: 1rem;
}
.cid-sT9Vh2CweZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sT9Vh2CweZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sT9Vh2CweZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sT9Vh2CweZ .mbr-section-btn {
  margin: 0;
}
.cid-sT9Vh2CweZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGW4taUNgi.popup-builder {
  background-color: #ffffff;
}
.cid-uGW4taUNgi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGW4taUNgi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGW4taUNgi .modal-content,
.cid-uGW4taUNgi .modal-dialog {
  height: auto;
}
.cid-uGW4taUNgi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGW4taUNgi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGW4taUNgi .form-wrapper .mbr-form .form-group,
  .cid-uGW4taUNgi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGW4taUNgi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGW4taUNgi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGW4taUNgi .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uGW4taUNgi .pt-0 {
  padding-top: 0 !important;
}
.cid-uGW4taUNgi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGW4taUNgi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGW4taUNgi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGW4taUNgi .modal-open {
  overflow: hidden;
}
.cid-uGW4taUNgi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGW4taUNgi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGW4taUNgi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGW4taUNgi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGW4taUNgi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGW4taUNgi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGW4taUNgi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGW4taUNgi .modal-content {
  background: #233d63;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGW4taUNgi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGW4taUNgi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGW4taUNgi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGW4taUNgi .modal-backdrop.show {
  opacity: .5;
}
.cid-uGW4taUNgi .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-uGW4taUNgi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4taUNgi .modal-header {
    padding: 1rem;
  }
}
.cid-uGW4taUNgi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGW4taUNgi .modal-header .close svg {
  fill: #353535;
}
.cid-uGW4taUNgi .modal-header .close:hover {
  opacity: 1;
}
.cid-uGW4taUNgi .modal-header .close:focus {
  outline: none;
}
.cid-uGW4taUNgi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffcc00;
}
.cid-uGW4taUNgi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGW4taUNgi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4taUNgi .modal-body {
    padding: 1rem;
  }
}
.cid-uGW4taUNgi .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-uGW4taUNgi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGW4taUNgi .modal-footer {
    padding: 1rem;
  }
}
.cid-uGW4taUNgi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGW4taUNgi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGW4taUNgi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGW4taUNgi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGW4taUNgi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGW4taUNgi .modal-lg,
  .cid-uGW4taUNgi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGW4taUNgi .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGW4taUNgi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGW4taUNgi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGW4taUNgi .form-group {
  margin-bottom: 1rem;
}
.cid-uGW4taUNgi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGW4taUNgi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGW4taUNgi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGW4taUNgi .mbr-section-btn {
  margin: 0;
}
.cid-uGW4taUNgi .mbr-section-btn .btn {
  margin: 0;
}
