.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #1f4180 !important;
}
.bg-success {
  background-color: #8caff0 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #353535 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1f4180 !important;
  border-color: #1f4180 !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: #0e1e3a !important;
  border-color: #0e1e3a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e1e3a !important;
  border-color: #0e1e3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !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: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #1f4180;
  color: #1f4180;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e1e3a !important;
  background-color: transparent!important;
  border-color: #0e1e3a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f4180 !important;
  border-color: #1f4180 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8caff0;
  color: #8caff0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent!important;
  border-color: #3f7ae6 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1f4180 !important;
}
.text-secondary {
  color: #4479d9 !important;
}
.text-success {
  color: #8caff0 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #353535 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0b172e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f4a98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3270e4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020202 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1f4180;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #353535;
}
.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: #1f4180;
  border-color: #1f4180;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1f4180;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4b7bd3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.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: #a8a8a8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.0625rem;
}
.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: #1f4180 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.0625rem;
}
blockquote {
  border-color: #1f4180;
}
/* 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: #1f4180;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1f4180;
}
.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: #1f4180;
  border-bottom-color: #1f4180;
}
.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: #1f4180 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4479d9 !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='%231f4180' %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-tMUNSDQQav {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMUNSDQQav nav.navbar {
  position: fixed;
}
.cid-tMUNSDQQav .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMUNSDQQav .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMUNSDQQav .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMUNSDQQav .dropdown-item:hover,
.cid-tMUNSDQQav .dropdown-item:focus {
  background: #1f4180 !important;
  color: white !important;
}
.cid-tMUNSDQQav .dropdown-item:hover span {
  color: white;
}
.cid-tMUNSDQQav .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMUNSDQQav .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMUNSDQQav .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMUNSDQQav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMUNSDQQav .nav-link {
  position: relative;
}
.cid-tMUNSDQQav .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMUNSDQQav .container {
    flex-wrap: wrap;
  }
}
.cid-tMUNSDQQav .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMUNSDQQav .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMUNSDQQav .iconfont-wrapper {
  color: #606060 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMUNSDQQav .dropdown-menu,
.cid-tMUNSDQQav .navbar.opened {
  background: #ffffff !important;
}
.cid-tMUNSDQQav .nav-item:focus,
.cid-tMUNSDQQav .nav-link:focus {
  outline: none;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMUNSDQQav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMUNSDQQav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMUNSDQQav .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMUNSDQQav .navbar.opened {
  transition: all 0.3s;
}
.cid-tMUNSDQQav .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMUNSDQQav .navbar .navbar-logo img {
  width: auto;
}
.cid-tMUNSDQQav .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMUNSDQQav .navbar.collapsed {
  justify-content: center;
}
.cid-tMUNSDQQav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMUNSDQQav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMUNSDQQav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMUNSDQQav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMUNSDQQav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMUNSDQQav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMUNSDQQav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMUNSDQQav .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tMUNSDQQav .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMUNSDQQav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMUNSDQQav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMUNSDQQav .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMUNSDQQav .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMUNSDQQav .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMUNSDQQav .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tMUNSDQQav .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMUNSDQQav .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMUNSDQQav .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMUNSDQQav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMUNSDQQav .dropdown-item.active,
.cid-tMUNSDQQav .dropdown-item:active {
  background-color: transparent;
}
.cid-tMUNSDQQav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMUNSDQQav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMUNSDQQav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMUNSDQQav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMUNSDQQav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMUNSDQQav .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMUNSDQQav ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMUNSDQQav .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMUNSDQQav button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMUNSDQQav .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMUNSDQQav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMUNSDQQav .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMUNSDQQav .navbar {
    height: 70px;
  }
  .cid-tMUNSDQQav .navbar.opened {
    height: auto;
  }
  .cid-tMUNSDQQav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT3WuAZFZh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/banner-mobile.jpg");
}
@media screen and (min-width: 769px) {
  .cid-tT3WuAZFZh {
    background-image: url("../../../assets/images/banner.jpg");
    padding-left: 400px;
    padding-right: 200px;
  }
}
.cid-tT3WuAZFZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT3WuAZFZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT3WuAZFZh .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tT3WuAZFZh .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tT3WuAZFZh .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tT3WuAZFZh .mbr-text {
  color: #ffffff;
}
.cid-tT3WuAZFZh .card {
  padding-bottom: 1.5rem;
}
.cid-tT3WuAZFZh .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tT3WuAZFZh .item-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tT3WuAZFZh .item-wrapper .card-title {
  color: #ffffff;
}
.cid-u2M3HNM8bD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #7b91b8;
}
.cid-u2M3HNM8bD img,
.cid-u2M3HNM8bD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u2M3HNM8bD .item:focus,
.cid-u2M3HNM8bD span:focus {
  outline: none;
}
.cid-u2M3HNM8bD .item-wrapper {
  position: relative;
}
.cid-u2M3HNM8bD .slide-content {
  position: relative;
  border-radius: 20px;
  background: #f1f1f2;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u2M3HNM8bD .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2M3HNM8bD .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u2M3HNM8bD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2M3HNM8bD .mbr-section-title {
  color: #ffffff;
}
.cid-u2M3HNM8bD .mbr-text,
.cid-u2M3HNM8bD .mbr-section-btn {
  text-align: center;
}
.cid-u2M3HNM8bD .item-title {
  text-align: center;
}
.cid-u2M3HNM8bD .item-subtitle {
  text-align: left;
}
.cid-u2M3HNM8bD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .cid-u2M3HNM8bD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u2M3HNM8bD .embla__button--next,
.cid-u2M3HNM8bD .embla__button--prev {
  display: flex;
}
.cid-u2M3HNM8bD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2M3HNM8bD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2M3HNM8bD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u2M3HNM8bD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2M3HNM8bD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2M3HNM8bD .embla__button {
    top: auto;
  }
}
.cid-u2M3HNM8bD .embla {
  position: relative;
  width: 100%;
}
.cid-u2M3HNM8bD .embla__viewport {
  overflow: hidden;
  width: 100%; 
}
.cid-u2M3HNM8bD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2M3HNM8bD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2M3HNM8bD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2M3HNM8bD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMV8prfUj6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cabeca-e-pescoco-1880x1024.webp");
}
.cid-tMV8prfUj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMV8prfUj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2M3PnTWK9 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2M3PnTWK9 img,
.cid-u2M3PnTWK9 .item-img {
  width: 100%;
}
.cid-u2M3PnTWK9 .item:focus,
.cid-u2M3PnTWK9 span:focus {
  outline: none;
}
.cid-u2M3PnTWK9 .item-wrapper {
  position: relative;
}
.cid-u2M3PnTWK9 .slide-content {
  position: relative;
  border-radius: 20px;
  background: #bed3f9;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u2M3PnTWK9 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2M3PnTWK9 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u2M3PnTWK9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2M3PnTWK9 .mbr-section-title {
  color: #1f4180;
}
.cid-u2M3PnTWK9 .mbr-text,
.cid-u2M3PnTWK9 .mbr-section-btn {
  text-align: center;
}
.cid-u2M3PnTWK9 .item-title {
  text-align: center;
}
.cid-u2M3PnTWK9 .item-subtitle {
  text-align: left;
}
.cid-u2M3PnTWK9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .cid-u2M3PnTWK9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u2M3PnTWK9 .embla__button--next,
.cid-u2M3PnTWK9 .embla__button--prev {
  display: flex;
}
.cid-u2M3PnTWK9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2M3PnTWK9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2M3PnTWK9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u2M3PnTWK9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2M3PnTWK9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2M3PnTWK9 .embla__button {
    top: auto;
  }
}
.cid-u2M3PnTWK9 .embla {
  position: relative;
  width: 100%;
}
.cid-u2M3PnTWK9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u2M3PnTWK9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2M3PnTWK9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2M3PnTWK9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u71Pb6ijuZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f4180;
}
.cid-u71Pb6ijuZ img,
.cid-u71Pb6ijuZ .item-img {
  width: 100%;
}
.cid-u71Pb6ijuZ .item:focus,
.cid-u71Pb6ijuZ span:focus {
  outline: none;
}
.cid-u71Pb6ijuZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u71Pb6ijuZ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 30px;
  width: 100%;
}
.cid-u71Pb6ijuZ .mbr-text {
  margin-bottom: 0;
  color: #fff8ef;
  text-align: left;
}
.cid-u71Pb6ijuZ .item-title {
  color: #fff8ef;
  margin-bottom: 28px;
  text-align: left;
}
.cid-u71Pb6ijuZ .carousel-inner {
  margin: auto;
  width: 87%;
}
.cid-u71Pb6ijuZ .carousel,
.cid-u71Pb6ijuZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u71Pb6ijuZ .carousel-caption {
  bottom: 40px;
}
.cid-u71Pb6ijuZ .mobi-mbri {
  font-size: 25px;
  opacity: 1;
  color: #fff8ef;
}
.cid-u71Pb6ijuZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u71Pb6ijuZ .carousel-control {
  opacity: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u71Pb6ijuZ .carousel-control.carousel-control-prev {
  left: 1%;
}
@media (max-width: 992px) {
  .cid-u71Pb6ijuZ .carousel-control.carousel-control-prev {
    left: 5%;
  }
}
.cid-u71Pb6ijuZ .carousel-control.carousel-control-next {
  right: 51%;
}
@media (max-width: 992px) {
  .cid-u71Pb6ijuZ .carousel-control.carousel-control-next {
    right: 45%;
  }
}
.cid-u71Pb6ijuZ .carousel-indicators {
  position: absolute;
  bottom: 0;
}
.cid-u71Pb6ijuZ .carousel-indicators li {
  max-width: 6px;
  height: 6px;
  width: 6px;
  max-height: 6px;
  margin: 5px;
  background-color: #181818;
  opacity: 0.2;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u71Pb6ijuZ .carousel-indicators li.active,
.cid-u71Pb6ijuZ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-u71Pb6ijuZ .carousel-indicators li::after,
.cid-u71Pb6ijuZ .carousel-indicators li::before {
  content: none;
}
.cid-u71Pb6ijuZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-u71Pb6ijuZ .row {
  align-items: center;
}
.cid-u71Pb6ijuZ a {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-u71Pb6ijuZ .carousel-control {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-u71Pb6ijuZ .carousel-inner {
    width: 100%;
  }
  .cid-u71Pb6ijuZ .item-content {
    padding-top: 20px;
  }
}


.cid-tT45QwmeTu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/30-1920x1080.webp");
}
.cid-tT45QwmeTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT45QwmeTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT45QwmeTu .row {
  flex-direction: row-reverse;
}
.cid-tT45QwmeTu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tT45QwmeTu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tT45QwmeTu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tT45QwmeTu img {
  border-radius: 40px;
}
.cid-tT45QwmeTu .mbr-section-title {
  text-align: left;
  color: #11254a;
}
.cid-tT45QwmeTu .mbr-text,
.cid-tT45QwmeTu .mbr-section-btn {
  text-align: left;
}
.cid-tTfmtkWzDS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1f4180;
}
.cid-tTfmtkWzDS .item {
  padding-bottom: 2rem;
}
.cid-tTfmtkWzDS img,
.cid-tTfmtkWzDS .item-wrapper {
  transition: all 0.7s;
}
.cid-tTfmtkWzDS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tTfmtkWzDS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tTfmtkWzDS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-tTfmtkWzDS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tTfmtkWzDS .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-tTfmtkWzDS .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tTfmtkWzDS .close::before {
  content: "\e91a";
}
.cid-tTfmtkWzDS .close:hover {
  color: #fff;
}
.cid-tTfmtkWzDS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tTfmtkWzDS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tTfmtkWzDS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tTfmtkWzDS .carousel-control-next span {
  margin-left: 5px;
}
.cid-tTfmtkWzDS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-tTfmtkWzDS .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-tTfmtkWzDS .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-tTfmtkWzDS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-tTfmtkWzDS .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-tTfmtkWzDS .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-tTfmtkWzDS .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-tTfmtkWzDS .carousel-item img {
    width: 70%;
  }
}
.cid-tTfmtkWzDS .carousel-inner > .active {
  display: block;
}
.cid-tTfmtkWzDS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTfmtkWzDS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTfmtkWzDS .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-tTfmtkWzDS .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tTfmtkWzDS .carousel-control,
  .cid-tTfmtkWzDS .carousel-indicators {
    position: fixed;
  }
}
.cid-tTfmtkWzDS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tTfmtkWzDS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tTfmtkWzDS .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-tTfmtkWzDS .modal-content {
    width: 70%;
  }
}
.cid-tTfmtkWzDS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tTfmtkWzDS .carousel {
  width: 100%;
}
.cid-tTfmtkWzDS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tTfmtkWzDS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tTfmtkWzDS .modal.fade .modal-dialog,
.cid-tTfmtkWzDS .modal.in .modal-dialog {
  transform: none;
}
.cid-tTfmtkWzDS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tTfmtkWzDS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTfmtkWzDS .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tTfmtkWzDS .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-tTfmtkWzDS .soc-item::before,
.cid-tTfmtkWzDS .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tTfmtkWzDS .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tTfmtkWzDS .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-tTfmtkWzDS .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tTfmtkWzDS .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tTfmtkWzDS .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 77px;
}
.cid-tTfmtkWzDS .text {
  color: #ddc499;
}
.cid-tTfmtkWzDS .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-tTfmtkWzDS .right {
    padding-right: 32px;
  }
  .cid-tTfmtkWzDS .left {
    padding-left: 32px;
  }
}
.cid-tTfmtkWzDS .mbr-section-title {
  color: #ffffff;
}
.cid-u2M6yLW7yE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-u2M6yLW7yE .container {
  max-width: 1000px;
}
.cid-u2M6yLW7yE img {
  opacity: 0.8;
  max-width: 140px;
  object-fit: contain;
}
.cid-u2M6yLW7yE .image-block {
  max-width: 140px;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-u2M6yLW7yE .mbr-section-title {
  color: #11254a;
}
.cid-tTfB8PFCZG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
.cid-tTfB8PFCZG .col-title {
  margin-bottom: 70px;
}
.cid-tTfB8PFCZG .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-tTfB8PFCZG .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tTfB8PFCZG .mbr-section-title {
  color: #11254a;
  margin-bottom: 0;
}
.cid-tTfB8PFCZG .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-tTfB8PFCZG .colored-text {
  color: #11254a;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-tTfB8PFCZG .carousel,
.cid-tTfB8PFCZG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tTfB8PFCZG .item-wrapper {
  width: 100%;
  overflow: visible !important;
}
@media (min-width: 1400px) {
  .cid-tTfB8PFCZG .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-tTfB8PFCZG .carousel-caption {
  bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 45px 85px 40px;
  margin-bottom: 114px;
  background: #1f4180;
  box-shadow: 0 35px 70px rgba(0, 42, 190, 0.04);
  border-radius: 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .cid-tTfB8PFCZG .carousel-caption {
    padding: 25px 15px 25px;
  }
}
.cid-tTfB8PFCZG .carousel-control:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.cid-tTfB8PFCZG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tTfB8PFCZG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tTfB8PFCZG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tTfB8PFCZG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tTfB8PFCZG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tTfB8PFCZG .carousel-control {
  display: none !important;
}
.cid-tTfB8PFCZG .carousel-indicators {
  position: absolute;
  z-index: 11;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tTfB8PFCZG .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: #000;
  border: none;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.3s;
}
.cid-tTfB8PFCZG .carousel-indicators li.active,
.cid-tTfB8PFCZG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tTfB8PFCZG .carousel-indicators li::after,
.cid-tTfB8PFCZG .carousel-indicators li::before {
  content: none;
}
.cid-tTfB8PFCZG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tTfB8PFCZG .icon-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tTfB8PFCZG .icon-box .mbr-iconfont {
  font-size: 75px;
  color: #ffffff;
}
.cid-tTfB8PFCZG .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  margin: 25px 0 38px;
}
.cid-tTfB8PFCZG .mbr-section-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTfB8PFCZG .prof-text {
  color: #00284E;
  opacity: 0.3;
  margin-bottom: 0;
}
.cid-tTfB8PFCZG .carousel-inner {
  overflow: visible !important;
}
.cid-tTfB8PFCZG .carousel-inner .item-menu-overlay {
  display: none !important;
  transition: 0s !important;
}
.cid-tTfD9J2NGJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTfD9J2NGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfD9J2NGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfD9J2NGJ .google-map {
  height: 350px;
  position: relative;
}
.cid-tTfD9J2NGJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tTfD9J2NGJ .google-map [data-state-details] {
  color: #6b6763;
  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-tTfD9J2NGJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tTfD9J2NGJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tTfD9J2NGJ .mbr-section-title {
  color: #11254a;
}
.cid-tTHNLy2R9h {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tTHNLy2R9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTHNLy2R9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTHNLy2R9h .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #f1f1f2;
  margin-bottom: 1rem;
}
.cid-tTHNLy2R9h .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-tTHNLy2R9h .row {
  position: relative;
  padding: 5rem 5rem;
  border-radius: 2rem;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-tTHNLy2R9h .row {
    padding: 2rem 1rem;
    border-radius: 3rem;
  }
}
.cid-tTHNLy2R9h .row:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  background: #4479d9;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-tTHNLy2R9h .row:before {
    border-radius: 3rem;
  }
}
.cid-tTHNLy2R9h .row .col-12 {
  position: relative;
}
.cid-tTHNLy2R9h .mbr-section-title {
  color: #ffffff;
}
.cid-tTHNLy2R9h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTHNLy2R9h .mbr-text,
.cid-tTHNLy2R9h .mbr-section-btn {
  color: #ffffff;
}
.cid-tT4jMXDsvu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #11254a;
}
.cid-tT4jMXDsvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT4jMXDsvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT4jMXDsvu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tT4jMXDsvu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tT4jMXDsvu .row {
    text-align: center;
  }
  .cid-tT4jMXDsvu .row > div {
    margin: auto;
  }
  .cid-tT4jMXDsvu .social-row {
    justify-content: center;
  }
  .cid-tT4jMXDsvu h5,
  .cid-tT4jMXDsvu ul {
    text-align: center!important;
  }
}
.cid-tT4jMXDsvu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tT4jMXDsvu .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tT4jMXDsvu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tT4jMXDsvu .list {
    margin-bottom: 0rem;
  }
}
.cid-tT4jMXDsvu .mbr-text {
  color: #ffffff;
}
.cid-tT4jMXDsvu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tT4jMXDsvu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tT4jMXDsvu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tT4jMXDsvu .mbr-section-subtitle {
  text-align: left;
}
.cid-tMUNSDQQav {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMUNSDQQav nav.navbar {
  position: fixed;
}
.cid-tMUNSDQQav .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMUNSDQQav .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMUNSDQQav .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMUNSDQQav .dropdown-item:hover,
.cid-tMUNSDQQav .dropdown-item:focus {
  background: #1f4180 !important;
  color: white !important;
}
.cid-tMUNSDQQav .dropdown-item:hover span {
  color: white;
}
.cid-tMUNSDQQav .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMUNSDQQav .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMUNSDQQav .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMUNSDQQav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMUNSDQQav .nav-link {
  position: relative;
}
.cid-tMUNSDQQav .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMUNSDQQav .container {
    flex-wrap: wrap;
  }
}
.cid-tMUNSDQQav .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMUNSDQQav .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMUNSDQQav .iconfont-wrapper {
  color: #606060 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMUNSDQQav .dropdown-menu,
.cid-tMUNSDQQav .navbar.opened {
  background: #ffffff !important;
}
.cid-tMUNSDQQav .nav-item:focus,
.cid-tMUNSDQQav .nav-link:focus {
  outline: none;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMUNSDQQav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMUNSDQQav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMUNSDQQav .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMUNSDQQav .navbar.opened {
  transition: all 0.3s;
}
.cid-tMUNSDQQav .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMUNSDQQav .navbar .navbar-logo img {
  width: auto;
}
.cid-tMUNSDQQav .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMUNSDQQav .navbar.collapsed {
  justify-content: center;
}
.cid-tMUNSDQQav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMUNSDQQav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMUNSDQQav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMUNSDQQav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMUNSDQQav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMUNSDQQav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMUNSDQQav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMUNSDQQav .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tMUNSDQQav .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMUNSDQQav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMUNSDQQav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMUNSDQQav .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMUNSDQQav .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMUNSDQQav .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMUNSDQQav .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tMUNSDQQav .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMUNSDQQav .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMUNSDQQav .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMUNSDQQav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMUNSDQQav .dropdown-item.active,
.cid-tMUNSDQQav .dropdown-item:active {
  background-color: transparent;
}
.cid-tMUNSDQQav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMUNSDQQav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMUNSDQQav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMUNSDQQav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMUNSDQQav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMUNSDQQav .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMUNSDQQav ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMUNSDQQav .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMUNSDQQav button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMUNSDQQav .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMUNSDQQav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMUNSDQQav .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMUNSDQQav .navbar {
    height: 70px;
  }
  .cid-tMUNSDQQav .navbar.opened {
    height: auto;
  }
  .cid-tMUNSDQQav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMVk2ksktP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMVk2ksktP .mbr-section-subtitle {
  color: #1f4180;
}
.cid-tT4jMXDsvu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #11254a;
}
.cid-tT4jMXDsvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT4jMXDsvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT4jMXDsvu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tT4jMXDsvu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tT4jMXDsvu .row {
    text-align: center;
  }
  .cid-tT4jMXDsvu .row > div {
    margin: auto;
  }
  .cid-tT4jMXDsvu .social-row {
    justify-content: center;
  }
}
.cid-tT4jMXDsvu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tT4jMXDsvu .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tT4jMXDsvu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tT4jMXDsvu .list {
    margin-bottom: 0rem;
  }
}
.cid-tT4jMXDsvu .mbr-text {
  color: #ffffff;
}
.cid-tT4jMXDsvu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tT4jMXDsvu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tT4jMXDsvu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tT4jMXDsvu .mbr-section-subtitle {
  text-align: left;
}
.cid-tMUNSDQQav {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tMUNSDQQav nav.navbar {
  position: fixed;
}
.cid-tMUNSDQQav .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMUNSDQQav .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMUNSDQQav .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMUNSDQQav .dropdown-item:hover,
.cid-tMUNSDQQav .dropdown-item:focus {
  background: #1f4180 !important;
  color: white !important;
}
.cid-tMUNSDQQav .dropdown-item:hover span {
  color: white;
}
.cid-tMUNSDQQav .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMUNSDQQav .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMUNSDQQav .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMUNSDQQav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMUNSDQQav .nav-link {
  position: relative;
}
.cid-tMUNSDQQav .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMUNSDQQav .container {
    flex-wrap: wrap;
  }
}
.cid-tMUNSDQQav .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMUNSDQQav .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMUNSDQQav .iconfont-wrapper {
  color: #606060 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMUNSDQQav .dropdown-menu,
.cid-tMUNSDQQav .navbar.opened {
  background: #ffffff !important;
}
.cid-tMUNSDQQav .nav-item:focus,
.cid-tMUNSDQQav .nav-link:focus {
  outline: none;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMUNSDQQav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMUNSDQQav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMUNSDQQav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMUNSDQQav .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMUNSDQQav .navbar.opened {
  transition: all 0.3s;
}
.cid-tMUNSDQQav .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMUNSDQQav .navbar .navbar-logo img {
  width: auto;
}
.cid-tMUNSDQQav .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMUNSDQQav .navbar.collapsed {
  justify-content: center;
}
.cid-tMUNSDQQav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMUNSDQQav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMUNSDQQav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.3rem);
  }
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMUNSDQQav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMUNSDQQav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMUNSDQQav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMUNSDQQav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMUNSDQQav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMUNSDQQav .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-tMUNSDQQav .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMUNSDQQav .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMUNSDQQav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMUNSDQQav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMUNSDQQav .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMUNSDQQav .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMUNSDQQav .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMUNSDQQav .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-tMUNSDQQav .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMUNSDQQav .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMUNSDQQav .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMUNSDQQav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMUNSDQQav .dropdown-item.active,
.cid-tMUNSDQQav .dropdown-item:active {
  background-color: transparent;
}
.cid-tMUNSDQQav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMUNSDQQav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMUNSDQQav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMUNSDQQav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMUNSDQQav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMUNSDQQav .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMUNSDQQav ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMUNSDQQav .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMUNSDQQav button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMUNSDQQav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMUNSDQQav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMUNSDQQav .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMUNSDQQav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMUNSDQQav .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMUNSDQQav .navbar {
    height: 70px;
  }
  .cid-tMUNSDQQav .navbar.opened {
    height: auto;
  }
  .cid-tMUNSDQQav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMVkfqGBTy {
  background-color: #ffffff;
}
.cid-tMVkfqGBTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVkfqGBTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT4jMXDsvu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #11254a;
}
.cid-tT4jMXDsvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT4jMXDsvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT4jMXDsvu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tT4jMXDsvu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tT4jMXDsvu .row {
    text-align: center;
  }
  .cid-tT4jMXDsvu .row > div {
    margin: auto;
  }
  .cid-tT4jMXDsvu .social-row {
    justify-content: center;
  }
}
.cid-tT4jMXDsvu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tT4jMXDsvu .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tT4jMXDsvu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tT4jMXDsvu .list {
    margin-bottom: 0rem;
  }
}
.cid-tT4jMXDsvu .mbr-text {
  color: #ffffff;
}
.cid-tT4jMXDsvu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tT4jMXDsvu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tT4jMXDsvu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tT4jMXDsvu .mbr-section-subtitle {
  text-align: left;
}


.slick-dots li button:before  {
  font-size:15px!important;
  color:#fff!important;
  }
  
  .slick-dots li.slick-active button:before
      {
  color:#fff!important;
  }