@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,600,600i,700,700i,800,800i,900,900i&display=swap&display=swap);





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f1370d !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #12265a !important;
}
.bg-warning {
  background-color: #fa9db7 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f1370d !important;
  border-color: #f1370d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #12265a !important;
  border-color: #12265a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !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: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #f1370d;
  color: #f1370d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #f1370d;
  border-color: #f1370d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f1370d !important;
  border-color: #f1370d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #12265a;
  color: #12265a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #12265a;
  border-color: #12265a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #12265a !important;
  border-color: #12265a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fa9db7;
  color: #fa9db7 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #fa9db7;
  border-color: #fa9db7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f1370d !important;
}
.text-secondary {
  color: #45b3df !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #12265a !important;
}
.text-warning {
  color: #fa9db7 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #12265a;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f1370d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fa9db7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00b15c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fa9db7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fa9db7 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #444444 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #12265a;
}
.alert-warning {
  background-color: #fa9db7;
}
.alert-danger {
  background-color: #444444;
}
.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.active .btn {
  background-color: #f1370d;
  border-color: #f1370d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcd6ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2753c4;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #f1370d;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #f1370d;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #f1370d;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f1370d;
  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: #f1370d;
  border-bottom-color: #f1370d;
}
.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: #f1370d !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: #45b3df !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(250, 157, 183, 0.5), rgba(250, 157, 183, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(241, 55, 13, 0.5), rgba(241, 55, 13, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-sp8y7XOt1o .navbar-dropdown {
  position: relative !important;
}
.cid-sp8y7XOt1o .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-sp8y7XOt1o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sp8y7XOt1o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sp8y7XOt1o .dropdown-item:hover,
.cid-sp8y7XOt1o .dropdown-item:focus {
  background: #f1370d !important;
  color: white !important;
}
.cid-sp8y7XOt1o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sp8y7XOt1o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sp8y7XOt1o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sp8y7XOt1o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sp8y7XOt1o .nav-link {
  position: relative;
}
.cid-sp8y7XOt1o .container {
  display: flex;
  margin: auto;
}
.cid-sp8y7XOt1o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sp8y7XOt1o .dropdown-menu,
.cid-sp8y7XOt1o .navbar.opened {
  background: #0b1166 !important;
}
.cid-sp8y7XOt1o .nav-item:focus,
.cid-sp8y7XOt1o .nav-link:focus {
  outline: none;
}
.cid-sp8y7XOt1o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sp8y7XOt1o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sp8y7XOt1o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sp8y7XOt1o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sp8y7XOt1o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sp8y7XOt1o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sp8y7XOt1o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0b1166;
}
.cid-sp8y7XOt1o .navbar.opened {
  transition: all 0.3s;
}
.cid-sp8y7XOt1o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sp8y7XOt1o .navbar .navbar-logo img {
  width: auto;
}
.cid-sp8y7XOt1o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sp8y7XOt1o .navbar.collapsed {
  justify-content: center;
}
.cid-sp8y7XOt1o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sp8y7XOt1o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sp8y7XOt1o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sp8y7XOt1o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sp8y7XOt1o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sp8y7XOt1o .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-sp8y7XOt1o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sp8y7XOt1o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sp8y7XOt1o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sp8y7XOt1o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sp8y7XOt1o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp8y7XOt1o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp8y7XOt1o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp8y7XOt1o .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-sp8y7XOt1o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sp8y7XOt1o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp8y7XOt1o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sp8y7XOt1o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sp8y7XOt1o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sp8y7XOt1o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sp8y7XOt1o .navbar.navbar-short {
  min-height: 60px;
}
.cid-sp8y7XOt1o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sp8y7XOt1o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sp8y7XOt1o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sp8y7XOt1o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sp8y7XOt1o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp8y7XOt1o .dropdown-item.active,
.cid-sp8y7XOt1o .dropdown-item:active {
  background-color: transparent;
}
.cid-sp8y7XOt1o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sp8y7XOt1o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp8y7XOt1o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp8y7XOt1o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b1166;
}
.cid-sp8y7XOt1o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sp8y7XOt1o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp8y7XOt1o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sp8y7XOt1o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sp8y7XOt1o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sp8y7XOt1o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sp8y7XOt1o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sp8y7XOt1o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sp8y7XOt1o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sp8y7XOt1o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sp8y7XOt1o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sp8y7XOt1o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sp8y7XOt1o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sp8y7XOt1o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sp8y7XOt1o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sp8y7XOt1o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sp8y7XOt1o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sp8y7XOt1o .navbar {
    height: 70px;
  }
  .cid-sp8y7XOt1o .navbar.opened {
    height: auto;
  }
  .cid-sp8y7XOt1o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sp8LXuoDH4 {
  background-image: url("../../../assets/images/23m-1300x865.jpg");
}
@media (max-width: 767px) {
  .cid-sp8LXuoDH4 .row {
    flex-direction: column-reverse;
  }
  .cid-sp8LXuoDH4 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-sp8LXuoDH4 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sp8LXuoDH4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sp8LXuoDH4 .media-content,
.cid-sp8LXuoDH4 .mbr-figure {
  align-self: center;
}
.cid-sp8LXuoDH4 .mbr-figure iframe {
  width: 100%;
}
.cid-svHL6oqgWD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svHL6oqgWD {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-svHL6oqgWD .mbr-text {
  margin: 0;
}
.cid-svHL6oqgWD .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-svHL6oqgWD .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-svHL6oqgWD .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-svHL6oqgWD .card-inner1 {
  background: #0b1166;
}
.cid-svHL6oqgWD .card-inner2 {
  background: #0b1166;
}
.cid-svHL6oqgWD .card-inner3 {
  background: #0b1166;
}
.cid-svHL6oqgWD img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-svHL6oqgWD .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-svHL6oqgWD .container-fluid {
  max-width: 1200px;
}
.cid-svHL6oqgWD .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-svHL6oqgWD .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-svHL6oqgWD .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-svHL6oqgWD .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-svHL6oqgWD .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-svHL6oqgWD .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-svHL6oqgWD .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-svHL6oqgWD .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-svHL6oqgWD .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-svHL6oqgWD .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-svHytEweKo {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-svHytEweKo {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.cid-svHytEweKo img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-svHytEweKo .right-wrapper {
  padding-left: 5rem;
}
.cid-svHytEweKo .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-svHytEweKo .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-svHytEweKo .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-svHytEweKo .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-svHytEweKo .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-svHytEweKo .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-svHytEweKo .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-svHytEweKo .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-svHytEweKo .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-svHytEweKo .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-svHytEweKo .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-svHytEweKo .container-fluid {
    padding: 0 1rem;
  }
  .cid-svHytEweKo .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-svHytEweKo .mbr-section-title {
  text-align: center;
}
.cid-sqg1m6JrER {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sqg1m6JrER .card-title {
  margin-bottom: 0;
  color: #12265a;
  text-align: center;
}
.cid-sqg1m6JrER .mbr-text {
  margin: 0;
}
.cid-sqg1m6JrER .card {
  background-color: #ffffff;
  border-radius: 30px;
  transition: 0.4s;
  z-index: 1;
  padding: 0;
}
.cid-sqg1m6JrER .card:hover {
  transform: translateY(-20px);
}
.cid-sqg1m6JrER .card-1 {
  margin-right: 2rem;
}
.cid-sqg1m6JrER .card-3 {
  margin-left: 2rem;
}
.cid-sqg1m6JrER .container-fluid {
  max-width: 1200px;
}
@media (min-width: 992px) {
  .cid-sqg1m6JrER .container-fluid {
    padding: 0 3.5rem;
  }
}
@media (max-width: 992px) {
  .cid-sqg1m6JrER .card {
    margin-bottom: 2rem;
  }
  .cid-sqg1m6JrER .card-1 {
    margin-right: 0rem;
  }
  .cid-sqg1m6JrER .card-3 {
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sqg1m6JrER {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-sqg1m6JrER .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-sqg1m6JrER .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-sqg1m6JrER .svg1 {
  stroke: #45b3df;
}
.cid-sqg1m6JrER .svg2 {
  stroke: #fa9db7;
}
.cid-sqg1m6JrER .svg3 {
  stroke: #f1370d;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sqg1m6JrER .icon1 {
  font-size: 2.8rem;
  color: #45b3df;
}
.cid-sqg1m6JrER .icon2 {
  font-size: 2.8rem;
  color: #fa9db7;
}
.cid-sqg1m6JrER .icon3 {
  font-size: 2.8rem;
  color: #f1370d;
}
.cid-sqg1m6JrER .svg1,
.cid-sqg1m6JrER .svg2,
.cid-sqg1m6JrER .svg3 {
  position: absolute;
  z-index: -1;
}
.cid-sqg1m6JrER .svg1 rect,
.cid-sqg1m6JrER .svg2 rect,
.cid-sqg1m6JrER .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sqg1m6JrER .card-box {
  margin-top: 1.7rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sqg1m6JrER .item-image {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.cid-svHklbPq75 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #0b1166;
}
.cid-svHklbPq75 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-svHklbPq75 input::-webkit-clear-button {
  display: none;
}
.cid-svHklbPq75 input::-webkit-inner-spin-button {
  display: none;
}
.cid-svHklbPq75 input::-webkit-outer-spin-button {
  display: none;
}
.cid-svHklbPq75 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-svHklbPq75 LABEL {
  color: #ffffff;
}
.cid-svHklbPq75 P {
  color: #ffffff;
  text-align: center;
}
.cid-svHRLz2mLG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svHRLz2mLG {
    padding-top: 25px;
    padding-bottom: 0px;
  }
}
.cid-svHSbLdoiF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svHSbLdoiF {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.cid-svHSbLdoiF .mbr-text {
  margin: 0;
}
.cid-svHSbLdoiF .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-svHSbLdoiF .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-svHSbLdoiF .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-svHSbLdoiF .card-inner1 {
  background: #0b1166;
}
.cid-svHSbLdoiF .card-inner2 {
  background: #0b1166;
}
.cid-svHSbLdoiF .card-inner3 {
  background: #0b1166;
}
.cid-svHSbLdoiF img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-svHSbLdoiF .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-svHSbLdoiF .container-fluid {
  max-width: 1200px;
}
.cid-svHSbLdoiF .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-svHSbLdoiF .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-svHSbLdoiF .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-svHSbLdoiF .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-svHSbLdoiF .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-svHSbLdoiF .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-svHSbLdoiF .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-svHSbLdoiF .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-svHSbLdoiF .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-svHSbLdoiF .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-svHY74EI3t {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svHY74EI3t {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.cid-svHY74EI3t .mbr-text {
  margin: 0;
}
.cid-svHY74EI3t .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-svHY74EI3t .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-svHY74EI3t .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-svHY74EI3t .card-inner1 {
  background: #1e43a0;
}
.cid-svHY74EI3t .card-inner2 {
  background: #1e43a0;
}
.cid-svHY74EI3t .card-inner3 {
  background: #1e43a0;
}
.cid-svHY74EI3t img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-svHY74EI3t .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-svHY74EI3t .container-fluid {
  max-width: 1200px;
}
.cid-svHY74EI3t .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-svHY74EI3t .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-svHY74EI3t .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-svHY74EI3t .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-svHY74EI3t .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-svHY74EI3t .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-svHY74EI3t .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-svHY74EI3t .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-svHY74EI3t .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-svHY74EI3t .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-svKiAk7d6L {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svKiAk7d6L {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.cid-svKiAk7d6L .mbr-text {
  margin: 0;
}
.cid-svKiAk7d6L .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-svKiAk7d6L .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-svKiAk7d6L .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-svKiAk7d6L .card-inner1 {
  background: #0b1166;
}
.cid-svKiAk7d6L .card-inner2 {
  background: #0b1166;
}
.cid-svKiAk7d6L .card-inner3 {
  background: #0b1166;
}
.cid-svKiAk7d6L img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-svKiAk7d6L .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-svKiAk7d6L .container-fluid {
  max-width: 1200px;
}
.cid-svKiAk7d6L .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-svKiAk7d6L .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-svKiAk7d6L .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-svKiAk7d6L .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-svKiAk7d6L .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-svKiAk7d6L .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-svKiAk7d6L .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-svKiAk7d6L .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-svKiAk7d6L .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-svKiAk7d6L .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-svHY6n4o4F {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svHY6n4o4F {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.cid-svHY6n4o4F .mbr-text {
  margin: 0;
}
.cid-svHY6n4o4F .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-svHY6n4o4F .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-svHY6n4o4F .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-svHY6n4o4F .card-inner1 {
  background: #0b1166;
}
.cid-svHY6n4o4F .card-inner2 {
  background: #0b1166;
}
.cid-svHY6n4o4F .card-inner3 {
  background: #0b1166;
}
.cid-svHY6n4o4F img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-svHY6n4o4F .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-svHY6n4o4F .container-fluid {
  max-width: 1200px;
}
.cid-svHY6n4o4F .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-svHY6n4o4F .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-svHY6n4o4F .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-svHY6n4o4F .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-svHY6n4o4F .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-svHY6n4o4F .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-svHY6n4o4F .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-svHY6n4o4F .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-svHY6n4o4F .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-svHY6n4o4F .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-svHY5mOXZZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svHY5mOXZZ {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.cid-svHY5mOXZZ .mbr-text {
  margin: 0;
}
.cid-svHY5mOXZZ .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-svHY5mOXZZ .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-svHY5mOXZZ .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-svHY5mOXZZ .card-inner1 {
  background: #0b1166;
}
.cid-svHY5mOXZZ .card-inner2 {
  background: #0b1166;
}
.cid-svHY5mOXZZ .card-inner3 {
  background: #0b1166;
}
.cid-svHY5mOXZZ img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-svHY5mOXZZ .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-svHY5mOXZZ .container-fluid {
  max-width: 1200px;
}
.cid-svHY5mOXZZ .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-svHY5mOXZZ .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-svHY5mOXZZ .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-svHY5mOXZZ .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-svHY5mOXZZ .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-svHY5mOXZZ .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-svHY5mOXZZ .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-svHY5mOXZZ .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-svHY5mOXZZ .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-svHY5mOXZZ .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-svI1ikN59w {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svI1ikN59w {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.cid-svI1ikN59w .mbr-text {
  margin: 0;
}
.cid-svI1ikN59w .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-svI1ikN59w .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-svI1ikN59w .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-svI1ikN59w .card-inner1 {
  background: #0b1166;
}
.cid-svI1ikN59w .card-inner2 {
  background: #0b1166;
}
.cid-svI1ikN59w .card-inner3 {
  background: #0b1166;
}
.cid-svI1ikN59w img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-svI1ikN59w .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-svI1ikN59w .container-fluid {
  max-width: 1200px;
}
.cid-svI1ikN59w .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-svI1ikN59w .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-svI1ikN59w .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-svI1ikN59w .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-svI1ikN59w .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-svI1ikN59w .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-svI1ikN59w .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-svI1ikN59w .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-svI1ikN59w .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-svI1ikN59w .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-svI2Ma4SsN {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svI2Ma4SsN {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.cid-svI2Ma4SsN .mbr-text {
  margin: 0;
}
.cid-svI2Ma4SsN .card-box {
  padding: 0 2rem;
  width: 100%;
  text-align: center;
}
.cid-svI2Ma4SsN .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
.cid-svI2Ma4SsN .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-svI2Ma4SsN .card-inner1 {
  background: #0b1166;
}
.cid-svI2Ma4SsN .card-inner2 {
  background: #0b1166;
}
.cid-svI2Ma4SsN .card-inner3 {
  background: #0b1166;
}
.cid-svI2Ma4SsN img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-svI2Ma4SsN .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-svI2Ma4SsN .container-fluid {
  max-width: 1200px;
}
.cid-svI2Ma4SsN .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.cid-svI2Ma4SsN .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-svI2Ma4SsN .mbr-section-btn {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .cid-svI2Ma4SsN .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-svI2Ma4SsN .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-svI2Ma4SsN .card-img {
  text-align: center;
  margin-top: 2.5rem;
  padding: 0 2rem;
}
.cid-svI2Ma4SsN .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-svI2Ma4SsN .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-svI2Ma4SsN .svg1 {
  padding: 1.5rem;
  z-index: -1;
}
.cid-svI2Ma4SsN .svg1 rect {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-svJKD5U9Hf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svJKD5U9Hf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-svJKD5U9Hf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-svJKD5U9Hf .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-svJKD5U9Hf .row .img-item img {
    height: 250px;
  }
}
.cid-svJKD5U9Hf P {
  color: #000000;
}
.cid-svJPu2941Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5ddd5;
}
.cid-svJPu2941Q .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-svJPu2941Q .icon2 {
  color: #ffffff;
}
.cid-svJPu2941Q .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-svJPu2941Q p {
  font-weight: 400;
}
.cid-svJPu2941Q .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-svJPu2941Q .line2 {
  background: #ffffff;
}
.cid-svJPu2941Q .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #830d7d;
}
.cid-svJPu2941Q .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: white;
}
.cid-svJPu2941Q .card2 {
  background: #830d7d;
}
.cid-svJPu2941Q .card-title,
.cid-svJPu2941Q .card-ico,
.cid-svJPu2941Q .line-wrap {
  text-align: center;
}
.cid-svJPu2941Q .mbr-text,
.cid-svJPu2941Q .card-link {
  text-align: center;
}
.cid-svIBWSJJym {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0b1166;
}
.cid-svIBWSJJym .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-svIBWSJJym .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-svIBWSJJym .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-svIBWSJJym .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-svIBWSJJym .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svIBWSJJym .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-svIBWSJJym .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-svIBWSJJym .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-svIBWSJJym .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svIBWSJJym .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-svIBWSJJym .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-svIBWSJJym .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-svIBWSJJym .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svIBWSJJym .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svIBWSJJym .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-svIBWSJJym .media-container-row .row-copirayt p {
  width: 100%;
}
