body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3.3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.3rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.3rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.35rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.35rem;
}
/* ---- 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: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((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: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #13287d !important;
}
.bg-success {
  background-color: #13a79d !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #13a79d !important;
  border-color: #13a79d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0b625c !important;
  border-color: #0b625c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0b625c !important;
  border-color: #0b625c !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #13a79d !important;
  border-color: #13a79d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0b625c !important;
  border-color: #0b625c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0b625c !important;
  border-color: #0b625c !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #094b47;
  color: #094b47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #13a79d;
  border-color: #13a79d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #13a79d !important;
  border-color: #13a79d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #094b47;
  color: #094b47;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #13a79d;
  border-color: #13a79d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #13a79d !important;
  border-color: #13a79d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #13287d !important;
}
.text-secondary {
  color: #13a79d !important;
}
.text-success {
  color: #13a79d !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #094b47 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #094b47 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.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 !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4febe0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.35rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.35rem;
}
blockquote {
  border-color: #13287d;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #13287d !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #13287d;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #13287d;
  border-bottom-color: #13287d;
}
.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: #13287d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #13a79d !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='%2313287d' %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-uNRbPehU2V {
  z-index: 1000;
  width: 100%;
}
.cid-uNRbPehU2V nav.navbar {
  position: fixed;
}
.cid-uNRbPehU2V .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-uNRbPehU2V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNRbPehU2V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-uNRbPehU2V .nav-link:hover,
.cid-uNRbPehU2V .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-uNRbPehU2V .nav-item {
    position: relative;
  }
}
.cid-uNRbPehU2V .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-uNRbPehU2V .navbar {
    background: rgba(20, 40, 127, 0);
    border-bottom: 1px solid #C0BCB7;
  }
}
.cid-uNRbPehU2V .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #14287f !important;
}
.cid-uNRbPehU2V .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uNRbPehU2V .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uNRbPehU2V .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uNRbPehU2V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNRbPehU2V .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNRbPehU2V .navbar.collapsed .navbar-collapse.show,
.cid-uNRbPehU2V .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uNRbPehU2V .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uNRbPehU2V .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uNRbPehU2V .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNRbPehU2V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNRbPehU2V .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uNRbPehU2V .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uNRbPehU2V .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNRbPehU2V .navbar .navbar-collapse.show,
  .cid-uNRbPehU2V .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uNRbPehU2V .navbar .navbar-collapse.show .brand-container,
  .cid-uNRbPehU2V .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uNRbPehU2V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNRbPehU2V .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uNRbPehU2V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNRbPehU2V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNRbPehU2V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNRbPehU2V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uNRbPehU2V .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uNRbPehU2V .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uNRbPehU2V .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uNRbPehU2V .navbar .right-menu,
  .cid-uNRbPehU2V .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uNRbPehU2V .navbar.navbar-short {
  min-height: 60px;
  background: #14287f !important;
}
.cid-uNRbPehU2V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNRbPehU2V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNRbPehU2V .navbar {
    padding: 2rem 1rem;
  }
  .cid-uNRbPehU2V .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uNRbPehU2V .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uNRbPehU2V .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNRbPehU2V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNRbPehU2V .dropdown-item.active,
.cid-uNRbPehU2V .dropdown-item:active {
  background-color: transparent;
}
.cid-uNRbPehU2V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNRbPehU2V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uNRbPehU2V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #14287f;
}
.cid-uNRbPehU2V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNRbPehU2V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNRbPehU2V ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNRbPehU2V ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uNRbPehU2V .navbar-buttons {
  margin-left: auto;
}
.cid-uNRbPehU2V button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-uNRbPehU2V button.navbar-toggler:hover {
  outline: none;
}
.cid-uNRbPehU2V button.navbar-toggler:active {
  outline: none;
}
.cid-uNRbPehU2V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNRbPehU2V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNRbPehU2V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNRbPehU2V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNRbPehU2V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNRbPehU2V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNRbPehU2V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uNRbPehU2V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uNRbPehU2V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNRbPehU2V .navbar-dropdown {
  position: fixed;
}
.cid-uNRbPehU2V a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uNRbPehU2V .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uNRbPehU2V .right-menu,
.cid-uNRbPehU2V .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uNRbPehU2V .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uNRbPehU2V .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uNRbPehU2V .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNRbPehU2V .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uNRbPehU2V .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uNRbPehU2V .brand-container {
    padding: 0;
  }
}
.cid-uNRbPehU2V .card-wrapper {
  z-index: 3;
}
.cid-uNRbPehU2V .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uNRbPehU2V .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-uNRbPehU2V .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-uNRbPehU2V .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-uNRbPehU2V .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-uNRbPehU2V .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uNRbPehU2V .navbar-caption {
  color: #ffffff;
}
.cid-uNRbPehU2V .navbar-caption:hover {
  color: #ffffff;
}
.cid-uNRbPehU2V .dropdown-item:hover {
  color: #13287d !important;
}
.cid-uNRbPehU2V a:hover .line-animation,
.cid-uNRbPehU2V a:focus .line-animation {
  opacity: 1;
}
.cid-uNRbPehU2V .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-uNRbPehU2V .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uNRbPehU2V .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-uNR92504Nc {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #14287f;
}
.cid-uNR92504Nc .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-uNR92504Nc .img-wrap img {
  width: 100%;
}
.cid-uNR92504Nc .mbr-section-subtitle {
  color: #13a79d;
}
.cid-uNR92504Nc .mbr-section-title {
  color: #ffffff;
}
.cid-uNR92504Nc .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-uNR92504Nc .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uNR92504Nc .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uNR92504Nc .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uNR92504Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNR92504Nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNR92504Nc .mbr-text,
.cid-uNR92504Nc .mbr-section-btn {
  color: #ffffff;
}
.cid-uNR92504Nc .mbr-section-subtitle,
.cid-uNR92504Nc .mbr-section-title .accent-word {
  color: #00acee;
}
.cid-uNRaEgbhYW {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #13287d;
}
.cid-uNRaEgbhYW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNRaEgbhYW .mbr-section-title {
  color: #ffffff;
}
.cid-uNRaEgbhYW .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uNRaEgbhYW .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uNRaEgbhYW .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uNRaEgbhYW .mbr-section-btn {
  display: flex;
}
.cid-uNRaEgbhYW .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uNRaEgbhYW .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uNRaEgbhYW .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uNRaEgbhYW .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uNRaEgbhYW .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uNRaEgbhYW .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uNRaEgbhYW .video-wrap .icon-wrap .line-video-1,
.cid-uNRaEgbhYW .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uNRaEgbhYW .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uNRaEgbhYW .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uNRaEgbhYW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uNRaEgbhYW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uNRaEgbhYW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uNRaEgbhYW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #13a79d;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uNRaEgbhYW a.close:hover {
  color: #13a79d;
}
@media (max-width: 991px) {
  .cid-uNRaEgbhYW .separator,
  .cid-uNRaEgbhYW .sep-holder,
  .cid-uNRaEgbhYW .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uNRaEgbhYW .buttons-wrap {
    flex-direction: column;
  }
  .cid-uNRaEgbhYW .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uNRaEgbhYW .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uNRaEgbhYW .skew {
  background-image: url("../../../assets/images/bg-skew3.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uNRaEgbhYW .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uNRaEgbhYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNRaEgbhYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNRdIhhXPJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #13a79d;
}
.cid-uNRdIhhXPJ .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uNRdIhhXPJ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uNRdIhhXPJ .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uNRdIhhXPJ .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uNRdIhhXPJ .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-uNRdIhhXPJ .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13a79d;
  margin-left: 0.6rem;
}
.cid-uNRdIhhXPJ .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uNRdIhhXPJ .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uNRdIhhXPJ .separator,
  .cid-uNRdIhhXPJ .sep-holder,
  .cid-uNRdIhhXPJ .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uNRdIhhXPJ .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uNRdIhhXPJ .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uNRdIhhXPJ .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uNRdIhhXPJ .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uNRdIhhXPJ .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uNRdIhhXPJ .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uNRdIhhXPJ .items .list-item:last-child .listico {
  display: none;
}
.cid-uNRdIhhXPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNRdIhhXPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNR9qd21oY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uNR9qd21oY .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-uNR9qd21oY .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-uNR9qd21oY .head_info .mbr-subtitle {
  color: #13a79d;
  margin-bottom: 10px;
}
.cid-uNR9qd21oY .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #83868c;
}
.cid-uNR9qd21oY .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-uNR9qd21oY .plan .plan-title {
  color: #13287d;
  margin-bottom: 32px;
}
.cid-uNR9qd21oY .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-uNR9qd21oY .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #13a79d;
}
.cid-uNR9qd21oY .plan .plan-price .mbr-text {
  color: #13287d;
  margin-bottom: 0;
}
.cid-uNR9qd21oY .plan .plan-list {
  margin-bottom: 15px;
}
.cid-uNR9qd21oY .plan .plan-list .list-group {
  color: #83868c;
}
.cid-uNR9qd21oY .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-uNR9qd21oY .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uNR9qd21oY .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-uNR9qd21oY .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-uNR9qd21oY .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uNR9qd21oY .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uNR9qd21oY .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #13a79d !important;
}
.cid-uNR9qd21oY .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-uNR9qd21oY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNR9qd21oY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNR9qd21oY .head_info .mbr-subtitle {
  color: #13a79d;
}
.cid-uNRagNvBiB {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uNRagNvBiB .item:focus,
.cid-uNRagNvBiB span:focus {
  outline: none;
}
.cid-uNRagNvBiB .item {
  cursor: pointer;
}
.cid-uNRagNvBiB .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uNRagNvBiB .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uNRagNvBiB .grid-container-1,
.cid-uNRagNvBiB .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uNRagNvBiB .grid-container-1,
  .cid-uNRagNvBiB .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uNRagNvBiB .mbr-section-title {
  margin-bottom: 70px;
  color: #fdfde1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNRagNvBiB .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uNRagNvBiB .content-head {
  max-width: 800px;
}
.cid-uNRagNvBiB .container,
.cid-uNRagNvBiB .container-fluid {
  overflow: hidden;
}
.cid-uNRagNvBiB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uNRagNvBiB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNRagNvBiB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 4px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNRagNvBiB .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uNRagNvBiB .grid-container-1,
.cid-uNRagNvBiB .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uNRagNvBiB .grid-container-1 {
  align-items: flex-end;
}
.cid-uNRagNvBiB .grid-container-2 {
  align-items: flex-start;
}
.cid-uNR99TI9TL {
  padding-top: 165px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/04-1.jpeg");
}
.cid-uNR99TI9TL .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uNR99TI9TL .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uNR99TI9TL .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-uNR99TI9TL .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uNR99TI9TL .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-uNR99TI9TL .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13a79d;
  margin-left: 0.6rem;
}
.cid-uNR99TI9TL .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uNR99TI9TL .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-uNR99TI9TL .separator,
  .cid-uNR99TI9TL .sep-holder,
  .cid-uNR99TI9TL .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uNR99TI9TL .buttons-wrap {
    flex-direction: column;
  }
}
.cid-uNR99TI9TL .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-uNR99TI9TL .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uNR99TI9TL .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-uNR99TI9TL .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-uNR99TI9TL .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-uNR99TI9TL .items .list-item:last-child .listico {
  display: none;
}
.cid-uNR99TI9TL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNR99TI9TL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNR9yzXoSt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uNR9yzXoSt p {
  line-height: normal;
}
.cid-uNR9yzXoSt .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-uNR9yzXoSt .contents .mbr-subtitle {
  color: #13a79d;
  margin-bottom: 10px;
}
.cid-uNR9yzXoSt .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-uNR9yzXoSt .contents .mbr-text {
  color: #83868c;
}
.cid-uNR9yzXoSt .card.accentCard .card-wrapper {
  background-color: #13a79d;
}
.cid-uNR9yzXoSt .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uNR9yzXoSt .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-uNR9yzXoSt .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #5cbcb5;
  background-color: #ffffff;
}
.cid-uNR9yzXoSt .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #13a79d !important;
}
.cid-uNR9yzXoSt .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-uNR9yzXoSt .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-uNR9yzXoSt .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-uNR9yzXoSt .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-uNR9yzXoSt .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-uNR9yzXoSt .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #13a79d;
  cursor: pointer;
  position: relative;
}
.cid-uNR9yzXoSt .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-uNR9yzXoSt .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-uNR9yzXoSt .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-uNR9yzXoSt .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-uNR9yzXoSt .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-uNR9yzXoSt .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-uNR9yzXoSt .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-uNR9yzXoSt .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-uNR9yzXoSt .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-uNR9yzXoSt .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-uNR9yzXoSt .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-uNR9yzXoSt .btn[class*="-outline"]:active,
.cid-uNR9yzXoSt .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uNR9yzXoSt .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uNR9yzXoSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNR9yzXoSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNR9yzXoSt .contents .mbr-subtitle {
  color: #13a79d;
}
.cid-uNR9A9r6G9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #13a79d;
}
.cid-uNR9A9r6G9 .content-inner .left-content {
  display: block;
}
.cid-uNR9A9r6G9 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-uNR9A9r6G9 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-uNR9A9r6G9 .content-inner .right-content {
  display: block;
}
.cid-uNR9A9r6G9 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-uNR9A9r6G9 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-uNR9A9r6G9 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-uNR9A9r6G9 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #13a79d !important;
  border-color: #13a79d !important;
}
@media (max-width: 991px) {
  .cid-uNR9A9r6G9 .content-inner {
    justify-content: center !important;
  }
  .cid-uNR9A9r6G9 * {
    text-align: center;
  }
}
.cid-uNR9A9r6G9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNR9A9r6G9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNR9LLr1Pu {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uNR9LLr1Pu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uNR9LLr1Pu .text-content .mbr-subtitle {
  color: #13a79d;
}
.cid-uNR9LLr1Pu .text-content .mbr-section-title {
  color: #13287d;
}
.cid-uNR9LLr1Pu .text-content .mbr-text {
  color: #83868c;
}
.cid-uNR9LLr1Pu .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uNR9LLr1Pu .text-content .list-block .card-img {
  width: auto;
}
.cid-uNR9LLr1Pu .text-content .list-block .card-img span {
  color: #13a79d;
  font-size: 1.5rem;
}
.cid-uNR9LLr1Pu .text-content .list-block .list-item-title {
  color: #13287d;
  transition: all .3s linear 0s;
}
.cid-uNR9LLr1Pu .text-content .list-block .list-item-title:hover {
  color: #13a79d;
}
.cid-uNR9LLr1Pu .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #83868c;
  margin-bottom: 0;
}
.cid-uNR9LLr1Pu .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uNR9LLr1Pu .text-content .social {
  font-size: 1.2rem;
}
.cid-uNR9LLr1Pu .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uNR9LLr1Pu .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uNR9LLr1Pu .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uNR9LLr1Pu .list-block {
  position: relative;
}
.cid-uNR9LLr1Pu .list-block h4,
.cid-uNR9LLr1Pu .list-block p {
  padding-left: 2.625rem;
}
.cid-uNR9LLr1Pu .card-img {
  display: block;
}
.cid-uNR9LLr1Pu input,
.cid-uNR9LLr1Pu textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #13a79d;
  height: 60px;
}
.cid-uNR9LLr1Pu .form-control,
.cid-uNR9LLr1Pu .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uNR9LLr1Pu .form-control:hover,
.cid-uNR9LLr1Pu .field-input:hover,
.cid-uNR9LLr1Pu .form-control:focus,
.cid-uNR9LLr1Pu .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uNR9LLr1Pu .form-control:focus,
.cid-uNR9LLr1Pu .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uNR9LLr1Pu input::-webkit-input-placeholder,
.cid-uNR9LLr1Pu textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uNR9LLr1Pu input:-moz-placeholder,
.cid-uNR9LLr1Pu textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uNR9LLr1Pu .jq-selectbox li,
.cid-uNR9LLr1Pu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uNR9LLr1Pu .jq-selectbox li:hover,
.cid-uNR9LLr1Pu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uNR9LLr1Pu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-uNR9LLr1Pu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-uNR9LLr1Pu .mbr-form {
  max-width: 550px;
}
.cid-uNR9LLr1Pu .mbr-form .content-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-uNR9LLr1Pu .mbr-form .content-subtitle {
  color: #83868c;
}
.cid-uNR9LLr1Pu .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uNR9LLr1Pu .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #13287d;
  color: #13287d;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uNR9LLr1Pu .mbr-form .btn-success:hover {
  background-color: #13a79d !important;
  border-color: #13a79d !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uNR9LLr1Pu .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uNR9LLr1Pu .mbr-section-title,
  .cid-uNR9LLr1Pu .content-title,
  .cid-uNR9LLr1Pu .mbr-section-btn {
    text-align: left;
  }
}
.cid-uNR9LLr1Pu .text-content .mbr-subtitle {
  color: #13a79d;
  text-align: left;
}
.cid-uNR9LLr1Pu .text-content .list-block .list-item-title {
  color: #14287f;
}
.cid-uNR9LLr1Pu .text-content .mbr-section-title {
  text-align: center;
}
.cid-uNRluWC5wz {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #14287f;
}
.cid-uNRluWC5wz .media-container-row .mbr-text {
  color: #ffffff;
}
