body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Fredoka One', display;
  font-size: 1.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1d3557 !important;
}
.bg-success {
  background-color: #304e79 !important;
}
.bg-info {
  background-color: #e4d295 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d3557 !important;
  border-color: #1d3557 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a121e !important;
  border-color: #0a121e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a121e !important;
  border-color: #0a121e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-success,
.btn-success:active {
  background-color: #304e79 !important;
  border-color: #304e79 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1a2b42 !important;
  border-color: #1a2b42 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a2b42 !important;
  border-color: #1a2b42 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #03060a;
  color: #03060a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1d3557;
  border-color: #1d3557;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d3557 !important;
  border-color: #1d3557 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #131f30;
  color: #131f30;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #304e79;
  border-color: #304e79;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #304e79 !important;
  border-color: #304e79 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1d3557 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #304e79 !important;
}
.text-info {
  color: #e4d295 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #03060a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #131f30 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cfaf44 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e4d295;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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: none;
}
.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);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d3557;
  border-color: #1d3557;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d3557;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3d6fb7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #668cc2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
  font-weight: 400;
}
blockquote {
  border-color: #1d3557;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #1d3557 !important;
  -webkit-box-shadow: 0 6px 16px 0 #1d3557 !important;
  background-color: #1d3557 !important;
  border-color: #1d3557 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #304e79 !important;
  -webkit-box-shadow: 0 6px 16px 0 #304e79 !important;
  background-color: #304e79 !important;
  border-color: #304e79 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d3557;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d3557;
  border-bottom-color: #1d3557;
}
.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: #1d3557 !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: #5580ff !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%;
}
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='%231d3557' %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;
}
.cid-sbOI3jDs4W .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sbOI3jDs4W .collapsed {
  flex-direction: row!important;
}
.cid-sbOI3jDs4W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbOI3jDs4W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbOI3jDs4W .navbar {
  border-bottom: solid #1d3557 6px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar:hover {
  color: #ff3366!important;
}
.cid-sbOI3jDs4W .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbOI3jDs4W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sbOI3jDs4W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sbOI3jDs4W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbOI3jDs4W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbOI3jDs4W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sbOI3jDs4W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sbOI3jDs4W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbOI3jDs4W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbOI3jDs4W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sbOI3jDs4W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sbOI3jDs4W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sbOI3jDs4W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sbOI3jDs4W .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbOI3jDs4W .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sbOI3jDs4W .nav-item:focus,
.cid-sbOI3jDs4W .nav-link:focus {
  outline: none;
}
.cid-sbOI3jDs4W .text-white:hover,
.cid-sbOI3jDs4W .text-white:active,
.cid-sbOI3jDs4W .text-white:focus {
  color: white!important;
}
.cid-sbOI3jDs4W .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-item:hover {
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-menu {
  background-color: white!important;
}
.cid-sbOI3jDs4W .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sbOI3jDs4W .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sbOI3jDs4W .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sbOI3jDs4W .nav-item .nav-link {
    position: relative;
  }
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .navbar-caption {
  font-weight: 300!important;
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 25px !important;
  }
}
.cid-sbOI3jDs4W .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbOI3jDs4W .dropdown-item.active,
.cid-sbOI3jDs4W .dropdown-item:active {
  background-color: transparent;
}
.cid-sbOI3jDs4W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbOI3jDs4W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sbOI3jDs4W .navbar-buttons {
  text-align: center;
}
.cid-sbOI3jDs4W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W .nav-link {
  font-weight: 600!important;
}
.cid-sbOI3jDs4W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbOI3jDs4W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbOI3jDs4W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sbOI3jDs4W .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbOI3jDs4W .navbar {
    height: 77px;
  }
  .cid-sbOI3jDs4W .navbar.opened {
    height: auto;
  }
  .cid-sbOI3jDs4W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 17px !important;
  }
}
.cid-scetDqfoFQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scetDqfoFQ svg {
  position: absolute;
  bottom: 6rem;
  left: 60%;
  transform: translate(-50%) scale(2, 1.6);
  animation: wave 5s ease-in-out infinite;
  content: '';
  display: none !important;
}
.cid-scetDqfoFQ .mbr-section-title,
.cid-scetDqfoFQ .mbr-section-subtitle {
  color: #000000;
}
.cid-scetDqfoFQ .mbr-section-text {
  color: #b2ccd2;
  text-align: center;
}
.cid-scetDqfoFQ .mbr-text,
.cid-scetDqfoFQ .typed-text,
.cid-scetDqfoFQ .mbr-section-text {
  letter-spacing: 0.03rem;
  padding: 3px;
}
.cid-scetDqfoFQ .btn {
  margin-left: 4px !important;
}
.cid-scetDqfoFQ .animated-element {
  color: #1d3557;
}
.cid-scetDqfoFQ .typed-cursor {
  opacity: 0.7;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1d3557;
}
@media (min-width: 993px) and (max-width: 1567px) {
  .cid-scetDqfoFQ .pt-5 {
    padding-top: 150px !important;
  }
  .cid-scetDqfoFQ svg {
    height: 1000px;
  }
}
@media (max-width: 991px) {
  .cid-scetDqfoFQ .container {
    padding-top: 10px;
  }
  .cid-scetDqfoFQ svg {
    visibility: hidden;
  }
  .cid-scetDqfoFQ .container2 {
    background: #1d3557;
    padding: 50px;
    border-radius: 30px;
  }
  .cid-scetDqfoFQ .hide2 {
    transform: none !important;
    transition: none !important;
    -webkit-appearance: none;
  }
  .cid-scetDqfoFQ .news_pic {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-scetDqfoFQ .pt-5 {
    padding-top: 0px !important;
  }
  .cid-scetDqfoFQ .container2 {
    background: #1d3557;
    padding: 5px;
    border-radius: 30px;
  }
  .cid-scetDqfoFQ .container {
    max-height: 1210px;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-scetDqfoFQ .welo {
  color: #011627;
  text-align: center;
  max-width: 700px;
  max-height: 440px;
  padding: 10px;
  opacity: 1;
  background-color: #ffffff;
  border-left: 4px solid #1d3557;
  margin: auto;
}
.cid-scetDqfoFQ .welcome {
  -webkit-box-align: center;
  align-items: center;
}
.cid-scetDqfoFQ .mbr-section-text,
.cid-scetDqfoFQ .mbr-section-btn {
  color: #1d3557;
}
.cid-scetDqfoFQ .green {
  color: #1d3557;
}
.cid-scetDqfoFQ section {
  position: relative;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-scetDqfoFQ .mbr-text,
.cid-scetDqfoFQ .mbr-section-btn {
  color: #716c80;
}
.cid-scetDqfoFQ #e12_areaS3 {
  fill: #1d3557 !important;
}
.cid-scetDqfoFQ #e19_areaS3 {
  fill: #fff4e8 !important;
}
.cid-scetDqfoFQ .img {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-scetDqfoFQ .img {
    padding-bottom: 50px;
  }
}
.cid-scetDqfoFQ P {
  color: #1d3557;
  text-align: left;
  font-size: 15px;
}
.cid-scetDqfoFQ .try {
  color: #5b686b;
}
.cid-scetDqfoFQ .mbr-arrow {
  bottom: 0px;
  background-color: transparent !important;
}
.cid-scetDqfoFQ .mbr-arrow > a > i {
  color: #011627!important;
}
.cid-scetDqfoFQ [class^="socicon-"]:before,
.cid-scetDqfoFQ [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-scetDqfoFQ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-scetDqfoFQ .social-list {
    flex-wrap: nowrap !important;
  }
}
.cid-scetDqfoFQ .btn-social {
  color: #57468b;
}
.cid-scetDqfoFQ .soc-item {
  width: 45px;
  height: 45px;
  background: #fff4e8;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-scetDqfoFQ .soc-item span {
  font-size: 1.4rem;
  color: #efefef !important;
  transition: all 0.3s;
}
.cid-scetDqfoFQ .soc-item:hover span {
  color: #1d3557 !important;
}
.cid-scetDqfoFQ H1 {
  color: #125568;
  padding-left: 20px;
  text-align: left;
  display: none;
}
.cid-scetDqfoFQ .underline {
  border-bottom: 1px dotted #0190e0;
}
.cid-scetDqfoFQ .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-scetDqfoFQ .sl1 {
  padding-top: 20px;
}
.cid-scetDqfoFQ .sit {
  box-shadow: none;
  background: none;
}
.cid-scetDqfoFQ .sit img {
  transition: all 0.3s;
  max-height: 80px;
  width: auto;
  max-width: 100%;
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
}
.cid-scetDqfoFQ .sit img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.cid-scetDqfoFQ .text-box {
  color: #ff3366;
  text-align: center;
}
.cid-scetDqfoFQ .comment {
  padding: 2px 2px;
  font-size: 14px;
  transition: all linear .2s;
  border-top: 4px solid #36d88a;
  background: #eee;
}
.cid-scetDqfoFQ .inner {
  position: relative;
  overflow: hidden;
}
.cid-scetDqfoFQ .hide2 {
  width: 50%;
  float: left;
  clear: both;
  background: white;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  margin: 0;
  transition: all 1.5s linear, margin 0s linear 0s;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-scetDqfoFQ .hide2 {
    width: 90%;
  }
}
.cid-scetDqfoFQ .hide2 p {
  padding: 10px;
  margin: 0;
}
.cid-scetDqfoFQ .ex2 .follow {
  clear: both;
}
.cid-scetDqfoFQ .ex2 input[type="checkbox"]:checked + .inner .hide2 {
  opacity: 0;
  transform: translateY(-100%);
  margin-bottom: -999em;
  transition: all 1.5s linear, margin 0s linear 1.5s;
}
.cid-scetDqfoFQ input[type=checkbox]:checked + label {
  color: white;
}
.cid-scetDqfoFQ .clear {
  clear: both;
}
.cid-scetDqfoFQ .bchild-green {
  color: #1d3557;
}
.cid-scetDqfoFQ #bchild-container a:hover {
  color: #baa439 !important;
}
.cid-scetDqfoFQ #bchild-container {
  width: 500px;
  height: 300px;
  background: "0";
  margin: auto;
  display: block;
  position: relative;
  overflow: hidden;
  left: 40px !important;
}
.cid-scetDqfoFQ #bchild-levelone {
  width: 500px;
  height: 300px;
}
.cid-scetDqfoFQ #bchild-levelone .left-side {
  width: 175px;
  background-color: #FFFFFF;
  height: 250px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 3;
  transition: .8s .8s;
  margin-left: 0px;
  border-right: solid #808a93;
}
.cid-scetDqfoFQ #bchild-levelone .right-side {
  width: 36px;
  background-color: #808a93;
  height: 250px;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: .8s .8s;
}
.cid-scetDqfoFQ #bchild-levelone .left-side h1 {
  transition: .4s 1.4s;
  background-color: white !important;
  display: block !important;
  text-transform: uppercase !important;
  font-family: 'Montserrat', Arial !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  text-align: center !important;
  width: 100px !important;
  padding: 20px 5px !important;
  margin: -90px 111px !important;
  color: #011627 !important;
  cursor: pointer !important;
  border: solid #808a93;
}
.cid-scetDqfoFQ #bchild-container input[type=radio] {
  display: none;
}
.cid-scetDqfoFQ #levelone-wrapper #openlevelone:checked ~ #bchild-levelone .left-side h1 {
  transform: translateX(-46px);
  transition: .4s;
  clear: both;
}
.cid-scetDqfoFQ #levelone-wrapper #openlevelone:checked ~ #bchild-levelone .left-side {
  transform: translateX(-170px);
  transition: .8s .4s;
  clear: both;
}
.cid-scetDqfoFQ #levelone-wrapper #openlevelone:checked ~ #bchild-levelone .right-side {
  transform: translateX(40px);
  transition: .8s .4s;
}
.cid-scetDqfoFQ #levelone-wrapper {
  width: 100%;
  height: 250px;
}
.cid-scetDqfoFQ #levelone-wrapper .left-side .close-levelone {
  transition: .8s;
  opacity: 0;
  background-color: red;
  font-size: 20px !important;
  text-align: center;
  padding: 15px 10px;
  display: block;
  width: 30px;
  margin: 90px 175px;
  position: relative;
  z-index: 4;
}
.cid-scetDqfoFQ #levelone-wrapper #openlevelone:checked ~ #bchild-levelone .left-side .close-levelone {
  opacity: .6;
  transition: .3s 1.1s;
}
.cid-scetDqfoFQ #bchild-leveltwo {
  width: 40%;
  height: 100%;
  margin-top: -250px;
  margin-left: 10px;
  background-color: transparent;
  padding: 10px;
  position: absolute;
  z-index: 1;
  overflow: auto;
}
.cid-scetDqfoFQ #bchild-leveltwo .left-side {
  width: 300px;
  height: 280px;
  display: inline-block;
  float: left;
  margin-left: 5px;
  padding: 10px;
  background-color: #e3e3e3;
}
.cid-scetDqfoFQ #bchild-leveltwo .left-side .info-paragraph {
  width: 100%;
  margin-top: 10px;
  height: 120px;
  overflow: auto;
  font-size: 11px;
  font-family: Muli !important;
  letter-spacing: 1px !important;
  line-height: 17px !important;
  color: #011627 !important;
}
.cid-scetDqfoFQ .info-paragraph p {
  width: 100%;
  margin-bottom: 10px !important;
  letter-spacing: 1px !important;
  font-size: 11px !important;
  line-height: 17px !important;
  text-align: justify;
}
.cid-scetDqfoFQ #bchild-leveltwo .right-side {
  width: 0px;
  float: left;
  display: inline-block;
  padding: 10px;
  font-family: Muli, Arial;
}
.cid-scetDqfoFQ #bchild-leveltwo .right-side .link-nav {
  width: 100%;
  margin-bottom: 10px;
}
.cid-scetDqfoFQ #bchild-leveltwo .right-side .link-nav label {
  font-family: Montserrat, Arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 7px;
  padding: 5px 10px;
  display: inline-block;
  color: #011627;
  border: 1px solid #011627;
  margin-left: 2px;
  transition: .8s;
}
.cid-scetDqfoFQ #bchild-leveltwo .right-side .link-nav label:hover {
  background-color: #f7f6f1;
  transition: .8s;
  border: 1px solid #D1CAB5;
  color: #D1CAB5;
}
.cid-scetDqfoFQ #bchild-leveltwo #leveltwo-wrapper {
  width: 400px;
  overflow: hidden;
  margin-top: 10px;
}
.cid-scetDqfoFQ #bchild-leveltwo .right-side .tabbed-wrapper {
  width: 1250px;
  height: 250px;
}
.cid-scetDqfoFQ #bchild-leveltwo .right-side .tabbed-wrapper .tabbed-inner {
  width: 300px;
  margin-right: 10px;
  display: inline-block;
  height: 250px;
  float: left;
  font-size: 11px;
  line-height: 20px;
  color: #808a93;
  overflow: auto;
}
.cid-scetDqfoFQ #bchild-leveltwo .right-side .tabbed-inner a {
  text-decoration: none !important;
  line-height: 20px !important;
  font-size: 11px !important;
  color: #D1CAB5 !important;
}
.cid-scetDqfoFQ #bchild-leveltwo .right-side .tabbed-inner a:hover {
  color: #EAD9B9 !important;
}
.cid-scetDqfoFQ #bchild-leveltwo .right-side .tabbed-inner i {
  color: #D1CAB5 !important;
  margin-right: 5px !important;
  font-size: 10px !important;
  font-style: italic !important;
}
.cid-scetDqfoFQ .link-nav #fiction:checked ~ #leveltwo-wrapper .tabbed-wrapper {
  margin-left: -310px;
}
.cid-scetDqfoFQ #nonfiction:checked ~ #leveltwo-wrapper .tabbed-wrapper {
  margin-left: -620px;
}
.cid-scetDqfoFQ #fanfiction:checked ~ #leveltwo-wrapper .tabbed-wrapper {
  margin-left: -930px;
}
.cid-scetDqfoFQ #poetry:checked + label {
  border: 1px solid #D1CAB5 !important;
  color: #D1CAB5 !important;
}
.cid-scetDqfoFQ #fiction:checked + label {
  border: 1px solid #D1CAB5 !important;
  color: #D1CAB5 !important;
}
.cid-scetDqfoFQ #nonfiction:checked + label {
  border: 1px solid #D1CAB5 !important;
  color: #D1CAB5 !important;
}
.cid-scetDqfoFQ #fanfiction:checked + label {
  border: 1px solid #D1CAB5 !important;
  color: #D1CAB5 !important;
}
.cid-scetDqfoFQ .info-paragraph::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #CCC;
}
.cid-scetDqfoFQ .info-paragraph::-webkit-scrollbar-track-piece {
  background-color: #CCC;
}
.cid-scetDqfoFQ .info-paragraph::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
}
.cid-scetDqfoFQ .tabbed-inner::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #ededed;
}
.cid-scetDqfoFQ .tabbed-inner::-webkit-scrollbar-track-piece {
  background-color: #ededed;
}
.cid-scetDqfoFQ .tabbed-inner::-webkit-scrollbar-thumb {
  background-color: #808a93;
}
.cid-scetDqfoFQ label {
  display: inline-block;
  margin-bottom: -8rem !important;
}
.cid-scetDqfoFQ .close-levelone {
  padding: 0px !important;
}
.cid-scetDqfoFQ .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-scetDqfoFQ .panel-group {
  border-top: 1px solid #efefef;
}
.cid-scetDqfoFQ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-scetDqfoFQ .card .card-header {
  border-bottom: solid #cccccc 1px;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-scetDqfoFQ .card .card-header a.panel-title {
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-scetDqfoFQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-scetDqfoFQ h4 {
  background: #ffffff;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.cid-scetDqfoFQ .typed-text {
  text-align: left;
  color: #ffbc00;
}
@media (max-width: 776px) {
  .cid-scetDqfoFQ .typed-text {
    font-size: 13px;
  }
}
.cid-scetDqfoFQ .p-4 {
  padding: none !important;
}
.cid-scetDqfoFQ .profile {
  max-width: 50%;
  height: auto;
  border-radius: 10%;
}
.cid-scetDqfoFQ .panel-text {
  color: #1d3557;
  text-align: left;
}
.cid-scetDqfoFQ .em {
  border-bottom: 2px solid #ff3366;
}
.cid-scetDqfoFQ .sli-arrow-down-circle {
  font-size: 3rem !important;
  color: #ff3366 !important;
}
.cid-scetDqfoFQ .add {
  text-align: left !important;
}
.cid-scetDqfoFQ .address {
  font-size: 15px !important;
  background-color: #efefef;
  padding: 10px;
  line-height: normal;
}
.cid-scetDqfoFQ .ppp {
  max-height: 100px;
  width: auto;
  margin: auto;
  border: solid #efefef 4px;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-scetDqfoFQ .ppp {
    width: 100% !important;
    height: auto;
  }
}
.cid-scetDqfoFQ .blue {
  background: #02c39a;
}
.cid-scetDqfoFQ .news {
  box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.5);
  width: 890px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 4px;
  padding: 1px;
  -webkit-user-select: none;
}
.cid-scetDqfoFQ .news span {
  float: left;
  color: #fff;
  padding: 9px;
  position: relative;
  top: 1%;
  box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.4);
  font: 16px 'Raleway', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  cursor: pointer;
}
.cid-scetDqfoFQ .text1 {
  color: #1d3557;
}
.cid-scetDqfoFQ .container .card-header {
  border-bottom: solid #cccccc 1px;
}
.cid-scetDqfoFQ H4 {
  text-align: left;
  color: #1d3557;
}
.cid-scetDqfoFQ .date {
  border: solid #efefef 4px;
  color: #1d3557;
  position: absolute;
  background: white;
  padding: 25px 10px;
  height: 90%;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-scetDqfoFQ .date {
    display: none;
  }
}
.cid-scetDqfoFQ .box {
  border-left: solid #1d3557 4px;
  width: 100%;
  margin: auto!important;
  text-align: center;
  max-width: 800px!important;
}
.cid-scetDqfoFQ .marquee {
  width: 100%;
  padding: 0.5em 0;
  overflow: hidden;
  background-color: #efefef;
  margin-bottom: 10px;
  position: relative;
}
.cid-scetDqfoFQ .marquee p:after {
  content: "";
  white-space: nowrap;
  padding-right: 50px;
}
.cid-scetDqfoFQ .marquee p {
  margin: 0;
  padding-left: 600px;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 70s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }
  99%,
  to {
    -moz-transform: translate(-100%);
  }
}
@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%);
  }
  99%,
  to {
    -ms-transform: translate(-100%);
  }
}
@-o-keyframes marquee {
  from {
    -o-transform: translate(0%);
  }
  99%,
  to {
    -o-transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%,
  to {
    transform: translate(-100%);
  }
}
.cid-scetDqfoFQ p:hover {
  cursor: pointer;
  animation-play-state: paused;
}
.cid-scetDqfoFQ DIV {
  color: #2a9d8f;
  text-align: left;
}
.cid-scetDqfoFQ .date span {
  font-size: 20px;
  display: block;
  line-height: 20px;
  font-weight: 700;
  margin: auto;
}
.cid-scetDqfoFQ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-scetDqfoFQ .carousel-item.active,
.cid-scetDqfoFQ .carousel-item-next,
.cid-scetDqfoFQ .carousel-item-prev {
  display: flex;
}
.cid-scetDqfoFQ .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-scetDqfoFQ .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #2a9d8f;
  opacity: .8;
}
.cid-scetDqfoFQ .carousel-controls a:hover span {
  opacity: 1;
}
.cid-scetDqfoFQ h3,
.cid-scetDqfoFQ h4 {
  margin: 0;
  padding: 5px;
}
.cid-scetDqfoFQ H3 {
  color: #125568;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-scetDqfoFQ .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 576px) {
  .cid-scetDqfoFQ .carousel-controls a span {
    top: auto;
    bottom: 15%;
  }
}
.cid-scetDqfoFQ H2 {
  color: #69b9d0;
}
.cid-scetDqfoFQ .ggg {
  border: solid #1d3557 6px;
  padding-bottom: 5px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  padding-top: 15px;
}
.cid-scetDqfoFQ .tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #1d3557;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.cid-scetDqfoFQ .tag-cloud a:hover {
  background: #fc5356;
}
.cid-scetDqfoFQ A {
  font-family: 'Raleway', sans-serif;
}
.cid-scetDqfoFQ .xp {
  padding-top: 25px;
}
.cid-scetDqfoFQ .display-7 {
  font-size: 1rem !important;
}
.cid-sc380v24ey {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sc380v24ey .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sc380v24ey section {
  position: relative;
}
.cid-sc380v24ey .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-sc380v24ey #e1_circle,
.cid-sc380v24ey #e3_circle,
.cid-sc380v24ey #e4_circle,
.cid-sc380v24ey #e5_circle {
  fill: #efefef !important;
}
.cid-sc380v24ey #e6_circle {
  fill: #ffffff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sc380v24ey .round {
  border-radius: 100%;
  position: absolute;
  background-color: #efefef;
  animation: orbit 4s linear infinite;
}
.cid-sc380v24ey .rev {
  animation: rev 4s linear infinite;
}
.cid-sc380v24ey .round1 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 10%;
}
.cid-sc380v24ey .round2 {
  width: 80px;
  height: 80px;
  left: 5%;
  top: 8%;
}
.cid-sc380v24ey .round3 {
  width: 40px;
  height: 40px;
  right: 2%;
  bottom: 2%;
}
.cid-sc380v24ey .carousel {
  margin: 30px 0;
  background: #ffffff;
}
.cid-sc380v24ey .carousel .item {
  text-align: center;
  overflow: hidden;
  height: 475px;
}
.cid-sc380v24ey .item img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.cid-sc380v24ey .carousel .carousel-control {
  width: 50px;
  height: 50px;
  background: #000;
  margin: auto 0;
  opacity: 0.8;
}
.cid-sc380v24ey .carousel .carousel-control:hover {
  opacity: 0.9;
}
.cid-sc380v24ey .carousel .carousel-control i {
  font-size: 41px;
  margin-top: 3px;
}
.cid-sc380v24ey .carousel-caption h3,
.cid-sc380v24ey .carousel-caption p {
  color: #fff;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  text-shadow: none;
  margin-bottom: 20px;
}
.cid-sc380v24ey .carousel-caption h3 {
  background: #1352d6;
  padding: 12px 24px;
  font-size: 20px;
  text-transform: uppercase;
}
.cid-sc380v24ey .carousel-caption p {
  background: #7f1933;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
}
.cid-sc380v24ey .carousel-indicators {
  margin: 0px !important;
  position: relative;
  background: #ccc;
}
.cid-sc380v24ey .carousel-indicators div.active {
  background: #1352d6;
  border-color: white;
}
.cid-sc380v24ey .carousel .nav {
  background: #eee;
}
.cid-sc380v24ey .carousel .nav a {
  color: #333;
  border-radius: 0;
  font-size: 85%;
  padding: 10px 16px;
  border-right: solid white 2px !important;
}
.cid-sc380v24ey .carousel .nav .active a {
  color: white;
  border-top: solid white 4px;
  background-color: #1352d6;
}
.cid-sc380v24ey .carousel .nav strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 110%;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .cid-sc380v24ey .carousel-indicators {
    display: none;
  }
}
.cid-sc380v24ey H3 {
  text-align: left;
  color: #369898;
}
.cid-sc380v24ey .blog-aside .widget {
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.cid-sc380v24ey .blog-aside .widget-body {
  padding: 15px;
}
.cid-sc380v24ey .blog-aside .widget-title {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
.cid-sc380v24ey .blog-aside .widget-title h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.cid-sc380v24ey .blog-aside .widget-author {
  margin-bottom: 15px;
}
.cid-sc380v24ey .blog-aside .widget-author p {
  font-size: 16px;
  margin: 0;
}
.cid-sc380v24ey .blog-aside .widget-author .avatar {
  max-width: 150px;
  height: auto;
  border-radius: 2px;
  margin: auto;
  overflow: hidden;
}
.cid-sc380v24ey .blog-aside .widget-author h6 {
  font-weight: 600;
  color: #1d3557;
  font-size: 22px;
  margin: 0;
  padding-left: 20px;
}
.cid-sc380v24ey img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  border-radius: 10px;
}
.cid-sc380v24ey H6 {
  font-size: 25px !important;
  color: #2a9d8f;
  text-align: center;
}
.cid-sc380v24ey .col1 {
  padding: 15px;
  background-color: white;
  margin-top: 15px;
}
.cid-sc380v24ey .tag-cloud a {
  padding: 4px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #1d3557;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.cid-sc380v24ey .tag-cloud a:hover {
  background: #fc5356;
}
.cid-sc380v24ey p {
  text-align: justify;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  padding: 10px;
}
.cid-sc380v24ey P {
  color: #1c242f;
}
.cid-sc380v24ey A {
  font-family: 'Raleway', sans-serif;
}
.cid-sc380v24ey .mbr-section-title {
  color: #1d3557;
  text-align: center;
}
.cid-sc380v24ey .blog-aside {
  padding-top: 20px;
}
@media (max-width: 576px) {
  .cid-sc380v24ey .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-sc380v24ey svg {
    bottom: -3rem !important;
  }
  .cid-sc380v24ey .round1 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sc380v24ey svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-sc380v24ey img {
    margin-top: 1rem;
  }
  .cid-sc380v24ey svg {
    right: -45% !important;
  }
}
.cid-sc380v24ey .sht {
  max-width: 300px !important;
  height: auto;
}
.cid-sc380v24ey .gb {
  font-weight: 400;
}
.cid-schpNKKUnI {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-schpNKKUnI section {
  position: relative;
}
.cid-schpNKKUnI .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-schpNKKUnI #e1_circle,
.cid-schpNKKUnI #e3_circle,
.cid-schpNKKUnI #e4_circle,
.cid-schpNKKUnI #e5_circle {
  fill: #efefef !important;
}
.cid-schpNKKUnI #e6_circle {
  fill: #ffffff !important;
}
.cid-schpNKKUnI .mbr-text {
  color: #716c80;
}
.cid-schpNKKUnI h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-schpNKKUnI .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-schpNKKUnI .card-img .img1 {
  background-color: #1d3557;
}
.cid-schpNKKUnI .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.2rem !important;
}
.cid-schpNKKUnI .round {
  border-radius: 100%;
  position: absolute;
  background-color: #efefef;
  animation: orbit 4s linear infinite;
}
.cid-schpNKKUnI .rev {
  animation: rev 4s linear infinite;
}
.cid-schpNKKUnI .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-schpNKKUnI .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-schpNKKUnI .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-schpNKKUnI .card-title,
.cid-schpNKKUnI .card-img {
  color: #57468b;
}
.cid-schpNKKUnI img {
  width: 70%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-schpNKKUnI svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-schpNKKUnI img {
    margin-top: 1rem;
  }
  .cid-schpNKKUnI svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-schpNKKUnI .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-schpNKKUnI svg {
    bottom: -3rem !important;
  }
  .cid-schpNKKUnI .round1 {
    display: none;
  }
}
.cid-schpNKKUnI .title {
  line-height: 1.3;
  color: #b1a374;
}
.cid-schpNKKUnI .card-title {
  color: #1d3557;
}
.cid-schpNKKUnI H1 {
  text-align: left;
  color: #1d3557;
}
.cid-tz7hjylpIG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz7hjylpIG [class^="socicon-"]:before,
.cid-tz7hjylpIG [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tz7hjylpIG .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tz7hjylpIG .btn-social,
.cid-tz7hjylpIG .mbr-section-title {
  color: #57468b;
}
.cid-tz7hjylpIG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-tz7hjylpIG .soc-item span {
  font-size: 1.4rem;
  color: #1d3557 !important;
  transition: all 0.3s;
}
.cid-tz7hjylpIG .soc-item:hover span {
  color: #1d3557 !important;
}
.cid-scf9DnTxsz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sbOI3jDs4W .collapsed {
  flex-direction: row!important;
}
.cid-sbOI3jDs4W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbOI3jDs4W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbOI3jDs4W .navbar {
  border-bottom: solid #1d3557 6px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar:hover {
  color: #ff3366!important;
}
.cid-sbOI3jDs4W .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbOI3jDs4W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sbOI3jDs4W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sbOI3jDs4W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbOI3jDs4W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbOI3jDs4W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sbOI3jDs4W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sbOI3jDs4W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbOI3jDs4W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbOI3jDs4W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sbOI3jDs4W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sbOI3jDs4W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sbOI3jDs4W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sbOI3jDs4W .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbOI3jDs4W .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sbOI3jDs4W .nav-item:focus,
.cid-sbOI3jDs4W .nav-link:focus {
  outline: none;
}
.cid-sbOI3jDs4W .text-white:hover,
.cid-sbOI3jDs4W .text-white:active,
.cid-sbOI3jDs4W .text-white:focus {
  color: white!important;
}
.cid-sbOI3jDs4W .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-item:hover {
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-menu {
  background-color: white!important;
}
.cid-sbOI3jDs4W .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sbOI3jDs4W .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sbOI3jDs4W .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sbOI3jDs4W .nav-item .nav-link {
    position: relative;
  }
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .navbar-caption {
  font-weight: 300!important;
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 25px !important;
  }
}
.cid-sbOI3jDs4W .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbOI3jDs4W .dropdown-item.active,
.cid-sbOI3jDs4W .dropdown-item:active {
  background-color: transparent;
}
.cid-sbOI3jDs4W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbOI3jDs4W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sbOI3jDs4W .navbar-buttons {
  text-align: center;
}
.cid-sbOI3jDs4W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W .nav-link {
  font-weight: 600!important;
}
.cid-sbOI3jDs4W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbOI3jDs4W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbOI3jDs4W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sbOI3jDs4W .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbOI3jDs4W .navbar {
    height: 77px;
  }
  .cid-sbOI3jDs4W .navbar.opened {
    height: auto;
  }
  .cid-sbOI3jDs4W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 17px !important;
  }
}
.cid-scgVix07Z0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-scgVix07Z0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-scgVix07Z0 H1 {
  color: #1d3557;
}
.cid-scgVix07Z0 .mbr-text,
.cid-scgVix07Z0 .mbr-section-btn {
  color: #716c80;
}
.cid-scgVix07Z0 H3 {
  color: #5b686b;
}
.cid-scgVix07Z0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-scgVix07Z0 .btn-info-outline {
  border: none;
  color: #e4d295 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-scgVix07Z0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-scgVix07Z0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-scgVix07Z0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #1d3557 !important;
  box-shadow: none!important;
}
.cid-scgVix07Z0 .btn-info-outline:active,
.cid-scgVix07Z0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-scgVix07Z0 DIV {
  color: #57468b;
}
.cid-scgVix07Z0 .mbr-text,
.cid-scgVix07Z0 .media-content,
.cid-scgVix07Z0 .mbr-section-btn {
  color: #1d3557;
  text-align: left;
}
.cid-scgVQZhU9y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scgVQZhU9y .container {
  max-width: 1400px;
}
.cid-scgVQZhU9y section {
  position: relative;
}
.cid-scgVQZhU9y svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-scgVQZhU9y #e1_ellipse {
  fill: #ffffff !important;
}
.cid-scgVQZhU9y .mbr-text {
  color: #1d3557;
  text-align: left;
  font-size: 15px;
}
.cid-scgVQZhU9y .card-img span {
  font-size: 150px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-scgVQZhU9y .card-img .img1 {
  background-color: #f9aa2d;
}
.cid-scgVQZhU9y .card-img .img2 {
  background-color: #b73189;
}
.cid-scgVQZhU9y .card-img .img3 {
  background-color: #c9da35;
}
.cid-scgVQZhU9y .card-img .img4 {
  background-color: #3a367e;
}
.cid-scgVQZhU9y .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-scgVQZhU9y .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-scgVQZhU9y .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-scgVQZhU9y .card-title,
.cid-scgVQZhU9y .card-img {
  color: #57468b;
}
.cid-scgVQZhU9y img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-scgVQZhU9y img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-scgVQZhU9y .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-scgVQZhU9y .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-scgVQZhU9y .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-scgVQZhU9y .card-img span {
    margin-right: 0rem;
  }
  .cid-scgVQZhU9y svg {
    top: -9rem;
  }
}
.cid-scgVQZhU9y .mbr-section-title {
  color: #1d3557;
  text-align: center;
}
.cid-scgVQZhU9y .gh {
  padding: 20px !important;
  text-align: center !important;
  border-bottom: solid #1d3557 2px;
}
.cid-scgVQZhU9y .mbr-text,
.cid-scgVQZhU9y .mbr-section-btn {
  text-align: left;
}
.cid-tz7hRqTJzF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1d3557;
}
.cid-tz7hRqTJzF H1 {
  color: #0a2851;
  text-align: left;
}
.cid-tz7hRqTJzF .mbr-text,
.cid-tz7hRqTJzF .mbr-section-btn {
  color: #716c80;
}
.cid-tz7hRqTJzF .ug {
  border-left: solid #e4d295 6px;
  background-color: #efefef;
  border-radius: 5px;
  padding: 20px;
}
.cid-tz7hRqTJzF H3 {
  text-align: left;
  color: #ffffff;
  opacity: 0.2;
}
.cid-tz7hSHk0dO {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tz7hSHk0dO .mbr-section-subtitle {
  color: #716c80;
}
.cid-tz7hSHk0dO .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tz7hSHk0dO .mbr-text {
  color: #767676;
}
.cid-tz7hSHk0dO .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-tz7hSHk0dO .mbr-author-name {
  color: #232323;
  text-align: center;
}
.cid-tz7hSHk0dO .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-tz7hSHk0dO .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-tz7hSHk0dO .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
  position: relative;
}
.cid-tz7hSHk0dO .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tz7hSHk0dO .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tz7hSHk0dO .mbr-testimonial .card-footer {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.2s;
  transform: translateY(2rem);
}
.cid-tz7hSHk0dO .mbr-testimonial .card-footer:hover {
  transform: translateY(0rem);
  opacity: 1;
}
@media (max-width: 576px) {
  .cid-tz7hSHk0dO .card-footer {
    transform: translateY(0rem) !important;
    opacity: 1!important;
  }
}
@media (max-width: 300px) {
  .cid-tz7hSHk0dO .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tz7hSHk0dO .mbr-iconfont-social {
  font-size: 18px;
  display: none;
}
.cid-tz7hSHk0dO .icon1 {
  color: #ff8a73;
}
.cid-tz7hSHk0dO .icon2 {
  color: #57468b;
}
.cid-tz7hSHk0dO .icon3 {
  color: #5580ff;
}
.cid-tz7hSHk0dO .social-list a:focus {
  text-decoration: none;
}
.cid-tz7hSHk0dO H2 {
  color: #57468b;
}
.cid-scf9DnTxsz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sbOI3jDs4W .collapsed {
  flex-direction: row!important;
}
.cid-sbOI3jDs4W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbOI3jDs4W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbOI3jDs4W .navbar {
  border-bottom: solid #1d3557 6px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar:hover {
  color: #ff3366!important;
}
.cid-sbOI3jDs4W .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbOI3jDs4W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sbOI3jDs4W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sbOI3jDs4W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbOI3jDs4W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbOI3jDs4W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sbOI3jDs4W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sbOI3jDs4W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbOI3jDs4W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbOI3jDs4W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sbOI3jDs4W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sbOI3jDs4W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sbOI3jDs4W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sbOI3jDs4W .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbOI3jDs4W .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sbOI3jDs4W .nav-item:focus,
.cid-sbOI3jDs4W .nav-link:focus {
  outline: none;
}
.cid-sbOI3jDs4W .text-white:hover,
.cid-sbOI3jDs4W .text-white:active,
.cid-sbOI3jDs4W .text-white:focus {
  color: white!important;
}
.cid-sbOI3jDs4W .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-item:hover {
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-menu {
  background-color: white!important;
}
.cid-sbOI3jDs4W .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sbOI3jDs4W .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sbOI3jDs4W .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sbOI3jDs4W .nav-item .nav-link {
    position: relative;
  }
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .navbar-caption {
  font-weight: 300!important;
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 25px !important;
  }
}
.cid-sbOI3jDs4W .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbOI3jDs4W .dropdown-item.active,
.cid-sbOI3jDs4W .dropdown-item:active {
  background-color: transparent;
}
.cid-sbOI3jDs4W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbOI3jDs4W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sbOI3jDs4W .navbar-buttons {
  text-align: center;
}
.cid-sbOI3jDs4W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W .nav-link {
  font-weight: 600!important;
}
.cid-sbOI3jDs4W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbOI3jDs4W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbOI3jDs4W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sbOI3jDs4W .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbOI3jDs4W .navbar {
    height: 77px;
  }
  .cid-sbOI3jDs4W .navbar.opened {
    height: auto;
  }
  .cid-sbOI3jDs4W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 17px !important;
  }
}
.cid-t03HImuosD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #0a2851;
}
.cid-t03HImuosD H1 {
  color: #0a2851;
  text-align: left;
}
.cid-t03HImuosD .mbr-text,
.cid-t03HImuosD .mbr-section-btn {
  color: #716c80;
}
.cid-t03HImuosD .ug {
  border-left: solid #e4d295 6px;
  background-color: #efefef;
  border-radius: 5px;
  padding: 20px;
}
.cid-t03HImuosD H3 {
  text-align: left;
  color: #ffffff;
  opacity: 0.2;
}
.cid-sch2AGGJuq {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sch2AGGJuq .mbr-section-subtitle {
  color: #716c80;
}
.cid-sch2AGGJuq .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sch2AGGJuq .mbr-text {
  color: #767676;
}
.cid-sch2AGGJuq .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-sch2AGGJuq .mbr-author-name {
  color: #232323;
  text-align: center;
}
.cid-sch2AGGJuq .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sch2AGGJuq .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sch2AGGJuq .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
  position: relative;
}
.cid-sch2AGGJuq .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sch2AGGJuq .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sch2AGGJuq .mbr-testimonial .card-footer {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.2s;
  transform: translateY(2rem);
}
.cid-sch2AGGJuq .mbr-testimonial .card-footer:hover {
  transform: translateY(0rem);
  opacity: 1;
}
@media (max-width: 576px) {
  .cid-sch2AGGJuq .card-footer {
    transform: translateY(0rem) !important;
    opacity: 1!important;
  }
}
@media (max-width: 300px) {
  .cid-sch2AGGJuq .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sch2AGGJuq .mbr-iconfont-social {
  font-size: 18px;
  display: none;
}
.cid-sch2AGGJuq .icon1 {
  color: #ff8a73;
}
.cid-sch2AGGJuq .icon2 {
  color: #57468b;
}
.cid-sch2AGGJuq .icon3 {
  color: #5580ff;
}
.cid-sch2AGGJuq .social-list a:focus {
  text-decoration: none;
}
.cid-sch2AGGJuq H2 {
  color: #57468b;
}
.cid-scf9DnTxsz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sbOI3jDs4W .collapsed {
  flex-direction: row!important;
}
.cid-sbOI3jDs4W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbOI3jDs4W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbOI3jDs4W .navbar {
  border-bottom: solid #1d3557 6px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar:hover {
  color: #ff3366!important;
}
.cid-sbOI3jDs4W .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbOI3jDs4W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sbOI3jDs4W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sbOI3jDs4W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbOI3jDs4W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbOI3jDs4W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sbOI3jDs4W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sbOI3jDs4W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbOI3jDs4W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbOI3jDs4W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sbOI3jDs4W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sbOI3jDs4W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sbOI3jDs4W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sbOI3jDs4W .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbOI3jDs4W .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sbOI3jDs4W .nav-item:focus,
.cid-sbOI3jDs4W .nav-link:focus {
  outline: none;
}
.cid-sbOI3jDs4W .text-white:hover,
.cid-sbOI3jDs4W .text-white:active,
.cid-sbOI3jDs4W .text-white:focus {
  color: white!important;
}
.cid-sbOI3jDs4W .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-item:hover {
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-menu {
  background-color: white!important;
}
.cid-sbOI3jDs4W .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sbOI3jDs4W .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sbOI3jDs4W .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sbOI3jDs4W .nav-item .nav-link {
    position: relative;
  }
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .navbar-caption {
  font-weight: 300!important;
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 25px !important;
  }
}
.cid-sbOI3jDs4W .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbOI3jDs4W .dropdown-item.active,
.cid-sbOI3jDs4W .dropdown-item:active {
  background-color: transparent;
}
.cid-sbOI3jDs4W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbOI3jDs4W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sbOI3jDs4W .navbar-buttons {
  text-align: center;
}
.cid-sbOI3jDs4W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W .nav-link {
  font-weight: 600!important;
}
.cid-sbOI3jDs4W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbOI3jDs4W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbOI3jDs4W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sbOI3jDs4W .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbOI3jDs4W .navbar {
    height: 77px;
  }
  .cid-sbOI3jDs4W .navbar.opened {
    height: auto;
  }
  .cid-sbOI3jDs4W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 17px !important;
  }
}
.cid-sch3XCb8dv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sch3XCb8dv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sch3XCb8dv input,
.cid-sch3XCb8dv textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 0px;
}
.cid-sch3XCb8dv img {
  width: 90%;
  border-radius: 8px;
}
.cid-sch3XCb8dv .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-sch3XCb8dv textarea {
  min-height: 160px;
}
.cid-sch3XCb8dv .form-control,
.cid-sch3XCb8dv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-bottom: solid #cccccc 1px;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sch3XCb8dv .form-control:hover,
.cid-sch3XCb8dv .field-input:hover,
.cid-sch3XCb8dv .form-control:focus,
.cid-sch3XCb8dv .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sch3XCb8dv input::-webkit-input-placeholder,
.cid-sch3XCb8dv textarea::-webkit-input-placeholder {
  color: #879a9f;
}
.cid-sch3XCb8dv input:-moz-placeholder,
.cid-sch3XCb8dv textarea:-moz-placeholder {
  color: #879a9f;
}
.cid-sch3XCb8dv .jq-selectbox li,
.cid-sch3XCb8dv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sch3XCb8dv .jq-selectbox li:hover,
.cid-sch3XCb8dv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sch3XCb8dv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sch3XCb8dv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sch3XCb8dv H5 {
  color: #1d3557;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sch3XCb8dv img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sch3XCb8dv .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sch3XCb8dv .fff {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sch3XCb8dv p {
  line-height: 1.2;
  padding-top: 15px;
}
.cid-sch3XCb8dv .mbr-text,
.cid-sch3XCb8dv .mbr-section-btn {
  color: #1d3557;
  text-align: left;
}
.cid-sch5hvsJDf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sch5hvsJDf [class^="socicon-"]:before,
.cid-sch5hvsJDf [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sch5hvsJDf .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sch5hvsJDf .btn-social,
.cid-sch5hvsJDf .mbr-section-title {
  color: #57468b;
}
.cid-sch5hvsJDf .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-sch5hvsJDf .soc-item span {
  font-size: 1.4rem;
  color: #1d3557 !important;
  transition: all 0.3s;
}
.cid-sch5hvsJDf .soc-item:hover span {
  color: #1d3557 !important;
}
.cid-scf9DnTxsz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sbOI3jDs4W .collapsed {
  flex-direction: row!important;
}
.cid-sbOI3jDs4W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbOI3jDs4W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbOI3jDs4W .navbar {
  border-bottom: solid #1d3557 6px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar:hover {
  color: #ff3366!important;
}
.cid-sbOI3jDs4W .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbOI3jDs4W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sbOI3jDs4W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sbOI3jDs4W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbOI3jDs4W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbOI3jDs4W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sbOI3jDs4W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sbOI3jDs4W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbOI3jDs4W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbOI3jDs4W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sbOI3jDs4W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sbOI3jDs4W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sbOI3jDs4W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sbOI3jDs4W .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbOI3jDs4W .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sbOI3jDs4W .nav-item:focus,
.cid-sbOI3jDs4W .nav-link:focus {
  outline: none;
}
.cid-sbOI3jDs4W .text-white:hover,
.cid-sbOI3jDs4W .text-white:active,
.cid-sbOI3jDs4W .text-white:focus {
  color: white!important;
}
.cid-sbOI3jDs4W .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-item:hover {
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-menu {
  background-color: white!important;
}
.cid-sbOI3jDs4W .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sbOI3jDs4W .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sbOI3jDs4W .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sbOI3jDs4W .nav-item .nav-link {
    position: relative;
  }
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .navbar-caption {
  font-weight: 300!important;
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 25px !important;
  }
}
.cid-sbOI3jDs4W .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbOI3jDs4W .dropdown-item.active,
.cid-sbOI3jDs4W .dropdown-item:active {
  background-color: transparent;
}
.cid-sbOI3jDs4W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbOI3jDs4W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sbOI3jDs4W .navbar-buttons {
  text-align: center;
}
.cid-sbOI3jDs4W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W .nav-link {
  font-weight: 600!important;
}
.cid-sbOI3jDs4W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbOI3jDs4W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbOI3jDs4W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sbOI3jDs4W .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbOI3jDs4W .navbar {
    height: 77px;
  }
  .cid-sbOI3jDs4W .navbar.opened {
    height: auto;
  }
  .cid-sbOI3jDs4W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 17px !important;
  }
}
.cid-tz7iBxQvQo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f3ff;
}
.cid-tz7iBxQvQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz7iBxQvQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz7iBxQvQo img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tz7iBxQvQo img {
    margin-bottom: 2rem;
  }
}
.cid-tz7iBxQvQo .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tz7iBxQvQo .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-tz7iBxQvQo .card-wrapper {
    max-width: 400px;
  }
}
.cid-tz7iBxQvQo .mbr-iconfont {
  font-size: 3rem;
  color: #40b0bf;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tz7iBxQvQo .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1rem;
  }
}
.cid-tz7iBxQvQo .card-text {
  color: #1f357f;
}
.cid-tz7iBxQvQo .card-title {
  color: #1b224b;
}
@media (max-width: 778px) {
  .cid-tz7iBxQvQo h5 {
    font-size: 15px !important;
  }
}
.cid-scf9DnTxsz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sbOI3jDs4W .collapsed {
  flex-direction: row!important;
}
.cid-sbOI3jDs4W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sbOI3jDs4W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sbOI3jDs4W .navbar {
  border-bottom: solid #1d3557 6px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar:hover {
  color: #ff3366!important;
}
.cid-sbOI3jDs4W .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sbOI3jDs4W .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sbOI3jDs4W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sbOI3jDs4W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sbOI3jDs4W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sbOI3jDs4W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sbOI3jDs4W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sbOI3jDs4W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sbOI3jDs4W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sbOI3jDs4W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sbOI3jDs4W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sbOI3jDs4W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sbOI3jDs4W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sbOI3jDs4W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sbOI3jDs4W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sbOI3jDs4W .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sbOI3jDs4W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sbOI3jDs4W .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sbOI3jDs4W .nav-item:focus,
.cid-sbOI3jDs4W .nav-link:focus {
  outline: none;
}
.cid-sbOI3jDs4W .text-white:hover,
.cid-sbOI3jDs4W .text-white:active,
.cid-sbOI3jDs4W .text-white:focus {
  color: white!important;
}
.cid-sbOI3jDs4W .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-item:hover {
  color: black!important;
}
.cid-sbOI3jDs4W .dropdown-menu {
  background-color: white!important;
}
.cid-sbOI3jDs4W .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sbOI3jDs4W .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 10px;
  height: 10px;
  border-radius: 0%;
  opacity: 0;
  background-color: #e4d295;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sbOI3jDs4W .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-sbOI3jDs4W .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-sbOI3jDs4W .nav-item .nav-link {
    position: relative;
  }
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sbOI3jDs4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sbOI3jDs4W .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-sbOI3jDs4W .navbar-caption {
  font-weight: 300!important;
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 25px !important;
  }
}
.cid-sbOI3jDs4W .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sbOI3jDs4W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sbOI3jDs4W .dropdown-item.active,
.cid-sbOI3jDs4W .dropdown-item:active {
  background-color: transparent;
}
.cid-sbOI3jDs4W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sbOI3jDs4W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sbOI3jDs4W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sbOI3jDs4W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sbOI3jDs4W .navbar-buttons {
  text-align: center;
}
.cid-sbOI3jDs4W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d3557;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbOI3jDs4W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbOI3jDs4W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbOI3jDs4W .nav-link {
  font-weight: 600!important;
}
.cid-sbOI3jDs4W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbOI3jDs4W .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sbOI3jDs4W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sbOI3jDs4W .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sbOI3jDs4W .navbar {
    height: 77px;
  }
  .cid-sbOI3jDs4W .navbar.opened {
    height: auto;
  }
  .cid-sbOI3jDs4W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .cid-sbOI3jDs4W .navbar-caption {
    font-size: 17px !important;
  }
}
.cid-tz8nYVxLyy {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #0a2851;
}
.cid-tz8nYVxLyy H1 {
  color: #0a2851;
  text-align: left;
}
.cid-tz8nYVxLyy .mbr-text,
.cid-tz8nYVxLyy .mbr-section-btn {
  color: #716c80;
}
.cid-tz8nYVxLyy .ug {
  border-left: solid #e4d295 6px;
  background-color: #efefef;
  border-radius: 5px;
  padding: 20px;
}
.cid-tz8nYVxLyy H3 {
  text-align: left;
  color: #ffffff;
  opacity: 0.2;
}
.cid-tz8lqtPCyx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tz8lqtPCyx .mbr-text {
  color: #1c242f;
  text-align: center;
}
.cid-tz8lqtPCyx h4 {
  text-align: center;
}
.cid-tz8lqtPCyx p {
  text-align: center;
}
.cid-tz8lqtPCyx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tz8lqtPCyx .mbr-iconfont {
  transition: all 0.3s;
  color: #1d3557 !important;
  font-size: 6rem !important;
}
.cid-tz8lqtPCyx .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-tz8lqtPCyx .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-tz8lqtPCyx .card:hover .mbr-iconfont {
  color: #c9da35 !important;
}
.cid-tz8lqtPCyx .card-title,
.cid-tz8lqtPCyx .card-img {
  color: #1c242f;
}
.cid-tz8lqtPCyx .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-tz8lqtPCyx .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-tz8lqtPCyx .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-scf9DnTxsz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d3557;
}
