@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'News Cycle', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'News Cycle', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'News Cycle', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'News Cycle', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'News Cycle', 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: #212566 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #212566 !important;
  border-color: #212566 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0c0d24 !important;
  border-color: #0c0d24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c0d24 !important;
  border-color: #0c0d24 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: transparent;
  color: #212566;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c0d24 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #212566 !important;
  border-color: #212566 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #212566 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #080919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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]) {
  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]):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: #212566;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #212566;
  border-color: #212566;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #212566;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #444bc3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: 'News Cycle', 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: #212566 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'News Cycle', 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: #212566;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #212566;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #212566;
}
.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: #212566;
  border-bottom-color: #212566;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #212566 !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: #ff6666 !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='%23212566' %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-sd4D7BF5Qr .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sd4D7BF5Qr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sd4D7BF5Qr a {
  font-style: normal;
}
.cid-sd4D7BF5Qr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sd4D7BF5Qr .show {
  overflow: visible;
}
.cid-sd4D7BF5Qr .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sd4D7BF5Qr .dropdown-item:active {
  background-color: transparent;
}
.cid-sd4D7BF5Qr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sd4D7BF5Qr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sd4D7BF5Qr .nav-item:focus,
.cid-sd4D7BF5Qr .nav-link:focus {
  outline: none;
}
.cid-sd4D7BF5Qr .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sd4D7BF5Qr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sd4D7BF5Qr .menu-logo {
  margin-right: auto;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sd4D7BF5Qr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sd4D7BF5Qr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sd4D7BF5Qr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sd4D7BF5Qr button.navbar-toggler:focus {
  outline: none;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sd4D7BF5Qr .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sd4D7BF5Qr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd4D7BF5Qr .collapsed .btn {
  display: -webkit-flex;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sd4D7BF5Qr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-sd4D7BF5Qr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sd4D7BF5Qr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sd4D7BF5Qr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sd4D7BF5Qr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sd4D7BF5Qr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd4D7BF5Qr img {
    height: 3.8rem !important;
  }
  .cid-sd4D7BF5Qr .btn {
    display: -webkit-flex;
  }
  .cid-sd4D7BF5Qr button.navbar-toggler {
    display: block;
  }
  .cid-sd4D7BF5Qr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sd4D7BF5Qr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd4D7BF5Qr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing,
  .cid-sd4D7BF5Qr .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-nav,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sd4D7BF5Qr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sd4D7BF5Qr .nav-link {
    justify-content: start!important;
  }
  .cid-sd4D7BF5Qr .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sd4D7BF5Qr .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sd4D7BF5Qr .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sd4D7BF5Qr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sd4D7BF5Qr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sd4D7BF5Qr .nav-link:hover,
.cid-sd4D7BF5Qr .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sd4D7BF5Qr .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sd0dcGAF5U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212566;
}
@media (max-width: 991px) {
  .cid-sd0dcGAF5U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sd0dcGAF5U .row {
  flex-direction: row-reverse;
}
.cid-sd0dcGAF5U img {
  width: 100%;
}
.cid-sd0dPMGvew {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sd0dPMGvew .nav-tabs .nav-item.open .nav-link:focus,
.cid-sd0dPMGvew .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sd0dPMGvew .nav-link.active {
  background: #1425cc;
}
.cid-sd0dPMGvew .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sd0dPMGvew .nav-link:hover {
  background: #1425cc;
}
.cid-sd0dPMGvew .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  justify-content: center;
}
.cid-sd0dPMGvew .nav-tabs .nav-item {
  padding: .5rem;
  flex: 1 1 100%;
}
.cid-sd0dPMGvew p {
  padding-left: 2rem;
  color: #767676;
}
.cid-sd0dPMGvew .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-sd0dPMGvew .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sd0dPMGvew .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sd0dPMGvew .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-sd0dPMGvew .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-sd0dPMGvew .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sd0dPMGvew p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sd0dPMGvew .mbr-text,
  .cid-sd0dPMGvew .nav-link {
    text-align: center;
  }
  .cid-sd0dPMGvew .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-sd0dPMGvew .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-sd0dPMGvew p {
    padding-left: 0rem;
  }
}
.cid-sd0dPMGvew P {
  text-align: left;
}
.cid-sd0sUExudk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sd0sUExudk .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-sd0sUExudk .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sd0sUExudk .img1 {
  background: #ffe161;
}
.cid-sd0sUExudk .img2 {
  background: #6592e6;
}
.cid-sd0sUExudk .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sd0sUExudk .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-sd0sUExudk .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sd0sUExudk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sd0sUExudk .card-wrapper {
    flex-direction: column;
  }
  .cid-sd0sUExudk .card-box {
    padding: 1rem;
  }
  .cid-sd0sUExudk .card-box,
  .cid-sd0sUExudk .img-wrapper {
    width: 100%;
  }
  .cid-sd0sUExudk .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-sd0sUExudk .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-sd0sUExudk .card-subtitle {
  color: #0077ff;
}
.cid-sd0sUExudk .mbr-text,
.cid-sd0sUExudk .link-wrap {
  color: #555555;
}
.cid-sd0hjCYsln {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffe885;
}
.cid-sd0hjCYsln a:hover {
  color: #212566;
}
.cid-sd0hjCYsln .card {
  padding: 1rem 2rem;
}
.cid-sd0hjCYsln .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-sd0hjCYsln .card-title {
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 0;
}
.cid-sd0hjCYsln .mbr-iconfont {
  font-size: 20px;
  color: #232323;
}
.cid-sd0hjCYsln .card-box p {
  margin-bottom: 0;
}
.cid-sd0hjCYsln .specialty {
  padding-top: .5rem;
}
.cid-sd0hjCYsln .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-sd0hjCYsln .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sd0keejjLM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffe885;
}
.cid-sd0keejjLM a:hover {
  color: #212566;
}
.cid-sd0keejjLM .card {
  padding: 1rem 2rem;
}
.cid-sd0keejjLM .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-sd0keejjLM .card-title {
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 0;
}
.cid-sd0keejjLM .mbr-iconfont {
  font-size: 20px;
  color: #232323;
}
.cid-sd0keejjLM .card-box p {
  margin-bottom: 0;
}
.cid-sd0keejjLM .specialty {
  padding-top: .5rem;
}
.cid-sd0keejjLM .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-sd0keejjLM .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sd0rN697k7 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #4275b8;
}
.cid-sd0rN697k7 .mbr-iconfont {
  color: #767676;
  font-size: 1rem;
}
.cid-sd0rN697k7 .title,
.cid-sd0rN697k7 .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-sd0rN697k7 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-sd0rN697k7 .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-sd0rN697k7 .phone {
  margin-bottom: 0;
  color: #767676;
  text-align: left;
}
.cid-sd0rN697k7 .text-box {
  padding: 0rem;
}
.cid-sd0rN697k7 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-sd0rN697k7 .card-title {
  color: #149dcc;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-sd0rN697k7 .card-img {
  overflow: hidden;
}
.cid-sd0rN697k7 .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sd0rN697k7 .card-box {
  padding: 0rem;
}
.cid-sd0rN697k7 img {
  transition: all 0.3s;
}
.cid-sd0rN697k7 .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}
.cid-sd0rN697k7 .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-sd0rN697k7 .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sd0rN697k7 .card-img {
    width: 30%;
  }
  .cid-sd0rN697k7 .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sd0rN697k7 .card-img {
    width: 50%;
  }
  .cid-sd0rN697k7 .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-sd0rN697k7 .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sd0rN697k7 .card-img {
    width: 100%;
  }
  .cid-sd0rN697k7 .card-box {
    width: 100%;
  }
}
.cid-sd0rN697k7 .card-box > p,
.cid-sd0rN697k7 .mbr-section-btn {
  color: #767676;
}
.cid-sd0mgBuR1y {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #4275b8;
}
.cid-sd0mgBuR1y .team-card .image-wrap {
  overflow: hidden;
}
.cid-sd0mgBuR1y .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sd0mgBuR1y .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sd0mgBuR1y .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sd0mgBuR1y .team-card {
  margin-bottom: 2rem;
}
.cid-sd0mgBuR1y .card-wrap {
  background: #ffffff;
}
.cid-sd0mgBuR1y .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sd0mgBuR1y .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sd0mgBuR1y .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sd0mgBuR1y .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd0mgBuR1y .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sd0mgBuR1y .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sd0mgBuR1y .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sd0HmmsICn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4275b8;
}
.cid-sd0HmmsICn .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sd0HmmsICn .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sd0HmmsICn .rev,
.cid-sd0HmmsICn .mbr-iconfont {
  display: inline-block;
}
.cid-sd0HmmsICn .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-sd0HmmsICn .card-img {
  position: relative;
}
.cid-sd0HmmsICn .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sd0HmmsICn .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sd0HmmsICn .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sd0HmmsICn .card-box {
  padding: 1.5rem;
}
.cid-sd0HmmsICn .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sd0HmmsICn .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sd0HmmsICn .mbr-section-title,
.cid-sd0HmmsICn .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sd0HmmsICn .card-text,
.cid-sd0HmmsICn .mbr-section-btn,
.cid-sd0HmmsICn .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sd0HmmsICn .mbr-text,
.cid-sd0HmmsICn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sd0HmmsICn .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sd0J5IPX1r {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #4275b8;
}
.cid-sd0J5IPX1r .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
}
.cid-sd0J5IPX1r .rev,
.cid-sd0J5IPX1r .mbr-iconfont {
  display: inline-block;
}
.cid-sd0J5IPX1r .card-img {
  position: relative;
}
.cid-sd0J5IPX1r .card:hover .image-btn {
  opacity: 1;
  bottom: 10px;
}
.cid-sd0J5IPX1r .image-btn {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.cid-sd0J5IPX1r .card-title {
  color: #0087ab;
  margin: 0;
  text-align: center;
}
.cid-sd0J5IPX1r .card-box {
  padding: 1.5rem;
}
.cid-sd0J5IPX1r .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sd0J5IPX1r .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sd0J5IPX1r .mbr-section-title,
.cid-sd0J5IPX1r .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sd0J5IPX1r .card-text,
.cid-sd0J5IPX1r .mbr-section-btn,
.cid-sd0J5IPX1r .ico-line {
  text-align: left;
  color: #767676;
}
.cid-sd0J5IPX1r .mbr-text,
.cid-sd0J5IPX1r .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sd0J5IPX1r .image-btn {
    opacity: 1;
    bottom: 10px;
  }
}
.cid-sd0x8c21cC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sd0x8c21cC .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sd0x8c21cC .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sd0x8c21cC .card .card-img {
  height: 100%;
}
.cid-sd0x8c21cC .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sd0x8c21cC .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #4249cc;
}
.cid-sd0x8c21cC .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sd0x8c21cC .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sd0x8c21cC .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sd0x8c21cC .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sd0x8c21cC .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sd0x8c21cC .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sd0x8c21cC .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sd0x8c21cC .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sd0x8c21cC .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sd0x8c21cC .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sd0x8c21cC .mbr-section-title,
.cid-sd0x8c21cC .line-wrap {
  color: #232323;
  text-align: center;
}
.cid-sd0x8c21cC .mbr-text {
  text-align: center;
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sd0x8c21cC .card-big {
    height: 200px;
  }
  .cid-sd0x8c21cC .card-img {
    margin-top: -15%;
  }
}
.cid-sd0AfZ9Sam {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sd0AfZ9Sam .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sd0AfZ9Sam .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
}
.cid-sd0AfZ9Sam .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
}
.cid-sd0AfZ9Sam .section-text,
.cid-sd0AfZ9Sam .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-sd0AfZ9Sam .section-text,
  .cid-sd0AfZ9Sam .card-text,
  .cid-sd0AfZ9Sam .card-title,
  .cid-sd0AfZ9Sam .mbr-section-title {
    text-align: center;
  }
}
.cid-sd0AfZ9Sam H2 {
  color: #ffffff;
}
.cid-sd0AfZ9Sam .card-title,
.cid-sd0AfZ9Sam .card-img {
  color: #ffffff;
}
.cid-sd0AfZ9Sam .card-text,
.cid-sd0AfZ9Sam .mbr-section-btn {
  color: #ffffff;
}
.cid-sd0E4l55p7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #212566;
}
.cid-sd0E4l55p7 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-sd0E4l55p7 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-sd0E4l55p7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sd0E4l55p7 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-sd0E4l55p7 .card-overlay {
  display: none;
  background: #66458e;
}
@media (min-width: 768px) {
  .cid-sd0E4l55p7 .image-element:hover .card-overlay {
    opacity: 0.7;
    border-bottom-right-radius: 7rem;
  }
  .cid-sd0E4l55p7 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-sd0E4l55p7 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-sd0E4l55p7 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-sd0E4l55p7 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sd0E4l55p7 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sd0E4l55p7 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sd0E4l55p7 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sd0E4l55p7 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-sd0E4l55p7 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-sd0E4l55p7 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-sd0E4l55p7 .card-title,
  .cid-sd0E4l55p7 .underline,
  .cid-sd0E4l55p7 .mbr-text,
  .cid-sd0E4l55p7 .mbr-section-btn,
  .cid-sd0E4l55p7 .mbr-section-subtitle,
  .cid-sd0E4l55p7 .mbr-section-title {
    text-align: center !important;
  }
  .cid-sd0E4l55p7 .wrapper {
    background-color: #66458e;
  }
}
.cid-sd0E4l55p7 .mbr-section-title {
  text-align: left;
}
.cid-sd0E4l55p7 .mbr-section-title,
.cid-sd0E4l55p7 .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sd0P5F8msf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sd0P5F8msf .mbr-section-title {
  color: #ffffff;
}
.cid-sd0LFv8ZRF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd0LFv8ZRF .google-map {
  height: 25rem;
  position: relative;
}
.cid-sd0LFv8ZRF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sd0LFv8ZRF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sd0LFv8ZRF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sd0LFv8ZRF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sd0LFv8ZRF .wrapper {
  margin-top: -10rem;
  background: #ffe161;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sd0LFv8ZRF .form-container {
  padding: 3rem;
}
.cid-sd0LFv8ZRF .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sd0LFv8ZRF .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #4284df, #40b0bf);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sd0LFv8ZRF .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sd0LFv8ZRF .form-group,
  .cid-sd0LFv8ZRF .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sd0LFv8ZRF .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sd0LFv8ZRF .form-control:focus,
.cid-sd0LFv8ZRF .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sd0LFv8ZRF textarea.form-control {
  min-height: 170px;
}
.cid-sd0LFv8ZRF .form-group {
  margin-bottom: 1rem;
}
.cid-sd0LFv8ZRF input::-webkit-input-placeholder,
.cid-sd0LFv8ZRF textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-sd0LFv8ZRF input:-moz-placeholder,
.cid-sd0LFv8ZRF textarea:-moz-placeholder {
  color: #565656;
}
.cid-sd0LFv8ZRF .jq-selectbox li,
.cid-sd0LFv8ZRF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd0LFv8ZRF .jq-selectbox li:hover,
.cid-sd0LFv8ZRF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd0LFv8ZRF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd0LFv8ZRF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sd0LFv8ZRF .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sd0LFv8ZRF .text-block {
    margin-bottom: 2rem;
  }
  .cid-sd0LFv8ZRF .wrapper {
    margin-top: 0;
  }
}
.cid-sd0LFv8ZRF .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sd0LFv8ZRF .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sd0LFv8ZRF .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sd0LFv8ZRF .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sd0LFv8ZRF .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd0LFv8ZRF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd0LFv8ZRF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd0Qs3GJls {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd0Qs3GJls p {
  text-align: center;
}
.cid-sd0Qs3GJls .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sd0Qs3GJls .social-list a:focus {
  text-decoration: none;
}
.cid-sd0Qs3GJls .text-copyright {
  width: 100%;
  color: #bbbbbb;
}
.cid-sd0Qs3GJls .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sd0Qs3GJls .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #bbbbbb;
}
.cid-sd0Qs3GJls .logo-footer {
  line-height: normal;
}
.cid-sd0Qs3GJls .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd0Qs3GJls .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sd0Qs3GJls .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd0Qs3GJls img {
  display: inline;
}
.cid-sd0U1T0zSn {
  background-image: url("../../../assets/images/mbr-1920x1499.jpg");
}
.cid-sd0U1T0zSn .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0U1T0zSn .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0U1T0zSn .card-img span {
  font-size: 100px;
}
.cid-sd0U1T0zSn .mbr-text,
.cid-sd0U1T0zSn .mbr-section-btn {
  color: #efefef;
}
.cid-sd0Z8fo32F {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sd0Z8fo32F .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd0Z8fo32F .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd0Z8fo32F .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd0Z8fo32F .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd0Z8fo32F .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sd0Z8fo32F .icon-focus {
  display: none;
}
.cid-sd0Z8fo32F .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sd0Z8fo32F ul {
  font-size: 0;
}
.cid-sd0Z8fo32F .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sd0Z8fo32F .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sd0Z8fo32F .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sd0Z8fo32F .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sd0Z8fo32F .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sd0Z8fo32F .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sd0Z8fo32F .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sd0Z8fo32F .btn:hover {
  background: transparent !important;
}
.cid-sd0Z8fo32F .btn:hover:before {
  background: transparent !important;
}
.cid-sd0Z8fo32F .btn:before {
  background-color: transparent !important;
}
.cid-sd0Z8fo32F .btn:focus {
  box-shadow: none;
}
.cid-sd0Z8fo32F .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sd0Yv6FYD0 {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sd0Yv6FYD0 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0Yv6FYD0 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0Yv6FYD0 .card-img span {
  font-size: 100px;
}
.cid-sd0Yv6FYD0 .mbr-text,
.cid-sd0Yv6FYD0 .mbr-section-btn {
  color: #efefef;
}
.cid-sd0Z2ik2v6 {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sd0Z2ik2v6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd0Z2ik2v6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd0Z2ik2v6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd0Z2ik2v6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd0Z2ik2v6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sd0Z2ik2v6 .icon-focus {
  display: none;
}
.cid-sd0Z2ik2v6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sd0Z2ik2v6 ul {
  font-size: 0;
}
.cid-sd0Z2ik2v6 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sd0Z2ik2v6 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sd0Z2ik2v6 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sd0Z2ik2v6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sd0Z2ik2v6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sd0Z2ik2v6 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sd0Z2ik2v6 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sd0Z2ik2v6 .btn:hover {
  background: transparent !important;
}
.cid-sd0Z2ik2v6 .btn:hover:before {
  background: transparent !important;
}
.cid-sd0Z2ik2v6 .btn:before {
  background-color: transparent !important;
}
.cid-sd0Z2ik2v6 .btn:focus {
  box-shadow: none;
}
.cid-sd0Z2ik2v6 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sd0ZV4xkUK {
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-sd0ZV4xkUK .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0ZV4xkUK .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0ZV4xkUK .card-img span {
  font-size: 100px;
}
.cid-sd0ZV4xkUK .mbr-text,
.cid-sd0ZV4xkUK .mbr-section-btn {
  color: #efefef;
}
.cid-sd0ZVNSDVg {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sd0ZVNSDVg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd0ZVNSDVg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd0ZVNSDVg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd0ZVNSDVg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd0ZVNSDVg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sd0ZVNSDVg .icon-focus {
  display: none;
}
.cid-sd0ZVNSDVg .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sd0ZVNSDVg ul {
  font-size: 0;
}
.cid-sd0ZVNSDVg .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sd0ZVNSDVg .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sd0ZVNSDVg .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sd0ZVNSDVg .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sd0ZVNSDVg .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sd0ZVNSDVg .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sd0ZVNSDVg .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sd0ZVNSDVg .btn:hover {
  background: transparent !important;
}
.cid-sd0ZVNSDVg .btn:hover:before {
  background: transparent !important;
}
.cid-sd0ZVNSDVg .btn:before {
  background-color: transparent !important;
}
.cid-sd0ZVNSDVg .btn:focus {
  box-shadow: none;
}
.cid-sd0ZVNSDVg .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sd0ZX9ZbSy {
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-sd0ZX9ZbSy .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0ZX9ZbSy .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0ZX9ZbSy .card-img span {
  font-size: 100px;
}
.cid-sd0ZX9ZbSy .mbr-text,
.cid-sd0ZX9ZbSy .mbr-section-btn {
  color: #efefef;
}
.cid-sd0ZXFvMWG {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sd0ZXFvMWG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd0ZXFvMWG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd0ZXFvMWG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd0ZXFvMWG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd0ZXFvMWG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sd0ZXFvMWG .icon-focus {
  display: none;
}
.cid-sd0ZXFvMWG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sd0ZXFvMWG ul {
  font-size: 0;
}
.cid-sd0ZXFvMWG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sd0ZXFvMWG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sd0ZXFvMWG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sd0ZXFvMWG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sd0ZXFvMWG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sd0ZXFvMWG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sd0ZXFvMWG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sd0ZXFvMWG .btn:hover {
  background: transparent !important;
}
.cid-sd0ZXFvMWG .btn:hover:before {
  background: transparent !important;
}
.cid-sd0ZXFvMWG .btn:before {
  background-color: transparent !important;
}
.cid-sd0ZXFvMWG .btn:focus {
  box-shadow: none;
}
.cid-sd0ZXFvMWG .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sd0ZYeR4jT {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sd0ZYeR4jT .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0ZYeR4jT .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0ZYeR4jT .card-img span {
  font-size: 100px;
}
.cid-sd0ZYeR4jT .mbr-text,
.cid-sd0ZYeR4jT .mbr-section-btn {
  color: #efefef;
}
.cid-sd0ZYG0hV2 {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sd0ZYG0hV2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd0ZYG0hV2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd0ZYG0hV2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd0ZYG0hV2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd0ZYG0hV2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sd0ZYG0hV2 .icon-focus {
  display: none;
}
.cid-sd0ZYG0hV2 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sd0ZYG0hV2 ul {
  font-size: 0;
}
.cid-sd0ZYG0hV2 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sd0ZYG0hV2 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sd0ZYG0hV2 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sd0ZYG0hV2 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sd0ZYG0hV2 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sd0ZYG0hV2 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sd0ZYG0hV2 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sd0ZYG0hV2 .btn:hover {
  background: transparent !important;
}
.cid-sd0ZYG0hV2 .btn:hover:before {
  background: transparent !important;
}
.cid-sd0ZYG0hV2 .btn:before {
  background-color: transparent !important;
}
.cid-sd0ZYG0hV2 .btn:focus {
  box-shadow: none;
}
.cid-sd0ZYG0hV2 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sd4D7BF5Qr .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sd4D7BF5Qr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sd4D7BF5Qr a {
  font-style: normal;
}
.cid-sd4D7BF5Qr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sd4D7BF5Qr .show {
  overflow: visible;
}
.cid-sd4D7BF5Qr .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sd4D7BF5Qr .dropdown-item:active {
  background-color: transparent;
}
.cid-sd4D7BF5Qr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sd4D7BF5Qr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sd4D7BF5Qr .nav-item:focus,
.cid-sd4D7BF5Qr .nav-link:focus {
  outline: none;
}
.cid-sd4D7BF5Qr .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sd4D7BF5Qr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sd4D7BF5Qr .menu-logo {
  margin-right: auto;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sd4D7BF5Qr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sd4D7BF5Qr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sd4D7BF5Qr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sd4D7BF5Qr button.navbar-toggler:focus {
  outline: none;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sd4D7BF5Qr .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sd4D7BF5Qr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd4D7BF5Qr .collapsed .btn {
  display: -webkit-flex;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sd4D7BF5Qr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-sd4D7BF5Qr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sd4D7BF5Qr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sd4D7BF5Qr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sd4D7BF5Qr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sd4D7BF5Qr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd4D7BF5Qr img {
    height: 3.8rem !important;
  }
  .cid-sd4D7BF5Qr .btn {
    display: -webkit-flex;
  }
  .cid-sd4D7BF5Qr button.navbar-toggler {
    display: block;
  }
  .cid-sd4D7BF5Qr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sd4D7BF5Qr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd4D7BF5Qr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing,
  .cid-sd4D7BF5Qr .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-nav,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sd4D7BF5Qr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sd4D7BF5Qr .nav-link {
    justify-content: start!important;
  }
  .cid-sd4D7BF5Qr .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sd4D7BF5Qr .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sd4D7BF5Qr .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sd4D7BF5Qr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sd4D7BF5Qr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sd4D7BF5Qr .nav-link:hover,
.cid-sd4D7BF5Qr .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sd4D7BF5Qr .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sd16pbyAsW {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sd16pbyAsW .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sd16pbyAsW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sd16pbyAsW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sd16pbyAsW .card-wrapper {
    padding: 4rem;
  }
}
.cid-sd16pbyAsW .mbr-text,
.cid-sd16pbyAsW .mbr-section-btn {
  color: #333333;
}
.cid-sd16pbyAsW .card-title,
.cid-sd16pbyAsW .card-box {
  text-align: center;
}
.cid-sd16MCALho {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sd16MCALho .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd16MCALho .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd16MCALho .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd16MCALho .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd16MCALho .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sd16MCALho .icon-focus {
  display: none;
}
.cid-sd16MCALho .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sd16MCALho ul {
  font-size: 0;
}
.cid-sd16MCALho .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sd16MCALho .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sd16MCALho .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sd16MCALho .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sd16MCALho .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sd16MCALho .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sd16MCALho .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sd16MCALho .btn:hover {
  background: transparent !important;
}
.cid-sd16MCALho .btn:hover:before {
  background: transparent !important;
}
.cid-sd16MCALho .btn:before {
  background-color: transparent !important;
}
.cid-sd16MCALho .btn:focus {
  box-shadow: none;
}
.cid-sd16MCALho .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sd4D7BF5Qr .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sd4D7BF5Qr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sd4D7BF5Qr a {
  font-style: normal;
}
.cid-sd4D7BF5Qr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sd4D7BF5Qr .show {
  overflow: visible;
}
.cid-sd4D7BF5Qr .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sd4D7BF5Qr .dropdown-item:active {
  background-color: transparent;
}
.cid-sd4D7BF5Qr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sd4D7BF5Qr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sd4D7BF5Qr .nav-item:focus,
.cid-sd4D7BF5Qr .nav-link:focus {
  outline: none;
}
.cid-sd4D7BF5Qr .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sd4D7BF5Qr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sd4D7BF5Qr .menu-logo {
  margin-right: auto;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sd4D7BF5Qr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sd4D7BF5Qr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sd4D7BF5Qr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sd4D7BF5Qr button.navbar-toggler:focus {
  outline: none;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sd4D7BF5Qr .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sd4D7BF5Qr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd4D7BF5Qr .collapsed .btn {
  display: -webkit-flex;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sd4D7BF5Qr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-sd4D7BF5Qr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sd4D7BF5Qr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sd4D7BF5Qr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sd4D7BF5Qr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sd4D7BF5Qr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd4D7BF5Qr img {
    height: 3.8rem !important;
  }
  .cid-sd4D7BF5Qr .btn {
    display: -webkit-flex;
  }
  .cid-sd4D7BF5Qr button.navbar-toggler {
    display: block;
  }
  .cid-sd4D7BF5Qr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sd4D7BF5Qr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd4D7BF5Qr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing,
  .cid-sd4D7BF5Qr .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-nav,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sd4D7BF5Qr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sd4D7BF5Qr .nav-link {
    justify-content: start!important;
  }
  .cid-sd4D7BF5Qr .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sd4D7BF5Qr .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sd4D7BF5Qr .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sd4D7BF5Qr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sd4D7BF5Qr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sd4D7BF5Qr .nav-link:hover,
.cid-sd4D7BF5Qr .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sd4D7BF5Qr .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-sd1gj3lIbU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sd1gj3lIbU .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-sd1gj3lIbU .text-block {
  position: relative;
  z-index: 0;
}
.cid-sd1gj3lIbU .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-sd1gj3lIbU .box {
  left: 20%;
}
.cid-sd1gj3lIbU .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-sd1gj3lIbU .mbr-section-text,
.cid-sd1gj3lIbU .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-sd1gj3lIbU .text-box {
    display: none;
  }
  .cid-sd1gj3lIbU .mbr-section-title,
  .cid-sd1gj3lIbU .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sd1gj3lIbU .box {
    display: none;
  }
  .cid-sd1gj3lIbU .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sd1gj3lIbU .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd1gj3lIbU .text-box {
    writing-mode: bt-rl;
  }
}
.cid-sd1gj3lIbU .mbr-section-text {
  color: #767676;
}
.cid-sd1gj3lIbU .mbr-section-title {
  text-align: right;
}
.cid-sd1epWHT9K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sd1epWHT9K .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-sd1epWHT9K .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-sd1epWHT9K .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-sd1epWHT9K .card-wrapper {
    margin: 0rem;
  }
}
.cid-sd1epWHT9K .card {
  height: fit-content;
}
.cid-sd1epWHT9K .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sd1epWHT9K .text-wrap {
  max-width: 400px;
}
.cid-sd1epWHT9K .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #232323;
}
.cid-sd1epWHT9K .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-sd1epWHT9K .card-box {
  background-color: #232323;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-sd1epWHT9K img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-sd1epWHT9K .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-sd1epWHT9K .container {
  max-width: 1500px;
}
.cid-sd1epWHT9K .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sd1epWHT9K .mbr-iconfont {
  font-size: 1.3rem;
  color: #232323;
  display: flex;
  justify-content: center;
}
.cid-sd1epWHT9K P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-sd1epWHT9K .img-wrap {
    max-height: 230px;
  }
  .cid-sd1epWHT9K .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sd1epWHT9K .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-sd1epWHT9K .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sd1epWHT9K .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-sd1epWHT9K .number {
    margin: auto;
  }
}
.cid-sd1epWHT9K .mbr-text {
  color: #cccccc;
}
.cid-sd1hZg0Kld {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sd1hZg0Kld .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd1hZg0Kld .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd1hZg0Kld .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd1hZg0Kld .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd1hZg0Kld .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sd1hZg0Kld .icon-focus {
  display: none;
}
.cid-sd1hZg0Kld .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sd1hZg0Kld ul {
  font-size: 0;
}
.cid-sd1hZg0Kld .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sd1hZg0Kld .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sd1hZg0Kld .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sd1hZg0Kld .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sd1hZg0Kld .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sd1hZg0Kld .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sd1hZg0Kld .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sd1hZg0Kld .btn:hover {
  background: transparent !important;
}
.cid-sd1hZg0Kld .btn:hover:before {
  background: transparent !important;
}
.cid-sd1hZg0Kld .btn:before {
  background-color: transparent !important;
}
.cid-sd1hZg0Kld .btn:focus {
  box-shadow: none;
}
.cid-sd1hZg0Kld .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sd1iSvKgPi {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
  background-position: right;
}
.cid-sd1iSvKgPi .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sd1iSvKgPi .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sd1iSvKgPi .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sd1iSvKgPi img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sd1iSvKgPi .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sd1iUoBkmu {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sd1iUoBkmu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd1iUoBkmu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd1iUoBkmu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd1iUoBkmu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd1iUoBkmu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sd1iUoBkmu .icon-focus {
  display: none;
}
.cid-sd1iUoBkmu .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sd1iUoBkmu ul {
  font-size: 0;
}
.cid-sd1iUoBkmu .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sd1iUoBkmu .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sd1iUoBkmu .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sd1iUoBkmu .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sd1iUoBkmu .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sd1iUoBkmu .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sd1iUoBkmu .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sd1iUoBkmu .btn:hover {
  background: transparent !important;
}
.cid-sd1iUoBkmu .btn:hover:before {
  background: transparent !important;
}
.cid-sd1iUoBkmu .btn:before {
  background-color: transparent !important;
}
.cid-sd1iUoBkmu .btn:focus {
  box-shadow: none;
}
.cid-sd1iUoBkmu .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sd4D7BF5Qr .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-sd4D7BF5Qr .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sd4D7BF5Qr a {
  font-style: normal;
}
.cid-sd4D7BF5Qr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sd4D7BF5Qr .show {
  overflow: visible;
}
.cid-sd4D7BF5Qr .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-sd4D7BF5Qr .dropdown-item:active {
  background-color: transparent;
}
.cid-sd4D7BF5Qr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sd4D7BF5Qr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sd4D7BF5Qr .nav-item:focus,
.cid-sd4D7BF5Qr .nav-link:focus {
  outline: none;
}
.cid-sd4D7BF5Qr .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sd4D7BF5Qr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sd4D7BF5Qr .menu-logo {
  margin-right: auto;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd4D7BF5Qr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sd4D7BF5Qr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd4D7BF5Qr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sd4D7BF5Qr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sd4D7BF5Qr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sd4D7BF5Qr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sd4D7BF5Qr button.navbar-toggler:focus {
  outline: none;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd4D7BF5Qr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd4D7BF5Qr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sd4D7BF5Qr .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-sd4D7BF5Qr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd4D7BF5Qr .collapsed .btn {
  display: -webkit-flex;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sd4D7BF5Qr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sd4D7BF5Qr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 92.5vh;
  }
}
.cid-sd4D7BF5Qr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sd4D7BF5Qr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sd4D7BF5Qr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sd4D7BF5Qr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sd4D7BF5Qr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sd4D7BF5Qr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd4D7BF5Qr img {
    height: 3.8rem !important;
  }
  .cid-sd4D7BF5Qr .btn {
    display: -webkit-flex;
  }
  .cid-sd4D7BF5Qr button.navbar-toggler {
    display: block;
  }
  .cid-sd4D7BF5Qr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sd4D7BF5Qr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sd4D7BF5Qr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing,
  .cid-sd4D7BF5Qr .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-nav,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sd4D7BF5Qr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sd4D7BF5Qr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sd4D7BF5Qr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sd4D7BF5Qr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sd4D7BF5Qr .nav-link {
    justify-content: start!important;
  }
  .cid-sd4D7BF5Qr .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-sd4D7BF5Qr .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sd4D7BF5Qr .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-sd4D7BF5Qr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sd4D7BF5Qr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sd4D7BF5Qr .nav-link:hover,
.cid-sd4D7BF5Qr .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-sd4D7BF5Qr .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-sd4D7BF5Qr .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
