body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.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: #283074 !important;
}
.bg-success {
  background-color: #ffdd89 !important;
}
.bg-info {
  background-color: #00a7af !important;
}
.bg-warning {
  background-color: #999999 !important;
}
.bg-danger {
  background-color: #a4052e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #283074 !important;
  border-color: #283074 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #14183b !important;
  border-color: #14183b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #14183b !important;
  border-color: #14183b !important;
}
.btn-primary:hover {
  background-color: #283074 !important;
  border-color: #283074 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary:hover {
  background-color: #283074 !important;
  border-color: #283074 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00a7af !important;
  border-color: #00a7af !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #005e63 !important;
  border-color: #005e63 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #005e63 !important;
  border-color: #005e63 !important;
}
.btn-info:hover {
  background-color: #283074 !important;
  border-color: #283074 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffdd89 !important;
  border-color: #ffdd89 !important;
  color: #896200 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #896200 !important;
  background-color: #ffc73c !important;
  border-color: #ffc73c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #896200 !important;
  background-color: #ffc73c !important;
  border-color: #ffc73c !important;
}
.btn-success:hover {
  background-color: #283074 !important;
  border-color: #283074 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-warning:hover {
  background-color: #283074 !important;
  border-color: #283074 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a4052e !important;
  border-color: #a4052e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5a0319 !important;
  border-color: #5a0319 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5a0319 !important;
  border-color: #5a0319 !important;
}
.btn-danger:hover {
  background-color: #283074 !important;
  border-color: #283074 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #283074 !important;
  border-color: #283074 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #283074 !important;
  border-color: #283074 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #283074;
  color: #283074;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #283074;
  border-color: #283074;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #283074 !important;
  border-color: #283074 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc2952;
  color: #cc2952;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #00a7af;
  color: #00a7af;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #00a7af;
  border-color: #00a7af;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00a7af !important;
  border-color: #00a7af !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffdd89;
  color: #ffdd89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #896200;
  background-color: #ffdd89;
  border-color: #ffdd89;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #896200 !important;
  background-color: #ffdd89 !important;
  border-color: #ffdd89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #a4052e;
  color: #a4052e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #a4052e;
  border-color: #a4052e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a4052e !important;
  border-color: #a4052e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #283074 !important;
}
.text-secondary {
  color: #cc2952 !important;
}
.text-success {
  color: #ffdd89 !important;
}
.text-info {
  color: #00a7af !important;
}
.text-warning {
  color: #999999 !important;
}
.text-danger {
  color: #a4052e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4451be !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e47793 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fffaef !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #16f4ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f81751 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00a7af;
}
.alert-warning {
  background-color: #999999;
}
.alert-danger {
  background-color: #a4052e;
}
.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: #283074;
  border-color: #283074;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #283074;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5762c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #30f6ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f93064;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #283074;
}
/* 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: #283074;
  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: #283074;
  border-bottom-color: #283074;
}
.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: #283074 !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: #cc2952 !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='%23283074' %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-sEGf46eUEp .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sEGf46eUEp p {
  display: inline;
  font-size: 19px;
  color: #fff;
}
.cid-sEGf46eUEp .marquee-rtl {
  width: 90%;
  max-width: 100%;
  overflow: hidden;
}
.cid-sEGf46eUEp .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 63;
}
.cid-sEGf46eUEp .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-sEGf46eUEp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sEGf46eUEp .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sEGf46eUEp .navbar-fixed-top {
  padding-top: 0;
}
.cid-sEGf46eUEp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sEGf46eUEp .menu-content-top {
  background: #00a7af;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sEGf46eUEp .dropdown-item {
  padding: 0;
}
.cid-sEGf46eUEp .dropdown-item,
.cid-sEGf46eUEp .nav-link,
.cid-sEGf46eUEp .brand-name {
  font-style: normal;
}
.cid-sEGf46eUEp .dropdown-item:hover,
.cid-sEGf46eUEp .nav-link:hover,
.cid-sEGf46eUEp .brand-name:hover {
  color: #283074 !important;
}
.cid-sEGf46eUEp .dropdown-menu {
  background-color: #283074;
}
.cid-sEGf46eUEp .dropdown-item:active {
  background-color: #283074;
}
.cid-sEGf46eUEp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEGf46eUEp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sEGf46eUEp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sEGf46eUEp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sEGf46eUEp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEGf46eUEp .content-text {
  margin-bottom: 0;
}
.cid-sEGf46eUEp .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sEGf46eUEp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #283074;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sEGf46eUEp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sEGf46eUEp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sEGf46eUEp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sEGf46eUEp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sEGf46eUEp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sEGf46eUEp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sEGf46eUEp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEGf46eUEp .nav-dropdown .link {
  font-weight: 400;
}
.cid-sEGf46eUEp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sEGf46eUEp .content-right-side {
  text-align: center;
}
.cid-sEGf46eUEp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sEGf46eUEp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sEGf46eUEp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sEGf46eUEp .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEGf46eUEp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEGf46eUEp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sEGf46eUEp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sEGf46eUEp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sEGf46eUEp .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sEGf46eUEp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sEGf46eUEp .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sEGf46eUEp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEGf46eUEp .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sEGf46eUEp .navbar {
    display: block;
    padding: 0;
  }
  .cid-sEGf46eUEp .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEGf46eUEp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sEGf46eUEp .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sEGf46eUEp .navbar-toggler {
    display: none;
  }
  .cid-sEGf46eUEp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sEGf46eUEp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sEGf46eUEp .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sEGf46eUEp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sEGf46eUEp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sEGf46eUEp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sEGf46eUEp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEGf46eUEp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sEGf46eUEp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sEGf46eUEp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEGf46eUEp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sEGf46eUEp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sEGf46eUEp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sEGf46eUEp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sEGf46eUEp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sEGf46eUEp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sEGf46eUEp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sEGf46eUEp button.navbar-toggler:focus {
  outline: none;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283074;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEGf46eUEp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEGf46eUEp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEGf46eUEp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEGf46eUEp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEGf46eUEp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEGf46eUEp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEGf46eUEp .collapsed .btn {
  display: flex;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sEGf46eUEp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sEGf46eUEp .collapsed button.navbar-toggler {
  display: block;
}
.cid-sEGf46eUEp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sEGf46eUEp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sEGf46eUEp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sEGf46eUEp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sEGf46eUEp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sEGf46eUEp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sEGf46eUEp .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sEGf46eUEp .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #00a7af;
  }
  .cid-sEGf46eUEp .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #00a7af;
  }
}
@media (max-width: 991px) {
  .cid-sEGf46eUEp .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sEGf46eUEp .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sEGf46eUEp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing,
  .cid-sEGf46eUEp .navbar-collapse.show {
    display: block !important;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing .navbar-nav,
  .cid-sEGf46eUEp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sEGf46eUEp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing .navbar-buttons,
  .cid-sEGf46eUEp .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sEGf46eUEp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sEGf46eUEp img {
    height: 3.8rem !important;
  }
  .cid-sEGf46eUEp .btn {
    display: flex;
  }
  .cid-sEGf46eUEp button.navbar-toggler {
    display: block;
  }
  .cid-sEGf46eUEp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sEGf46eUEp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEGf46eUEp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sEGf46eUEp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sEGf46eUEp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sEGf46eUEp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sEGf46eUEp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sEGf46eUEp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sEGf46eUEp .nav-link:focus {
  outline: none;
}
.cid-sEGf46eUEp .navbar-toggler {
  position: relative;
}
.cid-sEGf46eUEp .dropdown-item.active,
.cid-sEGf46eUEp .dropdown-item:active {
  color: initial;
}
.cid-sEGf46eUEp .widget-title,
.cid-sEGf46eUEp .widget-icon {
  color: #e9e9e9;
}
.cid-sEGf46eUEp .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sEGf46eUEp .menu-logo {
    display: none;
  }
  .cid-sEGf46eUEp .navbar {
    padding: 0;
  }
  .cid-sEGf46eUEp .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEGf46eUEp button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sEGf46eUEp .media-container-row .mbr-text {
  color: #ffdd89;
  text-align: center;
}
.cid-sEGf46eUEp .icon-bar {
  right: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sEGf46eUEp .icon-bar a:hover {
  background-color: #333333;
  margin-left: -50px;
  width: 100px;
}
.cid-sEGf46eUEp .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 6px;
  border-radius: 25px;
}
.cid-sEGf46eUEp .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .instagram {
  background: #cc2952;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .custom1 {
  background: #70c770;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .custom2 {
  background: #0077ff;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sEGf46eUEp .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sEGf46eUEp .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sEGf46eUEp P {
  color: #232323;
  text-align: center;
}
.cid-sEGf46eUEp DIV {
  color: #ffffff;
}
.cid-NCaTQxpTm6 {
  background-color: #000000;
  padding-top: 225px;
  padding-bottom: 75px;
}
.cid-NCaTQxpTm6 #goDown {
  visibility: hidden;
}
.cid-NCaTQxpTm6 video,
.cid-NCaTQxpTm6 img_bar {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-NCaTQxpTm6 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
@media (min-width: 992px) {
  .cid-NCaTQxpTm6 img {
    max-width: 100%;
    opacity: 0.85;
  }
}
@media (max-width: 991px) {
  .cid-NCaTQxpTm6 img {
    max-width: 80%;
    opacity: 0.75;
  }
}
.cid-NCaTQxpTm6 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a7af;
  opacity: 0.2;
}
.cid-NCaTQxpTm6 .show {
  visibility: visible;
}
.cid-NCaTQxpTm6 .hide {
  visibility: hidden;
}
.cid-NCaTQxpTm6 .row {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.cid-NCaTQxpTm6 H1 {
  text-align: left;
  text-shadow: -3px 3px 3px #000000, 0 0 5px #000000;
}
.cid-NCaTQxpTm6 H3 {
  text-align: center;
  text-shadow: -3px 3px 3px #000000, 0 0 5px #000000;
}
.cid-NCaTQxpTm6 p {
  text-align: left;
  text-shadow: -3px 3px 3px #000000, 0 0 5px #000000;
}
.cid-NCaTQxpTm6 .mbr-text,
.cid-NCaTQxpTm6 .mbr-section-btn {
  text-align: center;
  color: #ffdd89;
}
.cid-sEHcmsj9my {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEHcmsj9my h2 {
  color: #000000;
}
.cid-sEHcmsj9my h1 {
  color: #000000;
}
.cid-sEHcmsj9my .mbr-text,
.cid-sEHcmsj9my .mbr-section-btn {
  color: #999999;
}
.cid-sEHcmsj9my H1 {
  color: #00a7af;
}
.cid-sEHdR2NhCh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sEHdR2NhCh hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-899c3DtpW5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-899c3DtpW5 .mbr-figure {
    float: left;
    padding: 25px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-899c3DtpW5 .mbr-figure {
    float: left;
    padding: 25px;
    padding-left: 0px;
  }
}
.cid-899c3DtpW5 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-899c3DtpW5 .mbr-figure img {
  border-radius: 10px;
}
.cid-899c3DtpW5 .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 6px 6px 10px 0 #232323;
}
.cid-sEHlidtCVc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sEHlidtCVc .mbr-figure {
    float: right;
    padding: 25px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sEHlidtCVc .mbr-figure {
    float: right;
    padding: 25px;
    padding-right: 0px;
  }
}
.cid-sEHlidtCVc .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sEHlidtCVc .mbr-figure img {
  border-radius: 10px;
}
.cid-sEHlidtCVc .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 6px 6px 10px 0 #232323;
}
.cid-sEHyrk0Ftp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sEHyrk0Ftp .mbr-figure {
    float: left;
    padding: 25px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sEHyrk0Ftp .mbr-figure {
    float: left;
    padding: 25px;
    padding-left: 0px;
  }
}
.cid-sEHyrk0Ftp .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-sEHyrk0Ftp .mbr-figure img {
  border-radius: 10px;
}
.cid-sEHyrk0Ftp .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 6px 6px 10px 0 #232323;
}
.cid-enrOxvyDzZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-enrOxvyDzZ hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-enrOxvyDzZ .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-enrOxvyDzZ .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #00a7af;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-sEzRM6BQP1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sEzRM6BQP1 .showAlerts {
  display: block !important;
}
.cid-sEzRM6BQP1 .rowflexrev {
  display: -webkit-flex;
}
.cid-sEzRM6BQP1 .title {
  margin-bottom: 2rem;
}
.cid-sEzRM6BQP1 .mbr-section-subtitle {
  color: #00a7af;
  text-align: left;
}
.cid-sEzRM6BQP1 textarea.form-control {
  min-height: 188px;
}
.cid-sEzRM6BQP1 LABEL {
  color: #232323;
}
.cid-sEzRM6BQP1 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sEzRM6BQP1 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sEzRM6BQP1 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sEzRM6BQP1 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sEzRM6BQP1 .alert {
  margin-bottom: 0;
}
.cid-sEzRM6BQP1 .alert-success {
  background-color: #70c770;
}
.cid-sEzRM6BQP1 .alert-danger {
  background-color: #ff4a52;
}
.cid-sEzRM6BQP1 .btn {
  display: inline-flex;
}
.cid-sEzRM6BQP1 .hidden {
  display: none;
}
.cid-sEzRM6BQP1 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sEzRM6BQP1 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sEzRM6BQP1 H2 {
  color: #283074;
  text-align: left;
}
.cid-sEBUh3C09V {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sEBUh3C09V .icon-title {
  margin: 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .cid-sEBUh3C09V .text {
    max-width: 360px;
  }
}
@media (max-width: 992px) {
  .cid-sEBUh3C09V .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-sEBUh3C09V .google-map {
  height: 18rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-sEBUh3C09V .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sEBUh3C09V .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sEBUh3C09V .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sEBUh3C09V .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sEBUh3C09V .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #cc2952;
  text-align: right;
}
.cid-sEBUh3C09V .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sEBUh3C09V .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sEBUh3C09V .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sEBUh3C09V .mbr-text,
.cid-sEBUh3C09V .mbr-section-btn {
  color: #999999;
}
.cid-sEBUh3C09V .icon-title,
.cid-sEBUh3C09V .align-wrap {
  color: #283074;
}
.cid-sEBUh3C09V .mbr-section-title,
.cid-sEBUh3C09V .col {
  color: #00a7af;
}
.cid-sEBUh3C09V .mbr-text,
.cid-sEBUh3C09V .col {
  color: #333333;
}
.cid-sEBUh3C09V H4 {
  color: #283074;
}
.cid-sEAXgXkuwB {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sEAXgXkuwB .link-align {
  width: 100%;
}
.cid-sEAXgXkuwB .link-wrap {
  display: inline-block;
}
.cid-sEAXgXkuwB .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sEAXgXkuwB .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sEAXgXkuwB .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sEAXgXkuwB .link:hover:before {
  width: 60px;
}
.cid-sEAXgXkuwB .mbr-text,
.cid-sEAXgXkuwB .link-align {
  color: #e5e5e5;
}
.cid-sEI5cQYOLh .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sEI5cQYOLh p {
  display: inline;
  font-size: 19px;
  color: #fff;
}
.cid-sEI5cQYOLh .marquee-rtl {
  width: 90%;
  max-width: 100%;
  overflow: hidden;
}
.cid-sEI5cQYOLh .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 63;
}
.cid-sEI5cQYOLh .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-sEI5cQYOLh .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sEI5cQYOLh .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sEI5cQYOLh .navbar-fixed-top {
  padding-top: 0;
}
.cid-sEI5cQYOLh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sEI5cQYOLh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEI5cQYOLh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sEI5cQYOLh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sEI5cQYOLh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sEI5cQYOLh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sEI5cQYOLh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sEI5cQYOLh .menu-content-top {
  background: #00a7af;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sEI5cQYOLh .dropdown-item {
  padding: 0;
}
.cid-sEI5cQYOLh .dropdown-item,
.cid-sEI5cQYOLh .nav-link,
.cid-sEI5cQYOLh .brand-name {
  font-style: normal;
}
.cid-sEI5cQYOLh .dropdown-item:hover,
.cid-sEI5cQYOLh .nav-link:hover,
.cid-sEI5cQYOLh .brand-name:hover {
  color: #283074 !important;
}
.cid-sEI5cQYOLh .dropdown-menu {
  background-color: #283074;
}
.cid-sEI5cQYOLh .dropdown-item:active {
  background-color: #283074;
}
.cid-sEI5cQYOLh .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEI5cQYOLh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sEI5cQYOLh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sEI5cQYOLh .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sEI5cQYOLh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEI5cQYOLh .content-text {
  margin-bottom: 0;
}
.cid-sEI5cQYOLh .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sEI5cQYOLh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #283074;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sEI5cQYOLh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sEI5cQYOLh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sEI5cQYOLh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sEI5cQYOLh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sEI5cQYOLh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sEI5cQYOLh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sEI5cQYOLh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEI5cQYOLh .nav-dropdown .link {
  font-weight: 400;
}
.cid-sEI5cQYOLh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sEI5cQYOLh .content-right-side {
  text-align: center;
}
.cid-sEI5cQYOLh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sEI5cQYOLh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sEI5cQYOLh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sEI5cQYOLh .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEI5cQYOLh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEI5cQYOLh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sEI5cQYOLh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sEI5cQYOLh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sEI5cQYOLh .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sEI5cQYOLh .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sEI5cQYOLh .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sEI5cQYOLh .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEI5cQYOLh .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sEI5cQYOLh .navbar {
    display: block;
    padding: 0;
  }
  .cid-sEI5cQYOLh .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEI5cQYOLh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sEI5cQYOLh .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sEI5cQYOLh .navbar-toggler {
    display: none;
  }
  .cid-sEI5cQYOLh .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sEI5cQYOLh .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sEI5cQYOLh .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sEI5cQYOLh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sEI5cQYOLh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sEI5cQYOLh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sEI5cQYOLh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEI5cQYOLh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sEI5cQYOLh .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sEI5cQYOLh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sEI5cQYOLh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEI5cQYOLh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEI5cQYOLh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEI5cQYOLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEI5cQYOLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEI5cQYOLh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sEI5cQYOLh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEI5cQYOLh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sEI5cQYOLh .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sEI5cQYOLh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sEI5cQYOLh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sEI5cQYOLh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sEI5cQYOLh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sEI5cQYOLh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sEI5cQYOLh button.navbar-toggler:focus {
  outline: none;
}
.cid-sEI5cQYOLh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283074;
}
.cid-sEI5cQYOLh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEI5cQYOLh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEI5cQYOLh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEI5cQYOLh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEI5cQYOLh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEI5cQYOLh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEI5cQYOLh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEI5cQYOLh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEI5cQYOLh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEI5cQYOLh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEI5cQYOLh .collapsed .btn {
  display: flex;
}
.cid-sEI5cQYOLh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sEI5cQYOLh .collapsed .navbar-collapse.collapsing,
.cid-sEI5cQYOLh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sEI5cQYOLh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sEI5cQYOLh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sEI5cQYOLh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sEI5cQYOLh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sEI5cQYOLh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sEI5cQYOLh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sEI5cQYOLh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sEI5cQYOLh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sEI5cQYOLh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sEI5cQYOLh .collapsed button.navbar-toggler {
  display: block;
}
.cid-sEI5cQYOLh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sEI5cQYOLh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sEI5cQYOLh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sEI5cQYOLh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sEI5cQYOLh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sEI5cQYOLh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sEI5cQYOLh .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sEI5cQYOLh .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #00a7af;
  }
  .cid-sEI5cQYOLh .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #00a7af;
  }
}
@media (max-width: 991px) {
  .cid-sEI5cQYOLh .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sEI5cQYOLh .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sEI5cQYOLh .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sEI5cQYOLh .navbar-collapse.collapsing,
  .cid-sEI5cQYOLh .navbar-collapse.show {
    display: block !important;
  }
  .cid-sEI5cQYOLh .navbar-collapse.collapsing .navbar-nav,
  .cid-sEI5cQYOLh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sEI5cQYOLh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sEI5cQYOLh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sEI5cQYOLh .navbar-collapse.collapsing .navbar-buttons,
  .cid-sEI5cQYOLh .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sEI5cQYOLh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sEI5cQYOLh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sEI5cQYOLh img {
    height: 3.8rem !important;
  }
  .cid-sEI5cQYOLh .btn {
    display: flex;
  }
  .cid-sEI5cQYOLh button.navbar-toggler {
    display: block;
  }
  .cid-sEI5cQYOLh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sEI5cQYOLh .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEI5cQYOLh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sEI5cQYOLh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sEI5cQYOLh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sEI5cQYOLh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sEI5cQYOLh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sEI5cQYOLh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sEI5cQYOLh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sEI5cQYOLh .nav-link:focus {
  outline: none;
}
.cid-sEI5cQYOLh .navbar-toggler {
  position: relative;
}
.cid-sEI5cQYOLh .dropdown-item.active,
.cid-sEI5cQYOLh .dropdown-item:active {
  color: initial;
}
.cid-sEI5cQYOLh .widget-title,
.cid-sEI5cQYOLh .widget-icon {
  color: #e9e9e9;
}
.cid-sEI5cQYOLh .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sEI5cQYOLh .menu-logo {
    display: none;
  }
  .cid-sEI5cQYOLh .navbar {
    padding: 0;
  }
  .cid-sEI5cQYOLh .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEI5cQYOLh button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sEI5cQYOLh .media-container-row .mbr-text {
  color: #ffdd89;
  text-align: center;
}
.cid-sEI5cQYOLh .icon-bar {
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sEI5cQYOLh .icon-bar a:hover {
  background-color: #333333;
  margin-left: -50px;
  width: 100px;
}
.cid-sEI5cQYOLh .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 6px;
  border-radius: 17px;
}
.cid-sEI5cQYOLh .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sEI5cQYOLh .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sEI5cQYOLh .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sEI5cQYOLh .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sEI5cQYOLh .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sEI5cQYOLh .instagram {
  background: #cc2952;
  color: white;
  width: 50px;
}
.cid-sEI5cQYOLh .custom1 {
  background: #70c770;
  color: white;
  width: 50px;
}
.cid-sEI5cQYOLh .custom2 {
  background: #0077ff;
  color: white;
  width: 50px;
}
.cid-sEI5cQYOLh .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sEI5cQYOLh .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sEI5cQYOLh .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sEI5cQYOLh P {
  color: #232323;
  text-align: center;
}
.cid-sEI5cQYOLh DIV {
  color: #ffffff;
}
.cid-sEzPdj3GIB {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEzPdj3GIB body {
  min-height: 80vh;
}
.cid-sEzPdj3GIB .form-control:not(select) {
  padding: 1.5rem 0.5rem;
}
.cid-sEzPdj3GIB select.form-control {
  height: 52px;
  padding-left: 0.5rem;
}
.cid-sEzPdj3GIB .form-control::placeholder {
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}
.cid-sEzPdj3GIB .form-control:focus {
  box-shadow: none;
}
.cid-sEzPdj3GIB .ta {
  width: 100%;
}
.cid-sEI5A85aSo .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sEI5A85aSo p {
  display: inline;
  font-size: 19px;
  color: #fff;
}
.cid-sEI5A85aSo .marquee-rtl {
  width: 90%;
  max-width: 100%;
  overflow: hidden;
}
.cid-sEI5A85aSo .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 63;
}
.cid-sEI5A85aSo .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-sEI5A85aSo .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sEI5A85aSo .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sEI5A85aSo .navbar-fixed-top {
  padding-top: 0;
}
.cid-sEI5A85aSo .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sEI5A85aSo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEI5A85aSo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sEI5A85aSo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sEI5A85aSo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sEI5A85aSo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sEI5A85aSo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sEI5A85aSo .menu-content-top {
  background: #00a7af;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sEI5A85aSo .dropdown-item {
  padding: 0;
}
.cid-sEI5A85aSo .dropdown-item,
.cid-sEI5A85aSo .nav-link,
.cid-sEI5A85aSo .brand-name {
  font-style: normal;
}
.cid-sEI5A85aSo .dropdown-item:hover,
.cid-sEI5A85aSo .nav-link:hover,
.cid-sEI5A85aSo .brand-name:hover {
  color: #283074 !important;
}
.cid-sEI5A85aSo .dropdown-menu {
  background-color: #283074;
}
.cid-sEI5A85aSo .dropdown-item:active {
  background-color: #283074;
}
.cid-sEI5A85aSo .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEI5A85aSo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sEI5A85aSo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sEI5A85aSo .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sEI5A85aSo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEI5A85aSo .content-text {
  margin-bottom: 0;
}
.cid-sEI5A85aSo .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sEI5A85aSo .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #283074;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sEI5A85aSo .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sEI5A85aSo .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sEI5A85aSo .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sEI5A85aSo .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sEI5A85aSo .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sEI5A85aSo .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sEI5A85aSo .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEI5A85aSo .nav-dropdown .link {
  font-weight: 400;
}
.cid-sEI5A85aSo .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sEI5A85aSo .content-right-side {
  text-align: center;
}
.cid-sEI5A85aSo .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sEI5A85aSo .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sEI5A85aSo .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sEI5A85aSo .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEI5A85aSo .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEI5A85aSo .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sEI5A85aSo .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sEI5A85aSo .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sEI5A85aSo .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sEI5A85aSo .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sEI5A85aSo .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sEI5A85aSo .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEI5A85aSo .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sEI5A85aSo .navbar {
    display: block;
    padding: 0;
  }
  .cid-sEI5A85aSo .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEI5A85aSo .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sEI5A85aSo .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sEI5A85aSo .navbar-toggler {
    display: none;
  }
  .cid-sEI5A85aSo .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sEI5A85aSo .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sEI5A85aSo .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sEI5A85aSo .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sEI5A85aSo .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sEI5A85aSo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sEI5A85aSo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEI5A85aSo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sEI5A85aSo .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sEI5A85aSo .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sEI5A85aSo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEI5A85aSo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEI5A85aSo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEI5A85aSo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEI5A85aSo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEI5A85aSo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sEI5A85aSo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEI5A85aSo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sEI5A85aSo .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sEI5A85aSo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sEI5A85aSo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sEI5A85aSo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sEI5A85aSo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sEI5A85aSo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sEI5A85aSo button.navbar-toggler:focus {
  outline: none;
}
.cid-sEI5A85aSo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283074;
}
.cid-sEI5A85aSo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEI5A85aSo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEI5A85aSo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEI5A85aSo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEI5A85aSo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEI5A85aSo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEI5A85aSo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEI5A85aSo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEI5A85aSo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEI5A85aSo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEI5A85aSo .collapsed .btn {
  display: flex;
}
.cid-sEI5A85aSo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sEI5A85aSo .collapsed .navbar-collapse.collapsing,
.cid-sEI5A85aSo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sEI5A85aSo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sEI5A85aSo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sEI5A85aSo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sEI5A85aSo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sEI5A85aSo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sEI5A85aSo .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sEI5A85aSo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sEI5A85aSo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sEI5A85aSo .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sEI5A85aSo .collapsed button.navbar-toggler {
  display: block;
}
.cid-sEI5A85aSo .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sEI5A85aSo .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sEI5A85aSo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sEI5A85aSo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sEI5A85aSo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sEI5A85aSo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sEI5A85aSo .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sEI5A85aSo .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #00a7af;
  }
  .cid-sEI5A85aSo .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #00a7af;
  }
}
@media (max-width: 991px) {
  .cid-sEI5A85aSo .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sEI5A85aSo .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sEI5A85aSo .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sEI5A85aSo .navbar-collapse.collapsing,
  .cid-sEI5A85aSo .navbar-collapse.show {
    display: block !important;
  }
  .cid-sEI5A85aSo .navbar-collapse.collapsing .navbar-nav,
  .cid-sEI5A85aSo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sEI5A85aSo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sEI5A85aSo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sEI5A85aSo .navbar-collapse.collapsing .navbar-buttons,
  .cid-sEI5A85aSo .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sEI5A85aSo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sEI5A85aSo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sEI5A85aSo img {
    height: 3.8rem !important;
  }
  .cid-sEI5A85aSo .btn {
    display: flex;
  }
  .cid-sEI5A85aSo button.navbar-toggler {
    display: block;
  }
  .cid-sEI5A85aSo .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sEI5A85aSo .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEI5A85aSo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sEI5A85aSo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sEI5A85aSo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sEI5A85aSo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sEI5A85aSo .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sEI5A85aSo .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sEI5A85aSo .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sEI5A85aSo .nav-link:focus {
  outline: none;
}
.cid-sEI5A85aSo .navbar-toggler {
  position: relative;
}
.cid-sEI5A85aSo .dropdown-item.active,
.cid-sEI5A85aSo .dropdown-item:active {
  color: initial;
}
.cid-sEI5A85aSo .widget-title,
.cid-sEI5A85aSo .widget-icon {
  color: #e9e9e9;
}
.cid-sEI5A85aSo .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sEI5A85aSo .menu-logo {
    display: none;
  }
  .cid-sEI5A85aSo .navbar {
    padding: 0;
  }
  .cid-sEI5A85aSo .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEI5A85aSo button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sEI5A85aSo .media-container-row .mbr-text {
  color: #ffdd89;
  text-align: center;
}
.cid-sEI5A85aSo .icon-bar {
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sEI5A85aSo .icon-bar a:hover {
  background-color: #333333;
  margin-left: -50px;
  width: 100px;
}
.cid-sEI5A85aSo .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 6px;
  border-radius: 17px;
}
.cid-sEI5A85aSo .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sEI5A85aSo .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sEI5A85aSo .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sEI5A85aSo .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sEI5A85aSo .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sEI5A85aSo .instagram {
  background: #cc2952;
  color: white;
  width: 50px;
}
.cid-sEI5A85aSo .custom1 {
  background: #70c770;
  color: white;
  width: 50px;
}
.cid-sEI5A85aSo .custom2 {
  background: #0077ff;
  color: white;
  width: 50px;
}
.cid-sEI5A85aSo .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sEI5A85aSo .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sEI5A85aSo .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sEI5A85aSo P {
  color: #232323;
  text-align: center;
}
.cid-sEI5A85aSo DIV {
  color: #ffffff;
}
.cid-sEAPVXocag {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sEAPVXocag body {
  min-height: 80vh;
}
.cid-sEAPVXocag .form-control:not(select) {
  padding: 1.5rem 0.5rem;
}
.cid-sEAPVXocag select.form-control {
  height: 52px;
  padding-left: 0.5rem;
}
.cid-sEAPVXocag .form-control::placeholder {
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}
.cid-sEAPVXocag .form-control:focus {
  box-shadow: none;
}
.cid-sEAPVXocag .ta {
  width: 100%;
}
.cid-sEANYgTwhq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sEANYgTwhq body {
  min-height: 80vh;
}
.cid-sEANYgTwhq .form-control:not(select) {
  padding: 1.5rem 0.5rem;
}
.cid-sEANYgTwhq select.form-control {
  height: 52px;
  padding-left: 0.5rem;
}
.cid-sEANYgTwhq .form-control::placeholder {
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}
.cid-sEANYgTwhq .form-control:focus {
  box-shadow: none;
}
.cid-sEANYgTwhq .ta {
  width: 100%;
}
.cid-sEAO8wnSCi {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-sEAO8wnSCi body {
  min-height: 80vh;
}
.cid-sEAO8wnSCi .form-control:not(select) {
  padding: 1.5rem 0.5rem;
}
.cid-sEAO8wnSCi select.form-control {
  height: 52px;
  padding-left: 0.5rem;
}
.cid-sEAO8wnSCi .form-control::placeholder {
  color: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}
.cid-sEAO8wnSCi .form-control:focus {
  box-shadow: none;
}
.cid-sEAO8wnSCi .ta {
  width: 100%;
}
.cid-sEAO8wnSCi legend {
  margin: 10px;
  font-size: 1rem;
}
.cid-sFEbovtpMt .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sFEbovtpMt p {
  display: inline;
  font-size: 19px;
  color: #fff;
}
.cid-sFEbovtpMt .marquee-rtl {
  width: 90%;
  max-width: 100%;
  overflow: hidden;
}
.cid-sFEbovtpMt .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 63;
}
.cid-sFEbovtpMt .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-sFEbovtpMt .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sFEbovtpMt .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sFEbovtpMt .navbar-fixed-top {
  padding-top: 0;
}
.cid-sFEbovtpMt .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sFEbovtpMt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFEbovtpMt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sFEbovtpMt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFEbovtpMt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFEbovtpMt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFEbovtpMt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFEbovtpMt .menu-content-top {
  background: #00a7af;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sFEbovtpMt .dropdown-item {
  padding: 0;
}
.cid-sFEbovtpMt .dropdown-item,
.cid-sFEbovtpMt .nav-link,
.cid-sFEbovtpMt .brand-name {
  font-style: normal;
}
.cid-sFEbovtpMt .dropdown-item:hover,
.cid-sFEbovtpMt .nav-link:hover,
.cid-sFEbovtpMt .brand-name:hover {
  color: #283074 !important;
}
.cid-sFEbovtpMt .dropdown-menu {
  background-color: #283074;
}
.cid-sFEbovtpMt .dropdown-item:active {
  background-color: #283074;
}
.cid-sFEbovtpMt .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFEbovtpMt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFEbovtpMt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sFEbovtpMt .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sFEbovtpMt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFEbovtpMt .content-text {
  margin-bottom: 0;
}
.cid-sFEbovtpMt .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sFEbovtpMt .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #283074;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sFEbovtpMt .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sFEbovtpMt .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sFEbovtpMt .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sFEbovtpMt .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sFEbovtpMt .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sFEbovtpMt .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sFEbovtpMt .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFEbovtpMt .nav-dropdown .link {
  font-weight: 400;
}
.cid-sFEbovtpMt .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sFEbovtpMt .content-right-side {
  text-align: center;
}
.cid-sFEbovtpMt .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sFEbovtpMt .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sFEbovtpMt .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sFEbovtpMt .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFEbovtpMt .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFEbovtpMt .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sFEbovtpMt .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sFEbovtpMt .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sFEbovtpMt .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sFEbovtpMt .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sFEbovtpMt .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sFEbovtpMt .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sFEbovtpMt .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sFEbovtpMt .navbar {
    display: block;
    padding: 0;
  }
  .cid-sFEbovtpMt .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sFEbovtpMt .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sFEbovtpMt .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sFEbovtpMt .navbar-toggler {
    display: none;
  }
  .cid-sFEbovtpMt .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFEbovtpMt .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sFEbovtpMt .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFEbovtpMt .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sFEbovtpMt .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sFEbovtpMt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFEbovtpMt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFEbovtpMt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFEbovtpMt .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sFEbovtpMt .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFEbovtpMt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFEbovtpMt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFEbovtpMt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFEbovtpMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFEbovtpMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFEbovtpMt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFEbovtpMt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFEbovtpMt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sFEbovtpMt .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sFEbovtpMt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFEbovtpMt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFEbovtpMt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFEbovtpMt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFEbovtpMt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sFEbovtpMt button.navbar-toggler:focus {
  outline: none;
}
.cid-sFEbovtpMt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283074;
}
.cid-sFEbovtpMt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFEbovtpMt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFEbovtpMt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFEbovtpMt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFEbovtpMt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFEbovtpMt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFEbovtpMt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFEbovtpMt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFEbovtpMt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFEbovtpMt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFEbovtpMt .collapsed .btn {
  display: flex;
}
.cid-sFEbovtpMt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFEbovtpMt .collapsed .navbar-collapse.collapsing,
.cid-sFEbovtpMt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFEbovtpMt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFEbovtpMt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFEbovtpMt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFEbovtpMt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFEbovtpMt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFEbovtpMt .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sFEbovtpMt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFEbovtpMt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFEbovtpMt .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sFEbovtpMt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFEbovtpMt .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sFEbovtpMt .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sFEbovtpMt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sFEbovtpMt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFEbovtpMt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFEbovtpMt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sFEbovtpMt .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sFEbovtpMt .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #00a7af;
  }
  .cid-sFEbovtpMt .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #00a7af;
  }
}
@media (max-width: 991px) {
  .cid-sFEbovtpMt .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sFEbovtpMt .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sFEbovtpMt .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFEbovtpMt .navbar-collapse.collapsing,
  .cid-sFEbovtpMt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFEbovtpMt .navbar-collapse.collapsing .navbar-nav,
  .cid-sFEbovtpMt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFEbovtpMt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFEbovtpMt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFEbovtpMt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFEbovtpMt .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sFEbovtpMt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFEbovtpMt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFEbovtpMt img {
    height: 3.8rem !important;
  }
  .cid-sFEbovtpMt .btn {
    display: flex;
  }
  .cid-sFEbovtpMt button.navbar-toggler {
    display: block;
  }
  .cid-sFEbovtpMt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sFEbovtpMt .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFEbovtpMt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sFEbovtpMt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFEbovtpMt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFEbovtpMt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sFEbovtpMt .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sFEbovtpMt .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sFEbovtpMt .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sFEbovtpMt .nav-link:focus {
  outline: none;
}
.cid-sFEbovtpMt .navbar-toggler {
  position: relative;
}
.cid-sFEbovtpMt .dropdown-item.active,
.cid-sFEbovtpMt .dropdown-item:active {
  color: initial;
}
.cid-sFEbovtpMt .widget-title,
.cid-sFEbovtpMt .widget-icon {
  color: #e9e9e9;
}
.cid-sFEbovtpMt .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sFEbovtpMt .menu-logo {
    display: none;
  }
  .cid-sFEbovtpMt .navbar {
    padding: 0;
  }
  .cid-sFEbovtpMt .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sFEbovtpMt button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sFEbovtpMt .media-container-row .mbr-text {
  color: #ffdd89;
  text-align: center;
}
.cid-sFEbovtpMt .icon-bar {
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sFEbovtpMt .icon-bar a:hover {
  background-color: #333333;
  margin-left: -50px;
  width: 100px;
}
.cid-sFEbovtpMt .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 6px;
  border-radius: 17px;
}
.cid-sFEbovtpMt .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sFEbovtpMt .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sFEbovtpMt .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sFEbovtpMt .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sFEbovtpMt .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sFEbovtpMt .instagram {
  background: #cc2952;
  color: white;
  width: 50px;
}
.cid-sFEbovtpMt .custom1 {
  background: #70c770;
  color: white;
  width: 50px;
}
.cid-sFEbovtpMt .custom2 {
  background: #0077ff;
  color: white;
  width: 50px;
}
.cid-sFEbovtpMt .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sFEbovtpMt .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sFEbovtpMt .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sFEbovtpMt P {
  color: #232323;
  text-align: center;
}
.cid-sFEbovtpMt DIV {
  color: #ffffff;
}
.cid-sFEboxdUec {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFEboxdUec h2 {
  color: #000000;
}
.cid-sFEboxdUec h1 {
  color: #000000;
}
.cid-sFEboxdUec .mbr-text,
.cid-sFEboxdUec .mbr-section-btn {
  color: #999999;
}
.cid-sFEboxdUec H1 {
  text-align: left;
  color: #283074;
}
.cid-sFEboxdUec H2 {
  text-align: center;
  color: #a4052e;
}
.cid-sFEboxdUec .blink_me {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.cid-sGzgKB5hMU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGzgKB5hMU body {
  background: #e0e5ec;
}
.cid-sGzgKB5hMU .frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
.cid-sGzgKB5hMU button {
  margin: 20px;
}
.cid-sGzgKB5hMU .custom-btn {
  width: 140px;
  height: 100px;
  margin: 10px;
  color: #fff;
  border-radius: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 120%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
.cid-sGzgKB5hMU .btn-1 {
  background: #283074;
  border: none;
}
.cid-sGzgKB5hMU .btn-1:hover {
  background: #00a7af;
}
.cid-sGzgKB5hMU .mbr-section-title {
  color: #283074;
}
.cid-sGYha1B7PW .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sGYha1B7PW p {
  display: inline;
  font-size: 19px;
  color: #fff;
}
.cid-sGYha1B7PW .marquee-rtl {
  width: 90%;
  max-width: 100%;
  overflow: hidden;
}
.cid-sGYha1B7PW .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 63;
}
.cid-sGYha1B7PW .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-sGYha1B7PW .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGYha1B7PW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sGYha1B7PW .navbar-fixed-top {
  padding-top: 0;
}
.cid-sGYha1B7PW .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sGYha1B7PW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGYha1B7PW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sGYha1B7PW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sGYha1B7PW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sGYha1B7PW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sGYha1B7PW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sGYha1B7PW .menu-content-top {
  background: #00a7af;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sGYha1B7PW .dropdown-item {
  padding: 0;
}
.cid-sGYha1B7PW .dropdown-item,
.cid-sGYha1B7PW .nav-link,
.cid-sGYha1B7PW .brand-name {
  font-style: normal;
}
.cid-sGYha1B7PW .dropdown-item:hover,
.cid-sGYha1B7PW .nav-link:hover,
.cid-sGYha1B7PW .brand-name:hover {
  color: #283074 !important;
}
.cid-sGYha1B7PW .dropdown-menu {
  background-color: #283074;
}
.cid-sGYha1B7PW .dropdown-item:active {
  background-color: #283074;
}
.cid-sGYha1B7PW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGYha1B7PW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sGYha1B7PW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sGYha1B7PW .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sGYha1B7PW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGYha1B7PW .content-text {
  margin-bottom: 0;
}
.cid-sGYha1B7PW .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sGYha1B7PW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #283074;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sGYha1B7PW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sGYha1B7PW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sGYha1B7PW .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sGYha1B7PW .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGYha1B7PW .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sGYha1B7PW .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sGYha1B7PW .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGYha1B7PW .nav-dropdown .link {
  font-weight: 400;
}
.cid-sGYha1B7PW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sGYha1B7PW .content-right-side {
  text-align: center;
}
.cid-sGYha1B7PW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sGYha1B7PW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sGYha1B7PW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sGYha1B7PW .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGYha1B7PW .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGYha1B7PW .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sGYha1B7PW .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sGYha1B7PW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sGYha1B7PW .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sGYha1B7PW .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sGYha1B7PW .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sGYha1B7PW .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGYha1B7PW .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sGYha1B7PW .navbar {
    display: block;
    padding: 0;
  }
  .cid-sGYha1B7PW .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sGYha1B7PW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sGYha1B7PW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sGYha1B7PW .navbar-toggler {
    display: none;
  }
  .cid-sGYha1B7PW .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGYha1B7PW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sGYha1B7PW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sGYha1B7PW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sGYha1B7PW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sGYha1B7PW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sGYha1B7PW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGYha1B7PW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sGYha1B7PW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sGYha1B7PW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGYha1B7PW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGYha1B7PW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGYha1B7PW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGYha1B7PW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGYha1B7PW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGYha1B7PW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sGYha1B7PW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGYha1B7PW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sGYha1B7PW .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sGYha1B7PW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sGYha1B7PW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sGYha1B7PW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sGYha1B7PW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sGYha1B7PW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sGYha1B7PW button.navbar-toggler:focus {
  outline: none;
}
.cid-sGYha1B7PW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283074;
}
.cid-sGYha1B7PW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGYha1B7PW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGYha1B7PW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGYha1B7PW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGYha1B7PW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGYha1B7PW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGYha1B7PW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGYha1B7PW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGYha1B7PW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGYha1B7PW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGYha1B7PW .collapsed .btn {
  display: flex;
}
.cid-sGYha1B7PW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sGYha1B7PW .collapsed .navbar-collapse.collapsing,
.cid-sGYha1B7PW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sGYha1B7PW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sGYha1B7PW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sGYha1B7PW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sGYha1B7PW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sGYha1B7PW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sGYha1B7PW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sGYha1B7PW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sGYha1B7PW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sGYha1B7PW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sGYha1B7PW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sGYha1B7PW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sGYha1B7PW .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sGYha1B7PW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sGYha1B7PW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sGYha1B7PW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sGYha1B7PW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sGYha1B7PW .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sGYha1B7PW .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #00a7af;
  }
  .cid-sGYha1B7PW .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #00a7af;
  }
}
@media (max-width: 991px) {
  .cid-sGYha1B7PW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sGYha1B7PW .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sGYha1B7PW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sGYha1B7PW .navbar-collapse.collapsing,
  .cid-sGYha1B7PW .navbar-collapse.show {
    display: block !important;
  }
  .cid-sGYha1B7PW .navbar-collapse.collapsing .navbar-nav,
  .cid-sGYha1B7PW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sGYha1B7PW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sGYha1B7PW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sGYha1B7PW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sGYha1B7PW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sGYha1B7PW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sGYha1B7PW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sGYha1B7PW img {
    height: 3.8rem !important;
  }
  .cid-sGYha1B7PW .btn {
    display: flex;
  }
  .cid-sGYha1B7PW button.navbar-toggler {
    display: block;
  }
  .cid-sGYha1B7PW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sGYha1B7PW .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGYha1B7PW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sGYha1B7PW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sGYha1B7PW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sGYha1B7PW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sGYha1B7PW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sGYha1B7PW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sGYha1B7PW .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sGYha1B7PW .nav-link:focus {
  outline: none;
}
.cid-sGYha1B7PW .navbar-toggler {
  position: relative;
}
.cid-sGYha1B7PW .dropdown-item.active,
.cid-sGYha1B7PW .dropdown-item:active {
  color: initial;
}
.cid-sGYha1B7PW .widget-title,
.cid-sGYha1B7PW .widget-icon {
  color: #e9e9e9;
}
.cid-sGYha1B7PW .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sGYha1B7PW .menu-logo {
    display: none;
  }
  .cid-sGYha1B7PW .navbar {
    padding: 0;
  }
  .cid-sGYha1B7PW .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sGYha1B7PW button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sGYha1B7PW .media-container-row .mbr-text {
  color: #ffdd89;
  text-align: center;
}
.cid-sGYha1B7PW .icon-bar {
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sGYha1B7PW .icon-bar a:hover {
  background-color: #333333;
  margin-left: -50px;
  width: 100px;
}
.cid-sGYha1B7PW .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 6px;
  border-radius: 17px;
}
.cid-sGYha1B7PW .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sGYha1B7PW .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sGYha1B7PW .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sGYha1B7PW .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sGYha1B7PW .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sGYha1B7PW .instagram {
  background: #cc2952;
  color: white;
  width: 50px;
}
.cid-sGYha1B7PW .custom1 {
  background: #70c770;
  color: white;
  width: 50px;
}
.cid-sGYha1B7PW .custom2 {
  background: #0077ff;
  color: white;
  width: 50px;
}
.cid-sGYha1B7PW .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sGYha1B7PW .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sGYha1B7PW .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sGYha1B7PW P {
  color: #232323;
  text-align: center;
}
.cid-sGYha1B7PW DIV {
  color: #ffffff;
}
.cid-sGYha3Bd99 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGYha3Bd99 h2 {
  color: #000000;
}
.cid-sGYha3Bd99 h1 {
  color: #000000;
}
.cid-sGYha3Bd99 .mbr-text,
.cid-sGYha3Bd99 .mbr-section-btn {
  color: #999999;
}
.cid-sGYha3Bd99 H1 {
  text-align: left;
  color: #283074;
}
.cid-sGYha3Bd99 H2 {
  text-align: center;
  color: #a4052e;
}
.cid-sGYha3Bd99 .blink_me {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.cid-sGYha4sxOZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sGYha4sxOZ body {
  background: #e0e5ec;
}
.cid-sGYha4sxOZ .frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
.cid-sGYha4sxOZ button {
  margin: 20px;
}
.cid-sGYha4sxOZ .custom-btn {
  width: 140px;
  height: 100px;
  margin: 10px;
  color: #fff;
  border-radius: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 120%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
.cid-sGYha4sxOZ .btn-1 {
  background: #283074;
  border: none;
}
.cid-sGYha4sxOZ .btn-1:hover {
  background: #00a7af;
}
.cid-sGYha4sxOZ .mbr-section-title {
  color: #283074;
}
.cid-sKeekqkIgT .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sKeekqkIgT p {
  display: inline;
  font-size: 19px;
  color: #fff;
}
.cid-sKeekqkIgT .marquee-rtl {
  width: 90%;
  max-width: 100%;
  overflow: hidden;
}
.cid-sKeekqkIgT .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 63;
}
.cid-sKeekqkIgT .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-sKeekqkIgT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sKeekqkIgT .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sKeekqkIgT .navbar-fixed-top {
  padding-top: 0;
}
.cid-sKeekqkIgT .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sKeekqkIgT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKeekqkIgT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sKeekqkIgT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKeekqkIgT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKeekqkIgT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKeekqkIgT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKeekqkIgT .menu-content-top {
  background: #00a7af;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sKeekqkIgT .dropdown-item {
  padding: 0;
}
.cid-sKeekqkIgT .dropdown-item,
.cid-sKeekqkIgT .nav-link,
.cid-sKeekqkIgT .brand-name {
  font-style: normal;
}
.cid-sKeekqkIgT .dropdown-item:hover,
.cid-sKeekqkIgT .nav-link:hover,
.cid-sKeekqkIgT .brand-name:hover {
  color: #283074 !important;
}
.cid-sKeekqkIgT .dropdown-menu {
  background-color: #283074;
}
.cid-sKeekqkIgT .dropdown-item:active {
  background-color: #283074;
}
.cid-sKeekqkIgT .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKeekqkIgT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sKeekqkIgT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sKeekqkIgT .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sKeekqkIgT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKeekqkIgT .content-text {
  margin-bottom: 0;
}
.cid-sKeekqkIgT .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sKeekqkIgT .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #283074;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sKeekqkIgT .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sKeekqkIgT .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sKeekqkIgT .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sKeekqkIgT .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKeekqkIgT .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sKeekqkIgT .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sKeekqkIgT .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKeekqkIgT .nav-dropdown .link {
  font-weight: 400;
}
.cid-sKeekqkIgT .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sKeekqkIgT .content-right-side {
  text-align: center;
}
.cid-sKeekqkIgT .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sKeekqkIgT .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sKeekqkIgT .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sKeekqkIgT .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKeekqkIgT .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKeekqkIgT .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sKeekqkIgT .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sKeekqkIgT .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sKeekqkIgT .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sKeekqkIgT .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sKeekqkIgT .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sKeekqkIgT .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKeekqkIgT .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sKeekqkIgT .navbar {
    display: block;
    padding: 0;
  }
  .cid-sKeekqkIgT .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sKeekqkIgT .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sKeekqkIgT .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sKeekqkIgT .navbar-toggler {
    display: none;
  }
  .cid-sKeekqkIgT .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sKeekqkIgT .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sKeekqkIgT .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKeekqkIgT .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sKeekqkIgT .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sKeekqkIgT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKeekqkIgT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKeekqkIgT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKeekqkIgT .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sKeekqkIgT .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKeekqkIgT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKeekqkIgT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKeekqkIgT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKeekqkIgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKeekqkIgT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKeekqkIgT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKeekqkIgT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKeekqkIgT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sKeekqkIgT .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sKeekqkIgT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKeekqkIgT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKeekqkIgT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKeekqkIgT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKeekqkIgT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sKeekqkIgT button.navbar-toggler:focus {
  outline: none;
}
.cid-sKeekqkIgT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283074;
}
.cid-sKeekqkIgT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKeekqkIgT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKeekqkIgT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKeekqkIgT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKeekqkIgT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKeekqkIgT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKeekqkIgT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKeekqkIgT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKeekqkIgT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKeekqkIgT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKeekqkIgT .collapsed .btn {
  display: flex;
}
.cid-sKeekqkIgT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKeekqkIgT .collapsed .navbar-collapse.collapsing,
.cid-sKeekqkIgT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKeekqkIgT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKeekqkIgT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKeekqkIgT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKeekqkIgT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKeekqkIgT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKeekqkIgT .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sKeekqkIgT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKeekqkIgT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKeekqkIgT .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sKeekqkIgT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKeekqkIgT .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sKeekqkIgT .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKeekqkIgT .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sKeekqkIgT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKeekqkIgT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKeekqkIgT .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sKeekqkIgT .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sKeekqkIgT .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #00a7af;
  }
  .cid-sKeekqkIgT .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #00a7af;
  }
}
@media (max-width: 991px) {
  .cid-sKeekqkIgT .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sKeekqkIgT .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sKeekqkIgT .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKeekqkIgT .navbar-collapse.collapsing,
  .cid-sKeekqkIgT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKeekqkIgT .navbar-collapse.collapsing .navbar-nav,
  .cid-sKeekqkIgT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKeekqkIgT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKeekqkIgT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKeekqkIgT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKeekqkIgT .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sKeekqkIgT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKeekqkIgT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKeekqkIgT img {
    height: 3.8rem !important;
  }
  .cid-sKeekqkIgT .btn {
    display: flex;
  }
  .cid-sKeekqkIgT button.navbar-toggler {
    display: block;
  }
  .cid-sKeekqkIgT .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sKeekqkIgT .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKeekqkIgT .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sKeekqkIgT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKeekqkIgT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKeekqkIgT .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sKeekqkIgT .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sKeekqkIgT .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sKeekqkIgT .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sKeekqkIgT .nav-link:focus {
  outline: none;
}
.cid-sKeekqkIgT .navbar-toggler {
  position: relative;
}
.cid-sKeekqkIgT .dropdown-item.active,
.cid-sKeekqkIgT .dropdown-item:active {
  color: initial;
}
.cid-sKeekqkIgT .widget-title,
.cid-sKeekqkIgT .widget-icon {
  color: #e9e9e9;
}
.cid-sKeekqkIgT .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sKeekqkIgT .menu-logo {
    display: none;
  }
  .cid-sKeekqkIgT .navbar {
    padding: 0;
  }
  .cid-sKeekqkIgT .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKeekqkIgT button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sKeekqkIgT .media-container-row .mbr-text {
  color: #ffdd89;
  text-align: center;
}
.cid-sKeekqkIgT .icon-bar {
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKeekqkIgT .icon-bar a:hover {
  background-color: #333333;
  margin-left: -50px;
  width: 100px;
}
.cid-sKeekqkIgT .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 6px;
  border-radius: 17px;
}
.cid-sKeekqkIgT .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sKeekqkIgT .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sKeekqkIgT .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sKeekqkIgT .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sKeekqkIgT .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sKeekqkIgT .instagram {
  background: #cc2952;
  color: white;
  width: 50px;
}
.cid-sKeekqkIgT .custom1 {
  background: #70c770;
  color: white;
  width: 50px;
}
.cid-sKeekqkIgT .custom2 {
  background: #0077ff;
  color: white;
  width: 50px;
}
.cid-sKeekqkIgT .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sKeekqkIgT .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sKeekqkIgT .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sKeekqkIgT P {
  color: #232323;
  text-align: center;
}
.cid-sKeekqkIgT DIV {
  color: #ffffff;
}
.cid-sKeekulEX2 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKeekulEX2 h2 {
  color: #000000;
}
.cid-sKeekulEX2 h1 {
  color: #000000;
}
.cid-sKeekulEX2 .mbr-text,
.cid-sKeekulEX2 .mbr-section-btn {
  color: #999999;
}
.cid-sKeekulEX2 H1 {
  text-align: left;
  color: #283074;
}
.cid-sKeekulEX2 H2 {
  text-align: center;
  color: #a4052e;
}
.cid-sKeekulEX2 .blink_me {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
#custom-html-80 {
  /* Type valid CSS here */
}
#custom-html-80 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-80 p {
  font-size: 60px;
  color: #777;
}
#custom-html-81 {
  /* Type valid CSS here */
}
#custom-html-81 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-81 p {
  font-size: 60px;
  color: #777;
}
#custom-html-86 {
  /* Type valid CSS here */
}
#custom-html-86 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-86 p {
  font-size: 60px;
  color: #777;
}
.cid-sPNINWTIGM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sPNINWTIGM h2 {
  color: #000000;
}
.cid-sPNINWTIGM h1 {
  color: #000000;
}
.cid-sPNINWTIGM .mbr-text,
.cid-sPNINWTIGM .mbr-section-btn {
  color: #999999;
}
.cid-sPNINWTIGM H1 {
  text-align: left;
  color: #283074;
}
.cid-sPNINWTIGM H2 {
  text-align: left;
  color: #283074;
}
#custom-html-8e {
  /* Type valid CSS here */
}
#custom-html-8e section {
  font-weight: bold;
  background-color: #ffffff;
}
#custom-html-8e h1 {
  text-align: center;
  color: #283074;
  background-color: #ffffff;
  font-size: xx-large;
  font-family: Be Vietnam;
}
#custom-html-8e table {
  color: #283074;
  margin: 0 auto;
  font-size: medium;
  border: 2px solid black;
  width: 80%;
}
#custom-html-8e th {
  font-weight: bold;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
}
#custom-html-8e td {
  text-align: center;
  font-weight: lighter;
  border: 1px #DDD solid;
  padding: 5px;
}
#custom-html-8e tr:hover {
  background-color: brown;
  color: #FFFFFF;
}
#custom-html-8e .custom-btn {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 10px;
}
.cid-sPOik1wUe3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPOik1wUe3 h4 {
  color: #ffffff;
}
.cid-sPT8GdwFLh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sPT8GdwFLh h2 {
  color: #000000;
}
.cid-sPT8GdwFLh h1 {
  color: #000000;
}
.cid-sPT8GdwFLh .mbr-text,
.cid-sPT8GdwFLh .mbr-section-btn {
  color: #999999;
}
.cid-sPT8GdwFLh H1 {
  text-align: left;
  color: #283074;
}
.cid-sPT8GdwFLh H2 {
  text-align: left;
  color: #283074;
}
.cid-sQgHRMzU9J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sQgHRMzU9J h2 {
  color: #000000;
}
.cid-sQgHRMzU9J h1 {
  color: #000000;
}
.cid-sQgHRMzU9J .mbr-text,
.cid-sQgHRMzU9J .mbr-section-btn {
  color: #999999;
}
.cid-sQgHRMzU9J H1 {
  text-align: left;
  color: #283074;
}
.cid-sQgHRMzU9J H2 {
  text-align: left;
  color: #283074;
}
#custom-html-8w section {
  font-weight: bold;
  background-color: #ffffff;
}
#custom-html-8w h1 {
  text-align: center;
  color: #283074;
  background-color: #ffffff;
  font-size: xx-large;
  font-family: Be Vietnam;
}
#custom-html-8w table {
  color: #283074;
  margin: 0 auto;
  font-size: medium;
  border: 2px solid black;
  width: 80%;
}
#custom-html-8w th {
  font-weight: bold;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
}
#custom-html-8w td {
  text-align: center;
  font-weight: lighter;
  border: 1px #DDD solid;
  padding: 5px;
}
#custom-html-8w tr:hover {
  background-color: brown;
  color: #FFFFFF;
}
#custom-html-8w .custom-btn {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 10px;
}
.cid-sQgHRNbKkU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQgHRNbKkU h4 {
  color: #ffffff;
}
.cid-sQgICSlbux {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sQgICSlbux h2 {
  color: #000000;
}
.cid-sQgICSlbux h1 {
  color: #000000;
}
.cid-sQgICSlbux .mbr-text,
.cid-sQgICSlbux .mbr-section-btn {
  color: #999999;
}
.cid-sQgICSlbux H1 {
  text-align: left;
  color: #283074;
}
.cid-sQgICSlbux H2 {
  text-align: left;
  color: #283074;
}
#custom-html-92 section {
  font-weight: bold;
  background-color: #ffffff;
}
#custom-html-92 h1 {
  text-align: center;
  color: #283074;
  background-color: #ffffff;
  font-size: xx-large;
  font-family: Be Vietnam;
}
#custom-html-92 table {
  color: #283074;
  margin: 0 auto;
  font-size: medium;
  border: 2px solid black;
  width: 80%;
}
#custom-html-92 th {
  font-weight: bold;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
}
#custom-html-92 td {
  text-align: center;
  font-weight: lighter;
  border: 1px #DDD solid;
  padding: 5px;
}
#custom-html-92 tr:hover {
  background-color: brown;
  color: #FFFFFF;
}
#custom-html-92 .custom-btn {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 10px;
}
.cid-sQgICSTnsh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQgICSTnsh h4 {
  color: #ffffff;
}
.cid-sQhbmmBpGq {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQhbmmBpGq h2 {
  color: #000000;
}
.cid-sQhbmmBpGq h1 {
  color: #000000;
}
.cid-sQhbmmBpGq .mbr-text,
.cid-sQhbmmBpGq .mbr-section-btn {
  color: #999999;
}
.cid-sQhbmmBpGq H1 {
  text-align: left;
  color: #283074;
}
.cid-sQhbmmBpGq H2 {
  text-align: left;
  color: #283074;
}
.cid-sQhqKBUsjv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sQhqKBUsjv .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sQhqKBUsjv .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sQhqKBUsjv .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sQhqKBUsjv .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sQhqKBUsjv .mbr-text,
.cid-sQhqKBUsjv .mbr-section-btn {
  color: #999999;
}
.cid-sQhqKBUsjv hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #283074;
}
.cid-sQhqKBUsjv label {
  font-weight: bold;
  color: #283074;
}
.cid-sQhqKBUsjv input {
  font-weight: normal;
  padding: 5px;
  color: #000000;
}
.cid-sQhqKBUsjv select {
  font-weight: normal;
  padding: 5px;
  color: #000000;
}
.cid-sQhqKBUsjv H4 {
  color: #999999;
}
.cid-sRXDFg9Pjz {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRXDFg9Pjz h2 {
  color: #000000;
}
.cid-sRXDFg9Pjz h1 {
  color: #000000;
}
.cid-sRXDFg9Pjz .mbr-text,
.cid-sRXDFg9Pjz .mbr-section-btn {
  color: #999999;
}
.cid-sRXDFg9Pjz H1 {
  text-align: left;
  color: #283074;
}
.cid-sRXDFg9Pjz H2 {
  text-align: left;
  color: #283074;
}
.cid-sRXDFgMNQW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sRXDFgMNQW .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sRXDFgMNQW .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sRXDFgMNQW .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sRXDFgMNQW .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sRXDFgMNQW .mbr-text,
.cid-sRXDFgMNQW .mbr-section-btn {
  color: #999999;
}
.cid-sRXDFgMNQW hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #283074;
}
.cid-sRXDFgMNQW label {
  font-weight: bold;
  color: #283074;
}
.cid-sRXDFgMNQW input {
  font-weight: normal;
  padding: 5px;
  color: #000000;
}
.cid-sRXDFgMNQW select {
  font-weight: normal;
  padding: 5px;
  color: #000000;
}
.cid-sRXDFgMNQW H4 {
  color: #999999;
}
.cid-sSbaUzN0je {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSbaUzN0je h2 {
  color: #000000;
}
.cid-sSbaUzN0je h1 {
  color: #000000;
}
.cid-sSbaUzN0je .mbr-text,
.cid-sSbaUzN0je .mbr-section-btn {
  color: #999999;
}
.cid-sSbaUzN0je H1 {
  text-align: left;
  color: #283074;
}
.cid-sSbaUzN0je H2 {
  text-align: left;
  color: #283074;
}
.cid-sSbaUAqvmN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sSbaUAqvmN .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sSbaUAqvmN .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sSbaUAqvmN .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sSbaUAqvmN .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sSbaUAqvmN .mbr-text,
.cid-sSbaUAqvmN .mbr-section-btn {
  color: #999999;
}
.cid-sSbaUAqvmN hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #283074;
}
.cid-sSbaUAqvmN label {
  font-weight: bold;
  color: #283074;
}
.cid-sSbaUAqvmN input {
  font-weight: normal;
  padding: 5px;
  color: #000000;
}
.cid-sSbaUAqvmN select {
  font-weight: normal;
  padding: 5px;
  color: #000000;
}
.cid-sSbaUAqvmN H4 {
  color: #999999;
}
.cid-sSbcTo5YzS {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSbcTo5YzS h2 {
  color: #000000;
}
.cid-sSbcTo5YzS h1 {
  color: #000000;
}
.cid-sSbcTo5YzS .mbr-text,
.cid-sSbcTo5YzS .mbr-section-btn {
  color: #999999;
}
.cid-sSbcTo5YzS H1 {
  text-align: left;
  color: #283074;
}
.cid-sSbcTo5YzS H2 {
  text-align: left;
  color: #283074;
}
.cid-sSbcToMsA4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sSbcToMsA4 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sSbcToMsA4 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sSbcToMsA4 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sSbcToMsA4 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sSbcToMsA4 .mbr-text,
.cid-sSbcToMsA4 .mbr-section-btn {
  color: #999999;
}
.cid-sSbcToMsA4 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #283074;
}
.cid-sSbcToMsA4 label {
  font-weight: bold;
  color: #283074;
}
.cid-sSbcToMsA4 input {
  font-weight: normal;
  padding: 5px;
  color: #000000;
}
.cid-sSbcToMsA4 select {
  font-weight: normal;
  padding: 5px;
  color: #000000;
}
.cid-sSbcToMsA4 H4 {
  color: #999999;
}
.cid-sSbkEJFDuT {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSbkEJFDuT h2 {
  color: #000000;
}
.cid-sSbkEJFDuT h1 {
  color: #000000;
}
.cid-sSbkEJFDuT .mbr-text,
.cid-sSbkEJFDuT .mbr-section-btn {
  color: #999999;
}
.cid-sSbkEJFDuT H1 {
  text-align: left;
  color: #283074;
}
.cid-sSbkEJFDuT H2 {
  text-align: left;
  color: #283074;
}
.cid-sSbkEKdLsc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sSbkEKdLsc .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sSbkEKdLsc .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sSbkEKdLsc .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sSbkEKdLsc .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sSbkEKdLsc .mbr-text,
.cid-sSbkEKdLsc .mbr-section-btn {
  color: #999999;
}
.cid-sSbkEKdLsc hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #283074;
}
.cid-sSbkEKdLsc label {
  font-weight: bold;
  color: #283074;
}
.cid-sSbkEKdLsc input {
  font-weight: normal;
  color: #000000;
}
.cid-sSbkEKdLsc select {
  font-weight: normal;
  color: #000000;
}
.cid-sSbkEKdLsc H4 {
  color: #999999;
}
.cid-sSbnuPuseK {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSbnuPuseK h2 {
  color: #000000;
}
.cid-sSbnuPuseK h1 {
  color: #000000;
}
.cid-sSbnuPuseK .mbr-text,
.cid-sSbnuPuseK .mbr-section-btn {
  color: #999999;
}
.cid-sSbnuPuseK H1 {
  text-align: left;
  color: #283074;
}
.cid-sSbnuPuseK H2 {
  text-align: left;
  color: #283074;
}
.cid-sSbnuQ5KrC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sSbnuQ5KrC .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sSbnuQ5KrC .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sSbnuQ5KrC .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sSbnuQ5KrC .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sSbnuQ5KrC .mbr-text,
.cid-sSbnuQ5KrC .mbr-section-btn {
  color: #999999;
}
.cid-sSbnuQ5KrC hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #283074;
}
.cid-sSbnuQ5KrC label {
  font-weight: bold;
  color: #283074;
}
.cid-sSbnuQ5KrC input {
  font-weight: normal;
  color: #000000;
}
.cid-sSbnuQ5KrC select {
  font-weight: normal;
  color: #000000;
}
.cid-sSbnuQ5KrC H4 {
  color: #999999;
}
.cid-sEGf46eUEp .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sEGf46eUEp p {
  display: inline;
  font-size: 19px;
  color: #fff;
}
.cid-sEGf46eUEp .marquee-rtl {
  width: 90%;
  max-width: 100%;
  overflow: hidden;
}
.cid-sEGf46eUEp .marquee-rtl > :first-child {
  display: inline-block;
  padding-right: 2em;
  padding-left: 100%;
  white-space: nowrap;
  animation: defilement-rtl 50s infinite linear;
  animation-iteration-count: 63;
}
.cid-sEGf46eUEp .marquee-rtl:hover :first-child {
  animation-play-state: paused;
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-sEGf46eUEp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sEGf46eUEp .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sEGf46eUEp .navbar-fixed-top {
  padding-top: 0;
}
.cid-sEGf46eUEp .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sEGf46eUEp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sEGf46eUEp .menu-content-top {
  background: #00a7af;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sEGf46eUEp .dropdown-item {
  padding: 0;
}
.cid-sEGf46eUEp .dropdown-item,
.cid-sEGf46eUEp .nav-link,
.cid-sEGf46eUEp .brand-name {
  font-style: normal;
}
.cid-sEGf46eUEp .dropdown-item:hover,
.cid-sEGf46eUEp .nav-link:hover,
.cid-sEGf46eUEp .brand-name:hover {
  color: #283074 !important;
}
.cid-sEGf46eUEp .dropdown-menu {
  background-color: #283074;
}
.cid-sEGf46eUEp .dropdown-item:active {
  background-color: #283074;
}
.cid-sEGf46eUEp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEGf46eUEp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sEGf46eUEp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sEGf46eUEp .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sEGf46eUEp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEGf46eUEp .content-text {
  margin-bottom: 0;
}
.cid-sEGf46eUEp .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sEGf46eUEp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #283074;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sEGf46eUEp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sEGf46eUEp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sEGf46eUEp .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sEGf46eUEp .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sEGf46eUEp .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sEGf46eUEp .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sEGf46eUEp .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEGf46eUEp .nav-dropdown .link {
  font-weight: 400;
}
.cid-sEGf46eUEp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sEGf46eUEp .content-right-side {
  text-align: center;
}
.cid-sEGf46eUEp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sEGf46eUEp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sEGf46eUEp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sEGf46eUEp .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEGf46eUEp .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEGf46eUEp .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sEGf46eUEp .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sEGf46eUEp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sEGf46eUEp .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sEGf46eUEp .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sEGf46eUEp .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sEGf46eUEp .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEGf46eUEp .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sEGf46eUEp .navbar {
    display: block;
    padding: 0;
  }
  .cid-sEGf46eUEp .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEGf46eUEp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sEGf46eUEp .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sEGf46eUEp .navbar-toggler {
    display: none;
  }
  .cid-sEGf46eUEp .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sEGf46eUEp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sEGf46eUEp .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sEGf46eUEp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sEGf46eUEp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sEGf46eUEp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sEGf46eUEp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEGf46eUEp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sEGf46eUEp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sEGf46eUEp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEGf46eUEp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sEGf46eUEp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sEGf46eUEp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sEGf46eUEp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sEGf46eUEp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sEGf46eUEp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sEGf46eUEp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sEGf46eUEp button.navbar-toggler:focus {
  outline: none;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #283074;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEGf46eUEp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEGf46eUEp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEGf46eUEp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEGf46eUEp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEGf46eUEp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEGf46eUEp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEGf46eUEp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEGf46eUEp .collapsed .btn {
  display: flex;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sEGf46eUEp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sEGf46eUEp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sEGf46eUEp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sEGf46eUEp .collapsed button.navbar-toggler {
  display: block;
}
.cid-sEGf46eUEp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sEGf46eUEp .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sEGf46eUEp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sEGf46eUEp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sEGf46eUEp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sEGf46eUEp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sEGf46eUEp .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sEGf46eUEp .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #00a7af;
  }
  .cid-sEGf46eUEp .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #00a7af;
  }
}
@media (max-width: 991px) {
  .cid-sEGf46eUEp .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sEGf46eUEp .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sEGf46eUEp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing,
  .cid-sEGf46eUEp .navbar-collapse.show {
    display: block !important;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing .navbar-nav,
  .cid-sEGf46eUEp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sEGf46eUEp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing .navbar-buttons,
  .cid-sEGf46eUEp .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sEGf46eUEp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sEGf46eUEp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sEGf46eUEp img {
    height: 3.8rem !important;
  }
  .cid-sEGf46eUEp .btn {
    display: flex;
  }
  .cid-sEGf46eUEp button.navbar-toggler {
    display: block;
  }
  .cid-sEGf46eUEp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sEGf46eUEp .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEGf46eUEp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sEGf46eUEp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sEGf46eUEp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sEGf46eUEp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sEGf46eUEp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sEGf46eUEp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sEGf46eUEp .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sEGf46eUEp .nav-link:focus {
  outline: none;
}
.cid-sEGf46eUEp .navbar-toggler {
  position: relative;
}
.cid-sEGf46eUEp .dropdown-item.active,
.cid-sEGf46eUEp .dropdown-item:active {
  color: initial;
}
.cid-sEGf46eUEp .widget-title,
.cid-sEGf46eUEp .widget-icon {
  color: #e9e9e9;
}
.cid-sEGf46eUEp .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sEGf46eUEp .menu-logo {
    display: none;
  }
  .cid-sEGf46eUEp .navbar {
    padding: 0;
  }
  .cid-sEGf46eUEp .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEGf46eUEp button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sEGf46eUEp .media-container-row .mbr-text {
  color: #ffdd89;
  text-align: center;
}
.cid-sEGf46eUEp .icon-bar {
  right: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sEGf46eUEp .icon-bar a:hover {
  background-color: #333333;
  margin-left: -50px;
  width: 100px;
}
.cid-sEGf46eUEp .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 6px;
  border-radius: 17px;
}
.cid-sEGf46eUEp .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .instagram {
  background: #cc2952;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .custom1 {
  background: #70c770;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .custom2 {
  background: #0077ff;
  color: white;
  width: 50px;
}
.cid-sEGf46eUEp .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sEGf46eUEp .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sEGf46eUEp .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sEGf46eUEp P {
  color: #232323;
  text-align: center;
}
.cid-sEGf46eUEp DIV {
  color: #ffffff;
}
#custom-html-8b {
  /* Type valid CSS here */
}
#custom-html-8b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8b p {
  font-size: 60px;
  color: #777;
}
.cid-X3eJezfYp0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sGEX5e09TT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGEX5e09TT h2 {
  color: #000000;
}
.cid-sGEX5e09TT h1 {
  color: #000000;
}
.cid-sGEX5e09TT .mbr-text,
.cid-sGEX5e09TT .mbr-section-btn {
  color: #999999;
}
.cid-sGEX5e09TT H1 {
  text-align: left;
  color: #283074;
}
.cid-sGEX5e09TT H2 {
  text-align: left;
  color: #283074;
}
.cid-sGZiDrkUal {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGZiDrkUal h2 {
  color: #000000;
}
.cid-sGZiDrkUal h1 {
  color: #000000;
}
.cid-sGZiDrkUal .mbr-text,
.cid-sGZiDrkUal .mbr-section-btn {
  color: #999999;
}
.cid-sGZiDrkUal H1 {
  text-align: left;
  color: #283074;
}
.cid-sGZiDrkUal H2 {
  text-align: left;
  color: #283074;
}
.cid-sVutAayXJT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sVutAayXJT h2 {
  color: #000000;
}
.cid-sVutAayXJT h1 {
  color: #000000;
}
.cid-sVutAayXJT .mbr-text,
.cid-sVutAayXJT .mbr-section-btn {
  color: #999999;
}
.cid-sVutAayXJT H1 {
  text-align: left;
  color: #283074;
}
.cid-sVutAayXJT H2 {
  text-align: left;
  color: #283074;
}
#custom-html-9w {
  /* Type valid CSS here */
}
#custom-html-9w section {
  font-weight: bold;
  background-color: #ffffff;
}
#custom-html-9w h1 {
  text-align: center;
  color: #283074;
  background-color: #ffffff;
  font-size: xx-large;
  font-family: Be Vietnam;
}
#custom-html-9w table {
  color: #283074;
  margin: 0 auto;
  font-size: medium;
  border: 2px solid black;
  width: 80%;
}
#custom-html-9w th {
  font-weight: bold;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
}
#custom-html-9w td {
  text-align: left;
  font-weight: lighter;
  border: 1px #DDD solid;
  padding: 5px;
}
#custom-html-9w tr:hover {
  background-color: brown;
  color: #FFFFFF;
}
#custom-html-9w .custom-btn {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 10px;
}
.cid-sVutAbjGJ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVutAbjGJ4 h4 {
  color: #ffffff;
}
.cid-sVyNRuJuKH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sVyNRuJuKH h2 {
  color: #000000;
}
.cid-sVyNRuJuKH h1 {
  color: #000000;
}
.cid-sVyNRuJuKH .mbr-text,
.cid-sVyNRuJuKH .mbr-section-btn {
  color: #999999;
}
.cid-sVyNRuJuKH H1 {
  text-align: left;
  color: #283074;
}
.cid-sVyNRuJuKH H2 {
  text-align: left;
  color: #283074;
}
#custom-html-9z {
  /* Type valid CSS here */
}
#custom-html-9z section {
  font-weight: bold;
  background-color: #ffffff;
}
#custom-html-9z h1 {
  text-align: center;
  color: #283074;
  background-color: #ffffff;
  font-size: xx-large;
  font-family: Be Vietnam;
}
#custom-html-9z table {
  color: #283074;
  margin: 0 auto;
  font-size: medium;
  border: 2px solid black;
  width: 80%;
}
#custom-html-9z th {
  font-weight: bold;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
}
#custom-html-9z td {
  text-align: left;
  font-weight: lighter;
  border: 1px #DDD solid;
  padding: 5px;
}
#custom-html-9z tr:hover {
  background-color: brown;
  color: #FFFFFF;
}
#custom-html-9z .custom-btn {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 10px;
}
.cid-sVyNRvRCef {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVyNRvRCef h4 {
  color: #ffffff;
}
.cid-t63ghjSIhf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t63ghjSIhf h2 {
  color: #000000;
}
.cid-t63ghjSIhf h1 {
  color: #000000;
}
.cid-t63ghjSIhf .mbr-text,
.cid-t63ghjSIhf .mbr-section-btn {
  color: #999999;
}
.cid-t63ghjSIhf H1 {
  text-align: left;
  color: #283074;
}
.cid-t63ghjSIhf H2 {
  text-align: left;
  color: #283074;
}
#custom-html-ai {
  /* Type valid CSS here */
}
#custom-html-ai section {
  font-weight: bold;
  background-color: #ffffff;
}
#custom-html-ai h1 {
  text-align: center;
  color: #283074;
  background-color: #ffffff;
  font-size: xx-large;
  font-family: Be Vietnam;
}
#custom-html-ai table {
  color: #283074;
  margin: 0 auto;
  font-size: medium;
  border: 2px solid black;
  width: 80%;
}
#custom-html-ai th {
  font-weight: bold;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
}
#custom-html-ai td {
  text-align: center;
  font-weight: lighter;
  border: 1px #DDD solid;
  padding: 5px;
}
#custom-html-ai tr:hover {
  background-color: brown;
  color: #FFFFFF;
}
#custom-html-ai .custom-btn {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 10px;
}
.cid-t63ghkBFS8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t63ghkBFS8 h4 {
  color: #ffffff;
}
.cid-t1BO6ruqLv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t1BO6ruqLv h2 {
  color: #000000;
}
.cid-t1BO6ruqLv h1 {
  color: #000000;
}
.cid-t1BO6ruqLv .mbr-text,
.cid-t1BO6ruqLv .mbr-section-btn {
  color: #999999;
}
.cid-t1BO6ruqLv H1 {
  text-align: left;
  color: #283074;
}
.cid-t1BO6ruqLv H2 {
  text-align: left;
  color: #283074;
}
#custom-html-a9 {
  /* Type valid CSS here */
}
#custom-html-a9 section {
  font-weight: bold;
  background-color: #ffffff;
}
#custom-html-a9 h1 {
  text-align: center;
  color: #283074;
  background-color: #ffffff;
  font-size: xx-large;
  font-family: Be Vietnam;
}
#custom-html-a9 table {
  color: #283074;
  margin: 0 auto;
  font-size: medium;
  border: 2px solid black;
  width: 80%;
}
#custom-html-a9 th {
  font-weight: bold;
  border: 2px solid black;
  padding: 10px;
  text-align: center;
}
#custom-html-a9 td {
  text-align: center;
  font-weight: lighter;
  border: 1px #DDD solid;
  padding: 5px;
}
#custom-html-a9 tr:hover {
  background-color: brown;
  color: #FFFFFF;
}
#custom-html-a9 .custom-btn {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 10px;
}
.cid-t1BO6sjgdD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1BO6sjgdD h4 {
  color: #ffffff;
}
.cid-tbY9koVNG6 {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbY9koVNG6 h2 {
  color: #000000;
}
.cid-tbY9koVNG6 h1 {
  color: #000000;
}
.cid-tbY9koVNG6 .mbr-text,
.cid-tbY9koVNG6 .mbr-section-btn {
  color: #999999;
}
.cid-tbY9koVNG6 H1 {
  text-align: left;
  color: #283074;
}
.cid-tbY9koVNG6 H2 {
  text-align: left;
  color: #283074;
}
.cid-tbY9kpEJIS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tbY9kpEJIS .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-tbY9kpEJIS .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tbY9kpEJIS .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tbY9kpEJIS .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tbY9kpEJIS .mbr-text,
.cid-tbY9kpEJIS .mbr-section-btn {
  color: #999999;
}
.cid-tbY9kpEJIS hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #283074;
}
.cid-tbY9kpEJIS label {
  font-weight: bold;
  color: #283074;
}
.cid-tbY9kpEJIS input {
  font-weight: normal;
  color: #000000;
}
.cid-tbY9kpEJIS select {
  font-weight: normal;
  color: #000000;
}
.cid-tbY9kpEJIS H4 {
  color: #999999;
}
.cid-tbY9kpEJIS body {
  background: #cccccc;
  margin: 8px 0 16px;
  text-align: center;
}
.cid-tbY9kpEJIS #main_div {
  background: #ccc;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.cid-tbY9kpEJIS #form_container {
  background: #fff;
  margin: 0 auto;
  text-align: left;
  width: 80%;
}
.cid-tbY9kpEJIS #top {
  display: block;
  height: 10px;
  margin: 10px auto 0;
  width: 80%;
}
.cid-tbY9kpEJIS #footer {
  width: 100%;
  clear: both;
  color: #999999;
  text-align: center;
  padding-bottom: 15px;
  font-size: 80%;
}
.cid-tbY9kpEJIS #footer a {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px dotted #999999;
}
.cid-tbY9kpEJIS #bottom {
  display: block;
  height: 10px;
  margin: 0 auto;
  width: 80%;
}
.cid-tbY9kpEJIS form.appnitro {
  margin: 20px 20px 0;
  padding: 0 0 20px;
}
.cid-tbY9kpEJIS h1 {
  background: #efefef;
  font-size: 0px;
  margin: 0;
  min-height: 0;
  max-height: 50px;
  padding: 0;
}
.cid-tbY9kpEJIS h1 a {
  display: block;
  height: 100%;
  min-height: 40px;
  overflow: hidden;
}
.cid-tbY9kpEJIS img {
  behavior: url(https://www.homeopatashahnemann.mx/assets/images/iepngfix.htc);
  border: none;
}
.cid-tbY9kpEJIS .appnitro li {
  width: 80%;
}
.cid-tbY9kpEJIS form ul {
  font-size: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cid-tbY9kpEJIS form li {
  display: block;
  margin: 0;
  padding: 4px 5px 2px 9px;
  position: relative;
}
.cid-tbY9kpEJIS form li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cid-tbY9kpEJIS .buttons:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cid-tbY9kpEJIS .buttons {
  clear: both;
  display: block;
  margin-top: 10px;
}
.cid-tbY9kpEJIS * html form li {
  height: 1%;
}
.cid-tbY9kpEJIS * html .buttons {
  height: 1%;
}
.cid-tbY9kpEJIS * html form li div {
  display: inline-block;
}
.cid-tbY9kpEJIS form li div {
  color: #444;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
.cid-tbY9kpEJIS form li span {
  color: #444;
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
.cid-tbY9kpEJIS form li div.left {
  display: inline;
  float: left;
  width: 48%;
}
.cid-tbY9kpEJIS form li div.right {
  display: inline;
  float: right;
  width: 48%;
}
.cid-tbY9kpEJIS form li div.left .medium {
  width: 100%;
}
.cid-tbY9kpEJIS form li div.right .medium {
  width: 100%;
}
.cid-tbY9kpEJIS .clear {
  clear: both;
}
.cid-tbY9kpEJIS form li div label {
  clear: both;
  color: #444;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
.cid-tbY9kpEJIS form li span label {
  clear: both;
  color: #444;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
.cid-tbY9kpEJIS form li .datepicker {
  cursor: pointer !important;
  float: left;
  height: 16px;
  margin: .1em 5px 0 0;
  padding: 0;
  width: 16px;
}
.cid-tbY9kpEJIS .form_description {
  border-bottom: 1px dotted #ccc;
  clear: both;
  display: inline-block;
  margin: 0 0 1em;
}
.cid-tbY9kpEJIS .form_description[class] {
  display: block;
}
.cid-tbY9kpEJIS .form_description h2 {
  clear: left;
  font-size: 160%;
  font-weight: 400;
  margin: 0 0 3px;
}
.cid-tbY9kpEJIS .form_description p {
  font-size: 95%;
  line-height: 130%;
  margin: 0 0 12px;
}
.cid-tbY9kpEJIS form hr {
  display: none;
}
.cid-tbY9kpEJIS form li.section_break {
  background-color: #000;
  color: #fff;
  margin-top: 9px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-top: 13px;
  width: 97% !important;
}
.cid-tbY9kpEJIS form ul li.first {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-tbY9kpEJIS form .section_break h3 {
  font-size: 110%;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 2px;
}
.cid-tbY9kpEJIS form .section_break p {
  font-size: 85%;
  margin: 0 0 10px;
}
.cid-tbY9kpEJIS input.button_text {
  overflow: visible;
  padding: 0 7px;
  width: auto;
}
.cid-tbY9kpEJIS .buttons input {
  font-size: 120%;
  margin-right: 5px;
  color: #fff;
  background-color: #199196;
}
.cid-tbY9kpEJIS label.description {
  border: none;
  color: #222;
  display: block;
  font-size: 95%;
  font-weight: 700;
  line-height: 150%;
  padding: 0 0 1px;
}
.cid-tbY9kpEJIS span.symbol {
  font-size: 115%;
  line-height: 130%;
}
.cid-tbY9kpEJIS input.text {
  background: #ffffff url(assets/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 2px 0;
}
.cid-tbY9kpEJIS input.file {
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 2px 0;
}
.cid-tbY9kpEJIS textarea.textarea {
  background: #ffffff url(assets/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  color: #333;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  margin: 0;
  width: 99%;
}
.cid-tbY9kpEJIS select.select {
  color: #333;
  font-size: 100%;
  margin: 1px 0;
  padding: 1px 0 0;
  background: #ffffff url(assets/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
}
.cid-tbY9kpEJIS input.currency {
  text-align: right;
}
.cid-tbY9kpEJIS input.checkbox {
  display: block;
  height: 13px;
  line-height: 1.4em;
  margin: 6px 0 0 3px;
  width: 13px;
}
.cid-tbY9kpEJIS input.radio {
  display: block;
  height: 13px;
  line-height: 1.4em;
  margin: 6px 0 0 3px;
  width: 13px;
}
.cid-tbY9kpEJIS label.choice {
  color: #444;
  display: block;
  font-size: 100%;
  line-height: 1.4em;
  margin: -1.55em 0 0 25px;
  padding: 4px 0 5px;
  width: 90%;
}
.cid-tbY9kpEJIS select.select[class] {
  margin: 0;
  padding: 1px 0;
}
.cid-tbY9kpEJIS *:first-child + html select.select[class] {
  margin: 1px 0;
}
.cid-tbY9kpEJIS .safari select.select {
  font-size: 120% !important;
  margin-bottom: 1px;
}
.cid-tbY9kpEJIS input.small {
  width: 25%;
}
.cid-tbY9kpEJIS select.small {
  width: 25%;
}
.cid-tbY9kpEJIS input.medium {
  width: 50%;
}
.cid-tbY9kpEJIS select.medium {
  width: 50%;
}
.cid-tbY9kpEJIS input.large {
  width: 99%;
}
.cid-tbY9kpEJIS select.large {
  width: 100%;
}
.cid-tbY9kpEJIS textarea.small {
  height: 5.5em;
}
.cid-tbY9kpEJIS textarea.medium {
  height: 10em;
}
.cid-tbY9kpEJIS textarea.large {
  height: 20em;
}
.cid-tbY9kpEJIS #error_message {
  background: #fff;
  border: 1px dotted red;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  text-align: center;
  width: 99%;
}
.cid-tbY9kpEJIS #error_message_title {
  color: #DF0000;
  font-size: 125%;
  margin: 7px 0 5px;
  padding: 0;
}
.cid-tbY9kpEJIS #error_message_desc {
  color: #000;
  font-size: 100%;
  margin: 0 0 .8em;
}
.cid-tbY9kpEJIS #error_message_desc strong {
  background-color: #FFDFDF;
  color: red;
  padding: 2px 3px;
}
.cid-tbY9kpEJIS form li.error {
  background-color: #FFDFDF !important;
  border-bottom: 1px solid #EACBCC;
  border-right: 1px solid #EACBCC;
  margin: 3px 0;
}
.cid-tbY9kpEJIS form li.error label {
  color: #DF0000 !important;
}
.cid-tbY9kpEJIS form p.error {
  clear: both;
  color: red;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 5px;
}
.cid-tbY9kpEJIS form .required {
  color: red;
  float: none;
  font-weight: 700;
}
.cid-tbY9kpEJIS form li.highlighted {
  background-color: #fff7c0;
}
.cid-tbY9kpEJIS form .guidelines {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  color: #444;
  font-size: 80%;
  left: 100%;
  line-height: 130%;
  margin: 0 0 0 8px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 42%;
  z-index: 1000;
}
.cid-tbY9kpEJIS form .guidelines small {
  font-size: 105%;
}
.cid-tbY9kpEJIS form li.highlighted .guidelines {
  visibility: visible;
}
.cid-tbY9kpEJIS form li:hover .guidelines {
  visibility: visible;
}
.cid-tbY9kpEJIS .no_guidelines .guidelines {
  display: none !important;
}
.cid-tbY9kpEJIS .no_guidelines form li {
  width: 97%;
}
.cid-tbY9kpEJIS .no_guidelines li.section {
  padding-left: 9px;
}
.cid-tbY9kpEJIS .form_success {
  clear: both;
  margin: 0;
  padding: 90px 0pt 100px;
  text-align: center;
}
.cid-tbY9kpEJIS .form_success h2 {
  clear: left;
  font-size: 160%;
  font-weight: normal;
  margin: 0pt 0pt 3px;
}
.cid-tbY9kpEJIS ul.password {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.cid-tbY9kpEJIS .password h2 {
  color: #DF0000;
  font-weight: bold;
  margin: 0pt auto 10px;
}
.cid-tbY9kpEJIS .password input.text {
  font-size: 170% !important;
  width: 380px;
  text-align: center;
}
.cid-tbY9kpEJIS .password label {
  display: block;
  font-size: 120% !important;
  padding-top: 10px;
  font-weight: bold;
}
.cid-tbY9kpEJIS #li_captcha {
  padding-left: 5px;
}
.cid-tbY9kpEJIS #li_captcha span {
  float: none;
}
.cid-tbY9kpEJIS .embed #form_container {
  border: none;
  width: 100%;
}
.cid-tbY9kpEJIS .embed #top,
.cid-tbY9kpEJIS .embed #bottom,
.cid-tbY9kpEJIS .embed h1 {
  display: none;
}
.cid-tbY9kpEJIS .embed #footer {
  text-align: left;
  padding-left: 10px;
  width: 99%;
}
.cid-tbY9kpEJIS .embed #footer.success {
  text-align: center;
}
.cid-tbY9kpEJIS .embed form.appnitro {
  margin: 0px 0px 0;
}
.cid-tbY9kpEJIS div.calendar {
  position: relative;
}
.cid-tbY9kpEJIS .calendar table {
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #000;
  background: #fff;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
.cid-tbY9kpEJIS .calendar .button {
  text-align: center;
  padding: 2px;
}
.cid-tbY9kpEJIS .calendar .nav {
  background: #f5f5f5;
}
.cid-tbY9kpEJIS .calendar thead .title {
  font-weight: bold;
  text-align: center;
  background: #dedede;
  color: #000;
  padding: 2px 0 3px 0;
}
.cid-tbY9kpEJIS .calendar thead .headrow {
  background: #f5f5f5;
  color: #444;
  font-weight: bold;
}
.cid-tbY9kpEJIS .calendar thead .daynames {
  background: #fff;
  color: #333;
  font-weight: bold;
}
.cid-tbY9kpEJIS .calendar thead .name {
  border-bottom: 1px dotted #ccc;
  padding: 2px;
  text-align: center;
  color: #000;
}
.cid-tbY9kpEJIS .calendar thead .weekend {
  color: #666;
}
.cid-tbY9kpEJIS .calendar thead .hilite {
  background-color: #444;
  color: #fff;
  padding: 1px;
}
.cid-tbY9kpEJIS .calendar thead .active {
  background-color: #d12f19;
  color: #fff;
  padding: 2px 0px 0px 2px;
}
.cid-tbY9kpEJIS .calendar tbody .day {
  width: 1.8em;
  color: #222;
  text-align: right;
  padding: 2px 2px 2px 2px;
}
.cid-tbY9kpEJIS .calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.cid-tbY9kpEJIS .calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}
.cid-tbY9kpEJIS .calendar table .wn {
  padding: 2px 2px 2px 2px;
  border-right: 1px solid #000;
  background: #666;
}
.cid-tbY9kpEJIS .calendar tbody .rowhilite td {
  background: #FFF1AF;
}
.cid-tbY9kpEJIS .calendar tbody .rowhilite td.wn {
  background: #FFF1AF;
}
.cid-tbY9kpEJIS .calendar tbody td.hilite {
  padding: 1px 1px 1px 1px;
  background: #444 !important;
  color: #fff !important;
}
.cid-tbY9kpEJIS .calendar tbody td.active {
  color: #fff;
  background: #529214 !important;
  padding: 2px 2px 0px 2px;
}
.cid-tbY9kpEJIS .calendar tbody td.selected {
  font-weight: bold;
  border: 1px solid #888;
  padding: 1px 1px 1px 1px;
  background: #f5f5f5 !important;
  color: #222 !important;
}
.cid-tbY9kpEJIS .calendar tbody td.weekend {
  color: #666;
}
.cid-tbY9kpEJIS .calendar tbody td.today {
  font-weight: bold;
  color: #529214;
  background: #D9EFC2;
}
.cid-tbY9kpEJIS .calendar tbody .disabled {
  color: #999;
}
.cid-tbY9kpEJIS .calendar tbody .emptycell {
  visibility: hidden;
}
.cid-tbY9kpEJIS .calendar tbody .emptyrow {
  display: none;
}
.cid-tbY9kpEJIS .calendar tfoot .footrow {
  text-align: center;
  background: #556;
  color: #fff;
}
.cid-tbY9kpEJIS .calendar tfoot .ttip {
  background: #222;
  color: #fff;
  font-size: 10px;
  border-top: 1px solid #dedede;
  padding: 3px;
}
.cid-tbY9kpEJIS .calendar tfoot .hilite {
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}
.cid-tbY9kpEJIS .calendar tfoot .active {
  background: #77c;
  padding: 2px 0px 0px 2px;
}
.cid-tbY9kpEJIS .calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #222;
  font-size: 90%;
  z-index: 100;
}
.cid-tbY9kpEJIS .calendar .combo .label,
.cid-tbY9kpEJIS .calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}
.cid-tbY9kpEJIS .calendar .combo .label-IEfix {
  width: 4em;
}
.cid-tbY9kpEJIS .calendar .combo .hilite {
  background: #444;
  color: #fff;
}
.cid-tbY9kpEJIS .calendar .combo .active {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #dedede;
  font-weight: bold;
}
.cid-t5yHiYhQCG {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t5yHiYhQCG h2 {
  color: #000000;
}
.cid-t5yHiYhQCG h1 {
  color: #000000;
}
.cid-t5yHiYhQCG .mbr-text,
.cid-t5yHiYhQCG .mbr-section-btn {
  color: #999999;
}
.cid-t5yHiYhQCG H1 {
  text-align: left;
  color: #283074;
}
.cid-t5yHiYhQCG H2 {
  text-align: left;
  color: #283074;
}
.cid-t5yHiZ1DBf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t5yHiZ1DBf .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-t5yHiZ1DBf .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-t5yHiZ1DBf .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-t5yHiZ1DBf .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t5yHiZ1DBf .mbr-text,
.cid-t5yHiZ1DBf .mbr-section-btn {
  color: #999999;
}
.cid-t5yHiZ1DBf hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #283074;
}
.cid-t5yHiZ1DBf label {
  font-weight: bold;
  color: #283074;
}
.cid-t5yHiZ1DBf input {
  font-weight: normal;
  color: #000000;
}
.cid-t5yHiZ1DBf select {
  font-weight: normal;
  color: #000000;
}
.cid-t5yHiZ1DBf H4 {
  color: #999999;
}
.cid-t5yHiZ1DBf body {
  background: #cccccc;
  margin: 8px 0 16px;
  text-align: center;
}
.cid-t5yHiZ1DBf #main_div {
  background: #ccc;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.cid-t5yHiZ1DBf #form_container {
  background: #fff;
  margin: 0 auto;
  text-align: left;
  width: 80%;
}
.cid-t5yHiZ1DBf #top {
  display: block;
  height: 10px;
  margin: 10px auto 0;
  width: 80%;
}
.cid-t5yHiZ1DBf #footer {
  width: 100%;
  clear: both;
  color: #999999;
  text-align: center;
  padding-bottom: 15px;
  font-size: 80%;
}
.cid-t5yHiZ1DBf #footer a {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px dotted #999999;
}
.cid-t5yHiZ1DBf #bottom {
  display: block;
  height: 10px;
  margin: 0 auto;
  width: 80%;
}
.cid-t5yHiZ1DBf form.appnitro {
  margin: 20px 20px 0;
  padding: 0 0 20px;
}
.cid-t5yHiZ1DBf h1 {
  background: #efefef;
  font-size: 0px;
  margin: 0;
  min-height: 0;
  max-height: 50px;
  padding: 0;
}
.cid-t5yHiZ1DBf h1 a {
  display: block;
  height: 100%;
  min-height: 40px;
  overflow: hidden;
}
.cid-t5yHiZ1DBf img {
  behavior: url(https://www.homeopatashahnemann.mx/assets/images/iepngfix.htc);
  border: none;
}
.cid-t5yHiZ1DBf .appnitro li {
  width: 80%;
}
.cid-t5yHiZ1DBf form ul {
  font-size: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cid-t5yHiZ1DBf form li {
  display: block;
  margin: 0;
  padding: 4px 5px 2px 9px;
  position: relative;
}
.cid-t5yHiZ1DBf form li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cid-t5yHiZ1DBf .buttons:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cid-t5yHiZ1DBf .buttons {
  clear: both;
  display: block;
  margin-top: 10px;
}
.cid-t5yHiZ1DBf * html form li {
  height: 1%;
}
.cid-t5yHiZ1DBf * html .buttons {
  height: 1%;
}
.cid-t5yHiZ1DBf * html form li div {
  display: inline-block;
}
.cid-t5yHiZ1DBf form li div {
  color: #444;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
.cid-t5yHiZ1DBf form li span {
  color: #444;
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
.cid-t5yHiZ1DBf form li div.left {
  display: inline;
  float: left;
  width: 48%;
}
.cid-t5yHiZ1DBf form li div.right {
  display: inline;
  float: right;
  width: 48%;
}
.cid-t5yHiZ1DBf form li div.left .medium {
  width: 100%;
}
.cid-t5yHiZ1DBf form li div.right .medium {
  width: 100%;
}
.cid-t5yHiZ1DBf .clear {
  clear: both;
}
.cid-t5yHiZ1DBf form li div label {
  clear: both;
  color: #444;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
.cid-t5yHiZ1DBf form li span label {
  clear: both;
  color: #444;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
.cid-t5yHiZ1DBf form li .datepicker {
  cursor: pointer !important;
  float: left;
  height: 16px;
  margin: .1em 5px 0 0;
  padding: 0;
  width: 16px;
}
.cid-t5yHiZ1DBf .form_description {
  border-bottom: 1px dotted #ccc;
  clear: both;
  display: inline-block;
  margin: 0 0 1em;
}
.cid-t5yHiZ1DBf .form_description[class] {
  display: block;
}
.cid-t5yHiZ1DBf .form_description h2 {
  clear: left;
  font-size: 160%;
  font-weight: 400;
  margin: 0 0 3px;
}
.cid-t5yHiZ1DBf .form_description p {
  font-size: 95%;
  line-height: 130%;
  margin: 0 0 12px;
}
.cid-t5yHiZ1DBf form hr {
  display: none;
}
.cid-t5yHiZ1DBf form li.section_break {
  background-color: #000;
  color: #fff;
  margin-top: 9px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-top: 13px;
  width: 97% !important;
}
.cid-t5yHiZ1DBf form ul li.first {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-t5yHiZ1DBf form .section_break h3 {
  font-size: 110%;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 2px;
}
.cid-t5yHiZ1DBf form .section_break p {
  font-size: 85%;
  margin: 0 0 10px;
}
.cid-t5yHiZ1DBf input.button_text {
  overflow: visible;
  padding: 0 7px;
  width: auto;
}
.cid-t5yHiZ1DBf .buttons input {
  font-size: 120%;
  margin-right: 5px;
  color: #fff;
  background-color: #199196;
}
.cid-t5yHiZ1DBf label.description {
  border: none;
  color: #222;
  display: block;
  font-size: 95%;
  font-weight: 700;
  line-height: 150%;
  padding: 0 0 1px;
}
.cid-t5yHiZ1DBf span.symbol {
  font-size: 115%;
  line-height: 130%;
}
.cid-t5yHiZ1DBf input.text {
  background: #ffffff url(assets/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 2px 0;
}
.cid-t5yHiZ1DBf input.file {
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 2px 0;
}
.cid-t5yHiZ1DBf textarea.textarea {
  background: #ffffff url(assets/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  color: #333;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  margin: 0;
  width: 99%;
}
.cid-t5yHiZ1DBf select.select {
  color: #333;
  font-size: 100%;
  margin: 1px 0;
  padding: 1px 0 0;
  background: #ffffff url(assets/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
}
.cid-t5yHiZ1DBf input.currency {
  text-align: right;
}
.cid-t5yHiZ1DBf input.checkbox {
  display: block;
  height: 13px;
  line-height: 1.4em;
  margin: 6px 0 0 3px;
  width: 13px;
}
.cid-t5yHiZ1DBf input.radio {
  display: block;
  height: 13px;
  line-height: 1.4em;
  margin: 6px 0 0 3px;
  width: 13px;
}
.cid-t5yHiZ1DBf label.choice {
  color: #444;
  display: block;
  font-size: 100%;
  line-height: 1.4em;
  margin: -1.55em 0 0 25px;
  padding: 4px 0 5px;
  width: 90%;
}
.cid-t5yHiZ1DBf select.select[class] {
  margin: 0;
  padding: 1px 0;
}
.cid-t5yHiZ1DBf *:first-child + html select.select[class] {
  margin: 1px 0;
}
.cid-t5yHiZ1DBf .safari select.select {
  font-size: 120% !important;
  margin-bottom: 1px;
}
.cid-t5yHiZ1DBf input.small {
  width: 25%;
}
.cid-t5yHiZ1DBf select.small {
  width: 25%;
}
.cid-t5yHiZ1DBf input.medium {
  width: 50%;
}
.cid-t5yHiZ1DBf select.medium {
  width: 50%;
}
.cid-t5yHiZ1DBf input.large {
  width: 99%;
}
.cid-t5yHiZ1DBf select.large {
  width: 100%;
}
.cid-t5yHiZ1DBf textarea.small {
  height: 5.5em;
}
.cid-t5yHiZ1DBf textarea.medium {
  height: 10em;
}
.cid-t5yHiZ1DBf textarea.large {
  height: 20em;
}
.cid-t5yHiZ1DBf #error_message {
  background: #fff;
  border: 1px dotted red;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  text-align: center;
  width: 99%;
}
.cid-t5yHiZ1DBf #error_message_title {
  color: #DF0000;
  font-size: 125%;
  margin: 7px 0 5px;
  padding: 0;
}
.cid-t5yHiZ1DBf #error_message_desc {
  color: #000;
  font-size: 100%;
  margin: 0 0 .8em;
}
.cid-t5yHiZ1DBf #error_message_desc strong {
  background-color: #FFDFDF;
  color: red;
  padding: 2px 3px;
}
.cid-t5yHiZ1DBf form li.error {
  background-color: #FFDFDF !important;
  border-bottom: 1px solid #EACBCC;
  border-right: 1px solid #EACBCC;
  margin: 3px 0;
}
.cid-t5yHiZ1DBf form li.error label {
  color: #DF0000 !important;
}
.cid-t5yHiZ1DBf form p.error {
  clear: both;
  color: red;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 5px;
}
.cid-t5yHiZ1DBf form .required {
  color: red;
  float: none;
  font-weight: 700;
}
.cid-t5yHiZ1DBf form li.highlighted {
  background-color: #fff7c0;
}
.cid-t5yHiZ1DBf form .guidelines {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  color: #444;
  font-size: 80%;
  left: 100%;
  line-height: 130%;
  margin: 0 0 0 8px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 42%;
  z-index: 1000;
}
.cid-t5yHiZ1DBf form .guidelines small {
  font-size: 105%;
}
.cid-t5yHiZ1DBf form li.highlighted .guidelines {
  visibility: visible;
}
.cid-t5yHiZ1DBf form li:hover .guidelines {
  visibility: visible;
}
.cid-t5yHiZ1DBf .no_guidelines .guidelines {
  display: none !important;
}
.cid-t5yHiZ1DBf .no_guidelines form li {
  width: 97%;
}
.cid-t5yHiZ1DBf .no_guidelines li.section {
  padding-left: 9px;
}
.cid-t5yHiZ1DBf .form_success {
  clear: both;
  margin: 0;
  padding: 90px 0pt 100px;
  text-align: center;
}
.cid-t5yHiZ1DBf .form_success h2 {
  clear: left;
  font-size: 160%;
  font-weight: normal;
  margin: 0pt 0pt 3px;
}
.cid-t5yHiZ1DBf ul.password {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.cid-t5yHiZ1DBf .password h2 {
  color: #DF0000;
  font-weight: bold;
  margin: 0pt auto 10px;
}
.cid-t5yHiZ1DBf .password input.text {
  font-size: 170% !important;
  width: 380px;
  text-align: center;
}
.cid-t5yHiZ1DBf .password label {
  display: block;
  font-size: 120% !important;
  padding-top: 10px;
  font-weight: bold;
}
.cid-t5yHiZ1DBf #li_captcha {
  padding-left: 5px;
}
.cid-t5yHiZ1DBf #li_captcha span {
  float: none;
}
.cid-t5yHiZ1DBf .embed #form_container {
  border: none;
  width: 100%;
}
.cid-t5yHiZ1DBf .embed #top,
.cid-t5yHiZ1DBf .embed #bottom,
.cid-t5yHiZ1DBf .embed h1 {
  display: none;
}
.cid-t5yHiZ1DBf .embed #footer {
  text-align: left;
  padding-left: 10px;
  width: 99%;
}
.cid-t5yHiZ1DBf .embed #footer.success {
  text-align: center;
}
.cid-t5yHiZ1DBf .embed form.appnitro {
  margin: 0px 0px 0;
}
.cid-t5yHiZ1DBf div.calendar {
  position: relative;
}
.cid-t5yHiZ1DBf .calendar table {
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #000;
  background: #fff;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
.cid-t5yHiZ1DBf .calendar .button {
  text-align: center;
  padding: 2px;
}
.cid-t5yHiZ1DBf .calendar .nav {
  background: #f5f5f5;
}
.cid-t5yHiZ1DBf .calendar thead .title {
  font-weight: bold;
  text-align: center;
  background: #dedede;
  color: #000;
  padding: 2px 0 3px 0;
}
.cid-t5yHiZ1DBf .calendar thead .headrow {
  background: #f5f5f5;
  color: #444;
  font-weight: bold;
}
.cid-t5yHiZ1DBf .calendar thead .daynames {
  background: #fff;
  color: #333;
  font-weight: bold;
}
.cid-t5yHiZ1DBf .calendar thead .name {
  border-bottom: 1px dotted #ccc;
  padding: 2px;
  text-align: center;
  color: #000;
}
.cid-t5yHiZ1DBf .calendar thead .weekend {
  color: #666;
}
.cid-t5yHiZ1DBf .calendar thead .hilite {
  background-color: #444;
  color: #fff;
  padding: 1px;
}
.cid-t5yHiZ1DBf .calendar thead .active {
  background-color: #d12f19;
  color: #fff;
  padding: 2px 0px 0px 2px;
}
.cid-t5yHiZ1DBf .calendar tbody .day {
  width: 1.8em;
  color: #222;
  text-align: right;
  padding: 2px 2px 2px 2px;
}
.cid-t5yHiZ1DBf .calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.cid-t5yHiZ1DBf .calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}
.cid-t5yHiZ1DBf .calendar table .wn {
  padding: 2px 2px 2px 2px;
  border-right: 1px solid #000;
  background: #666;
}
.cid-t5yHiZ1DBf .calendar tbody .rowhilite td {
  background: #FFF1AF;
}
.cid-t5yHiZ1DBf .calendar tbody .rowhilite td.wn {
  background: #FFF1AF;
}
.cid-t5yHiZ1DBf .calendar tbody td.hilite {
  padding: 1px 1px 1px 1px;
  background: #444 !important;
  color: #fff !important;
}
.cid-t5yHiZ1DBf .calendar tbody td.active {
  color: #fff;
  background: #529214 !important;
  padding: 2px 2px 0px 2px;
}
.cid-t5yHiZ1DBf .calendar tbody td.selected {
  font-weight: bold;
  border: 1px solid #888;
  padding: 1px 1px 1px 1px;
  background: #f5f5f5 !important;
  color: #222 !important;
}
.cid-t5yHiZ1DBf .calendar tbody td.weekend {
  color: #666;
}
.cid-t5yHiZ1DBf .calendar tbody td.today {
  font-weight: bold;
  color: #529214;
  background: #D9EFC2;
}
.cid-t5yHiZ1DBf .calendar tbody .disabled {
  color: #999;
}
.cid-t5yHiZ1DBf .calendar tbody .emptycell {
  visibility: hidden;
}
.cid-t5yHiZ1DBf .calendar tbody .emptyrow {
  display: none;
}
.cid-t5yHiZ1DBf .calendar tfoot .footrow {
  text-align: center;
  background: #556;
  color: #fff;
}
.cid-t5yHiZ1DBf .calendar tfoot .ttip {
  background: #222;
  color: #fff;
  font-size: 10px;
  border-top: 1px solid #dedede;
  padding: 3px;
}
.cid-t5yHiZ1DBf .calendar tfoot .hilite {
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}
.cid-t5yHiZ1DBf .calendar tfoot .active {
  background: #77c;
  padding: 2px 0px 0px 2px;
}
.cid-t5yHiZ1DBf .calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #222;
  font-size: 90%;
  z-index: 100;
}
.cid-t5yHiZ1DBf .calendar .combo .label,
.cid-t5yHiZ1DBf .calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}
.cid-t5yHiZ1DBf .calendar .combo .label-IEfix {
  width: 4em;
}
.cid-t5yHiZ1DBf .calendar .combo .hilite {
  background: #444;
  color: #fff;
}
.cid-t5yHiZ1DBf .calendar .combo .active {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #dedede;
  font-weight: bold;
}
.cid-t4fGMo0ohu {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4fGMo0ohu h2 {
  color: #000000;
}
.cid-t4fGMo0ohu h1 {
  color: #000000;
}
.cid-t4fGMo0ohu .mbr-text,
.cid-t4fGMo0ohu .mbr-section-btn {
  color: #999999;
}
.cid-t4fGMo0ohu H1 {
  text-align: left;
  color: #283074;
}
.cid-t4fGMo0ohu H2 {
  text-align: left;
  color: #283074;
}
.cid-t4fGMoDRzj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4fGMoDRzj .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-t4fGMoDRzj .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-t4fGMoDRzj .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-t4fGMoDRzj .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t4fGMoDRzj .mbr-text,
.cid-t4fGMoDRzj .mbr-section-btn {
  color: #999999;
}
.cid-t4fGMoDRzj hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #283074;
}
.cid-t4fGMoDRzj label {
  font-weight: bold;
  color: #283074;
}
.cid-t4fGMoDRzj input {
  font-weight: normal;
  color: #000000;
}
.cid-t4fGMoDRzj select {
  font-weight: normal;
  color: #000000;
}
.cid-t4fGMoDRzj H4 {
  color: #999999;
}
.cid-t4fGMoDRzj body {
  background: #cccccc;
  margin: 8px 0 16px;
  text-align: center;
}
.cid-t4fGMoDRzj #main_div {
  background: #ccc;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.cid-t4fGMoDRzj #form_container {
  background: #fff;
  margin: 0 auto;
  text-align: left;
  width: 80%;
}
.cid-t4fGMoDRzj #top {
  display: block;
  height: 10px;
  margin: 10px auto 0;
  width: 80%;
}
.cid-t4fGMoDRzj #footer {
  width: 100%;
  clear: both;
  color: #999999;
  text-align: center;
  padding-bottom: 15px;
  font-size: 80%;
}
.cid-t4fGMoDRzj #footer a {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px dotted #999999;
}
.cid-t4fGMoDRzj #bottom {
  display: block;
  height: 10px;
  margin: 0 auto;
  width: 80%;
}
.cid-t4fGMoDRzj form.appnitro {
  margin: 20px 20px 0;
  padding: 0 0 20px;
}
.cid-t4fGMoDRzj h1 {
  background: #efefef;
  font-size: 0px;
  margin: 0;
  min-height: 0;
  max-height: 50px;
  padding: 0;
}
.cid-t4fGMoDRzj h1 a {
  display: block;
  height: 100%;
  min-height: 40px;
  overflow: hidden;
}
.cid-t4fGMoDRzj img {
  behavior: url(https://www.homeopatashahnemann.mx/assets/images/iepngfix.htc);
  border: none;
}
.cid-t4fGMoDRzj .appnitro li {
  width: 80%;
}
.cid-t4fGMoDRzj form ul {
  font-size: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.cid-t4fGMoDRzj form li {
  display: block;
  margin: 0;
  padding: 4px 5px 2px 9px;
  position: relative;
}
.cid-t4fGMoDRzj form li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cid-t4fGMoDRzj .buttons:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cid-t4fGMoDRzj .buttons {
  clear: both;
  display: block;
  margin-top: 10px;
}
.cid-t4fGMoDRzj * html form li {
  height: 1%;
}
.cid-t4fGMoDRzj * html .buttons {
  height: 1%;
}
.cid-t4fGMoDRzj * html form li div {
  display: inline-block;
}
.cid-t4fGMoDRzj form li div {
  color: #444;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
.cid-t4fGMoDRzj form li span {
  color: #444;
  float: left;
  margin: 0 4px 0 0;
  padding: 0 0 8px;
}
.cid-t4fGMoDRzj form li div.left {
  display: inline;
  float: left;
  width: 48%;
}
.cid-t4fGMoDRzj form li div.right {
  display: inline;
  float: right;
  width: 48%;
}
.cid-t4fGMoDRzj form li div.left .medium {
  width: 100%;
}
.cid-t4fGMoDRzj form li div.right .medium {
  width: 100%;
}
.cid-t4fGMoDRzj .clear {
  clear: both;
}
.cid-t4fGMoDRzj form li div label {
  clear: both;
  color: #444;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
.cid-t4fGMoDRzj form li span label {
  clear: both;
  color: #444;
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin: 0;
  padding-top: 3px;
}
.cid-t4fGMoDRzj form li .datepicker {
  cursor: pointer !important;
  float: left;
  height: 16px;
  margin: .1em 5px 0 0;
  padding: 0;
  width: 16px;
}
.cid-t4fGMoDRzj .form_description {
  border-bottom: 1px dotted #ccc;
  clear: both;
  display: inline-block;
  margin: 0 0 1em;
}
.cid-t4fGMoDRzj .form_description[class] {
  display: block;
}
.cid-t4fGMoDRzj .form_description h2 {
  clear: left;
  font-size: 160%;
  font-weight: 400;
  margin: 0 0 3px;
}
.cid-t4fGMoDRzj .form_description p {
  font-size: 95%;
  line-height: 130%;
  margin: 0 0 12px;
}
.cid-t4fGMoDRzj form hr {
  display: none;
}
.cid-t4fGMoDRzj form li.section_break {
  background-color: #000;
  color: #fff;
  margin-top: 9px;
  padding-bottom: 0;
  padding-left: 9px;
  padding-top: 13px;
  width: 97% !important;
}
.cid-t4fGMoDRzj form ul li.first {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cid-t4fGMoDRzj form .section_break h3 {
  font-size: 110%;
  font-weight: 400;
  line-height: 130%;
  margin: 0 0 2px;
}
.cid-t4fGMoDRzj form .section_break p {
  font-size: 85%;
  margin: 0 0 10px;
}
.cid-t4fGMoDRzj input.button_text {
  overflow: visible;
  padding: 0 7px;
  width: auto;
}
.cid-t4fGMoDRzj .buttons input {
  font-size: 120%;
  margin-right: 5px;
  color: #fff;
  background-color: #199196;
}
.cid-t4fGMoDRzj label.description {
  border: none;
  color: #222;
  display: block;
  font-size: 95%;
  font-weight: 700;
  line-height: 150%;
  padding: 0 0 1px;
}
.cid-t4fGMoDRzj span.symbol {
  font-size: 115%;
  line-height: 130%;
}
.cid-t4fGMoDRzj input.text {
  background: #ffffff url(assets/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 2px 0;
}
.cid-t4fGMoDRzj input.file {
  color: #333;
  font-size: 100%;
  margin: 0;
  padding: 2px 0;
}
.cid-t4fGMoDRzj textarea.textarea {
  background: #ffffff url(assets/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
  color: #333;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  margin: 0;
  width: 99%;
}
.cid-t4fGMoDRzj select.select {
  color: #333;
  font-size: 100%;
  margin: 1px 0;
  padding: 1px 0 0;
  background: #ffffff url(assets/images/shadow.gif) repeat-x top;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #7c7c7c;
}
.cid-t4fGMoDRzj input.currency {
  text-align: right;
}
.cid-t4fGMoDRzj input.checkbox {
  display: block;
  height: 13px;
  line-height: 1.4em;
  margin: 6px 0 0 3px;
  width: 13px;
}
.cid-t4fGMoDRzj input.radio {
  display: block;
  height: 13px;
  line-height: 1.4em;
  margin: 6px 0 0 3px;
  width: 13px;
}
.cid-t4fGMoDRzj label.choice {
  color: #444;
  display: block;
  font-size: 100%;
  line-height: 1.4em;
  margin: -1.55em 0 0 25px;
  padding: 4px 0 5px;
  width: 90%;
}
.cid-t4fGMoDRzj select.select[class] {
  margin: 0;
  padding: 1px 0;
}
.cid-t4fGMoDRzj *:first-child + html select.select[class] {
  margin: 1px 0;
}
.cid-t4fGMoDRzj .safari select.select {
  font-size: 120% !important;
  margin-bottom: 1px;
}
.cid-t4fGMoDRzj input.small {
  width: 25%;
}
.cid-t4fGMoDRzj select.small {
  width: 25%;
}
.cid-t4fGMoDRzj input.medium {
  width: 50%;
}
.cid-t4fGMoDRzj select.medium {
  width: 50%;
}
.cid-t4fGMoDRzj input.large {
  width: 99%;
}
.cid-t4fGMoDRzj select.large {
  width: 100%;
}
.cid-t4fGMoDRzj textarea.small {
  height: 5.5em;
}
.cid-t4fGMoDRzj textarea.medium {
  height: 10em;
}
.cid-t4fGMoDRzj textarea.large {
  height: 20em;
}
.cid-t4fGMoDRzj #error_message {
  background: #fff;
  border: 1px dotted red;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  text-align: center;
  width: 99%;
}
.cid-t4fGMoDRzj #error_message_title {
  color: #DF0000;
  font-size: 125%;
  margin: 7px 0 5px;
  padding: 0;
}
.cid-t4fGMoDRzj #error_message_desc {
  color: #000;
  font-size: 100%;
  margin: 0 0 .8em;
}
.cid-t4fGMoDRzj #error_message_desc strong {
  background-color: #FFDFDF;
  color: red;
  padding: 2px 3px;
}
.cid-t4fGMoDRzj form li.error {
  background-color: #FFDFDF !important;
  border-bottom: 1px solid #EACBCC;
  border-right: 1px solid #EACBCC;
  margin: 3px 0;
}
.cid-t4fGMoDRzj form li.error label {
  color: #DF0000 !important;
}
.cid-t4fGMoDRzj form p.error {
  clear: both;
  color: red;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 5px;
}
.cid-t4fGMoDRzj form .required {
  color: red;
  float: none;
  font-weight: 700;
}
.cid-t4fGMoDRzj form li.highlighted {
  background-color: #fff7c0;
}
.cid-t4fGMoDRzj form .guidelines {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  color: #444;
  font-size: 80%;
  left: 100%;
  line-height: 130%;
  margin: 0 0 0 8px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 42%;
  z-index: 1000;
}
.cid-t4fGMoDRzj form .guidelines small {
  font-size: 105%;
}
.cid-t4fGMoDRzj form li.highlighted .guidelines {
  visibility: visible;
}
.cid-t4fGMoDRzj form li:hover .guidelines {
  visibility: visible;
}
.cid-t4fGMoDRzj .no_guidelines .guidelines {
  display: none !important;
}
.cid-t4fGMoDRzj .no_guidelines form li {
  width: 97%;
}
.cid-t4fGMoDRzj .no_guidelines li.section {
  padding-left: 9px;
}
.cid-t4fGMoDRzj .form_success {
  clear: both;
  margin: 0;
  padding: 90px 0pt 100px;
  text-align: center;
}
.cid-t4fGMoDRzj .form_success h2 {
  clear: left;
  font-size: 160%;
  font-weight: normal;
  margin: 0pt 0pt 3px;
}
.cid-t4fGMoDRzj ul.password {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.cid-t4fGMoDRzj .password h2 {
  color: #DF0000;
  font-weight: bold;
  margin: 0pt auto 10px;
}
.cid-t4fGMoDRzj .password input.text {
  font-size: 170% !important;
  width: 380px;
  text-align: center;
}
.cid-t4fGMoDRzj .password label {
  display: block;
  font-size: 120% !important;
  padding-top: 10px;
  font-weight: bold;
}
.cid-t4fGMoDRzj #li_captcha {
  padding-left: 5px;
}
.cid-t4fGMoDRzj #li_captcha span {
  float: none;
}
.cid-t4fGMoDRzj .embed #form_container {
  border: none;
  width: 100%;
}
.cid-t4fGMoDRzj .embed #top,
.cid-t4fGMoDRzj .embed #bottom,
.cid-t4fGMoDRzj .embed h1 {
  display: none;
}
.cid-t4fGMoDRzj .embed #footer {
  text-align: left;
  padding-left: 10px;
  width: 99%;
}
.cid-t4fGMoDRzj .embed #footer.success {
  text-align: center;
}
.cid-t4fGMoDRzj .embed form.appnitro {
  margin: 0px 0px 0;
}
.cid-t4fGMoDRzj div.calendar {
  position: relative;
}
.cid-t4fGMoDRzj .calendar table {
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 11px;
  color: #000;
  background: #fff;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
.cid-t4fGMoDRzj .calendar .button {
  text-align: center;
  padding: 2px;
}
.cid-t4fGMoDRzj .calendar .nav {
  background: #f5f5f5;
}
.cid-t4fGMoDRzj .calendar thead .title {
  font-weight: bold;
  text-align: center;
  background: #dedede;
  color: #000;
  padding: 2px 0 3px 0;
}
.cid-t4fGMoDRzj .calendar thead .headrow {
  background: #f5f5f5;
  color: #444;
  font-weight: bold;
}
.cid-t4fGMoDRzj .calendar thead .daynames {
  background: #fff;
  color: #333;
  font-weight: bold;
}
.cid-t4fGMoDRzj .calendar thead .name {
  border-bottom: 1px dotted #ccc;
  padding: 2px;
  text-align: center;
  color: #000;
}
.cid-t4fGMoDRzj .calendar thead .weekend {
  color: #666;
}
.cid-t4fGMoDRzj .calendar thead .hilite {
  background-color: #444;
  color: #fff;
  padding: 1px;
}
.cid-t4fGMoDRzj .calendar thead .active {
  background-color: #d12f19;
  color: #fff;
  padding: 2px 0px 0px 2px;
}
.cid-t4fGMoDRzj .calendar tbody .day {
  width: 1.8em;
  color: #222;
  text-align: right;
  padding: 2px 2px 2px 2px;
}
.cid-t4fGMoDRzj .calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.cid-t4fGMoDRzj .calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}
.cid-t4fGMoDRzj .calendar table .wn {
  padding: 2px 2px 2px 2px;
  border-right: 1px solid #000;
  background: #666;
}
.cid-t4fGMoDRzj .calendar tbody .rowhilite td {
  background: #FFF1AF;
}
.cid-t4fGMoDRzj .calendar tbody .rowhilite td.wn {
  background: #FFF1AF;
}
.cid-t4fGMoDRzj .calendar tbody td.hilite {
  padding: 1px 1px 1px 1px;
  background: #444 !important;
  color: #fff !important;
}
.cid-t4fGMoDRzj .calendar tbody td.active {
  color: #fff;
  background: #529214 !important;
  padding: 2px 2px 0px 2px;
}
.cid-t4fGMoDRzj .calendar tbody td.selected {
  font-weight: bold;
  border: 1px solid #888;
  padding: 1px 1px 1px 1px;
  background: #f5f5f5 !important;
  color: #222 !important;
}
.cid-t4fGMoDRzj .calendar tbody td.weekend {
  color: #666;
}
.cid-t4fGMoDRzj .calendar tbody td.today {
  font-weight: bold;
  color: #529214;
  background: #D9EFC2;
}
.cid-t4fGMoDRzj .calendar tbody .disabled {
  color: #999;
}
.cid-t4fGMoDRzj .calendar tbody .emptycell {
  visibility: hidden;
}
.cid-t4fGMoDRzj .calendar tbody .emptyrow {
  display: none;
}
.cid-t4fGMoDRzj .calendar tfoot .footrow {
  text-align: center;
  background: #556;
  color: #fff;
}
.cid-t4fGMoDRzj .calendar tfoot .ttip {
  background: #222;
  color: #fff;
  font-size: 10px;
  border-top: 1px solid #dedede;
  padding: 3px;
}
.cid-t4fGMoDRzj .calendar tfoot .hilite {
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}
.cid-t4fGMoDRzj .calendar tfoot .active {
  background: #77c;
  padding: 2px 0px 0px 2px;
}
.cid-t4fGMoDRzj .calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  border: 1px solid #ccc;
  background: #f5f5f5;
  color: #222;
  font-size: 90%;
  z-index: 100;
}
.cid-t4fGMoDRzj .calendar .combo .label,
.cid-t4fGMoDRzj .calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}
.cid-t4fGMoDRzj .calendar .combo .label-IEfix {
  width: 4em;
}
.cid-t4fGMoDRzj .calendar .combo .hilite {
  background: #444;
  color: #fff;
}
.cid-t4fGMoDRzj .calendar .combo .active {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #dedede;
  font-weight: bold;
}
