body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((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: #ffc600 !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: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !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: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !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: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !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: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !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: #279e64 !important;
}
.text-success {
  color: #ffc600 !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: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !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: #fff4cc;
}
.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.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
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: #ffffff !important;
  background: #279e64 !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-uUzMGB24WR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUzMGB24WR .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;
}
@media (max-width: 767px) {
  .cid-uUzMGB24WR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUzMGB24WR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUzMGB24WR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uUzMGB24WR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUzMGB24WR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUzMGB24WR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uUzMGB24WR .navbar-nav .nav-item {
  padding: 0 24px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uUzMGB24WR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uUzMGB24WR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uUzMGB24WR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uUzMGB24WR .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #e4ed64;
  transition: all .3s ease;
}
.cid-uUzMGB24WR .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uUzMGB24WR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUzMGB24WR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUzMGB24WR .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
.cid-uUzMGB24WR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUzMGB24WR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-uUzMGB24WR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUzMGB24WR .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uUzMGB24WR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uUzMGB24WR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUzMGB24WR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uUzMGB24WR .container,
.cid-uUzMGB24WR .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUzMGB24WR .container,
  .cid-uUzMGB24WR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uUzMGB24WR .container,
  .cid-uUzMGB24WR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUzMGB24WR .container-fluid {
  margin-left: 95px;
  margin-right: 95px;
}
@media (max-width: 1640px) {
  .cid-uUzMGB24WR .container-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUzMGB24WR .container-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cid-uUzMGB24WR .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUzMGB24WR .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uUzMGB24WR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uUzMGB24WR .nav-item:focus,
.cid-uUzMGB24WR .nav-link:focus {
  outline: none;
}
.cid-uUzMGB24WR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUzMGB24WR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUzMGB24WR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUzMGB24WR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUzMGB24WR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUzMGB24WR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUzMGB24WR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUzMGB24WR .navbar.opened {
  transition: all 0.3s;
}
.cid-uUzMGB24WR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUzMGB24WR .navbar .navbar-logo img {
  width: auto;
}
.cid-uUzMGB24WR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUzMGB24WR .navbar.collapsed {
  justify-content: center;
}
.cid-uUzMGB24WR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUzMGB24WR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUzMGB24WR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uUzMGB24WR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUzMGB24WR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUzMGB24WR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUzMGB24WR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUzMGB24WR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUzMGB24WR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUzMGB24WR .navbar {
    min-height: 72px;
  }
  .cid-uUzMGB24WR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUzMGB24WR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUzMGB24WR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUzMGB24WR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUzMGB24WR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUzMGB24WR .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-uUzMGB24WR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUzMGB24WR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUzMGB24WR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUzMGB24WR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUzMGB24WR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUzMGB24WR .dropdown-item.active,
.cid-uUzMGB24WR .dropdown-item:active {
  background-color: transparent;
}
.cid-uUzMGB24WR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUzMGB24WR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUzMGB24WR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUzMGB24WR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uUzMGB24WR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUzMGB24WR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uUzMGB24WR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUzMGB24WR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUzMGB24WR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUzMGB24WR .navbar-buttons {
    text-align: left;
  }
}
.cid-uUzMGB24WR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUzMGB24WR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUzMGB24WR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUzMGB24WR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUzMGB24WR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUzMGB24WR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUzMGB24WR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUzMGB24WR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUzMGB24WR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUzMGB24WR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUzMGB24WR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUzMGB24WR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUzMGB24WR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUzMGB24WR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUzMGB24WR .navbar {
    height: 70px;
  }
  .cid-uUzMGB24WR .navbar.opened {
    height: auto;
  }
  .cid-uUzMGB24WR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUzMGB24WR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUzMGB24WR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUzMGB24WR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uUzMGB24WR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUzMGB24WR .navbar-brand {
    margin-right: auto;
  }
  .cid-uUzMGB24WR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUzMGB24WR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUzMGB24WR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uUzMGB24WR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUzMGB24WR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-s2V9SnoqGp {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/christian-lambert-diyy2tmby5g-unsplash.webp");
}
.cid-s2V9SnoqGp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2V9SnoqGp .mbr-section-title {
  color: #ffffff;
}
.cid-s2V9SnoqGp .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-s2V9SnoqGp .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-s2V9SnoqGp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-s2V9SnoqGp .mbr-section-btn {
  display: flex;
}
.cid-s2V9SnoqGp .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-s2V9SnoqGp .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-s2V9SnoqGp .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-s2V9SnoqGp .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-s2V9SnoqGp .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s2V9SnoqGp .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-s2V9SnoqGp .video-wrap .icon-wrap .line-video-1,
.cid-s2V9SnoqGp .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-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-s2V9SnoqGp .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-s2V9SnoqGp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2V9SnoqGp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffc600;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2V9SnoqGp a.close:hover {
  color: #ffc600;
}
@media (max-width: 991px) {
  .cid-s2V9SnoqGp .separator,
  .cid-s2V9SnoqGp .sep-holder,
  .cid-s2V9SnoqGp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V9SnoqGp .buttons-wrap {
    flex-direction: column;
  }
  .cid-s2V9SnoqGp .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V9SnoqGp .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-s2V9SnoqGp .skew {
  background-image: url("../../../assets/images/bg-skew.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-s2V9SnoqGp .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-s2V9ULbg4N {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2V9ULbg4N .content {
  padding-left: 30px;
}
.cid-s2V9ULbg4N img {
  width: 100%;
}
.cid-s2V9ULbg4N .mbr-section-subtitle {
  color: #279e64;
}
.cid-s2V9ULbg4N .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-s2V9ULbg4N .mbr-text {
  color: #83868c;
}
.cid-s2V9ULbg4N .left-part {
  color: #279e64;
}
.cid-s2V9ULbg4N .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-s2V9ULbg4N .left-part .mbr-text {
  color: #13287d;
  display: inline;
}
.cid-s2V9ULbg4N .mbr-section-btn {
  margin-top: 40px;
}
.cid-s2V9ULbg4N .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-s2V9ULbg4N * {
    text-align: left;
  }
}
.cid-s2V9TywmmC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff2f7;
}
.cid-s2V9TywmmC .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2V9TywmmC .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V9TywmmC .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-s2V9TywmmC .contents .mbr-text {
  color: #83868c;
}
.cid-s2V9TywmmC .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 55px 50px 41px 45px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-s2V9TywmmC .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-s2V9TywmmC .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-s2V9TywmmC .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-s2V9TywmmC .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .9s;
}
.cid-s2V9TywmmC .card-wrapper .card-img .mbr-iconfont {
  font-size: 77px;
  color: #279e64;
}
.cid-s2V9TywmmC .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
}
.cid-s2V9TywmmC .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  color: #13287d;
  font-weight: 700;
}
.cid-s2V9TywmmC .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-s2V9TywmmC .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-s2V9TywmmC .card-wrapper:hover {
  background-color: #279e64;
  border-color: #279e64;
}
.cid-s2V9TywmmC .card-wrapper:hover .card-box .card-title {
  color: #ffffff;
}
.cid-s2V9TywmmC .card-wrapper:hover .card-box .mbr-text {
  color: #ffffff;
}
.cid-s2V9TywmmC .card-wrapper:hover .card-img {
  transform: rotateY(360deg);
}
.cid-s2V9TywmmC .card-wrapper:hover .card-img .mbr-iconfont {
  color: #ffffff;
}
.cid-s2V9TywmmC .card-wrapper:hover .mbr-link-btn .btn {
  color: #ffffff;
}
.cid-s2V9TywmmC .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2V9TywmmC .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V9TywmmC .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2V9TywmmC .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-s2V9TywmmC .btn[class*="-outline"]:active,
.cid-s2V9TywmmC .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-s2V9TywmmC .card {
    margin-bottom: 15px;
  }
}
.cid-s2V9U6S5wm {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/christian-lambert-diyy2tmby5g-unsplash.webp");
}
.cid-s2V9U6S5wm .content-inner .left-content {
  display: block;
}
.cid-s2V9U6S5wm .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-s2V9U6S5wm .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-s2V9U6S5wm .content-inner .right-content {
  display: block;
}
.cid-s2V9U6S5wm .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-s2V9U6S5wm .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-s2V9U6S5wm .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-s2V9U6S5wm .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-s2V9U6S5wm .content-inner {
    justify-content: center !important;
  }
  .cid-s2V9U6S5wm * {
    text-align: center;
  }
}
.cid-s2V9WTln5D {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-s2V9WTln5D .content {
  padding-left: 30px;
}
.cid-s2V9WTln5D .mbr-section-subtitle {
  color: #279e64;
}
.cid-s2V9WTln5D .mbr-section-title {
  color: #13287d;
}
.cid-s2V9WTln5D .mbr-text {
  color: #83868c;
}
.cid-s2V9WTln5D .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-s2V9WTln5D .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-s2V9WTln5D .p-4 {
  padding: 1rem 0 !important;
}
.cid-s2V9WTln5D .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-s2V9WTln5D .mbri-arrow-down:before {
  content: "\e960";
}
.cid-s2V9WTln5D .mbri-arrow-up:before {
  content: "\e960";
}
.cid-s2V9WTln5D .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-s2V9WTln5D .card:last-child {
  border-bottom: none !important;
}
.cid-s2V9WTln5D .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-s2V9WTln5D .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-s2V9WTln5D .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-s2V9WTln5D .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s2V9WTln5D .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #13287d;
  padding-right: 50px;
}
.cid-s2V9WTln5D .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s2V9WTln5D .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-s2V9WTln5D .card .card-header a.panel-title .toggle-icon:before,
.cid-s2V9WTln5D .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-s2V9WTln5D .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-s2V9WTln5D .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-s2V9WTln5D .card .panel-body {
  padding: 14px 20px;
}
.cid-s2V9WTln5D .card .panel-body p {
  color: #83868c;
}
.cid-s2V9WTln5D .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-s2V9WTln5D .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-s2V9WTln5D .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-s2V9WTln5D .collapsed .toggle-icon:before,
.cid-s2V9WTln5D .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-s2V9WTln5D .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-s2V9WTln5D .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2V9WTln5D * {
    text-align: left;
  }
}
.cid-uWxaMHZiaG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-uWxaMHZiaG .img-wrap {
  position: relative;
}
.cid-uWxaMHZiaG .img-wrap img {
  width: 100%;
}
.cid-uWxaMHZiaG .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-uWxaMHZiaG .mbr-section-title {
  color: #13287d;
}
.cid-uWxaMHZiaG .mbr-text {
  color: #83868c;
}
.cid-uWxaMHZiaG .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uWxaMHZiaG .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-uWxaMHZiaG .cards-wrap {
  margin-top: 30px;
}
.cid-uWxaMHZiaG .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-uWxaMHZiaG .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-uWxaMHZiaG .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-uWxaMHZiaG .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #279e64;
  position: relative;
  display: block;
}
.cid-uWxaMHZiaG .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-uWxaMHZiaG .wrapper .icon1 .mbr-iconfont {
  color: #13287d;
}
.cid-uWxaMHZiaG .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-uWxaMHZiaG .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-uWxaMHZiaG .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-uWxaMHZiaG .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-uWxaMHZiaG .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-uWxaMHZiaG .wrapper .mbr-card-title {
  color: #13287d;
  margin-bottom: 17px;
}
.cid-uWxaMHZiaG .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-uWxaMHZiaG .mbr-section-btn {
    justify-content: center;
  }
  .cid-uWxaMHZiaG * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uWxaMHZiaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWxaMHZiaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUmW2Qy4Zj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUmW2Qy4Zj .wrap-block {
  padding-right: 30px;
}
.cid-uUmW2Qy4Zj .cards {
  padding-left: 30px;
}
.cid-uUmW2Qy4Zj .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uUmW2Qy4Zj .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-uUmW2Qy4Zj .wrap-block .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-uUmW2Qy4Zj .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #13287d;
}
.cid-uUmW2Qy4Zj .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-uUmW2Qy4Zj .wrap-block .contents h3 {
  color: #83868c;
}
.cid-uUmW2Qy4Zj .wrap-block .contents h4 {
  color: #83868c;
}
.cid-uUmW2Qy4Zj .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uUmW2Qy4Zj .cards-wrap {
  flex-direction: column;
}
.cid-uUmW2Qy4Zj .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-uUmW2Qy4Zj .wrapper .img {
  margin-bottom: 20px;
}
.cid-uUmW2Qy4Zj .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-uUmW2Qy4Zj .wrapper .mbr-card-title {
  color: #13287d;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uUmW2Qy4Zj .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 767px) {
  .cid-uUmW2Qy4Zj * {
    text-align: left;
  }
}
.cid-uUmW2Qy4Zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUmW2Qy4Zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUWFaoUdnl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eff2f7;
}
.cid-uUWFaoUdnl .item:focus,
.cid-uUWFaoUdnl span:focus {
  outline: none;
}
.cid-uUWFaoUdnl .item {
  cursor: pointer;
}
.cid-uUWFaoUdnl .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uUWFaoUdnl .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uUWFaoUdnl .grid-container-1,
.cid-uUWFaoUdnl .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uUWFaoUdnl .grid-container-1,
  .cid-uUWFaoUdnl .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uUWFaoUdnl .mbr-section-title {
  margin-bottom: 70px;
  color: #14287f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUWFaoUdnl .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uUWFaoUdnl .content-head {
  max-width: 800px;
}
.cid-uUWFaoUdnl .container,
.cid-uUWFaoUdnl .container-fluid {
  overflow: hidden;
}
.cid-uUWFaoUdnl .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uUWFaoUdnl .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUWFaoUdnl .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uUWFaoUdnl .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uUWFaoUdnl .grid-container-1,
.cid-uUWFaoUdnl .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uUWFaoUdnl .grid-container-1 {
  align-items: flex-end;
}
.cid-uUWFaoUdnl .grid-container-2 {
  align-items: flex-start;
}
.cid-uVkl8lgsaU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVkl8lgsaU .row {
  background: #eff2f7;
  padding: 3rem 1rem;
  margin: auto;
  max-width: 900px;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uVkl8lgsaU .row {
    padding: 1rem 0rem;
  }
}
.cid-uVkl8lgsaU .mbr-iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #ffffff;
  font-size: 12rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .cid-uVkl8lgsaU .mbr-iconfont {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-uVkl8lgsaU .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-uVkl8lgsaU .card {
  z-index: 2;
}
.cid-uVkl8lgsaU .mbr-text,
.cid-uVkl8lgsaU .mbr-section-btn {
  color: #232323;
}
.cid-uVkl8lgsaU .mbr-section-subtitle {
  color: #14191e;
}
.cid-uVkl8lgsaU .mbr-section-title {
  color: #777777;
}
.cid-s2V9Yi1kG2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s2V9Yi1kG2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-s2V9Yi1kG2 .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-s2V9Yi1kG2 .text-content .mbr-section-title {
  color: #13287d;
}
.cid-s2V9Yi1kG2 .text-content .mbr-text {
  color: #83868c;
}
.cid-s2V9Yi1kG2 .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-s2V9Yi1kG2 .text-content .list-block .card-img {
  width: auto;
}
.cid-s2V9Yi1kG2 .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-s2V9Yi1kG2 .text-content .list-block .list-item-title {
  color: #13287d;
  transition: all .3s linear 0s;
}
.cid-s2V9Yi1kG2 .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-s2V9Yi1kG2 .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #83868c;
  margin-bottom: 0;
}
.cid-s2V9Yi1kG2 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-s2V9Yi1kG2 .text-content .social {
  font-size: 1.2rem;
}
.cid-s2V9Yi1kG2 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-s2V9Yi1kG2 .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-s2V9Yi1kG2 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-s2V9Yi1kG2 .list-block {
  position: relative;
}
.cid-s2V9Yi1kG2 .list-block h4,
.cid-s2V9Yi1kG2 .list-block p {
  padding-left: 2.625rem;
}
.cid-s2V9Yi1kG2 .card-img {
  display: block;
}
.cid-s2V9Yi1kG2 input,
.cid-s2V9Yi1kG2 textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ffc600;
  height: 60px;
}
.cid-s2V9Yi1kG2 .form-control,
.cid-s2V9Yi1kG2 .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s2V9Yi1kG2 .form-control:hover,
.cid-s2V9Yi1kG2 .field-input:hover,
.cid-s2V9Yi1kG2 .form-control:focus,
.cid-s2V9Yi1kG2 .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s2V9Yi1kG2 .form-control:focus,
.cid-s2V9Yi1kG2 .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-s2V9Yi1kG2 input::-webkit-input-placeholder,
.cid-s2V9Yi1kG2 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-s2V9Yi1kG2 input:-moz-placeholder,
.cid-s2V9Yi1kG2 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-s2V9Yi1kG2 .jq-selectbox li,
.cid-s2V9Yi1kG2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2V9Yi1kG2 .jq-selectbox li:hover,
.cid-s2V9Yi1kG2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2V9Yi1kG2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s2V9Yi1kG2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s2V9Yi1kG2 .mbr-form {
  max-width: 550px;
}
.cid-s2V9Yi1kG2 .mbr-form .content-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-s2V9Yi1kG2 .mbr-form .content-subtitle {
  color: #83868c;
}
.cid-s2V9Yi1kG2 .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-s2V9Yi1kG2 .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-s2V9Yi1kG2 .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-s2V9Yi1kG2 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V9Yi1kG2 .mbr-section-title,
  .cid-s2V9Yi1kG2 .content-title,
  .cid-s2V9Yi1kG2 .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2V9YtZ62l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2V9YtZ62l .mbr-section-title {
  margin-bottom: 30px;
  color: #279e64;
}
.cid-s2V9YtZ62l .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-s2V9YtZ62l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s2V9YtZ62l .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s2V9YtZ62l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s2V9YtZ62l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s2V9YtZ62l .map-placeholder {
  display: none;
}
.cid-s2V9YtZ62l h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-s2V9YPqMl2 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-s2V9YPqMl2 p {
  text-align: center;
}
.cid-s2V9YPqMl2 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-s2V9YPqMl2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-s2V9YPqMl2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #13287d;
}
.cid-s2V9YPqMl2 .logo-footer {
  line-height: normal;
}
.cid-s2V9YPqMl2 .copyright {
  display: flex;
  align-items: center;
}
.cid-s2V9YPqMl2 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2V9YPqMl2 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-s2V9YPqMl2 .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #279e64;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2V9YPqMl2 .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-s2V9YPqMl2 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-s2V9YPqMl2 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-s2V9YPqMl2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-s2V9YPqMl2 .logo-footer {
    text-align: center;
  }
  .cid-s2V9YPqMl2 .social-media {
    justify-content: center;
  }
}
