.btn {
  border-width: 2px;
}
body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.8rem 1.8rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #64bf46 !important;
}
.bg-info {
  background-color: #ff526b !important;
}
.bg-warning {
  background-color: #ffe440 !important;
}
.bg-danger {
  background-color: #cccccc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00004c !important;
  border-color: #00004c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff526b !important;
  border-color: #ff526b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #fa0024 !important;
  border-color: #fa0024 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fa0024 !important;
  border-color: #fa0024 !important;
}
.btn-success,
.btn-success:active {
  background-color: #64bf46 !important;
  border-color: #64bf46 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #42812d !important;
  border-color: #42812d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #42812d !important;
  border-color: #42812d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe440 !important;
  border-color: #ffe440 !important;
  color: #403700 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e8c700 !important;
  border-color: #e8c700 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #403700 !important;
  background-color: #e8c700 !important;
  border-color: #e8c700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #4d4d4d !important;
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00004c;
  color: #00004c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #00004c !important;
  border-color: #00004c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00004c !important;
  border-color: #00004c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ff526b;
  color: #ff526b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #ff526b !important;
  border-color: #ff526b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff526b !important;
  border-color: #ff526b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #64bf46;
  color: #64bf46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #64bf46 !important;
  border-color: #64bf46 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #64bf46 !important;
  border-color: #64bf46 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe440;
  color: #ffe440;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #403700 !important;
  background-color: #ffe440 !important;
  border-color: #ffe440 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #403700 !important;
  background-color: #ffe440 !important;
  border-color: #ffe440 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-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: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #ffffff !important;
}
.text-secondary {
  color: #00004c !important;
}
.text-success {
  color: #64bf46 !important;
}
.text-info {
  color: #ff526b !important;
}
.text-warning {
  color: #ffe440 !important;
}
.text-danger {
  color: #cccccc !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c7629 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #eb0022 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d9ba00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #999999 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff526b;
}
.alert-warning {
  background-color: #ffe440;
}
.alert-danger {
  background-color: #cccccc;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3e0a5;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Epilogue', 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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', 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: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #00004c !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='%23ffffff' %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-tD6auGhX7m .navbar-dropdown {
  position: relative !important;
}
.cid-tD6auGhX7m .navbar-dropdown {
  position: absolute !important;
}
.cid-tD6auGhX7m .navbar-brand {
  border-left: 4px solid #00004c;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD6auGhX7m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD6auGhX7m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD6auGhX7m .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tD6auGhX7m .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-tD6auGhX7m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD6auGhX7m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD6auGhX7m .dropdown-item:hover,
.cid-tD6auGhX7m .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tD6auGhX7m .dropdown-item:hover span {
  color: white;
}
.cid-tD6auGhX7m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD6auGhX7m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD6auGhX7m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tD6auGhX7m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD6auGhX7m .nav-link {
  position: relative;
}
.cid-tD6auGhX7m .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tD6auGhX7m .container {
    flex-wrap: nowrap;
  }
}
.cid-tD6auGhX7m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tD6auGhX7m .dropdown-menu,
.cid-tD6auGhX7m .navbar.opened {
  background: #ffffff !important;
}
.cid-tD6auGhX7m .nav-item:focus,
.cid-tD6auGhX7m .nav-link:focus {
  outline: none;
}
.cid-tD6auGhX7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD6auGhX7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD6auGhX7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tD6auGhX7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD6auGhX7m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD6auGhX7m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD6auGhX7m .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tD6auGhX7m .navbar.opened {
  transition: all 0.3s;
}
.cid-tD6auGhX7m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tD6auGhX7m .navbar .navbar-logo img {
  width: auto;
}
.cid-tD6auGhX7m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD6auGhX7m .navbar.collapsed {
  justify-content: center;
}
.cid-tD6auGhX7m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD6auGhX7m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD6auGhX7m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tD6auGhX7m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD6auGhX7m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD6auGhX7m .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-tD6auGhX7m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD6auGhX7m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tD6auGhX7m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tD6auGhX7m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD6auGhX7m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD6auGhX7m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD6auGhX7m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD6auGhX7m .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-tD6auGhX7m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD6auGhX7m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD6auGhX7m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD6auGhX7m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD6auGhX7m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD6auGhX7m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tD6auGhX7m .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tD6auGhX7m .navbar.navbar-short {
  min-height: 70px;
}
.cid-tD6auGhX7m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD6auGhX7m .dropdown-item.active,
.cid-tD6auGhX7m .dropdown-item:active {
  background-color: transparent;
}
.cid-tD6auGhX7m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD6auGhX7m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD6auGhX7m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD6auGhX7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD6auGhX7m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD6auGhX7m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD6auGhX7m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD6auGhX7m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD6auGhX7m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tD6auGhX7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD6auGhX7m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tD6auGhX7m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tD6auGhX7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD6auGhX7m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tD6auGhX7m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD6auGhX7m .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-tD6auGhX7m .navbar {
    height: 80px;
  }
  .cid-tD6auGhX7m .navbar.opened {
    height: auto;
  }
  .cid-tD6auGhX7m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCItGVbCQy {
  padding-top: 11rem;
  padding-bottom: 3rem;
  background-color: #000021;
}
.cid-uCItGVbCQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCItGVbCQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCItGVbCQy .container {
    padding: 0 24px;
  }
}
.cid-uCItGVbCQy .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uCItGVbCQy .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uCItGVbCQy .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uCItGVbCQy .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCItGVbCQy .image-wrapper img {
    height: 350px;
  }
}
.cid-uCItGVbCQy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCItGVbCQy .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uCItGVbCQy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCItGVbCQy .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uCItGVbCQy .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uCItGVbCQy .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uCItGVbCQy .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uCItGVbCQy .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCItGVbCQy .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-uCItGVbCQy .mbr-desc {
  color: #ffffff;
}
.cid-uCItGVbCQy .mbr-section-title,
.cid-uCItGVbCQy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uCBK1pstPv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/preocupacao-5-1920x1080.webp");
}
.cid-uCBK1pstPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCBK1pstPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCBK1pstPv .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uCBK1pstPv .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uCBK1pstPv .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uCBK1pstPv .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCBK1pstPv .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #000021 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #000021 37%, transparent 100%);
}
.cid-uCBK1pstPv .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uCBK1pstPv .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uCBK1pstPv .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #20208f;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uCBK1pstPv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCBK1pstPv .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCBK1pstPv .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uCBK1pstPv .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uCBK1pstPv .mbr-section-title {
  color: #404349;
}
.cid-uCBK1pstPv .mbr-text {
  color: #ffffff;
}
.cid-uCBK1pstPv .mbr-desc {
  color: #b19a7c;
}
.cid-uCBK1pstPv .mbr-desc,
.cid-uCBK1pstPv .desc-wrapper {
  color: #fffaee;
}
.cid-uCBK1pstPv .mbr-section-title,
.cid-uCBK1pstPv .mbr-section-btn {
  color: #ffffff;
}
.cid-uCIN1oG27U {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fffaee;
}
.cid-uCIN1oG27U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIN1oG27U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uCIN1oG27U .container {
    padding: 0 24px;
  }
}
.cid-uCIN1oG27U .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uCIN1oG27U .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uCIN1oG27U .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCIN1oG27U .image-wrapper img {
    height: 350px;
  }
}
.cid-uCIN1oG27U .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCIN1oG27U .content-wrapper .mbr-section-title span {
  color: #e0b548;
}
.cid-uCIN1oG27U .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCIN1oG27U .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uCIN1oG27U .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uCIN1oG27U .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uCIN1oG27U .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uCIN1oG27U .mbr-section-title {
  color: #F9F6E0;
}
.cid-uCIN1oG27U .mbr-text {
  color: #000021;
  text-align: left;
}
.cid-uCIN1oG27U .mbr-desc {
  color: #ffffff;
}
.cid-uCIN1oG27U .mbr-section-title,
.cid-uCIN1oG27U .mbr-section-btn {
  color: #000021;
  text-align: left;
}
.cid-uCNSWLdra7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00004c;
}
.cid-uCNSWLdra7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCNSWLdra7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCNSWLdra7 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uCNSWLdra7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uCNSWLdra7 .container {
    padding: 0 20px;
  }
}
.cid-uCNSWLdra7 .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uCNSWLdra7 .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uCNSWLdra7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCNSWLdra7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCNSWLdra7 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uCNSWLdra7 .content-wrapper .items-wrapper {
  margin: 60px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uCNSWLdra7 .content-wrapper .items-wrapper {
    margin: 46px 0 46px;
  }
}
.cid-uCNSWLdra7 .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uCNSWLdra7 .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uCNSWLdra7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 18px;
}
.cid-uCNSWLdra7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
.cid-uCNSWLdra7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uCNSWLdra7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCNSWLdra7 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uCNSWLdra7 .content-wrapper .mbr-section-btn .btn-primary,
.cid-uCNSWLdra7 .content-wrapper .mbr-section-btn .btn-secondary,
.cid-uCNSWLdra7 .content-wrapper .mbr-section-btn .btn-success,
.cid-uCNSWLdra7 .content-wrapper .mbr-section-btn .btn-info,
.cid-uCNSWLdra7 .content-wrapper .mbr-section-btn .btn-warning,
.cid-uCNSWLdra7 .content-wrapper .mbr-section-btn .btn-danger,
.cid-uCNSWLdra7 .content-wrapper .mbr-section-btn .btn-black,
.cid-uCNSWLdra7 .content-wrapper .mbr-section-btn .btn-white {
  border: 2px solid #f3f6f9 !important;
}
.cid-uCNSWLdra7 .mbr-section-title {
  color: #000000;
}
.cid-uCNSWLdra7 .mbr-desc,
.cid-uCNSWLdra7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCNSWLdra7 .card-number {
  color: #000000;
}
.cid-uCNSWLdra7 .card-title {
  color: #000000;
}
.cid-uCNSWLdra7 .mbr-text,
.cid-uCNSWLdra7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCNSWLdra7 .mbr-section-title,
.cid-uCNSWLdra7 .mbr-section-btn {
  text-align: center;
}
.cid-uCNSWLdra7 .mbr-section-title,
.cid-uCNSWLdra7 .mbr-section-btn,
.cid-uCNSWLdra7 .image-wrapper {
  color: #fffaee;
}
.cid-uCNSWLdra7 .card-title,
.cid-uCNSWLdra7 .icon-wrapper {
  text-align: center;
}
.cid-uCIRA25Cvc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uCIRA25Cvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIRA25Cvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIRA25Cvc .content-wrapper {
  justify-content: center;
}
.cid-uCIRA25Cvc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCIRA25Cvc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uCIRA25Cvc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCIRA25Cvc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCIRA25Cvc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCIRA25Cvc .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uCIRA25Cvc .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uCIRA25Cvc .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCIRA25Cvc .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uCIRA25Cvc .mbr-figure:hover,
.cid-uCIRA25Cvc .mbr-figure:focus {
  background-color: #078efb;
  border: 2px solid #078efb;
}
.cid-uCIRA25Cvc .mbr-section-title {
  color: #ffffff;
}
.cid-uCIRA25Cvc .mbr-text,
.cid-uCIRA25Cvc .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uCIRA25Cvc .mbr-desc,
.cid-uCIRA25Cvc .desc-wrapper {
  color: #fffaee;
  text-align: center;
}
.cid-uCIRA25Cvc .mbr-section-title,
.cid-uCIRA25Cvc .mbr-section-btn {
  text-align: center;
}
.cid-tD6aSS9PuX {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tD6aSS9PuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6aSS9PuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD6aSS9PuX .accordion .mbr-iconfont {
  font-size: 1rem !important;
  font-family: 'Moririse2' !important;
  color: #00004c;
  transform: rotate(0deg) !important;
  margin-left: 1rem;
  padding: 8px;
  border-radius: 50%;
}
.cid-tD6aSS9PuX .accordion .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg) !important;
}
.cid-tD6aSS9PuX .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cid-tD6aSS9PuX .col-title {
    margin-bottom: 40px;
  }
}
.cid-tD6aSS9PuX .mbr-section-title {
  color: #00004c;
}
@media (max-width: 991px) {
  .cid-tD6aSS9PuX .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tD6aSS9PuX .mbr-section-subtitle {
  color: #00004c;
  margin-top: 14px;
}
@media (max-width: 991px) {
  .cid-tD6aSS9PuX .mbr-section-subtitle {
    margin-top: 16px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-tD6aSS9PuX .accordion-row {
    margin: 0 -10px !important;
  }
}
.cid-tD6aSS9PuX .accordion-title-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-tD6aSS9PuX .accordion-title-container {
    display: none;
  }
}
.cid-tD6aSS9PuX .accordion-title {
  padding: 0 20px;
  width: 50%;
  color: #00004c;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-tD6aSS9PuX .accordion-title {
    padding: 0 10px;
  }
}
.cid-tD6aSS9PuX .panel-group {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0 !important;
}
.cid-tD6aSS9PuX .card {
  width: 50%;
  padding: 0 20px !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .cid-tD6aSS9PuX .card {
    padding: 0 10px !important;
  }
}
@media (max-width: 991px) {
  .cid-tD6aSS9PuX .card {
    width: 100%;
  }
}
.cid-tD6aSS9PuX .card-border-top {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tD6aSS9PuX .card-border-top2 {
    display: none;
  }
}
.cid-tD6aSS9PuX .card-header {
  border-bottom: none !important;
  padding: 10px 0 !important;
}
.cid-tD6aSS9PuX .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-tD6aSS9PuX .panel-body {
  padding-bottom: 20px;
}
.cid-tD6aSS9PuX .panel-text {
  margin-bottom: 20px !important;
  color: #00004c;
}
.cid-tD6aSS9PuX .panel-title {
  display: flex;
  align-items: center;
}
.cid-tD6aSS9PuX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tD6aSS9PuX .panel-title-edit {
  color: #00004c;
  text-align: center;
}
.cid-uEuylpTGpD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #00004c;
}
.cid-uEuylpTGpD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fffaee;
}
.cid-uEuylpTGpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEuylpTGpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEuylpTGpD .title-wrapper {
  margin-bottom: 104px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uEuylpTGpD .title-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEuylpTGpD .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uEuylpTGpD .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uEuylpTGpD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uEuylpTGpD .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uEuylpTGpD .items-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEuylpTGpD .items-wrapper {
    padding: 0;
  }
}
.cid-uEuylpTGpD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEuylpTGpD .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uEuylpTGpD .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uEuylpTGpD .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(2) rotate(45deg);
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper {
  border: 1px solid #150764;
  overflow: hidden;
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 50px 0;
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 400px;
  min-width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uEuylpTGpD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uEuylpTGpD .items-wrapper .item .item-wrapper .item-img img {
    height: 250px;
    width: 250px;
    min-width: 250px;
  }
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper .card_1 {
  background-color: #4188ff;
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper .card_2 {
  background-color: #30c7bf;
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper .card_3 {
  background-color: #3e83f8;
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper .item-content .item-title {
  border-top: 1px solid #150764;
  padding: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEuylpTGpD .items-wrapper .item .item-wrapper .item-content .item-title {
    padding: 20px;
  }
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper .item-content .item-text {
  border-top: 1px solid #150764;
  padding: 12px;
  margin-bottom: 0;
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  padding: 0 12px 12px 12px;
}
.cid-uEuylpTGpD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 10px;
}
.cid-uEuylpTGpD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uEuylpTGpD .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uEuylpTGpD .item-title {
  color: #150764;
  text-align: center;
}
.cid-uEuylpTGpD .item-text {
  color: #150764;
  text-align: center;
}
.cid-uEuylpTGpD .mbr-section-title,
.cid-uEuylpTGpD .mbr-section-btn {
  color: #ffffff;
}
.cid-uEuylpTGpD .item-title,
.cid-uEuylpTGpD .mbr-section-btn {
  color: #fffaee;
}
.cid-uCJd5dF4GY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCJd5dF4GY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJd5dF4GY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCJd5dF4GY .row {
  justify-content: space-between;
}
.cid-uCJd5dF4GY .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCJd5dF4GY .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCJd5dF4GY .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCJd5dF4GY .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCJd5dF4GY .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uCJd5dF4GY .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCJd5dF4GY .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCJd5dF4GY .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCJd5dF4GY .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCJd5dF4GY .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uCJd5dF4GY .list-wrapper .list .item-wrap:hover,
.cid-uCJd5dF4GY .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCJd5dF4GY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCJd5dF4GY .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCJd5dF4GY .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCJd5dF4GY .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uCJd5dF4GY .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #00004c;
}
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uCJd5dF4GY .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uCJd5dF4GY .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uCJd5dF4GY .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uCJd5dF4GY .mbr-section-title {
  color: #000000;
}
.cid-uCJd5dF4GY .mbr-text {
  color: #000000;
}
.cid-uCJd5dF4GY .list {
  color: #000000;
}
.cid-uCJd5dF4GY .mbr-desc {
  color: #000000;
}
.cid-uCJd5dF4GY .mbr-copy {
  color: #000000;
}
.cid-uCJd5dF4GY .mbr-desc,
.cid-uCJd5dF4GY .social-wrapper {
  text-align: center;
}
.cid-uCJd5dF4GY .mbr-copy,
.cid-uCJd5dF4GY .mbr-section-btn-main {
  text-align: center;
}
.cid-tD6auGhX7m .navbar-dropdown {
  position: relative !important;
}
.cid-tD6auGhX7m .navbar-dropdown {
  position: absolute !important;
}
.cid-tD6auGhX7m .navbar-brand {
  border-left: 4px solid #00004c;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD6auGhX7m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD6auGhX7m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD6auGhX7m .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tD6auGhX7m .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-tD6auGhX7m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD6auGhX7m .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD6auGhX7m .dropdown-item:hover,
.cid-tD6auGhX7m .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tD6auGhX7m .dropdown-item:hover span {
  color: white;
}
.cid-tD6auGhX7m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD6auGhX7m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD6auGhX7m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tD6auGhX7m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD6auGhX7m .nav-link {
  position: relative;
}
.cid-tD6auGhX7m .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tD6auGhX7m .container {
    flex-wrap: nowrap;
  }
}
.cid-tD6auGhX7m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tD6auGhX7m .dropdown-menu,
.cid-tD6auGhX7m .navbar.opened {
  background: #ffffff !important;
}
.cid-tD6auGhX7m .nav-item:focus,
.cid-tD6auGhX7m .nav-link:focus {
  outline: none;
}
.cid-tD6auGhX7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD6auGhX7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD6auGhX7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tD6auGhX7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD6auGhX7m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD6auGhX7m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD6auGhX7m .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tD6auGhX7m .navbar.opened {
  transition: all 0.3s;
}
.cid-tD6auGhX7m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tD6auGhX7m .navbar .navbar-logo img {
  width: auto;
}
.cid-tD6auGhX7m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD6auGhX7m .navbar.collapsed {
  justify-content: center;
}
.cid-tD6auGhX7m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD6auGhX7m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD6auGhX7m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tD6auGhX7m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD6auGhX7m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD6auGhX7m .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-tD6auGhX7m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD6auGhX7m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tD6auGhX7m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tD6auGhX7m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD6auGhX7m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD6auGhX7m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD6auGhX7m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD6auGhX7m .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-tD6auGhX7m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD6auGhX7m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD6auGhX7m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD6auGhX7m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD6auGhX7m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD6auGhX7m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tD6auGhX7m .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tD6auGhX7m .navbar.navbar-short {
  min-height: 70px;
}
.cid-tD6auGhX7m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD6auGhX7m .dropdown-item.active,
.cid-tD6auGhX7m .dropdown-item:active {
  background-color: transparent;
}
.cid-tD6auGhX7m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD6auGhX7m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD6auGhX7m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD6auGhX7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD6auGhX7m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD6auGhX7m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD6auGhX7m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD6auGhX7m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD6auGhX7m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD6auGhX7m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tD6auGhX7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD6auGhX7m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tD6auGhX7m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tD6auGhX7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD6auGhX7m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tD6auGhX7m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD6auGhX7m .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-tD6auGhX7m .navbar {
    height: 80px;
  }
  .cid-tD6auGhX7m .navbar.opened {
    height: auto;
  }
  .cid-tD6auGhX7m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEv4QgOjFp {
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #dbe8ff;
}
.cid-uEv4QgOjFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEv4QgOjFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCJd5dF4GY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCJd5dF4GY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJd5dF4GY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCJd5dF4GY .row {
  justify-content: space-between;
}
.cid-uCJd5dF4GY .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCJd5dF4GY .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCJd5dF4GY .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCJd5dF4GY .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCJd5dF4GY .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uCJd5dF4GY .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCJd5dF4GY .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCJd5dF4GY .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uCJd5dF4GY .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCJd5dF4GY .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uCJd5dF4GY .list-wrapper .list .item-wrap:hover,
.cid-uCJd5dF4GY .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uCJd5dF4GY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCJd5dF4GY .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uCJd5dF4GY .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uCJd5dF4GY .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uCJd5dF4GY .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #00004c;
}
.cid-uCJd5dF4GY .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uCJd5dF4GY .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uCJd5dF4GY .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uCJd5dF4GY .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uCJd5dF4GY .mbr-section-title {
  color: #000000;
}
.cid-uCJd5dF4GY .mbr-text {
  color: #000000;
}
.cid-uCJd5dF4GY .list {
  color: #000000;
}
.cid-uCJd5dF4GY .mbr-desc {
  color: #000000;
}
.cid-uCJd5dF4GY .mbr-copy {
  color: #000000;
}
.cid-uCJd5dF4GY .mbr-desc,
.cid-uCJd5dF4GY .social-wrapper {
  text-align: center;
}
.cid-uCJd5dF4GY .mbr-copy,
.cid-uCJd5dF4GY .mbr-section-btn-main {
  text-align: center;
}
