body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem !important;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #06182d !important;
}
.bg-success {
  background-color: #255a9e !important;
}
.bg-info {
  background-color: #e9e9e9 !important;
}
.bg-warning {
  background-color: #55acee !important;
}
.bg-danger {
  background-color: #cccccc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #06182d !important;
  border-color: #06182d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #06182d !important;
  border-color: #06182d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  color: #6a6a6a !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-secondary:hover {
  background-color: #06182d !important;
  border-color: #06182d !important;
}
.btn-info,
.btn-info:active {
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  color: #6a6a6a !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #6a6a6a !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-info:hover {
  background-color: #06182d !important;
  border-color: #06182d !important;
}
.btn-success,
.btn-success:active {
  background-color: #255a9e !important;
  border-color: #255a9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #163760 !important;
  border-color: #163760 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #163760 !important;
  border-color: #163760 !important;
}
.btn-success:hover {
  background-color: #06182d !important;
  border-color: #06182d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #55acee !important;
  border-color: #55acee !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1689e0 !important;
  border-color: #1689e0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1689e0 !important;
  border-color: #1689e0 !important;
}
.btn-warning:hover {
  background-color: #06182d !important;
  border-color: #06182d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger:hover {
  background-color: #06182d !important;
  border-color: #06182d !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #06182d !important;
  border-color: #06182d !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #06182d !important;
  border-color: #06182d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #06182d;
  color: #06182d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #06182d;
  border-color: #06182d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #06182d !important;
  border-color: #06182d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #e9e9e9;
  color: #e9e9e9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6a6a6a;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6a6a6a !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e9e9e9;
  color: #e9e9e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6a6a6a;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #6a6a6a !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #255a9e;
  color: #255a9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #255a9e;
  border-color: #255a9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #255a9e !important;
  border-color: #255a9e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55acee;
  color: #55acee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #55acee !important;
  border-color: #55acee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #06182d !important;
}
.text-secondary {
  color: #e9e9e9 !important;
}
.text-success {
  color: #255a9e !important;
}
.text-info {
  color: #e9e9e9 !important;
}
.text-warning {
  color: #55acee !important;
}
.text-danger {
  color: #cccccc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #124887 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #528cd7 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b2d9f7 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e9e9e9;
}
.alert-warning {
  background-color: #55acee;
}
.alert-danger {
  background-color: #cccccc;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #06182d;
  border-color: #06182d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #06182d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a5c9f3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #679adb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #06182d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #06182d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #06182d;
  border-bottom-color: #06182d;
}
.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: #06182d !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: #e9e9e9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2306182d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-spZboywwfT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spZboywwfT .nav-item,
.cid-spZboywwfT .nav-link,
.cid-spZboywwfT .navbar-caption {
  font-weight: normal;
}
.cid-spZboywwfT .nav-item:focus,
.cid-spZboywwfT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spZboywwfT .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-spZboywwfT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-spZboywwfT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-spZboywwfT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-spZboywwfT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-spZboywwfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spZboywwfT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spZboywwfT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spZboywwfT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spZboywwfT .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-spZboywwfT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #0e2640;
  background: none;
}
.cid-spZboywwfT .navbar.opened {
  transition: all 0.3s;
  background: #0e2640 !important;
}
.cid-spZboywwfT .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-spZboywwfT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-spZboywwfT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spZboywwfT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spZboywwfT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-spZboywwfT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spZboywwfT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spZboywwfT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spZboywwfT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spZboywwfT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-spZboywwfT .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-spZboywwfT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spZboywwfT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spZboywwfT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spZboywwfT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spZboywwfT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spZboywwfT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spZboywwfT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spZboywwfT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-spZboywwfT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spZboywwfT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spZboywwfT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-spZboywwfT .navbar.navbar-short {
  background: #0e2640 !important;
  min-height: 60px;
}
.cid-spZboywwfT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spZboywwfT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spZboywwfT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spZboywwfT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spZboywwfT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spZboywwfT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spZboywwfT .dropdown-item.active,
.cid-spZboywwfT .dropdown-item:active {
  background-color: transparent;
}
.cid-spZboywwfT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spZboywwfT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spZboywwfT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e2640;
}
.cid-spZboywwfT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spZboywwfT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spZboywwfT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spZboywwfT .navbar-buttons {
  text-align: center;
}
.cid-spZboywwfT .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-spZboywwfT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spZboywwfT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spZboywwfT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spZboywwfT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spZboywwfT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spZboywwfT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spZboywwfT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spZboywwfT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spZboywwfT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spZboywwfT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spZboywwfT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-spZboywwfT a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-spZboywwfT .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-spZboywwfT .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-spZboywwfT .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spZboywwfT .navbar {
    height: 77px;
  }
  .cid-spZboywwfT .navbar.opened {
    height: auto;
  }
  .cid-spZboywwfT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spZb15iDJ7 .modal-body .close {
  background: #1b1b1b;
}
.cid-spZb15iDJ7 .modal-body .close span {
  font-style: normal;
}
.cid-spZb15iDJ7 .carousel-inner > .active,
.cid-spZb15iDJ7 .carousel-inner > .next,
.cid-spZb15iDJ7 .carousel-inner > .prev {
  display: flex;
}
.cid-spZb15iDJ7 .carousel-control .icon-next,
.cid-spZb15iDJ7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spZb15iDJ7 .carousel-control:hover {
  background: #06182d;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spZb15iDJ7 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spZb15iDJ7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spZb15iDJ7 .boxed-slider > div {
  position: relative;
}
.cid-spZb15iDJ7 .container img {
  width: 100%;
}
.cid-spZb15iDJ7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spZb15iDJ7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spZb15iDJ7 .mbr-table-cell {
  padding: 0;
}
.cid-spZb15iDJ7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spZb15iDJ7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spZb15iDJ7 .mbr-overlay {
  z-index: 1;
}
.cid-spZb15iDJ7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spZb15iDJ7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-spZb15iDJ7 .carousel-item.active.right,
.cid-spZb15iDJ7 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spZb15iDJ7 .carousel-item.active.left,
.cid-spZb15iDJ7 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spZb15iDJ7 .carousel-item.active,
.cid-spZb15iDJ7 .carousel-item.next.left,
.cid-spZb15iDJ7 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-spZb15iDJ7 .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-spZb15iDJ7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-spZb15iDJ7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-spZb15iDJ7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spZb15iDJ7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spZb15iDJ7 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #06182d;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-spZb15iDJ7 .mbr-slider .carousel-indicators li.active,
.cid-spZb15iDJ7 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-spZb15iDJ7 .mbr-slider .carousel-indicators li::after,
.cid-spZb15iDJ7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spZb15iDJ7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spZb15iDJ7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spZb15iDJ7 .mbr-slider > .container img {
  width: 100%;
}
.cid-spZb15iDJ7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spZb15iDJ7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spZb15iDJ7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spZb15iDJ7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spZb15iDJ7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spZb15iDJ7 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spZb15iDJ7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spZb15iDJ7 .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-spZb15iDJ7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spZb15iDJ7 .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spZb15iDJ7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spZb15iDJ7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spZb15iDJ7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spZb15iDJ7 H2 {
  color: #ffffff;
}
.cid-rZqakYmFVv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZqakYmFVv .row {
  flex-direction: row-reverse;
}
.cid-rZqakYmFVv .img-wrap img {
  width: 100%;
}
.cid-rZqakYmFVv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakYmFVv .card .wrapper {
  overflow: hidden;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #0e2640 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakYmFVv .card .wrapper .mbr-text {
  color: #e9e9e9;
  font-weight: 300;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  text-align: left;
}
.cid-rZqakYmFVv .card .wrapper .mbr-text {
  color: #000000;
}
.cid-rZqakGdhKi {
  background-image: url("../../../assets/images/5-1920x800.jpg");
}
.cid-rZqakGdhKi .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:first-child {
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #255a9e;
  background: linear-gradient(#255a9e 0%, #0a8ccc 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rZqakGdhKi .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title,
.cid-rZqakGdhKi .mbr-section-btn,
.cid-rZqakGdhKi .mbr-list .list {
  color: #ffffff;
}
.cid-rZqamDmpQI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rZqamDmpQI .mbr-section-title {
  color: #06182d;
}
.cid-rZqamDmpQI .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #06182d 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqamDmpQI .mbr-text,
.cid-rZqamDmpQI .mbr-section-btn {
  color: #e9e9e9;
}
.cid-rZqamDmpQI .mbr-section-subtitle {
  color: #000000;
}
.cid-rZqamDmpQI .card {
  margin-bottom: 40px;
}
.cid-rZqamDmpQI .card .card-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-rZqamDmpQI .card .card-wrapper {
    justify-content: center;
  }
  .cid-rZqamDmpQI .card .card-wrapper .card-box {
    width: auto;
  }
}
.cid-rZqamDmpQI .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #0e2640;
  transition: all 0.3s ease-in-out;
  align-self: center;
}
.cid-rZqamDmpQI .card .card-wrapper .card-box {
  margin-left: 14px;
}
.cid-rZqamDmpQI .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #e9e9e9;
  margin-bottom: 0rem;
}
.cid-rZqamDmpQI .card .card-wrapper .card-box .card-text {
  color: #e9e9e9;
}
.cid-rZqamDmpQI .buttons-wrap {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-rZqamDmpQI .buttons-wrap {
    text-align: center;
  }
}
.cid-rZqamDmpQI .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-rZqamDmpQI .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-rZqamDmpQI .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #030f1c;
}
.cid-rZqamDmpQI .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-rZqamDmpQI .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
  color: #e9e9e9;
  margin-bottom: 0;
  vertical-align: sub;
}
@media (max-width: 992px) {
  .cid-rZqamDmpQI .buttons-wrap .or {
    display: none;
  }
}
.cid-rZqamDmpQI .card .card-wrapper .card-box .card-text {
  color: #000000;
}
.cid-rZqamDmpQI .card .card-wrapper .card-box .card-title {
  color: #000000;
}
.cid-rZqamDmpQI .mbr-text,
.cid-rZqamDmpQI .col,
.cid-rZqamDmpQI .buttons-wrap {
  color: #000000;
}
.cid-rZqalT6jOx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/8-1920x800.jpg");
}
.cid-rZqalT6jOx .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #0e2640 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-tCy6EIDi2c {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0e2640;
}
.cid-tCy6EIDi2c .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-tCy6EIDi2c .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-tCy6EIDi2c .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tCy6EIDi2c .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tCy6EIDi2c .mbr-section-title span {
  line-height: 1;
  color: #0e2640;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ffffff;
  background: linear-gradient(#ffffff 0%, #b8b8b8 69%, #b8b8b8 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tCy6EIDi2c .mbr-text,
.cid-tCy6EIDi2c .mbr-section-btn {
  color: #ffffff;
}
.cid-tCy6EIDi2c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCy6EIDi2c .card .card-wrapper {
  text-align: center;
}
.cid-tCy6EIDi2c .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-tCy6EIDi2c .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-tCy6EIDi2c .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-tCy6EIDi2c .buttons-wrap {
  text-align: center;
}
.cid-tCy6EIDi2c .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-tCy6EIDi2c .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-tCy6EIDi2c .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-tCy6EIDi2c .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-tCy6EIDi2c .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-tCy6EIDi2c .buttons-wrap .or {
    display: none;
  }
}
.cid-tCy6EIDi2c .mbr-section-title,
.cid-tCy6EIDi2c .col {
  color: #ffffff;
}
.cid-sr4XYnYhMH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr4XYnYhMH .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/4-1080x1080.jpg");
}
.cid-sr4XYnYhMH .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #0e2640 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-text {
  color: #e9e9e9;
  font-weight: 300;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #06182d;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sr4XYnYhMH .card .wrapper .link-wrap {
  width: 100%;
}
.cid-sr4XYnYhMH .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-sr4XYnYhMH .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sr4XYnYhMH .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sr4XYnYhMH .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sr4XYnYhMH .card .wrapper .mbr-text {
  color: #000000;
}
.cid-uDiLr4Pn9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e2640;
}
.cid-uDiLr4Pn9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDiLr4Pn9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDiLr4Pn9j .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uDiLr4Pn9j .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDiLr4Pn9j .mbr-text,
.cid-uDiLr4Pn9j .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-tCykiTtE7B {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCykiTtE7B img,
.cid-tCykiTtE7B .item-img {
  width: 100%;
}
.cid-tCykiTtE7B .item:focus,
.cid-tCykiTtE7B span:focus {
  outline: none;
}
.cid-tCykiTtE7B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCykiTtE7B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  outline: 1px solid #ffffff;
  outline-style: auto;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCykiTtE7B .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCykiTtE7B .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCykiTtE7B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCykiTtE7B .mbr-section-title {
  color: #2e6b75;
}
.cid-tCykiTtE7B .mbr-section-subtitle {
  color: #6c7577;
}
.cid-tCykiTtE7B .mbr-text,
.cid-tCykiTtE7B .mbr-section-btn {
  text-align: left;
}
.cid-tCykiTtE7B .item-title {
  color: #6c7577;
  text-align: left;
}
.cid-tCykiTtE7B .mbr-text {
  color: #6c7577;
  text-align: left;
}
.cid-tCykiTtE7B .item-subtitle {
  text-align: center;
}
.cid-tCykiTtE7B .display-4 {
  font-weight: 500;
}
.cid-uDiLWnxLTo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e2640;
}
.cid-uDiLWnxLTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDiLWnxLTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDiLWnxLTo .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uDiLWnxLTo .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDiLWnxLTo .mbr-text,
.cid-uDiLWnxLTo .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uDiLYCqMGt {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDiLYCqMGt img,
.cid-uDiLYCqMGt .item-img {
  width: 100%;
}
.cid-uDiLYCqMGt .item:focus,
.cid-uDiLYCqMGt span:focus {
  outline: none;
}
.cid-uDiLYCqMGt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uDiLYCqMGt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  outline: 1px solid #ffffff;
  outline-style: auto;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDiLYCqMGt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDiLYCqMGt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uDiLYCqMGt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDiLYCqMGt .mbr-section-title {
  color: #2e6b75;
}
.cid-uDiLYCqMGt .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uDiLYCqMGt .mbr-text,
.cid-uDiLYCqMGt .mbr-section-btn {
  text-align: left;
}
.cid-uDiLYCqMGt .item-title {
  color: #6c7577;
  text-align: left;
}
.cid-uDiLYCqMGt .mbr-text {
  color: #6c7577;
  text-align: left;
}
.cid-uDiLYCqMGt .item-subtitle {
  text-align: center;
}
.cid-uDiLYCqMGt .display-4 {
  font-weight: 500;
}
.cid-uDiX37X0Na {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDiX37X0Na .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDiX37X0Na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDiX37X0Na .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDiX37X0Na .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uDiX37X0Na .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uDiX37X0Na .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uDiX37X0Na .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uDiX37X0Na .border-wrap {
    margin-top: 32px;
  }
}
.cid-uDiX37X0Na .mbr-section-title {
  color: #ffffff;
}
.cid-uDiX37X0Na .mbr-text,
.cid-uDiX37X0Na .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uDiX37X0Na .mbr-section-title,
.cid-uDiX37X0Na .mbr-section-btn {
  text-align: center;
  color: #0e2640;
}
.cid-sq3J4JUsuR {
  background-image: url("../../../assets/images/8-1920x800.jpg");
  background-position: right;
}
.cid-sq3J4JUsuR .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sq3J4JUsuR .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-sq3J4JUsuR .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sq3J4JUsuR img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sq3J4JUsuR .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tCyBSuD9Gi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0e2640;
}
.cid-tCyBSuD9Gi .row {
  justify-content: space-between;
}
.cid-tCyBSuD9Gi .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-tCyBSuD9Gi .form-control:focus,
.cid-tCyBSuD9Gi .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-tCyBSuD9Gi .form-group {
  margin-bottom: 1rem;
}
.cid-tCyBSuD9Gi input::-webkit-input-placeholder,
.cid-tCyBSuD9Gi textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-tCyBSuD9Gi input:-moz-placeholder,
.cid-tCyBSuD9Gi textarea:-moz-placeholder {
  color: #353535;
}
.cid-tCyBSuD9Gi .jq-selectbox li,
.cid-tCyBSuD9Gi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tCyBSuD9Gi .jq-selectbox li:hover,
.cid-tCyBSuD9Gi .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tCyBSuD9Gi .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tCyBSuD9Gi .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tCyBSuD9Gi .mbr-text {
  color: #767676;
}
.cid-tCyBSuD9Gi .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tCyBSuD9Gi .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-tCyBSuD9Gi .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tCyBSuD9Gi .form-block {
    padding: 1rem;
  }
}
.cid-tCyBSuD9Gi H4 {
  color: #06182d;
}
.cid-tCyBSuD9Gi .mbr-section-title,
.cid-tCyBSuD9Gi .mbr-section-btn {
  color: #ffffff;
}
.cid-tCyBSuD9Gi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCyBSuD9Gi .form-text {
  color: #353535;
}
.cid-tCyBSuD9Gi .text {
  color: #ffffff;
}
.cid-tCyBSuD9Gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCyBSuD9Gi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sq3eEQ7d3n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sq3eEQ7d3n .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sq3eEQ7d3n .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sq3eEQ7d3n .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-sq3eEQ7d3n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sq3eEQ7d3n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sq3eEQ7d3n .map-placeholder {
  display: none;
}
.cid-sq3eEQ7d3n .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sq3eEQ7d3n .card {
  padding: 3rem 8rem;
}
.cid-sq3eEQ7d3n .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #0e2640 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sq3eEQ7d3n .card .mbr-text {
  color: #06182d;
}
.cid-sq3eEQ7d3n .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-sq3eEQ7d3n .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sq3eEQ7d3n .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-sq3eEQ7d3n .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-sq3eEQ7d3n .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-sq3eEQ7d3n .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-sq3eEQ7d3n .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-sq3eEQ7d3n .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sq3eEQ7d3n .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sq3eEQ7d3n .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-sq3eEQ7d3n .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sq3eEQ7d3n .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-sq3eEQ7d3n .card .form-group {
  padding-right: 0;
}
.cid-sq3eEQ7d3n .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sq3eEQ7d3n .card .btn-primary {
  border: 1px solid #06182d !important;
}
.cid-sq3eEQ7d3n .card .btn-primary:hover {
  border: 1px solid #06182d !important;
}
@media (max-width: 1200px) {
  .cid-sq3eEQ7d3n .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sq3eEQ7d3n .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sq3eEQ7d3n h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-sq3eEQ7d3n * {
    text-align: center !important;
  }
  .cid-sq3eEQ7d3n .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sq3eEQ7d3n .form-group {
    max-width: 180px;
  }
  .cid-sq3eEQ7d3n .card {
    padding: 2rem 1rem;
  }
}
.cid-sq3RQHNBwN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq3RQHNBwN .mbr-section-btn > * {
  margin: 0;
}
.cid-sq3RQHNBwN h4 {
  font-weight: 500;
}
.cid-sq3RQHNBwN p {
  color: #232323;
}
.cid-sq3RQHNBwN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sq3RQHNBwN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sq3RQHNBwN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sq3RQHNBwN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sq3RQHNBwN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sq3RQHNBwN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sq3RQHNBwN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sq3RQHNBwN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sq3RQHNBwN .card-img span {
    font-size: 40px !important;
  }
}
.cid-sq3RQHNBwN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sq3RQHNBwN H2 {
  color: #255a9e;
}
.cid-sq3cXX3s8j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0e2640;
}
@media (max-width: 767px) {
  .cid-sq3cXX3s8j .content {
    text-align: center;
  }
  .cid-sq3cXX3s8j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sq3cXX3s8j .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sq3cXX3s8j .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sq3cXX3s8j .media-wrap img {
  height: 6rem;
}
.cid-sq3cXX3s8j .mbr-text {
  color: #8d97ad;
}
.cid-sq3cXX3s8j .p-title {
  font-size: 17px;
}
.cid-sq3cXX3s8j .p-title span {
  color: #111111;
}
.cid-sq3cXX3s8j .title-card {
  font-size: 1.3rem;
}
.cid-sq3cXX3s8j .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sq3cXX3s8j .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-sq3cXX3s8j .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-sq3cXX3s8j .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-sq3cXX3s8j .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-sq3cXX3s8j .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq3cXX3s8j .copyright img {
  margin-right: 10px;
}
.cid-sq3cXX3s8j .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #0a8ccc;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sq3cXX3s8j .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sq3cXX3s8j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sq3cXX3s8j .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sq3cXX3s8j .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq3cXX3s8j H5 {
  color: #ffffff;
}
.cid-sq3cXX3s8j .p-title,
.cid-sq3cXX3s8j .social-media {
  color: #ffffff;
}
.cid-sq3cXX3s8j .copyright > p {
  color: #ffffff;
}
.cid-uDihP2FUMk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDihP2FUMk .nav-item,
.cid-uDihP2FUMk .nav-link,
.cid-uDihP2FUMk .navbar-caption {
  font-weight: normal;
}
.cid-uDihP2FUMk .nav-item:focus,
.cid-uDihP2FUMk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDihP2FUMk .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-uDihP2FUMk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDihP2FUMk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uDihP2FUMk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uDihP2FUMk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDihP2FUMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uDihP2FUMk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDihP2FUMk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDihP2FUMk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDihP2FUMk .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-uDihP2FUMk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #0e2640;
  background: none;
}
.cid-uDihP2FUMk .navbar.opened {
  transition: all 0.3s;
  background: #0e2640 !important;
}
.cid-uDihP2FUMk .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uDihP2FUMk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDihP2FUMk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDihP2FUMk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDihP2FUMk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uDihP2FUMk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDihP2FUMk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDihP2FUMk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDihP2FUMk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDihP2FUMk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-uDihP2FUMk .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDihP2FUMk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDihP2FUMk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDihP2FUMk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDihP2FUMk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDihP2FUMk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDihP2FUMk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDihP2FUMk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDihP2FUMk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-uDihP2FUMk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDihP2FUMk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDihP2FUMk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDihP2FUMk .navbar.navbar-short {
  background: #0e2640 !important;
  min-height: 60px;
}
.cid-uDihP2FUMk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDihP2FUMk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDihP2FUMk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDihP2FUMk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDihP2FUMk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDihP2FUMk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uDihP2FUMk .dropdown-item.active,
.cid-uDihP2FUMk .dropdown-item:active {
  background-color: transparent;
}
.cid-uDihP2FUMk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDihP2FUMk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDihP2FUMk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e2640;
}
.cid-uDihP2FUMk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDihP2FUMk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDihP2FUMk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDihP2FUMk .navbar-buttons {
  text-align: center;
}
.cid-uDihP2FUMk .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-uDihP2FUMk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDihP2FUMk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDihP2FUMk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDihP2FUMk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDihP2FUMk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDihP2FUMk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDihP2FUMk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDihP2FUMk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDihP2FUMk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDihP2FUMk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDihP2FUMk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uDihP2FUMk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-uDihP2FUMk .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uDihP2FUMk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uDihP2FUMk .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDihP2FUMk .navbar {
    height: 77px;
  }
  .cid-uDihP2FUMk .navbar.opened {
    height: auto;
  }
  .cid-uDihP2FUMk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDihP3AO2M .modal-body .close {
  background: #1b1b1b;
}
.cid-uDihP3AO2M .modal-body .close span {
  font-style: normal;
}
.cid-uDihP3AO2M .carousel-inner > .active,
.cid-uDihP3AO2M .carousel-inner > .next,
.cid-uDihP3AO2M .carousel-inner > .prev {
  display: flex;
}
.cid-uDihP3AO2M .carousel-control .icon-next,
.cid-uDihP3AO2M .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uDihP3AO2M .carousel-control:hover {
  background: #06182d;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDihP3AO2M .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDihP3AO2M .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uDihP3AO2M .boxed-slider > div {
  position: relative;
}
.cid-uDihP3AO2M .container img {
  width: 100%;
}
.cid-uDihP3AO2M .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uDihP3AO2M .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uDihP3AO2M .mbr-table-cell {
  padding: 0;
}
.cid-uDihP3AO2M .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uDihP3AO2M .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uDihP3AO2M .mbr-overlay {
  z-index: 1;
}
.cid-uDihP3AO2M .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uDihP3AO2M .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uDihP3AO2M .carousel-item.active.right,
.cid-uDihP3AO2M .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uDihP3AO2M .carousel-item.active.left,
.cid-uDihP3AO2M .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uDihP3AO2M .carousel-item.active,
.cid-uDihP3AO2M .carousel-item.next.left,
.cid-uDihP3AO2M .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uDihP3AO2M .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uDihP3AO2M .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-uDihP3AO2M .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uDihP3AO2M .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDihP3AO2M .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uDihP3AO2M .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #06182d;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uDihP3AO2M .mbr-slider .carousel-indicators li.active,
.cid-uDihP3AO2M .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDihP3AO2M .mbr-slider .carousel-indicators li::after,
.cid-uDihP3AO2M .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uDihP3AO2M .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uDihP3AO2M .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uDihP3AO2M .mbr-slider > .container img {
  width: 100%;
}
.cid-uDihP3AO2M .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uDihP3AO2M .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uDihP3AO2M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDihP3AO2M .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uDihP3AO2M .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uDihP3AO2M .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uDihP3AO2M .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uDihP3AO2M .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uDihP3AO2M .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uDihP3AO2M .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uDihP3AO2M .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uDihP3AO2M .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uDihP3AO2M .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uDihP3AO2M H2 {
  color: #ffffff;
}
.cid-uDihP48f5K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDihP48f5K .row {
  flex-direction: row-reverse;
}
.cid-uDihP48f5K .img-wrap img {
  width: 100%;
}
.cid-uDihP48f5K .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uDihP48f5K .card .wrapper {
  overflow: hidden;
}
.cid-uDihP48f5K .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-uDihP48f5K .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #0e2640 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uDihP48f5K .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-uDihP48f5K .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uDihP48f5K .card .wrapper .mbr-text {
  color: #e9e9e9;
  font-weight: 300;
}
.cid-uDihP48f5K .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-uDihP48f5K .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #06182d;
}
.cid-uDihP48f5K .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-uDihP48f5K .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #06182d;
}
.cid-uDihP48f5K .card .wrapper .mbr-section-title {
  text-align: left;
}
.cid-uDihP48f5K .card .wrapper .mbr-text {
  color: #000000;
}
.cid-uDihP4Gb0G {
  background-image: url("../../../assets/images/design-sem-nome-1640x924.png");
}
.cid-uDihP4Gb0G .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-section-title span:first-child {
  color: #ffffff;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #255a9e;
  background: linear-gradient(#255a9e 0%, #0a8ccc 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-uDihP4Gb0G .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-uDihP4Gb0G .card .wrapper .mbr-section-title,
.cid-uDihP4Gb0G .mbr-section-btn,
.cid-uDihP4Gb0G .mbr-list .list {
  color: #ffffff;
}
.cid-uDihP5huNT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uDihP5huNT .mbr-section-title {
  color: #06182d;
}
.cid-uDihP5huNT .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #06182d 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uDihP5huNT .mbr-text,
.cid-uDihP5huNT .mbr-section-btn {
  color: #e9e9e9;
}
.cid-uDihP5huNT .mbr-section-subtitle {
  color: #000000;
}
.cid-uDihP5huNT .card {
  margin-bottom: 40px;
}
.cid-uDihP5huNT .card .card-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-uDihP5huNT .card .card-wrapper {
    justify-content: center;
  }
  .cid-uDihP5huNT .card .card-wrapper .card-box {
    width: auto;
  }
}
.cid-uDihP5huNT .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #0e2640;
  transition: all 0.3s ease-in-out;
  align-self: center;
}
.cid-uDihP5huNT .card .card-wrapper .card-box {
  margin-left: 14px;
}
.cid-uDihP5huNT .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #e9e9e9;
  margin-bottom: 0rem;
}
.cid-uDihP5huNT .card .card-wrapper .card-box .card-text {
  color: #e9e9e9;
}
.cid-uDihP5huNT .buttons-wrap {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uDihP5huNT .buttons-wrap {
    text-align: center;
  }
}
.cid-uDihP5huNT .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-uDihP5huNT .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-uDihP5huNT .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #030f1c;
}
.cid-uDihP5huNT .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-uDihP5huNT .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
  color: #e9e9e9;
  margin-bottom: 0;
  vertical-align: sub;
}
@media (max-width: 992px) {
  .cid-uDihP5huNT .buttons-wrap .or {
    display: none;
  }
}
.cid-uDihP5huNT .card .card-wrapper .card-box .card-text {
  color: #000000;
}
.cid-uDihP5huNT .card .card-wrapper .card-box .card-title {
  color: #000000;
}
.cid-uDihP5huNT .mbr-text,
.cid-uDihP5huNT .col,
.cid-uDihP5huNT .buttons-wrap {
  color: #000000;
}
.cid-uDihP60hv7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/3-3-1920x800.png");
}
.cid-uDihP60hv7 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uDihP60hv7 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-uDihP60hv7 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #0e2640 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uDihP60hv7 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDihP60hv7 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uDihP60hv7 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-uDihP60hv7 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uDihP60hv7 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-uDihP60hv7 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-uDihP6wR09 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0e2640;
}
.cid-uDihP6wR09 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-uDihP6wR09 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-uDihP6wR09 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-uDihP6wR09 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uDihP6wR09 .mbr-section-title span {
  line-height: 1;
  color: #0e2640;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ffffff;
  background: linear-gradient(#ffffff 0%, #b8b8b8 69%, #b8b8b8 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uDihP6wR09 .mbr-text,
.cid-uDihP6wR09 .mbr-section-btn {
  color: #ffffff;
}
.cid-uDihP6wR09 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDihP6wR09 .card .card-wrapper {
  text-align: center;
}
.cid-uDihP6wR09 .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-uDihP6wR09 .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-uDihP6wR09 .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-uDihP6wR09 .buttons-wrap {
  text-align: center;
}
.cid-uDihP6wR09 .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-uDihP6wR09 .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-uDihP6wR09 .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-uDihP6wR09 .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-uDihP6wR09 .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-uDihP6wR09 .buttons-wrap .or {
    display: none;
  }
}
.cid-uDihP6wR09 .mbr-section-title,
.cid-uDihP6wR09 .col {
  color: #ffffff;
}
.cid-uDihP7eSLm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDihP7eSLm .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/7-1080x1080.png");
}
.cid-uDihP7eSLm .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-uDihP7eSLm .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-uDihP7eSLm .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #0e2640 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uDihP7eSLm .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-uDihP7eSLm .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uDihP7eSLm .card .wrapper .mbr-text {
  color: #e9e9e9;
  font-weight: 300;
}
.cid-uDihP7eSLm .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-uDihP7eSLm .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uDihP7eSLm .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-uDihP7eSLm .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #06182d;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-uDihP7eSLm .card .wrapper .link-wrap {
  width: 100%;
}
.cid-uDihP7eSLm .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-uDihP7eSLm .card .wrapper .link-wrap .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-uDihP7eSLm .card .wrapper .link-wrap .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-uDihP7eSLm .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uDihP7eSLm .card .wrapper .mbr-text {
  color: #000000;
}
.cid-uDihP7KRf4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDihP7KRf4 img,
.cid-uDihP7KRf4 .item-img {
  width: 100%;
}
.cid-uDihP7KRf4 .item:focus,
.cid-uDihP7KRf4 span:focus {
  outline: none;
}
.cid-uDihP7KRf4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uDihP7KRf4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  outline: 1px solid #ffffff;
  outline-style: auto;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDihP7KRf4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDihP7KRf4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uDihP7KRf4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDihP7KRf4 .mbr-section-title {
  color: #2e6b75;
}
.cid-uDihP7KRf4 .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uDihP7KRf4 .mbr-text,
.cid-uDihP7KRf4 .mbr-section-btn {
  text-align: left;
}
.cid-uDihP7KRf4 .item-title {
  color: #6c7577;
  text-align: left;
}
.cid-uDihP7KRf4 .mbr-text {
  color: #6c7577;
  text-align: left;
}
.cid-uDihP7KRf4 .item-subtitle {
  text-align: center;
}
.cid-uDihP7KRf4 .display-4 {
  font-weight: 500;
}
.cid-uDihP9bJd5 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-2-1920x800.png");
}
.cid-uDihP9bJd5 .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uDihP9bJd5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDihP9bJd5 .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-uDihP9bJd5 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uDihP9bJd5 .mbr-text {
  color: #ffffff;
}
.cid-uDihP9bJd5 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uDihP9bJd5 .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uDihP9bJd5 .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-uDihP9bJd5 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-uDihP9bJd5 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uDihP9bJd5 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-uDihP9bJd5 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uDihP9bJd5 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-uDihP9bJd5 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uDihP9bJd5 .buttons-wrap {
  text-align: center;
}
.cid-uDihP9bJd5 .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-uDihP9bJd5 .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-uDihP9bJd5 .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-uDihP9bJd5 .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-uDihP9bJd5 .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-uDihP9QANM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uDihP9QANM .mbr-section-title {
  color: #06182d;
}
.cid-uDihP9QANM .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #0e2640 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uDihP9QANM .mbr-section-subtitle {
  color: #000000;
}
.cid-uDihP9QANM .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uDihP9QANM .mbr-section-text {
  color: #999999;
}
.cid-uDihP9QANM .nav-tabs .nav-item.open .nav-link:focus,
.cid-uDihP9QANM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uDihP9QANM .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-uDihP9QANM .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-uDihP9QANM .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-uDihP9QANM .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #0e2640;
}
.cid-uDihP9QANM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #0e2640;
}
.cid-uDihP9QANM P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-uDihP9QANM .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uDihP9QANM .mbr-text,
  .cid-uDihP9QANM .nav-link {
    text-align: center;
  }
}
.cid-uDihP9QANM .img-wrap img {
  width: 100%;
}
.cid-uDihP9QANM .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #55acee;
}
.cid-uDihP9QANM .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uDihP9QANM .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uDihP9QANM .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uDihP9QANM .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uDihP9QANM .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-uDihP9QANM .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-uDihP9QANM .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uDihP9QANM .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uDihP9QANM .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #55acee;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-uDihP9QANM .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-uDihP9QANM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uDihP9QANM .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-uDihP9QANM .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-uDihP9QANM .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-uDihP9QANM .card .card-header a.panel-title .toggle-icon:before,
.cid-uDihP9QANM .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uDihP9QANM .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-uDihP9QANM .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uDihP9QANM .card .panel-body {
  padding: 14px 20px;
}
.cid-uDihP9QANM .card .panel-body p {
  color: #e9e9e9;
  line-height: 1.5;
}
.cid-uDihP9QANM .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uDihP9QANM .tab-pane:not(.active) {
  display: none;
}
.cid-uDihP9QANM .card .panel-body p {
  color: #000000;
}
.cid-uDihP9QANM .card .card-header a.panel-title h4 {
  color: #000000;
}
.cid-uDihP9QANM .mbr-text,
.cid-uDihP9QANM .col {
  color: #000000;
}
.cid-uDihPbr1dK {
  background-image: url("../../../assets/images/1-3-1920x800.png");
  background-position: right;
}
.cid-uDihPbr1dK .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uDihPbr1dK .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-uDihPbr1dK .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uDihPbr1dK img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uDihPbr1dK .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uDihPc4DCU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0e2640;
}
.cid-uDihPc4DCU .row {
  justify-content: space-between;
}
.cid-uDihPc4DCU .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-uDihPc4DCU .form-control:focus,
.cid-uDihPc4DCU .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uDihPc4DCU .form-group {
  margin-bottom: 1rem;
}
.cid-uDihPc4DCU input::-webkit-input-placeholder,
.cid-uDihPc4DCU textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-uDihPc4DCU input:-moz-placeholder,
.cid-uDihPc4DCU textarea:-moz-placeholder {
  color: #353535;
}
.cid-uDihPc4DCU .jq-selectbox li,
.cid-uDihPc4DCU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uDihPc4DCU .jq-selectbox li:hover,
.cid-uDihPc4DCU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uDihPc4DCU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uDihPc4DCU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uDihPc4DCU .mbr-text {
  color: #767676;
}
.cid-uDihPc4DCU .form-block {
  padding: 3rem;
  position: relative;
}
.cid-uDihPc4DCU .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-uDihPc4DCU .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uDihPc4DCU .form-block {
    padding: 1rem;
  }
}
.cid-uDihPc4DCU H4 {
  color: #06182d;
}
.cid-uDihPc4DCU .mbr-section-title,
.cid-uDihPc4DCU .mbr-section-btn {
  color: #ffffff;
}
.cid-uDihPc4DCU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDihPc4DCU .form-text {
  color: #353535;
}
.cid-uDihPc4DCU .text {
  color: #ffffff;
}
.cid-uDihPc4DCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDihPc4DCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDihPcSKA1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDihPcSKA1 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-uDihPcSKA1 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-uDihPcSKA1 .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-uDihPcSKA1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uDihPcSKA1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uDihPcSKA1 .map-placeholder {
  display: none;
}
.cid-uDihPcSKA1 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uDihPcSKA1 .card {
  padding: 3rem 8rem;
}
.cid-uDihPcSKA1 .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #0e2640;
  background: linear-gradient(#0e2640 0%, #0e2640 69%, #55acee 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uDihPcSKA1 .card .mbr-text {
  color: #06182d;
}
.cid-uDihPcSKA1 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-uDihPcSKA1 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDihPcSKA1 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uDihPcSKA1 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-uDihPcSKA1 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-uDihPcSKA1 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-uDihPcSKA1 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-uDihPcSKA1 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-uDihPcSKA1 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uDihPcSKA1 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-uDihPcSKA1 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDihPcSKA1 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-uDihPcSKA1 .card .form-group {
  padding-right: 0;
}
.cid-uDihPcSKA1 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uDihPcSKA1 .card .btn-primary {
  border: 1px solid #06182d !important;
}
.cid-uDihPcSKA1 .card .btn-primary:hover {
  border: 1px solid #06182d !important;
}
@media (max-width: 1200px) {
  .cid-uDihPcSKA1 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uDihPcSKA1 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uDihPcSKA1 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uDihPcSKA1 * {
    text-align: center !important;
  }
  .cid-uDihPcSKA1 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uDihPcSKA1 .form-group {
    max-width: 180px;
  }
  .cid-uDihPcSKA1 .card {
    padding: 2rem 1rem;
  }
}
.cid-uDihPdZykf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDihPdZykf .mbr-section-btn > * {
  margin: 0;
}
.cid-uDihPdZykf h4 {
  font-weight: 500;
}
.cid-uDihPdZykf p {
  color: #232323;
}
.cid-uDihPdZykf .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uDihPdZykf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uDihPdZykf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDihPdZykf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDihPdZykf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uDihPdZykf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDihPdZykf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uDihPdZykf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uDihPdZykf .card-img span {
    font-size: 40px !important;
  }
}
.cid-uDihPdZykf .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uDihPdZykf H2 {
  color: #255a9e;
}
.cid-uDihPeIeGn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0e2640;
}
@media (max-width: 767px) {
  .cid-uDihPeIeGn .content {
    text-align: center;
  }
  .cid-uDihPeIeGn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDihPeIeGn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDihPeIeGn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uDihPeIeGn .media-wrap img {
  height: 6rem;
}
.cid-uDihPeIeGn .mbr-text {
  color: #8d97ad;
}
.cid-uDihPeIeGn .p-title {
  font-size: 17px;
}
.cid-uDihPeIeGn .p-title span {
  color: #111111;
}
.cid-uDihPeIeGn .title-card {
  font-size: 1.3rem;
}
.cid-uDihPeIeGn .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uDihPeIeGn .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uDihPeIeGn .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uDihPeIeGn .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uDihPeIeGn .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uDihPeIeGn .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDihPeIeGn .copyright img {
  margin-right: 10px;
}
.cid-uDihPeIeGn .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #0a8ccc;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uDihPeIeGn .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uDihPeIeGn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uDihPeIeGn .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uDihPeIeGn .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDihPeIeGn H5 {
  color: #ffffff;
}
.cid-uDihPeIeGn .p-title,
.cid-uDihPeIeGn .social-media {
  color: #ffffff;
}
.cid-uDihPeIeGn .copyright > p {
  color: #ffffff;
}
