body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 0.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.84rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #51add0 !important;
}
.bg-success {
  background-color: #aeffb6 !important;
}
.bg-info {
  background-color: #78c5e2 !important;
}
.bg-warning {
  background-color: #ffa29d !important;
}
.bg-danger {
  background-color: #d86a64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #51add0 !important;
  border-color: #51add0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2b7f9f !important;
  border-color: #2b7f9f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2b7f9f !important;
  border-color: #2b7f9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
  color: #00ae11 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #005709 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #00ae11 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b7352e !important;
  border-color: #b7352e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.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-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2b7f9f;
  color: #51add0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2b7f9f !important;
  background-color: transparent!important;
  border-color: #2b7f9f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #51add0 !important;
  border-color: #51add0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9ea0a1;
  color: #cacbcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9ea0a1 !important;
  background-color: transparent!important;
  border-color: #9ea0a1 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #31a6d3;
  color: #78c5e2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31a6d3 !important;
  background-color: transparent!important;
  border-color: #31a6d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57ff68;
  color: #aeffb6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #57ff68 !important;
  background-color: transparent!important;
  border-color: #57ff68 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #00ae11 !important;
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff5046;
  color: #ffa29d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5046 !important;
  background-color: transparent!important;
  border-color: #ff5046 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b7352e;
  color: #d86a64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b7352e !important;
  background-color: transparent!important;
  border-color: #b7352e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d86a64 !important;
  border-color: #d86a64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #51add0 !important;
}
.text-secondary {
  color: #cacbcc !important;
}
.text-success {
  color: #aeffb6 !important;
}
.text-info {
  color: #78c5e2 !important;
}
.text-warning {
  color: #ffa29d !important;
}
.text-danger {
  color: #d86a64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #287693 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #96989a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #48ff5a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b9ec9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4137 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ab322b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #51add0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #78c5e2;
}
.alert-warning {
  background-color: #ffa29d;
}
.alert-danger {
  background-color: #d86a64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #51add0;
  border-color: #51add0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #51add0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2f9fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #51add0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #51add0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #51add0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #51add0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #51add0;
  border-bottom-color: #51add0;
}
.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: #000000 !important;
  background-color: #51add0 !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: #cacbcc !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='%2351add0' %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-sJfYrbSYZg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sJfYrbSYZg nav.navbar {
  position: fixed;
}
.cid-sJfYrbSYZg .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .wrapper {
    padding: 0;
  }
}
.cid-sJfYrbSYZg .btn {
  border-radius: 30px;
}
.cid-sJfYrbSYZg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJfYrbSYZg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJfYrbSYZg .dropdown-item:hover,
.cid-sJfYrbSYZg .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sJfYrbSYZg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJfYrbSYZg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJfYrbSYZg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJfYrbSYZg .nav-link {
  position: relative;
}
.cid-sJfYrbSYZg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown-menu,
.cid-sJfYrbSYZg .navbar.opened {
  background: #3196bc !important;
}
.cid-sJfYrbSYZg .nav-item:focus,
.cid-sJfYrbSYZg .nav-link:focus {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJfYrbSYZg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJfYrbSYZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJfYrbSYZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJfYrbSYZg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3196bc;
}
.cid-sJfYrbSYZg .navbar.opened {
  transition: all 0.3s;
}
.cid-sJfYrbSYZg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJfYrbSYZg .navbar .navbar-logo img {
  width: auto;
}
.cid-sJfYrbSYZg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar.collapsed {
  justify-content: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJfYrbSYZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJfYrbSYZg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sJfYrbSYZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.navbar-nav li:last-child{
  display: none;
}
.cid-sJfYrbSYZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJfYrbSYZg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJfYrbSYZg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJfYrbSYZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sJfYrbSYZg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJfYrbSYZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJfYrbSYZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJfYrbSYZg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJfYrbSYZg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJfYrbSYZg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJfYrbSYZg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJfYrbSYZg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJfYrbSYZg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJfYrbSYZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJfYrbSYZg .dropdown-item.active,
.cid-sJfYrbSYZg .dropdown-item:active {
  background-color: transparent;
}
.cid-sJfYrbSYZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJfYrbSYZg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3196bc;
}
.cid-sJfYrbSYZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJfYrbSYZg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJfYrbSYZg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJfYrbSYZg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJfYrbSYZg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJfYrbSYZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJfYrbSYZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJfYrbSYZg .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sJfYrbSYZg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJfYrbSYZg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJfYrbSYZg .navbar {
    height: 70px;
  }
  .cid-sJfYrbSYZg .navbar.opened {
    height: auto;
  }
  .cid-sJfYrbSYZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJfYry2agV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sJfYry2agV .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sJfYry2agV .wrapper {
    padding: 0;
  }
  .cid-sJfYry2agV .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-sJfYry2agV .wrapper {
    padding: 0 6rem;
  }
}
.cid-sJfYry2agV .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-sJfYry2agV .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-sJfYry2agV .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sJfYry2agV .btn-black::after,
  .cid-sJfYry2agV .btn-black::before {
    display: none;
  }
}
.cid-sJfYry2agV .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sJfYry2agV .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sJfYry2agV .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sJfYry2agV .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sJfYry2agV .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sJfYry2agV .mbr-section-subtitle {
  text-align: right;
  color: #ffa29d;
}
.cid-sUk77MDWxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sUk77MDWxU .wrapper {
  background-color: #51add0;
  border-radius: 30px;
  background-size: cover;
  position: relative;
}
.cid-sUk77MDWxU .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-sUk77MDWxU .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sUk77MDWxU .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-sUk77MDWxU .mbr-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.cid-sUk77MDWxU H3 {
  text-align: center;
}
.cid-sUk7PK6HFX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-sUk7PK6HFX .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-sUk7PK6HFX .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sUk7PK6HFX .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-sUk7PK6HFX .wrapper {
  height: 100%;
}
.cid-sUk7PK6HFX img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-sUk7PK6HFX .mbr-section-title {
  text-align: center;
}
.cid-sUk7PK6HFX .card-title {
  text-align: center;
}
.cid-sUkgC8Vjus {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sUkgC8Vjus .mbr-section-subtitle {
  color: #70747f;
}
.cid-sUkgC8Vjus .mbr-text {
  color: #70747f;
}
.cid-sUkgC8Vjus .nav-tabs {
  margin-bottom: 1rem;
  padding: 3px;
  display: table;
  border-bottom: none;
}
.cid-sUkgC8Vjus .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sUkgC8Vjus .card-img img {
  width: 100%;
  border-radius: 30px;
}
.cid-sUkgC8Vjus .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-sUkgC8Vjus .nav-tabs .nav-link {
  display: flex;
  color: #78c5e2;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  border: 2px dashed #51add0;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
  flex-direction: column;
}
.cid-sUkgC8Vjus .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #ffa29d;
}
.cid-sUkgC8Vjus .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #51add0;
}
.cid-sUkgC8Vjus .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-sUkgC8Vjus .wrapper {
  margin-bottom: 1.5rem;
}
.cid-sUkgC8Vjus .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-sUkgC8Vjus .container-fluid {
  max-width: 1200px;
}
.cid-sUkgC8Vjus .row {
  align-items: center;
}
.cid-sUkgC8Vjus .title-content {
  color: #12265a;
}
.cid-sUkgC8Vjus .name {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-sUkgC8Vjus .nav-tabs {
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sUkgC8Vjus .nav-tabs .nav-link {
    margin: 0 1rem;
    padding: 1.5rem 2.5rem;
  }
  .cid-sUkgC8Vjus .tab-content {
    padding: 3.5rem;
  }
  .cid-sUkgC8Vjus .left-column {
    padding-right: 4rem;
  }
  .cid-sUkgC8Vjus .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sUkgC8Vjus .tab-content {
    padding: 1rem;
  }
  .cid-sUkgC8Vjus .nav-item {
    padding: 0.5rem;
  }
  .cid-sUkgC8Vjus .card-img {
    margin-top: 0.6rem;
  }
  .cid-sUkgC8Vjus .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sUkgC8Vjus {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-sUkgC8Vjus .nav-tabs {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .cid-sUkgC8Vjus .nav-item {
    padding: 0;
  }
  .cid-sUkgC8Vjus .last-navitem {
    width: 100%;
  }
  .cid-sUkgC8Vjus .nav-tabs .nav-item{
    width: 48%;
  }
  .cid-sUkgC8Vjus li {
    width: 140px;
  }
  .cid-sUkgC8Vjus .container-fluid {
    padding: 0;

  }
  .cid-sUkgC8Vjus .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-sUkgC8Vjus .mbr-iconfont {
    margin-top: 0.4rem;
  }
}
.cid-sUkfLIuKXp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #acdff2;
}
.cid-sUkfLIuKXp .mbr-section-title {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
}
.cid-sUkfLIuKXp .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-sUkfLIuKXp .title-block {
  justify-content: space-between;
}
.cid-sUkfLIuKXp .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-sUkfLIuKXp .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-sUkfLIuKXp H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sUkfLIuKXp .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-sUkfLIuKXp .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-sUkfLIuKXp .col-12 {
    padding-top: 35px;
  }
  .cid-sUkfLIuKXp .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sUkfLIuKXp .card-title {
    padding: 13px 0 0;
  }
}
.cid-sUo9r2YN0H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #acdff2;
}
.cid-sUo9r2YN0H .mbr-section-title {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
}
.cid-sUo9r2YN0H .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-sUo9r2YN0H .title-block {
  justify-content: space-between;
}
.cid-sUo9r2YN0H .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-sUo9r2YN0H .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-sUo9r2YN0H H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sUo9r2YN0H .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-sUo9r2YN0H .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-sUo9r2YN0H .col-12 {
    padding-top: 35px;
  }
  .cid-sUo9r2YN0H .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sUo9r2YN0H .card-title {
    padding: 13px 0 0;
  }
}
.cid-sUkaIEK3gO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sUkaIEK3gO .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #eff0f6;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-sUkaIEK3gO .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sUkaIEK3gO .align-center {
    margin-top: 2rem;
  }
  .cid-sUkaIEK3gO .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-sUkaIEK3gO .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-sUkaIEK3gO .line {
  width: 100%;
  height: 1px;
  background-color: #5f5d68;
  margin-bottom: 41px;
}
.cid-sUkaIEK3gO .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-sUkaIEK3gO .category {
  text-align: center;
  margin-bottom: 24px;
  color: #232323;
}
.cid-sUkaIEK3gO .link {
  text-align: left;
}
.cid-sUkaIEK3gO li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-sUkaIEK3gO li:last-child {
  margin-bottom: 0;
}
.cid-sUkaIEK3gO ul {
  padding-inline-start: 0px;
}
.cid-sUkaIEK3gO .card1 {
  background-color: #3196bc;
}
.cid-sUkaIEK3gO .card2 {
  background-color: #afafaf;
}
.cid-sUkaIEK3gO .card3 {
  background-color: #afafaf;
}
.cid-sUkaIEK3gO .card4 {
  background-color: #afafaf;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-sUkaIEK3gO .plan {
    padding: 47px;
  }
}
.cid-sUkaIEK3gO a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-sUkaIEK3gO .card {
  border: 1px solid #eff0f6;
}
.cid-sUkaIEK3gO .text {
  margin-bottom: 34px;
  text-align: left;
  color: #ffffff;
}
.cid-sUkaIEK3gO .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #14142b;
}
.cid-sUkaIEK3gO .align {
  margin-bottom: 16px;
}
.cid-sUkaIEK3gO .name {
  margin-bottom: 9px;
}
.cid-sUkaIEK3gO .price,
.cid-sUkaIEK3gO .montn,
.cid-sUkaIEK3gO .month2 {
  display: inline !important;
}
.cid-sUkaIEK3gO .mbr-text {
  display: inline;
  width: 100%;
}
.cid-sUkaIEK3gO .month {
  width: auto;
  display: inline;
  color: #ffffff;
}
.cid-sUkaIEK3gO .month2 {
  width: auto;
  display: inline;
  color: #ffffff;
}
.cid-sUkaIEK3gO span {
  padding: 6px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-sUkaIEK3gO .name,
.cid-sUkaIEK3gO .align {
  text-align: left;
  color: #ffffff;
}
.cid-sUkaIEK3gO .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sUkaIEK3gO .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sUkaIEK3gO .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sUkaIEK3gO .card1:hover,
.cid-sUkaIEK3gO .card2:hover,
.cid-sUkaIEK3gO .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-sUkaIEK3gO .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-sUkaIEK3gO .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-sUkaIEK3gO a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-sUkaIEK3gO .list,
.cid-sUkaIEK3gO .link {
  color: #ffffff;
}
.cid-sUnM2hx33Y {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUnM2hx33Y h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sUnM2hx33Y .mbr-section-subtitle {
  color: #767676;
}
.cid-sUnM2hx33Y .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sUnM2hx33Y .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sUnM2hx33Y .mbr-text-right {
  color: #767676;
}
.cid-sUnM2hx33Y .article-title-left {
  text-align: left;
}
.cid-sUnM2hx33Y .mbr-text-left {
  text-align: left;
}
.cid-sUnM2hx33Y .article-counter-left {
  text-align: left;
  color: #ffa29d;
}
.cid-sUnM2hx33Y .article-counter-right {
  color: #ffa29d;
}
.cid-sUnMm4zY8i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUnMm4zY8i h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sUnMm4zY8i .mbr-section-subtitle {
  color: #767676;
}
.cid-sUnMm4zY8i .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sUnMm4zY8i .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sUnMm4zY8i .mbr-text-right {
  color: #767676;
}
.cid-sUnMm4zY8i .article-counter-left {
  color: #ffa29d;
  text-align: left;
}
.cid-sUnMm4zY8i .article-counter-right {
  color: #ffa29d;
}
.cid-sUnMm4zY8i .article-title-left {
  text-align: left;
}
.cid-sUnMm4zY8i .mbr-text-left {
  text-align: left;
}
.cid-sUnObvC9dZ {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sUnObvC9dZ h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sUnObvC9dZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sUnObvC9dZ .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sUnObvC9dZ .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sUnObvC9dZ .mbr-text-right {
  color: #767676;
}
.cid-sUnObvC9dZ .article-counter-left {
  color: #ffa29d;
  text-align: left;
}
.cid-sUnObvC9dZ .article-counter-right {
  color: #ffa29d;
}
.cid-sUnObvC9dZ .article-title-left {
  text-align: left;
}
.cid-sUnObvC9dZ .mbr-text-left {
  text-align: left;
}
.cid-sJfYPGmmr9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #51add0;
}
@media (max-width: 991px) {
  .cid-sJfYPGmmr9 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfYPGmmr9 .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-sJfYPGmmr9 .card .card-header {
  background-color: transparent;
}
.cid-sJfYPGmmr9 .card-header {
  border-bottom: 1px solid #ffffff;
}
.cid-sJfYPGmmr9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sJfYPGmmr9 .panel-body,
.cid-sJfYPGmmr9 .card-header {
  padding: 1rem 0;
}
.cid-sJfYPGmmr9 .panel-title-edit {
  color: #ffffff;
}
.cid-sJfYPGmmr9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-sJfYPGmmr9 H3 {
  text-align: center;
}
.cid-sUkfdQXNwg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sUkfdQXNwg .col-lg-2 {
    width: 20%;
  }
}
.cid-sUkfdQXNwg .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUkfdQXNwg .item:hover img,
.cid-sUkfdQXNwg .item:hover .item-img {
  border-radius: 0;
}
.cid-sUkfdQXNwg img {
  border: 2px solid gray;
}
.cid-sUkfdQXNwg img:hover {
  border-color: #51add0;
}
.cid-sUkfdQXNwg img,
.cid-sUkfdQXNwg .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-sUkfdQXNwg h5 {
  margin: 0;
}
.cid-sUkfdQXNwg .item:focus,
.cid-sUkfdQXNwg span:focus {
  outline: none;
}
.cid-sUkfdQXNwg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sUkfdQXNwg .item {
  padding: 0;
  margin: 0;
}
.cid-sUkfdQXNwg .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUkfdQXNwg .item-content {
  padding-top: 1rem;
}
.cid-sUkfdQXNwg .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-sUkfdQXNwg .item-title {
  color: #000000;
}
.cid-sUkfdQXNwg .item-subtitle {
  color: #666666;
}
.cid-sUkfdQXNwg .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-sJfYStyB1M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sJfYStyB1M .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sJfYStyB1M .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sJfYStyB1M img,
.cid-sJfYStyB1M .item-img {
  width: 100%;
}
.cid-sJfYStyB1M .item:focus,
.cid-sJfYStyB1M span:focus {
  outline: none;
}
.cid-sJfYStyB1M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJfYStyB1M .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sJfYStyB1M img {
  border-radius: 30px;
}
.cid-sJfYStyB1M .mbr-section-title {
  text-align: center;
}
.cid-sJfYStyB1M .mbr-section-subtitle {
  text-align: center;
}
.cid-sUo64mxmDF {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #51add0;
}
.cid-sUo64mxmDF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sUo64mxmDF .form-group {
  margin-bottom: 30px;
}
.cid-sUo64mxmDF img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUo64mxmDF .mbr-form {
  max-width: 990px;
}
.cid-sUo64mxmDF textarea {
  min-height: 150px;
  resize: none;
}
.cid-sUo64mxmDF .mbr-form .btn {
  width: auto;
  justify-content: space-between;
}
.cid-sUo64mxmDF .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-sUo64mxmDF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sUo64mxmDF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sUkm45LrBs {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #295664;
}
.cid-sUkm45LrBs .social-row {
  display: flex;
  flex-wrap: wrap;
  display: none !important;
}
@media (max-width: 767px) {
  .cid-sUkm45LrBs .social-row {
    justify-content: center;
  }
  .cid-sUkm45LrBs .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-sUkm45LrBs .mbr-section-subtitle {
  text-align: left;
}
.cid-sUkm45LrBs a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUkm45LrBs .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sUkm45LrBs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sUkm45LrBs .soc-item:hover .mbr-iconfont {
  color: #51add0;
}
.cid-sUkm45LrBs .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
.cid-sUkm45LrBs .list li a,
.cid-sUou8pM2Hx .list li a{
  justify-content: flex-start;
}


@media (max-width: 991px) {
  .cid-sUkm45LrBs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUkm45LrBs .list {
    margin-bottom: 0rem;
  }
}
.cid-sUkm45LrBs .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-sUkm45LrBs .addres-list {
  text-align: left;
}
.cid-sUkm45LrBs li {
  margin-bottom: .5rem;
}
.cid-sUkm45LrBs li:hover {
  opacity: .75;
}
.cid-sUkm45LrBs .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-sUkm45LrBs SPAN {
  text-align: left;
}
.cid-sUkm45LrBs .privacy-text {
  text-align: left;
}
.cid-sUou8hOw7m {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUou8hOw7m nav.navbar {
  position: fixed;
}
.cid-sUou8hOw7m .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sUou8hOw7m .wrapper {
    padding: 0;
  }
}
.cid-sUou8hOw7m .btn {
  border-radius: 30px;
}
.cid-sUou8hOw7m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUou8hOw7m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUou8hOw7m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUou8hOw7m .dropdown-item:hover,
.cid-sUou8hOw7m .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sUou8hOw7m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUou8hOw7m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUou8hOw7m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sUou8hOw7m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUou8hOw7m .nav-link {
  position: relative;
}
.cid-sUou8hOw7m .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUou8hOw7m .dropdown-menu,
.cid-sUou8hOw7m .navbar.opened {
  background: #3196bc !important;
}
.cid-sUou8hOw7m .nav-item:focus,
.cid-sUou8hOw7m .nav-link:focus {
  outline: none;
}
.cid-sUou8hOw7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUou8hOw7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUou8hOw7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUou8hOw7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUou8hOw7m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUou8hOw7m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUou8hOw7m .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3196bc;
}
.cid-sUou8hOw7m .navbar.opened {
  transition: all 0.3s;
}
.cid-sUou8hOw7m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUou8hOw7m .navbar .navbar-logo img {
  width: auto;
}
.cid-sUou8hOw7m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUou8hOw7m .navbar.collapsed {
  justify-content: center;
}
.cid-sUou8hOw7m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUou8hOw7m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUou8hOw7m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sUou8hOw7m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUou8hOw7m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUou8hOw7m .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sUou8hOw7m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUou8hOw7m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUou8hOw7m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUou8hOw7m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUou8hOw7m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUou8hOw7m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUou8hOw7m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUou8hOw7m .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sUou8hOw7m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUou8hOw7m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUou8hOw7m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUou8hOw7m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUou8hOw7m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUou8hOw7m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUou8hOw7m .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUou8hOw7m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUou8hOw7m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUou8hOw7m .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUou8hOw7m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUou8hOw7m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUou8hOw7m .dropdown-item.active,
.cid-sUou8hOw7m .dropdown-item:active {
  background-color: transparent;
}
.cid-sUou8hOw7m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUou8hOw7m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUou8hOw7m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUou8hOw7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3196bc;
}
.cid-sUou8hOw7m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUou8hOw7m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUou8hOw7m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUou8hOw7m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUou8hOw7m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sUou8hOw7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUou8hOw7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUou8hOw7m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUou8hOw7m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUou8hOw7m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUou8hOw7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUou8hOw7m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUou8hOw7m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUou8hOw7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUou8hOw7m .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sUou8hOw7m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUou8hOw7m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUou8hOw7m .navbar {
    height: 70px;
  }
  .cid-sUou8hOw7m .navbar.opened {
    height: auto;
  }
  .cid-sUou8hOw7m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUou8iRsL0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1055.png");
}
.cid-sUou8iRsL0 .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sUou8iRsL0 .wrapper {
    padding: 0;
  }
  .cid-sUou8iRsL0 .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-sUou8iRsL0 .wrapper {
    padding: 0 6rem;
  }
}
.cid-sUou8iRsL0 .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-sUou8iRsL0 .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-sUou8iRsL0 .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sUou8iRsL0 .btn-black::after,
  .cid-sUou8iRsL0 .btn-black::before {
    display: none;
  }
}
.cid-sUou8iRsL0 .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sUou8iRsL0 .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sUou8iRsL0 .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sUou8iRsL0 .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sUou8iRsL0 .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sUou8iRsL0 .mbr-section-subtitle {
  text-align: right;
  color: #ffa29d;
}
.cid-sUou8iRsL0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sUox8eOuEs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sUox8eOuEs .mbr-section-title {
  margin-bottom: 25px;
  text-align: center;
}
.cid-sUox8eOuEs .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  text-align: center;
}
.cid-sUox8eOuEs .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-sUox8eOuEs .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-sUox8eOuEs .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-sUox8eOuEs .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-sUox8eOuEs .mbr-gallery-filter ul {
  display: block;
}
.cid-sUox8eOuEs .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-sUox8eOuEs .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sUox8eOuEs .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sUox8eOuEs .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-sUox8eOuEs .mbr-gallery-row {
  margin-top: 50px;
}
.cid-sUox8eOuEs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sUox8eOuEs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-sUox8eOuEs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-sUox8eOuEs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sUox8eOuEs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-sUox8eOuEs .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-sUox8eOuEs .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-sUox8eOuEs .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-sUox8eOuEs .mbr-gallery-item > div img,
.cid-sUox8eOuEs .mbr-gallery-item div:before {
  border-radius: 4px;
  height: 255px;
}
.cid-sUox8eOuEs .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-sUox8eOuEs .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-sUox8eOuEs .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sUox8eOuEs .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sUox8eOuEs .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-sUox8eOuEs .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-sUox8eOuEs .mbr-section-title {
    text-align: center;
  }
  .cid-sUox8eOuEs .image {
    top: auto;
    height: 420px;
  }
  .cid-sUox8eOuEs .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-sUox8eOuEs .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-sUox8eOuEs .mbr-gallery-item > div img,
  .cid-sUox8eOuEs .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-sUox8eOuEs .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-sUox8eOuEs .image {
    height: 290px;
  }
}
.cid-sUou8lZhQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sUou8lZhQS .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #eff0f6;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-sUou8lZhQS .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sUou8lZhQS .align-center {
    margin-top: 2rem;
  }
  .cid-sUou8lZhQS .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-sUou8lZhQS .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-sUou8lZhQS .line {
  width: 100%;
  height: 1px;
  background-color: #5f5d68;
  margin-bottom: 41px;
}
.cid-sUou8lZhQS .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-sUou8lZhQS .category {
  text-align: center;
  margin-bottom: 24px;
  color: #232323;
}
.cid-sUou8lZhQS .link {
  text-align: left;
}
.cid-sUou8lZhQS li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-sUou8lZhQS li:last-child {
  margin-bottom: 0;
}
.cid-sUou8lZhQS ul {
  padding-inline-start: 0px;
}
.cid-sUou8lZhQS .card1 {
  background-color: #3196bc;
}
.cid-sUou8lZhQS .card2 {
  background-color: #afafaf;
}
.cid-sUou8lZhQS .card3 {
  background-color: #afafaf;
}
.cid-sUou8lZhQS .card4 {
  background-color: #afafaf;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-sUou8lZhQS .plan {
    padding: 47px;
  }
}
.cid-sUou8lZhQS a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-sUou8lZhQS .card {
  border: 1px solid #eff0f6;
}
.cid-sUou8lZhQS .text {
  margin-bottom: 34px;
  text-align: left;
  color: #ffffff;
}
.cid-sUou8lZhQS .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #14142b;
}
.cid-sUou8lZhQS .align {
  margin-bottom: 16px;
}
.cid-sUou8lZhQS .name {
  margin-bottom: 9px;
}
.cid-sUou8lZhQS .price,
.cid-sUou8lZhQS .montn,
.cid-sUou8lZhQS .month2 {
  display: inline !important;
}
.cid-sUou8lZhQS .mbr-text {
  display: inline;
  width: 100%;
}
.cid-sUou8lZhQS .month {
  width: auto;
  display: inline;
  color: #ffffff;
}
.cid-sUou8lZhQS .month2 {
  width: auto;
  display: inline;
  color: #ffffff;
}
.cid-sUou8lZhQS span {
  padding: 6px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-sUou8lZhQS .name,
.cid-sUou8lZhQS .align {
  text-align: left;
  color: #ffffff;
}
.cid-sUou8lZhQS .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sUou8lZhQS .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sUou8lZhQS .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sUou8lZhQS .card1:hover,
.cid-sUou8lZhQS .card2:hover,
.cid-sUou8lZhQS .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-sUou8lZhQS .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-sUou8lZhQS .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-sUou8lZhQS a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-sUou8lZhQS .list,
.cid-sUou8lZhQS .link {
  color: #ffffff;
}
.cid-sUou8mBxjp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUou8mBxjp h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sUou8mBxjp .mbr-section-subtitle {
  color: #767676;
}
.cid-sUou8mBxjp .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sUou8mBxjp .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sUou8mBxjp .mbr-text-right {
  color: #767676;
}
.cid-sUou8mBxjp .article-title-left {
  text-align: left;
}
.cid-sUou8mBxjp .mbr-text-left {
  text-align: left;
}
.cid-sUou8mBxjp .article-counter-left {
  text-align: left;
  color: #ffa29d;
}
.cid-sUou8mBxjp .article-counter-right {
  color: #ffa29d;
}
.cid-sUou8mYIgf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sUou8mYIgf h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sUou8mYIgf .mbr-section-subtitle {
  color: #767676;
}
.cid-sUou8mYIgf .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sUou8mYIgf .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sUou8mYIgf .mbr-text-right {
  color: #767676;
}
.cid-sUou8mYIgf .article-counter-left {
  color: #ffa29d;
  text-align: left;
}
.cid-sUou8mYIgf .article-counter-right {
  color: #ffa29d;
}
.cid-sUou8mYIgf .article-title-left {
  text-align: left;
}
.cid-sUou8mYIgf .mbr-text-left {
  text-align: left;
}
.cid-sUou8npn2A {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sUou8npn2A h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sUou8npn2A .mbr-section-subtitle {
  color: #767676;
}
.cid-sUou8npn2A .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sUou8npn2A .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sUou8npn2A .mbr-text-right {
  color: #767676;
}
.cid-sUou8npn2A .article-counter-left {
  color: #ffa29d;
  text-align: left;
}
.cid-sUou8npn2A .article-counter-right {
  color: #ffa29d;
}
.cid-sUou8npn2A .article-title-left {
  text-align: left;
}
.cid-sUou8npn2A .mbr-text-left {
  text-align: left;
}
.cid-sUou8nORiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #51add0;
}
@media (max-width: 991px) {
  .cid-sUou8nORiW .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sUou8nORiW .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-sUou8nORiW .card .card-header {
  background-color: transparent;
}
.cid-sUou8nORiW .card-header {
  border-bottom: 1px solid #ffffff;
}
.cid-sUou8nORiW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sUou8nORiW .panel-body,
.cid-sUou8nORiW .card-header {
  padding: 1rem 0;
}
.cid-sUou8nORiW .panel-title-edit {
  color: #ffffff;
}
.cid-sUou8nORiW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-sUou8nORiW H3 {
  text-align: center;
}
.cid-sUou8ohHpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sUou8ohHpS .col-lg-2 {
    width: 20%;
  }
}
.cid-sUou8ohHpS .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUou8ohHpS .item:hover img,
.cid-sUou8ohHpS .item:hover .item-img {
  border-radius: 0;
}
.cid-sUou8ohHpS img {
  border: 2px solid gray;
}
.cid-sUou8ohHpS img:hover {
  border-color: #51add0;
}
.cid-sUou8ohHpS img,
.cid-sUou8ohHpS .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-sUou8ohHpS h5 {
  margin: 0;
}
.cid-sUou8ohHpS .item:focus,
.cid-sUou8ohHpS span:focus {
  outline: none;
}
.cid-sUou8ohHpS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sUou8ohHpS .item {
  padding: 0;
  margin: 0;
}
.cid-sUou8ohHpS .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUou8ohHpS .item-content {
  padding-top: 1rem;
}
.cid-sUou8ohHpS .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-sUou8ohHpS .item-title {
  color: #000000;
}
.cid-sUou8ohHpS .item-subtitle {
  color: #666666;
}
.cid-sUou8ohHpS .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-sUou8pM2Hx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #295664;
}
.cid-sUou8pM2Hx .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sUou8pM2Hx .social-row {
    justify-content: center;
  }
  .cid-sUou8pM2Hx .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-sUou8pM2Hx .mbr-section-subtitle {
  text-align: left;
}
.cid-sUou8pM2Hx a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUou8pM2Hx .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sUou8pM2Hx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sUou8pM2Hx .soc-item:hover .mbr-iconfont {
  color: #51add0;
}
.cid-sUou8pM2Hx .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUou8pM2Hx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUou8pM2Hx .list {
    margin-bottom: 0rem;
  }
}
.cid-sUou8pM2Hx .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-sUou8pM2Hx .addres-list {
  text-align: left;
}
.cid-sUou8pM2Hx li {
  margin-bottom: .5rem;
}
.cid-sUou8pM2Hx li:hover {
  opacity: .75;
}
.cid-sUou8pM2Hx .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-sUou8pM2Hx SPAN {
  text-align: left;
}
.cid-sUou8pM2Hx .privacy-text {
  text-align: left;
}
.cid-sUoNJVDVD9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUoNJVDVD9 nav.navbar {
  position: fixed;
}
.cid-sUoNJVDVD9 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sUoNJVDVD9 .wrapper {
    padding: 0;
  }
}
.cid-sUoNJVDVD9 .btn {
  border-radius: 30px;
}
.cid-sUoNJVDVD9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUoNJVDVD9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUoNJVDVD9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUoNJVDVD9 .dropdown-item:hover,
.cid-sUoNJVDVD9 .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sUoNJVDVD9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUoNJVDVD9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUoNJVDVD9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sUoNJVDVD9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUoNJVDVD9 .nav-link {
  position: relative;
}
.cid-sUoNJVDVD9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUoNJVDVD9 .dropdown-menu,
.cid-sUoNJVDVD9 .navbar.opened {
  background: #3196bc !important;
}
.cid-sUoNJVDVD9 .nav-item:focus,
.cid-sUoNJVDVD9 .nav-link:focus {
  outline: none;
}
.cid-sUoNJVDVD9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUoNJVDVD9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUoNJVDVD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUoNJVDVD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUoNJVDVD9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUoNJVDVD9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUoNJVDVD9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3196bc;
}
.cid-sUoNJVDVD9 .navbar.opened {
  transition: all 0.3s;
}
.cid-sUoNJVDVD9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUoNJVDVD9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sUoNJVDVD9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUoNJVDVD9 .navbar.collapsed {
  justify-content: center;
}
.cid-sUoNJVDVD9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUoNJVDVD9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUoNJVDVD9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sUoNJVDVD9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUoNJVDVD9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUoNJVDVD9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sUoNJVDVD9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUoNJVDVD9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUoNJVDVD9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUoNJVDVD9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUoNJVDVD9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUoNJVDVD9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUoNJVDVD9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUoNJVDVD9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sUoNJVDVD9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUoNJVDVD9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUoNJVDVD9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUoNJVDVD9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUoNJVDVD9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUoNJVDVD9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUoNJVDVD9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUoNJVDVD9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUoNJVDVD9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUoNJVDVD9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUoNJVDVD9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUoNJVDVD9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUoNJVDVD9 .dropdown-item.active,
.cid-sUoNJVDVD9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sUoNJVDVD9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUoNJVDVD9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUoNJVDVD9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUoNJVDVD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3196bc;
}
.cid-sUoNJVDVD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUoNJVDVD9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUoNJVDVD9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUoNJVDVD9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUoNJVDVD9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sUoNJVDVD9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUoNJVDVD9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUoNJVDVD9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUoNJVDVD9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUoNJVDVD9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUoNJVDVD9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUoNJVDVD9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUoNJVDVD9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUoNJVDVD9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUoNJVDVD9 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sUoNJVDVD9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUoNJVDVD9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUoNJVDVD9 .navbar {
    height: 70px;
  }
  .cid-sUoNJVDVD9 .navbar.opened {
    height: auto;
  }
  .cid-sUoNJVDVD9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUoNJWiHNI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sUoNJWiHNI .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sUoNJWiHNI .wrapper {
    padding: 0;
  }
  .cid-sUoNJWiHNI .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-sUoNJWiHNI .wrapper {
    padding: 0 6rem;
  }
}
.cid-sUoNJWiHNI .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-sUoNJWiHNI .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-sUoNJWiHNI .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sUoNJWiHNI .btn-black::after,
  .cid-sUoNJWiHNI .btn-black::before {
    display: none;
  }
}
.cid-sUoNJWiHNI .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sUoNJWiHNI .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sUoNJWiHNI .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sUoNJWiHNI .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sUoNJWiHNI .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sUoNJWiHNI .mbr-section-subtitle {
  text-align: right;
  color: #ffa29d;
}
.cid-sUoNJWiHNI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sUoNJXusDf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-sUoNJXusDf .plan {
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid #eff0f6;
  overflow: visible;
  word-break: break-word;
  padding: 67px 30px 58px;
}
.cid-sUoNJXusDf .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-sUoNJXusDf .align-center {
    margin-top: 2rem;
  }
  .cid-sUoNJXusDf .align-center:first-child {
    margin-top: 0rem;
  }
  .cid-sUoNJXusDf .align-center:nth-child(2) {
    margin-top: 0rem;
  }
}
.cid-sUoNJXusDf .line {
  width: 100%;
  height: 1px;
  background-color: #5f5d68;
  margin-bottom: 41px;
}
.cid-sUoNJXusDf .list {
  text-align: left;
  margin-bottom: 54px;
}
.cid-sUoNJXusDf .category {
  text-align: center;
  margin-bottom: 24px;
  color: #232323;
}
.cid-sUoNJXusDf .link {
  text-align: left;
}
.cid-sUoNJXusDf li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.cid-sUoNJXusDf li:last-child {
  margin-bottom: 0;
}
.cid-sUoNJXusDf ul {
  padding-inline-start: 0px;
}
.cid-sUoNJXusDf .card1 {
  background-color: #3196bc;
}
.cid-sUoNJXusDf .card2 {
  background-color: #afafaf;
}
.cid-sUoNJXusDf .card3 {
  background-color: #afafaf;
}
.cid-sUoNJXusDf .card4 {
  background-color: #afafaf;
}
@media (min-width: 990px) and (max-width: 1160px) {
  .cid-sUoNJXusDf .plan {
    padding: 47px;
  }
}
.cid-sUoNJXusDf a.btn {
  width: 100% !important;
  margin: auto;
}
.cid-sUoNJXusDf .card {
  border: 1px solid #eff0f6;
}
.cid-sUoNJXusDf .text {
  margin-bottom: 34px;
  text-align: left;
  color: #ffffff;
}
.cid-sUoNJXusDf .text2 {
  margin-bottom: 34px;
  text-align: left;
  color: #14142b;
}
.cid-sUoNJXusDf .align {
  margin-bottom: 16px;
}
.cid-sUoNJXusDf .name {
  margin-bottom: 9px;
}
.cid-sUoNJXusDf .price,
.cid-sUoNJXusDf .montn,
.cid-sUoNJXusDf .month2 {
  display: inline !important;
}
.cid-sUoNJXusDf .mbr-text {
  display: inline;
  width: 100%;
}
.cid-sUoNJXusDf .month {
  width: auto;
  display: inline;
  color: #ffffff;
}
.cid-sUoNJXusDf .month2 {
  width: auto;
  display: inline;
  color: #ffffff;
}
.cid-sUoNJXusDf span {
  padding: 6px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 0.6rem;
  border-radius: 50%;
  margin-right: 6px;
}
.cid-sUoNJXusDf .name,
.cid-sUoNJXusDf .align {
  text-align: left;
  color: #ffffff;
}
.cid-sUoNJXusDf .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #14142b;
}
.cid-sUoNJXusDf .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sUoNJXusDf .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sUoNJXusDf .card1:hover,
.cid-sUoNJXusDf .card2:hover,
.cid-sUoNJXusDf .card3:hover {
  transform: translate(0px, -6px);
}
@media (max-width: 576px) {
  .cid-sUoNJXusDf .plan {
    padding: 57px 20px 51px;
  }
}
@media (max-width: 768px) {
  .cid-sUoNJXusDf .align-center:nth-child(2) {
    margin-top: 2rem;
  }
}
.cid-sUoNJXusDf a.btn > span {
  margin-left: 0.5rem;
  background-color: transparent;
}
.cid-sUoNJXusDf .list,
.cid-sUoNJXusDf .link {
  color: #ffffff;
}
.cid-sUoOdxIGAt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sUoOdxIGAt .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUoOdxIGAt .menu-item .special-label {
  display: none;
}
.cid-sUoOdxIGAt .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #ff3366;
}
.cid-sUoOdxIGAt .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-sUoOdxIGAt .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #ff3366;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-sUoOdxIGAt .special-label {
  color: #fff;
}
.cid-sUoOdxIGAt .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sUoOdxIGAt .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-sUoOdxIGAt .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sUoOdxIGAt .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sUoOdxIGAt .menu-row {
  margin: 0;
}
.cid-sUoOdxIGAt .group-title {
  color: #7f1933;
  font-weight: bold;
}
.cid-sUoNJZ6NgE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #51add0;
}
@media (max-width: 991px) {
  .cid-sUoNJZ6NgE .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sUoNJZ6NgE .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-sUoNJZ6NgE .card .card-header {
  background-color: transparent;
}
.cid-sUoNJZ6NgE .card-header {
  border-bottom: 1px solid #ffffff;
}
.cid-sUoNJZ6NgE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sUoNJZ6NgE .panel-body,
.cid-sUoNJZ6NgE .card-header {
  padding: 1rem 0;
}
.cid-sUoNJZ6NgE .panel-title-edit {
  color: #ffffff;
}
.cid-sUoNJZ6NgE .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-sUoNJZ6NgE H3 {
  text-align: center;
}
.cid-sUoNJZuUPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sUoNJZuUPO .col-lg-2 {
    width: 20%;
  }
}
.cid-sUoNJZuUPO .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUoNJZuUPO .item:hover img,
.cid-sUoNJZuUPO .item:hover .item-img {
  border-radius: 0;
}
.cid-sUoNJZuUPO img {
  border: 2px solid gray;
}
.cid-sUoNJZuUPO img:hover {
  border-color: #51add0;
}
.cid-sUoNJZuUPO img,
.cid-sUoNJZuUPO .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-sUoNJZuUPO h5 {
  margin: 0;
}
.cid-sUoNJZuUPO .item:focus,
.cid-sUoNJZuUPO span:focus {
  outline: none;
}
.cid-sUoNJZuUPO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sUoNJZuUPO .item {
  padding: 0;
  margin: 0;
}
.cid-sUoNJZuUPO .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUoNJZuUPO .item-content {
  padding-top: 1rem;
}
.cid-sUoNJZuUPO .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-sUoNJZuUPO .item-title {
  color: #000000;
}
.cid-sUoNJZuUPO .item-subtitle {
  color: #666666;
}
.cid-sUoNJZuUPO .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-sUoNK04vyx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #295664;
}
.cid-sUoNK04vyx .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sUoNK04vyx .social-row {
    justify-content: center;
  }
  .cid-sUoNK04vyx .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-sUoNK04vyx .mbr-section-subtitle {
  text-align: left;
}
.cid-sUoNK04vyx a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUoNK04vyx .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sUoNK04vyx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sUoNK04vyx .soc-item:hover .mbr-iconfont {
  color: #51add0;
}
.cid-sUoNK04vyx .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUoNK04vyx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUoNK04vyx .list {
    margin-bottom: 0rem;
  }
}
.cid-sUoNK04vyx .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-sUoNK04vyx .addres-list {
  text-align: left;
}
.cid-sUoNK04vyx li {
  margin-bottom: .5rem;
}
.cid-sUoNK04vyx li:hover {
  opacity: .75;
}
.cid-sUoNK04vyx .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-sUoNK04vyx SPAN {
  text-align: left;
}
.cid-sUoNK04vyx .privacy-text {
  text-align: left;
}
.cid-sUoV045Myc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUoV045Myc nav.navbar {
  position: fixed;
}
.cid-sUoV045Myc .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sUoV045Myc .wrapper {
    padding: 0;
  }
}
.cid-sUoV045Myc .btn {
  border-radius: 30px;
}
.cid-sUoV045Myc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUoV045Myc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUoV045Myc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUoV045Myc .dropdown-item:hover,
.cid-sUoV045Myc .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sUoV045Myc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUoV045Myc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUoV045Myc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sUoV045Myc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUoV045Myc .nav-link {
  position: relative;
}
.cid-sUoV045Myc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUoV045Myc .dropdown-menu,
.cid-sUoV045Myc .navbar.opened {
  background: #3196bc !important;
}
.cid-sUoV045Myc .nav-item:focus,
.cid-sUoV045Myc .nav-link:focus {
  outline: none;
}
.cid-sUoV045Myc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUoV045Myc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUoV045Myc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUoV045Myc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUoV045Myc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUoV045Myc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUoV045Myc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3196bc;
}
.cid-sUoV045Myc .navbar.opened {
  transition: all 0.3s;
}
.cid-sUoV045Myc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUoV045Myc .navbar .navbar-logo img {
  width: auto;
}
.cid-sUoV045Myc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUoV045Myc .navbar.collapsed {
  justify-content: center;
}
.cid-sUoV045Myc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUoV045Myc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUoV045Myc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sUoV045Myc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUoV045Myc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUoV045Myc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sUoV045Myc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUoV045Myc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUoV045Myc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUoV045Myc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUoV045Myc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUoV045Myc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUoV045Myc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUoV045Myc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sUoV045Myc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUoV045Myc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUoV045Myc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUoV045Myc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUoV045Myc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUoV045Myc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUoV045Myc .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUoV045Myc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUoV045Myc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUoV045Myc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUoV045Myc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUoV045Myc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUoV045Myc .dropdown-item.active,
.cid-sUoV045Myc .dropdown-item:active {
  background-color: transparent;
}
.cid-sUoV045Myc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUoV045Myc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUoV045Myc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUoV045Myc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3196bc;
}
.cid-sUoV045Myc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUoV045Myc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUoV045Myc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUoV045Myc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUoV045Myc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sUoV045Myc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUoV045Myc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUoV045Myc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUoV045Myc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUoV045Myc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUoV045Myc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUoV045Myc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUoV045Myc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUoV045Myc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUoV045Myc .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sUoV045Myc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUoV045Myc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUoV045Myc .navbar {
    height: 70px;
  }
  .cid-sUoV045Myc .navbar.opened {
    height: auto;
  }
  .cid-sUoV045Myc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUoV058eHF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sUoV058eHF .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sUoV058eHF .wrapper {
    padding: 0;
  }
  .cid-sUoV058eHF .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-sUoV058eHF .wrapper {
    padding: 0 6rem;
  }
}
.cid-sUoV058eHF .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-sUoV058eHF .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-sUoV058eHF .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sUoV058eHF .btn-black::after,
  .cid-sUoV058eHF .btn-black::before {
    display: none;
  }
}
.cid-sUoV058eHF .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sUoV058eHF .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sUoV058eHF .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sUoV058eHF .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sUoV058eHF .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sUoV058eHF .mbr-section-subtitle {
  text-align: right;
  color: #ffa29d;
}
.cid-sUoV058eHF .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sUoV07aUjj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #cacbcc;
}
@media (max-width: 991px) {
  .cid-sUoV07aUjj .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sUoV07aUjj .wrapper {
    padding: 8rem 6rem;
  }
}
.cid-sUoV07aUjj .card .card-header {
  background-color: transparent;
}
.cid-sUoV07aUjj .card-header {
  border-bottom: 1px solid #ffffff;
}
.cid-sUoV07aUjj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sUoV07aUjj .panel-body,
.cid-sUoV07aUjj .card-header {
  padding: 1rem 0;
}
.cid-sUoV07aUjj .panel-title-edit {
  color: #000000;
}
.cid-sUoV07aUjj .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-sUoV07aUjj H3 {
  text-align: center;
  color: #000000;
}
.cid-sUoV07aUjj .mbr-text .list,
.cid-sUoV07aUjj .mbr-text {
  color: #000000;
}
.cid-sUoV07Evdu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sUoV07Evdu .col-lg-2 {
    width: 20%;
  }
}
.cid-sUoV07Evdu .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUoV07Evdu .item:hover img,
.cid-sUoV07Evdu .item:hover .item-img {
  border-radius: 0;
}
.cid-sUoV07Evdu img {
  border: 2px solid gray;
}
.cid-sUoV07Evdu img:hover {
  border-color: #51add0;
}
.cid-sUoV07Evdu img,
.cid-sUoV07Evdu .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-sUoV07Evdu h5 {
  margin: 0;
}
.cid-sUoV07Evdu .item:focus,
.cid-sUoV07Evdu span:focus {
  outline: none;
}
.cid-sUoV07Evdu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sUoV07Evdu .item {
  padding: 0;
  margin: 0;
}
.cid-sUoV07Evdu .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUoV07Evdu .item-content {
  padding-top: 1rem;
}
.cid-sUoV07Evdu .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-sUoV07Evdu .item-title {
  color: #000000;
}
.cid-sUoV07Evdu .item-subtitle {
  color: #666666;
}
.cid-sUoV07Evdu .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-sUoV08chbn {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #295664;
}
.cid-sUoV08chbn .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sUoV08chbn .social-row {
    justify-content: center;
  }
  .cid-sUoV08chbn .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-sUoV08chbn .mbr-section-subtitle {
  text-align: left;
}
.cid-sUoV08chbn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUoV08chbn .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sUoV08chbn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sUoV08chbn .soc-item:hover .mbr-iconfont {
  color: #51add0;
}
.cid-sUoV08chbn .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUoV08chbn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUoV08chbn .list {
    margin-bottom: 0rem;
  }
}
.cid-sUoV08chbn .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-sUoV08chbn .addres-list {
  text-align: left;
}
.cid-sUoV08chbn li {
  margin-bottom: .5rem;
}
.cid-sUoV08chbn li:hover {
  opacity: .75;
}
.cid-sUoV08chbn .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-sUoV08chbn SPAN {
  text-align: left;
}
.cid-sUoV08chbn .privacy-text {
  text-align: left;
}
.cid-sUoWpsRrKL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUoWpsRrKL nav.navbar {
  position: fixed;
}
.cid-sUoWpsRrKL .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-sUoWpsRrKL .wrapper {
    padding: 0;
  }
}
.cid-sUoWpsRrKL .btn {
  border-radius: 30px;
}
.cid-sUoWpsRrKL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUoWpsRrKL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUoWpsRrKL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUoWpsRrKL .dropdown-item:hover,
.cid-sUoWpsRrKL .dropdown-item:focus {
  background: #51add0 !important;
  color: white !important;
}
.cid-sUoWpsRrKL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUoWpsRrKL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUoWpsRrKL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-sUoWpsRrKL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUoWpsRrKL .nav-link {
  position: relative;
}
.cid-sUoWpsRrKL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUoWpsRrKL .dropdown-menu,
.cid-sUoWpsRrKL .navbar.opened {
  background: #3196bc !important;
}
.cid-sUoWpsRrKL .nav-item:focus,
.cid-sUoWpsRrKL .nav-link:focus {
  outline: none;
}
.cid-sUoWpsRrKL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUoWpsRrKL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUoWpsRrKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUoWpsRrKL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUoWpsRrKL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUoWpsRrKL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUoWpsRrKL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3196bc;
}
.cid-sUoWpsRrKL .navbar.opened {
  transition: all 0.3s;
}
.cid-sUoWpsRrKL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUoWpsRrKL .navbar .navbar-logo img {
  width: auto;
}
.cid-sUoWpsRrKL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUoWpsRrKL .navbar.collapsed {
  justify-content: center;
}
.cid-sUoWpsRrKL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUoWpsRrKL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUoWpsRrKL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sUoWpsRrKL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUoWpsRrKL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUoWpsRrKL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sUoWpsRrKL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUoWpsRrKL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUoWpsRrKL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUoWpsRrKL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUoWpsRrKL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUoWpsRrKL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUoWpsRrKL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUoWpsRrKL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sUoWpsRrKL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUoWpsRrKL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUoWpsRrKL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUoWpsRrKL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUoWpsRrKL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUoWpsRrKL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUoWpsRrKL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUoWpsRrKL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUoWpsRrKL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUoWpsRrKL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUoWpsRrKL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUoWpsRrKL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUoWpsRrKL .dropdown-item.active,
.cid-sUoWpsRrKL .dropdown-item:active {
  background-color: transparent;
}
.cid-sUoWpsRrKL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUoWpsRrKL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUoWpsRrKL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUoWpsRrKL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3196bc;
}
.cid-sUoWpsRrKL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUoWpsRrKL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUoWpsRrKL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUoWpsRrKL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUoWpsRrKL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-sUoWpsRrKL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUoWpsRrKL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUoWpsRrKL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUoWpsRrKL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUoWpsRrKL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUoWpsRrKL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUoWpsRrKL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUoWpsRrKL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUoWpsRrKL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUoWpsRrKL .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-sUoWpsRrKL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUoWpsRrKL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUoWpsRrKL .navbar {
    height: 70px;
  }
  .cid-sUoWpsRrKL .navbar.opened {
    height: auto;
  }
  .cid-sUoWpsRrKL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUoWptrHyV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sUoWptrHyV .wrapper {
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sUoWptrHyV .wrapper {
    padding: 0;
  }
  .cid-sUoWptrHyV .wrapper img {
    width: 70%;
    right: 0;
    bottom: 115px;
  }
}
@media (min-width: 992px) {
  .cid-sUoWptrHyV .wrapper {
    padding: 0 6rem;
  }
}
.cid-sUoWptrHyV .btn {
  border-radius: 30px;
  font-size: 16px;
}
.cid-sUoWptrHyV .btn-black {
  position: relative;
  border-radius: 20px;
  padding: 2rem 4rem 2rem 1.5rem;
  transition: all .3s;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-sUoWptrHyV .btn-black {
    width: 100%;
    padding: 2rem 1rem;
  }
  .cid-sUoWptrHyV .btn-black::after,
  .cid-sUoWptrHyV .btn-black::before {
    display: none;
  }
}
.cid-sUoWptrHyV .btn-black::before {
  position: absolute;
  background-color: #ff6a61;
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-sUoWptrHyV .btn-black:hover::before {
  width: 120%;
  height: 100px;
  left: -5px;
}
.cid-sUoWptrHyV .btn-black::after {
  content: "→";
  position: absolute;
  right: 20px;
  transition: all .3s;
  font-size: 20px;
  bottom: 35%;
}
.cid-sUoWptrHyV .btn-black:hover::after {
  right: -15px;
  font-size: 30px;
  bottom: 28%;
}
@media (min-width: 769px) {
  .cid-sUoWptrHyV .btn-black:hover {
    padding: 2rem 3.5rem 2rem 2rem;
  }
}
.cid-sUoWptrHyV .mbr-section-subtitle {
  text-align: right;
  color: #ffa29d;
}
.cid-sUoWptrHyV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sUoXSfFTkb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sUoXSfFTkb .mbr-section-title {
  margin-bottom: 50px;
}
.cid-sUoXSfFTkb .container-table {
  margin: 0 auto;
}
.cid-sUoXSfFTkb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sUoXSfFTkb tbody tr:nth-child(even) {
  background-color: #f5f4f6;
}
.cid-sUoXSfFTkb .dataTables_wrapper {
  display: block;
}
.cid-sUoXSfFTkb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sUoXSfFTkb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sUoXSfFTkb .head-item {
  color: #919DAB;
  min-width: 110px;
  letter-spacing: 2px;
}
.cid-sUoXSfFTkb .body-item {
  color: #212529;
}
.cid-sUoXSfFTkb .table td,
.cid-sUoXSfFTkb .table th {
  border: none;
}
.cid-sUoXSfFTkb table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sUoXSfFTkb table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sUoXSfFTkb table td {
  padding: 24px 15px 20px 15px;
}
.cid-sUoXSfFTkb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sUoXSfFTkb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sUoXSfFTkb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sUoXSfFTkb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sUoXSfFTkb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sUoXSfFTkb .dataTables_filter {
    text-align: center;
  }
  .cid-sUoXSfFTkb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sUoWpuijck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sUoWpuijck .col-lg-2 {
    width: 20%;
  }
}
.cid-sUoWpuijck .item {
  border-radius: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUoWpuijck .item:hover img,
.cid-sUoWpuijck .item:hover .item-img {
  border-radius: 0;
}
.cid-sUoWpuijck img {
  border: 2px solid gray;
}
.cid-sUoWpuijck img:hover {
  border-color: #51add0;
}
.cid-sUoWpuijck img,
.cid-sUoWpuijck .item-img {
  width: 100%;
  transition: all 0.3s;
}
.cid-sUoWpuijck h5 {
  margin: 0;
}
.cid-sUoWpuijck .item:focus,
.cid-sUoWpuijck span:focus {
  outline: none;
}
.cid-sUoWpuijck .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sUoWpuijck .item {
  padding: 0;
  margin: 0;
}
.cid-sUoWpuijck .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUoWpuijck .item-content {
  padding-top: 1rem;
}
.cid-sUoWpuijck .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-sUoWpuijck .item-title {
  color: #000000;
}
.cid-sUoWpuijck .item-subtitle {
  color: #666666;
}
.cid-sUoWpuijck .mbr-section-subtitle {
  color: #666666;
  text-align: center;
}
.cid-sUoWpuMu6p {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #295664;
}
.cid-sUoWpuMu6p .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sUoWpuMu6p .social-row {
    justify-content: center;
  }
  .cid-sUoWpuMu6p .social-row .soc-item {
    margin-right: 0;
    margin: 0 .5rem .5rem 0;
  }
}
.cid-sUoWpuMu6p .mbr-section-subtitle {
  text-align: left;
}
.cid-sUoWpuMu6p a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sUoWpuMu6p .addres-list li {
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sUoWpuMu6p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sUoWpuMu6p .soc-item:hover .mbr-iconfont {
  color: #51add0;
}
.cid-sUoWpuMu6p .list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUoWpuMu6p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUoWpuMu6p .list {
    margin-bottom: 0rem;
  }
}
.cid-sUoWpuMu6p .mbr-iconfont {
  transition: color 0.3s;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-sUoWpuMu6p .addres-list {
  text-align: left;
}
.cid-sUoWpuMu6p li {
  margin-bottom: .5rem;
}
.cid-sUoWpuMu6p li:hover {
  opacity: .75;
}
.cid-sUoWpuMu6p .privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  margin-top: 4rem;
  border-top: 2px solid #444;
}
.cid-sUoWpuMu6p SPAN {
  text-align: left;
}
.cid-sUoWpuMu6p .privacy-text {
  text-align: left;
}
