body {
  font-family: Jost;
}
.display-1 {
  font-family: undefined;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: undefined;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: undefined;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: undefined;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: undefined;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4d6d9a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !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: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4d6d9a !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):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: #4d6d9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: undefined;
  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: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: undefined;
  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: #4d6d9a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.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: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.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: #4d6d9a !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: #e43f3f !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='%234d6d9a' %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-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #353535 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/sugarmommydsff.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvFrogDyaR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-uvFrogDyaR .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  min-width: 100px;
  margin-bottom: 2rem;
  display: block;
  background: -webkit-linear-gradient(#cc2952, #f77991);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uvFrogDyaR .card-wrapper {
  background-color: #ffffff;
  padding: 1rem;
  transition: all 0.3s;
}
.cid-uvFrogDyaR .card-wrapper:hover {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
.cid-uvFrogDyaR .card-box {
  border: 1px solid transparent;
  padding: 2rem 1rem;
  transition: all 0.3s;
}
.cid-uvFrogDyaR .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-uvFrogDyaR .card {
  overflow: visible;
}
.cid-uvFrogDyaR .card:hover {
  cursor: pointer;
}
.cid-uvFrogDyaR .card:hover .card-box {
  border: 1px solid #f3f3f3;
}
.cid-uvFrogDyaR .card-title,
.cid-uvFrogDyaR .card-box {
  text-align: center;
}
.cid-uvFrogDyaR .card-text {
  color: #999999;
  text-align: center;
}
.cid-uvFrogDyaR .link {
  color: #999999;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .cid-uvFrogDyaR .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvFrogDyaR .card-box {
    border: 1px solid #f3f3f3;
  }
}
.cid-uvFrogDyaR .main-subtitle {
  color: #999999;
}
.cid-usRnDG6SZu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usRpM1W3lq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usRpM1W3lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRpM1W3lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRpM1W3lq .item-wrapper {
  background-color: #fbd9d9;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fbd9d9;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-usRpM1W3lq .mbr-section-title,
.cid-usRpM1W3lq .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usRpM1W3lq .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-usRpM1W3lq .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-usRrqw5D8f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usRrqw5D8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRrqw5D8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRrqw5D8f .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-usRrqw5D8f .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-usRrqw5D8f .position {
  color: #353535;
}
.cid-usRt9NRkdW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usRt9NRkdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRt9NRkdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usRt9NRkdW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usRt9NRkdW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usRt9NRkdW .text-wrapper {
    padding: 2rem;
  }
}
.cid-usRtawindz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usRtawindz .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRtawindz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-usRtawindz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usRtawindz .row {
  flex-direction: row-reverse;
}
.cid-usRtawindz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-usRtawindz .text-wrapper {
    padding: 2rem;
  }
}
.cid-usRuRY3fq6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usRuRY3fq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRuRY3fq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRuRY3fq6 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-usRuRY3fq6 .item .icon-wrap {
  text-align: center;
}
.cid-usRuRY3fq6 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-usRuRY3fq6 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #e43f3f;
}
.cid-usRuRY3fq6 .item.first:before {
  display: none;
}
.cid-usRuRY3fq6 .item.five:before {
  display: none;
}
.cid-usRuRY3fq6 .icon-box {
  background: #e43f3f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-usRuRY3fq6 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-usRuRY3fq6 .mbr-iconfont {
  color: #4d6d9a !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-usRuRY3fq6 .item:before {
    display: none;
  }
  .cid-usRuRY3fq6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGOTvnvck {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sFGSX04rSl .item {
  padding-bottom: 2rem;
}
.cid-sFGSX04rSl .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFGSX04rSl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl .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;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFGSX04rSl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFGSX04rSl .carousel-control,
.cid-sFGSX04rSl .close {
  background: #1b1b1b;
}
.cid-sFGSX04rSl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFGSX04rSl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFGSX04rSl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFGSX04rSl .close::before {
  content: '\e91a';
}
.cid-sFGSX04rSl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGSX04rSl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFGSX04rSl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFGSX04rSl .carousel-indicators li.active,
.cid-sFGSX04rSl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFGSX04rSl .carousel-indicators li::after,
.cid-sFGSX04rSl .carousel-indicators li::before {
  content: none;
}
.cid-sFGSX04rSl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFGSX04rSl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none;
  }
}
.cid-sFGSX04rSl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .carousel-inner > .active {
  display: block;
}
.cid-sFGSX04rSl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-control,
  .cid-sFGSX04rSl .carousel-indicators,
  .cid-sFGSX04rSl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGSX04rSl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGSX04rSl .carousel-indicators .active,
.cid-sFGSX04rSl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFGSX04rSl .carousel-indicators .active {
  background: #fff;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGSX04rSl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGSX04rSl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGSX04rSl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGSX04rSl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGSX04rSl .carousel {
  width: 100%;
}
.cid-sFGSX04rSl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog,
.cid-sFGSX04rSl .modal.in .modal-dialog {
  transform: none;
}
.cid-sFGSX04rSl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGSX04rSl H6 {
  text-align: center;
}
.cid-sFGSUpvomC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sFGSUpvomC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGSUpvomC .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGSUpvomC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGSUpvomC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGSUpvomC .social-row {
  text-align: center;
}
.cid-sFGSUpvomC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #07467d;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #07467d;
  font-size: 1.5rem;
}
.cid-sFGSUpvomC .social-row .soc-item:hover {
  background-color: #07467d;
}
.cid-sFGSUpvomC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ut7QYkKXIB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut7QYkKXIB .mbr-section-title {
  text-align: center;
}
.cid-ut7SoGQJwI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-ut7SoGQJwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut7SoGQJwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut7SoGQJwI .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #4d6d9a;
  margin-bottom: 2rem;
}
.cid-ut7SoGQJwI .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ut7UdWM5sx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ut7TXXJM9P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #bbbbbb;
}
.cid-ut7TXXJM9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ut7TXXJM9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ut7TXXJM9P .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-ut7TXXJM9P .plan-body {
  padding-bottom: 2rem;
}
.cid-ut7TXXJM9P .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ut7TXXJM9P .price {
  color: #4d6d9a;
}
.cid-ut7TXXJM9P .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-ut7TXXJM9P .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-ut7TXXJM9P .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-ut7TXXJM9P .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-ut7TXXJM9P .plan {
    margin-bottom: 2rem;
  }
}
.cid-ut7XxnMEw8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ut7XxnMEw8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ut7XxnMEw8 .currentcost {
  color: #232323;
}
.cid-ut7XxnMEw8 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-ut7XxnMEw8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ut7XxnMEw8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ut7XxnMEw8 .text-box {
    padding: 1rem;
  }
}
.cid-ut7XxnMEw8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-usRdMvLoWf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-usRdMvLoWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRdMvLoWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRdMvLoWf .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-usRdMvLoWf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usRdMvLoWf .copyright {
  color: #bbbbbb;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: absolute !important;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #d2fdff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFHoAfPmXB {
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-sFHoAfPmXB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFHoAfPmXB .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-sFHr5fwP9J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFHr5fwP9J .timeline-element {
  position: relative;
}
.cid-sFHr5fwP9J .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sFHr5fwP9J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHr5fwP9J .mbr-section-title,
.cid-sFHr5fwP9J .mbr-section-subtitle,
.cid-sFHr5fwP9J .timeline-date {
  text-align: center;
}
.cid-sFHr5fwP9J .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #b4dfe5;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sFHr5fwP9J .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-sFHr5fwP9J .row:after {
  content: "";
  position: absolute;
  background-color: #b4dfe5;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sFHr5fwP9J .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper,
  .cid-sFHr5fwP9J .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sFHr5fwP9J .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-sFHr5fwP9J .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper,
  .cid-sFHr5fwP9J .image-wrapper {
    padding: 2rem;
  }
}
.cid-sFHtEv8xMy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFHtEv8xMy .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-sFHtEv8xMy .number {
  color: #232323;
  white-space: nowrap;
}
.cid-sFHtEv8xMy .period {
  display: block;
}
.cid-sFHtEv8xMy .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-sFHtEv8xMy .period {
    font-size: 0.8rem;
  }
}
.cid-sFHtEv8xMy .btn {
  height: 100%;
  margin: 0;
}
.cid-sFHtEv8xMy .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sFHrCR0OHz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2fdff;
}
.cid-sFHrCR0OHz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sFHrCR0OHz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sFHrCR0OHz .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sFHrCR0OHz .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sFHrCR0OHz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sFHrCR0OHz .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sFHrCR0OHz .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sFHrCR0OHz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sFHrCR0OHz [class^="socicon-"]:before,
.cid-sFHrCR0OHz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sFHvmoQ5Jg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFHvmoQ5Jg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFHvmoQ5Jg .row {
    flex-direction: column-reverse;
  }
  .cid-sFHvmoQ5Jg .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFHvmoQ5Jg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHvmoQ5Jg .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFHvmoQ5Jg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHuaHz0Qy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #d2fdff;
}
.cid-sFHuaHz0Qy .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 4rem;
  }
}
.cid-sFHuaHz0Qy .mbr-text,
.cid-sFHuaHz0Qy .mbr-section-btn {
  color: #353535;
}
.cid-sFHuaHz0Qy .card-title,
.cid-sFHuaHz0Qy .card-box {
  text-align: left;
  color: #000000;
}
.cid-sFHujWGouW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFHujWGouW .mbr-media {
  position: relative;
}
.cid-sFHujWGouW .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHujWGouW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sFHujWGouW .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sFHujWGouW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFHujWGouW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFHujWGouW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFHujWGouW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFHujWGouW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFHu4seZjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #d2fdff;
}
.cid-sFHu4seZjP .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFHu4seZjP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFHu4seZjP .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-sFHu4seZjP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFHu4seZjP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFHu4seZjP .mbr-section-title {
  color: #353535;
}
.cid-usRdMvLoWf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-usRdMvLoWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRdMvLoWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRdMvLoWf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-usRdMvLoWf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usRdMvLoWf .copyright {
  color: #bbbbbb;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  position: relative !important;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  position: absolute !important;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFAA5oUu2Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFAA5oUu2Y .dropdown-item:hover,
.cid-sFAA5oUu2Y .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFAA5oUu2Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFAA5oUu2Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFAA5oUu2Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFAA5oUu2Y .nav-link {
  position: relative;
}
.cid-sFAA5oUu2Y .container {
  display: flex;
  margin: auto;
}
.cid-sFAA5oUu2Y .iconfont-wrapper {
  color: #05386b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown-menu,
.cid-sFAA5oUu2Y .navbar.opened {
  background: #edf5e1 !important;
}
.cid-sFAA5oUu2Y .nav-item:focus,
.cid-sFAA5oUu2Y .nav-link:focus {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFAA5oUu2Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFAA5oUu2Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFAA5oUu2Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFAA5oUu2Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(237, 245, 225, 0.8);
}
.cid-sFAA5oUu2Y .navbar.opened {
  transition: all 0.3s;
}
.cid-sFAA5oUu2Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFAA5oUu2Y .navbar .navbar-logo img {
  width: auto;
}
.cid-sFAA5oUu2Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFAA5oUu2Y .navbar.collapsed {
  justify-content: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFAA5oUu2Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFAA5oUu2Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFAA5oUu2Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFAA5oUu2Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFAA5oUu2Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFAA5oUu2Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFAA5oUu2Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFAA5oUu2Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFAA5oUu2Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFAA5oUu2Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFAA5oUu2Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFAA5oUu2Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFAA5oUu2Y .dropdown-item.active,
.cid-sFAA5oUu2Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sFAA5oUu2Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFAA5oUu2Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edf5e1;
}
.cid-sFAA5oUu2Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFAA5oUu2Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFAA5oUu2Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFAA5oUu2Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFAA5oUu2Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #05386b;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFAA5oUu2Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFAA5oUu2Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFAA5oUu2Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFAA5oUu2Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFAA5oUu2Y .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-sFAA5oUu2Y .navbar {
    height: 70px;
  }
  .cid-sFAA5oUu2Y .navbar.opened {
    height: auto;
  }
  .cid-sFAA5oUu2Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCAOqBTxa {
  padding-top: 15rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-sFCAOqBTxa .mbr-section-title {
  color: #05386b;
  text-align: center;
}
.cid-sFCAOqBTxa .mbr-text,
.cid-sFCAOqBTxa .mbr-section-btn {
  color: #05386b;
  text-align: center;
}
.cid-sFADQxFnEn {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #edf5e1;
}
.cid-sFADQxFnEn .mbr-section-title {
  color: #05386b;
}
.cid-sFADQxFnEn .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFACYYm0AQ {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #edf5e1;
}
.cid-sFACYYm0AQ .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-sFACYYm0AQ .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFACYYm0AQ .img1 {
  background: #05386b;
}
.cid-sFACYYm0AQ .img2 {
  background: #05386b;
}
.cid-sFACYYm0AQ .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sFACYYm0AQ .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-sFACYYm0AQ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-sFACYYm0AQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFACYYm0AQ .card-wrapper {
    flex-direction: column;
  }
  .cid-sFACYYm0AQ .card-box {
    padding: 1rem;
  }
  .cid-sFACYYm0AQ .card-box,
  .cid-sFACYYm0AQ .img-wrapper {
    width: 100%;
  }
  .cid-sFACYYm0AQ .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-sFACYYm0AQ .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-sFACYYm0AQ .card-subtitle {
  color: #05386b;
}
.cid-sFACYYm0AQ .mbr-text,
.cid-sFACYYm0AQ .link-wrap {
  color: #555555;
}
.cid-sFACYYm0AQ .card-title,
.cid-sFACYYm0AQ .card-box {
  color: #05386b;
}
.cid-sFACYYm0AQ .mbr-text,
.cid-sFACYYm0AQ .mbr-section-btn {
  color: #555555;
}
.cid-sFADQQfNeA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFADQQfNeA .mbr-section-title {
  color: #05386b;
}
.cid-sFADQQfNeA .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFADMOwrhN {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sFADMOwrhN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sFADMOwrhN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFADMOwrhN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sFADMOwrhN .card-wrapper {
  border-radius: 4px;
  background-color: #edf5e1;
}
.cid-sFADMOwrhN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFADMOwrhN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sFADMOwrhN .mbr-text {
  color: #05386b;
}
.cid-sFADMOwrhN .card-title {
  color: #05386b;
}
.cid-sFADMOwrhN .price {
  color: #05386b;
}
.cid-sFANq99njx {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #edf5e1;
}
.cid-sFANq99njx .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sFANq99njx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFANq99njx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sFANq99njx .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFANq99njx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFANq99njx .card-title {
  color: #05386b;
}
.cid-sFANq99njx .mbr-text,
.cid-sFANq99njx .mbr-section-btn {
  color: #05386b;
}
.cid-sFAOcdRzJX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sFAOcdRzJX .img-wrapper {
  text-align: center;
}
.cid-sFAOcdRzJX img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sFAOcdRzJX .row {
  align-items: flex-start;
}
.cid-sFAOcdRzJX .card-wrapper {
  border-radius: 4px;
  background: #edf5e1;
}
@media (max-width: 992px) {
  .cid-sFAOcdRzJX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sFAOcdRzJX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFAOcdRzJX .card-wrapper {
    padding: 1rem;
  }
}
.cid-sFAOcdRzJX .card-title {
  color: #05386b;
}
.cid-sFAOcdRzJX .mbr-text,
.cid-sFAOcdRzJX .mbr-section-btn {
  color: #05386b;
}
.cid-sFAOw5Fdod {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edf5e1;
}
.cid-sFAOw5Fdod img,
.cid-sFAOw5Fdod .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFAOw5Fdod .item:focus,
.cid-sFAOw5Fdod span:focus {
  outline: none;
}
.cid-sFAOw5Fdod .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFAOw5Fdod .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFAOw5Fdod .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFAOw5Fdod .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFAOw5Fdod .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFAOw5Fdod .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFAOw5Fdod .mbr-section-title {
  color: #05386b;
}
.cid-sFAOw5Fdod .mbr-text,
.cid-sFAOw5Fdod .mbr-section-btn {
  text-align: left;
}
.cid-sFAOw5Fdod .item-title {
  text-align: left;
  color: #05386b;
}
.cid-sFAOw5Fdod .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-sFAOw5Fdod .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFAO03Bfrt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFAO03Bfrt .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sFAO03Bfrt .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sFAO03Bfrt .mbr-section-title {
  color: #05386b;
}
.cid-sFAO03Bfrt .mbr-text {
  color: #05386b;
}
.cid-sFAO03Bfrt .name {
  color: #05386b;
}
.cid-sFAO03Bfrt .position {
  color: #05386b;
}
.cid-sFAQAQGsOD {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #edf5e1;
}
.cid-sFAQAQGsOD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFAQAQGsOD .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFAQAQGsOD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sFAQAQGsOD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFAQAQGsOD .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;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFAQAQGsOD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFAQAQGsOD .carousel-control,
.cid-sFAQAQGsOD .close {
  background: #1b1b1b;
}
.cid-sFAQAQGsOD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFAQAQGsOD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFAQAQGsOD .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFAQAQGsOD .close::before {
  content: '\e91a';
}
.cid-sFAQAQGsOD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFAQAQGsOD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFAQAQGsOD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFAQAQGsOD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFAQAQGsOD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFAQAQGsOD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFAQAQGsOD .carousel-indicators li.active,
.cid-sFAQAQGsOD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFAQAQGsOD .carousel-indicators li::after,
.cid-sFAQAQGsOD .carousel-indicators li::before {
  content: none;
}
.cid-sFAQAQGsOD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFAQAQGsOD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFAQAQGsOD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFAQAQGsOD .carousel-indicators {
    display: none;
  }
}
.cid-sFAQAQGsOD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFAQAQGsOD .carousel-inner > .active {
  display: block;
}
.cid-sFAQAQGsOD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFAQAQGsOD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFAQAQGsOD .carousel-control,
  .cid-sFAQAQGsOD .carousel-indicators,
  .cid-sFAQAQGsOD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFAQAQGsOD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFAQAQGsOD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFAQAQGsOD .carousel-indicators .active,
.cid-sFAQAQGsOD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFAQAQGsOD .carousel-indicators .active {
  background: #fff;
}
.cid-sFAQAQGsOD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFAQAQGsOD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFAQAQGsOD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFAQAQGsOD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFAQAQGsOD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFAQAQGsOD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFAQAQGsOD .carousel {
  width: 100%;
}
.cid-sFAQAQGsOD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFAQAQGsOD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFAQAQGsOD .modal.fade .modal-dialog,
.cid-sFAQAQGsOD .modal.in .modal-dialog {
  transform: none;
}
.cid-sFAQAQGsOD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFAQAQGsOD H6 {
  text-align: center;
}
.cid-sFAQAQGsOD H3 {
  color: #05386b;
}
.cid-sFAOgbarYq {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #fafafa;
}
@media (max-width: 767px) {
  .cid-sFAOgbarYq .row {
    flex-direction: column-reverse;
  }
  .cid-sFAOgbarYq .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFAOgbarYq .google-map {
  height: 100%;
  position: relative;
}
.cid-sFAOgbarYq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFAOgbarYq .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-sFAOgbarYq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFAOgbarYq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFAOgbarYq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFAOgbarYq .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #edf5e1;
}
.cid-sFAOgbarYq .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sFAOgbarYq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFAOgbarYq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFAOgbarYq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4d6d9a;
}
.cid-sFAOgbarYq .mbr-section-title {
  color: #05386b;
}
.cid-sFAOgbarYq .mbr-section-subtitle {
  color: #05386b;
}
.cid-sFAOgbarYq .card-title {
  color: #05386b;
}
.cid-sFAOgbarYq P {
  color: #05386b;
}
.cid-usRdMvLoWf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-usRdMvLoWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRdMvLoWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRdMvLoWf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-usRdMvLoWf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usRdMvLoWf .copyright {
  color: #bbbbbb;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #353535 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu5OqUQtnF {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uu5OqUQtnF h2 {
  color: #000000;
}
.cid-uu5OqUQtnF h1 {
  color: #000000;
}
.cid-uu5OqUQtnF .mbr-text,
.cid-uu5OqUQtnF .mbr-section-btn {
  color: #999999;
}
.cid-uu5N2bc8qX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uu5N2bc8qX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu5N2bc8qX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uu5N2bc8qX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uu5N2bc8qX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uu5N2bc8qX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uu5N2bc8qX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uu5N2bc8qX .mbr-section-title {
  color: #000000;
}
.cid-uu5N2bc8qX .mbr-text,
.cid-uu5N2bc8qX .mbr-section-btn {
  color: #000000;
}
.cid-uu5NkmDrPi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  z-index: 2
;
}
.cid-uu5NkmDrPi .nav-tabs .nav-item.open .nav-link:focus,
.cid-uu5NkmDrPi .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uu5NkmDrPi .row {
  justify-content: space-between;
}
.cid-uu5NkmDrPi img {
  border-radius: 8px;
}
.cid-uu5NkmDrPi .tab-content {
  margin-bottom: 1rem;
}
.cid-uu5NkmDrPi .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0;
}
.cid-uu5NkmDrPi .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-uu5NkmDrPi .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uu5NkmDrPi .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #777d74 !important;
  transition: all .5s;
}
.cid-uu5NkmDrPi .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000 !important;
}
.cid-uu5NkmDrPi .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000 !important;
  font-style: normal;
}
.cid-uu5NkmDrPi .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8 !important;
}
.cid-uu5NkmDrPi .nav-link:hover {
  border: none;
  border-bottom: 3px solid #07467d !important;
}
.cid-uu5NkmDrPi .nav-link.active {
  border: none;
  border-bottom: 3px solid #07467d !important;
}
.cid-uu5NkmDrPi P {
  color: #42424c;
}
@media (max-width: 576px) {
  .cid-uu5NkmDrPi .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uu5NkmDrPi .mbr-text,
  .cid-uu5NkmDrPi .nav-link {
    text-align: center;
  }
}
.cid-uu5NkmDrPi .main-sub-title,
.cid-uu5NkmDrPi .align-wrapper {
  color: #33358c;
}
.cid-uu5NkmDrPi .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-uu5NkmDrPi .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uu5NkmDrPi .inline-wrapper {
  display: inline-block;
}
.cid-uu5NkmDrPi .align-wrapper {
  width: 100%;
}
.cid-uu5NkmDrPi .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-uu5NkmDrPi .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uu5NkmDrPi .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uu5NkmDrPi .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uu5NkmDrPi .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-uu5NkmDrPi .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #a8aaf1;
}
.cid-uu5NaNJjSV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uu5NaNJjSV .mbr-text {
  color: #000000;
}
.cid-uu5NaNJjSV .mbr-section-subtitle {
  color: #000000;
}
.cid-uu5NaNJjSV .mbr-section-title {
  color: #000000;
}
.cid-uu5Nbv28Dq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uu5Nbv28Dq .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uu5Nbv28Dq .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uu5Nbv28Dq .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uu5Nbv28Dq .mbr-section-title {
  text-align: center;
}
.cid-uu5Nbv28Dq .mbr-section-subtitle {
  text-align: center;
}
.cid-uu5NmYGPId {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-uu5NmYGPId .list-group-item {
  background-color: transparent;
  padding: .5rem 2rem;
}
.cid-uu5NmYGPId .plan-body {
  padding-bottom: 2rem;
}
.cid-uu5NmYGPId .second-card {
  background: #1c1c25;
}
.cid-uu5NmYGPId .second-card .plan-title,
.cid-uu5NmYGPId .second-card .price,
.cid-uu5NmYGPId .second-card .price-term,
.cid-uu5NmYGPId .second-card .list-group-item {
  color: #ffffff !important;
}
.cid-uu5NmYGPId .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.cid-uu5NmYGPId .plan-header svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scaleY(0.9);
  z-index: 0;
}
.cid-uu5NmYGPId .plan-header svg path,
.cid-uu5NmYGPId .plan-header svg use,
.cid-uu5NmYGPId .plan-header svg g {
  fill: #07467d !important;
}
.cid-uu5NmYGPId .plan-title,
.cid-uu5NmYGPId .plan-price {
  z-index: 2;
  position: relative;
}
.cid-uu5NmYGPId li {
  position: relative;
}
.cid-uu5NmYGPId li:before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #cc2952;
  font-size: 0.8rem;
}
.cid-uu5NmYGPId .plan {
  word-break: break-word;
  border: 2px solid #efefef;
  border-radius: 16px;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.cid-uu5NmYGPId .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-uu5NmYGPId .plan {
    margin-bottom: 2rem;
  }
}
.cid-uu5NmYGPId UL {
  text-align: left;
}
.cid-uu5NmYGPId .price {
  color: #000000;
}
.cid-uu5NLC5YJu {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-uu5NLC5YJu .card-header {
  background: transparent;
}
.cid-uu5NLC5YJu img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uu5NLC5YJu .wrapper {
    padding: 0;
  }
  .cid-uu5NLC5YJu img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uu5NLC5YJu .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-uu5NLC5YJu .mbr-iconfont:before {
  content: "\e960";
}
.cid-uu5NLC5YJu .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uu5NLC5YJu .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uu5NLC5YJu .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uu5NLC5YJu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uu5NLC5YJu .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-uu5NLC5YJu .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-uu5NLC5YJu h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-uu5NLC5YJu .wrapper {
    padding: 2rem 1rem;
  }
  .cid-uu5NLC5YJu h5 {
    padding: 1rem 0rem;
  }
}
.cid-uu5NLC5YJu .mbr-text,
.cid-uu5NLC5YJu .mbr-section-btn {
  color: #ffffff;
}
.cid-uu5NLC5YJu .panel-text {
  color: #555555;
}
.cid-uu5NLC5YJu H4 {
  color: #ffffff;
}
.cid-uu5NLC5YJu H5 {
  color: #000000;
}
.cid-uu5NLC5YJu H3 {
  color: #000000;
}
.cid-uu5NOVmEKF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uu5NOVmEKF img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-uu5NOVmEKF .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uu5NOVmEKF .card-title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #ffffff;
}
.cid-uu5NOVmEKF .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uu5NOVmEKF .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(#07467d, #cc2952);
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-uu5NOVmEKF .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.cid-uu5NOVmEKF .card:hover img {
  transform: scale(1.06);
}
.cid-uu5NOVmEKF .card:hover .card-box {
  opacity: 1;
}
.cid-uu5NOVmEKF .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-uu5NOVmEKF .card:hover .text-wrap {
  opacity: 1;
}
.cid-uu5NOVmEKF .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-uu5NOVmEKF .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-uu5NOVmEKF .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-uu5NOVmEKF .mbr-text,
.cid-uu5NOVmEKF .link-align {
  color: #ffffff;
}
.cid-uu5NOVmEKF .mbr-subtitle,
.cid-uu5NOVmEKF .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uu5NOVmEKF .card .text-wrap,
  .cid-uu5NOVmEKF .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-uu5NOVmEKF .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-uu5NOVmEKF .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-uu5NOVmEKF .main-title {
  color: #999999;
}
.cid-uu5NOVmEKF .mbr-subtitle {
  color: #cccccc;
}
.cid-uu5NOVmEKF .mbr-mainsubtitle {
  color: #000000;
}
.cid-uu5N3CfTOt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cc2952;
}
.cid-uu5N3CfTOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu5N3CfTOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu5N3CfTOt .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uu5N3CfTOt .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uu5N3CfTOt .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uu5N3CfTOt .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uu5N3CfTOt .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uu5N3CfTOt .row {
  flex-direction: row-reverse;
}
.cid-uu5N3CfTOt .image-wrapper {
  padding: 0 1rem;
}
.cid-uu5N3CfTOt img,
.cid-uu5N3CfTOt .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uu5N3CfTOt img,
  .cid-uu5N3CfTOt .image-wrapper {
    max-height: 350px;
  }
}
.cid-uu5N3CfTOt .mbr-section-title {
  color: #000000;
}
.cid-uu5N3CfTOt .mbr-text {
  color: #000000;
}
.cid-usRdMvLoWf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-usRdMvLoWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRdMvLoWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRdMvLoWf .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-usRdMvLoWf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usRdMvLoWf .copyright {
  color: #bbbbbb;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #353535 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uua6DB4NGA {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uua6DB4NGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uua6DB4NGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uua6kBCm82 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uua6kBCm82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uua6kBCm82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uua6kBCm82 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uua6kBCm82 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uua6kBCm82 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uua6BBB9EP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uua6BBB9EP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uua6BBB9EP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uua6BBB9EP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uua6BBB9EP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uua6BBB9EP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uuaazrsF4P {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuaazrsF4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuaazrsF4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuaazrsF4P ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uuaazrsF4P li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uuaazrsF4P ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uuaaz43NyF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuaaz43NyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuaaz43NyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuaaz43NyF ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uuaaz43NyF li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uuaaz43NyF ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-usRdMvLoWf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-usRdMvLoWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRdMvLoWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRdMvLoWf .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-usRdMvLoWf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usRdMvLoWf .copyright {
  color: #bbbbbb;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #353535 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuaee4il9i {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuaee4il9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuaee4il9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuaeeMrFHU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuaeiRHmFH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuaeiz8AdG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuaegzVI0V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuaeg8m5ci {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuafuBPyED {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuafvCbG4p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuafwyg9yv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuafw7Vkdt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuaefb7UuV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuafv3lk1g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usRdMvLoWf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-usRdMvLoWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRdMvLoWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRdMvLoWf .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-usRdMvLoWf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usRdMvLoWf .copyright {
  color: #bbbbbb;
}
.cid-uuag0oHYzo .navbar-dropdown {
  position: relative !important;
}
.cid-uuag0oHYzo .navbar-dropdown {
  position: absolute !important;
}
.cid-uuag0oHYzo .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-uuag0oHYzo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuag0oHYzo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuag0oHYzo .dropdown-item:hover,
.cid-uuag0oHYzo .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uuag0oHYzo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuag0oHYzo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuag0oHYzo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuag0oHYzo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuag0oHYzo .nav-link {
  position: relative;
}
.cid-uuag0oHYzo .container {
  display: flex;
  margin: auto;
}
.cid-uuag0oHYzo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuag0oHYzo .dropdown-menu,
.cid-uuag0oHYzo .navbar.opened {
  background: #353535 !important;
}
.cid-uuag0oHYzo .nav-item:focus,
.cid-uuag0oHYzo .nav-link:focus {
  outline: none;
}
.cid-uuag0oHYzo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuag0oHYzo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuag0oHYzo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuag0oHYzo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuag0oHYzo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuag0oHYzo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuag0oHYzo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uuag0oHYzo .navbar.opened {
  transition: all 0.3s;
}
.cid-uuag0oHYzo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuag0oHYzo .navbar .navbar-logo img {
  width: auto;
}
.cid-uuag0oHYzo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuag0oHYzo .navbar.collapsed {
  justify-content: center;
}
.cid-uuag0oHYzo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuag0oHYzo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuag0oHYzo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuag0oHYzo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuag0oHYzo .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-uuag0oHYzo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuag0oHYzo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuag0oHYzo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuag0oHYzo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuag0oHYzo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuag0oHYzo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuag0oHYzo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuag0oHYzo .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-uuag0oHYzo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuag0oHYzo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuag0oHYzo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuag0oHYzo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuag0oHYzo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuag0oHYzo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uuag0oHYzo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuag0oHYzo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuag0oHYzo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuag0oHYzo .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-uuag0oHYzo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuag0oHYzo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuag0oHYzo .dropdown-item.active,
.cid-uuag0oHYzo .dropdown-item:active {
  background-color: transparent;
}
.cid-uuag0oHYzo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuag0oHYzo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuag0oHYzo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuag0oHYzo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uuag0oHYzo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuag0oHYzo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuag0oHYzo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuag0oHYzo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuag0oHYzo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuag0oHYzo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuag0oHYzo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuag0oHYzo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuag0oHYzo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuag0oHYzo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuag0oHYzo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuag0oHYzo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuag0oHYzo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuag0oHYzo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuag0oHYzo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uuag0oHYzo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuag0oHYzo .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-uuag0oHYzo .navbar {
    height: 70px;
  }
  .cid-uuag0oHYzo .navbar.opened {
    height: auto;
  }
  .cid-uuag0oHYzo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuag0pciGP {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuag0pciGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuag0pciGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuag0pLqEd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuag0qdGE0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuag0qFhvJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuag0r1JiF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuag0rxFy5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuag0rRpQj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuag0scMSt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuag0sxYtp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuag0sU60V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuag0tdLx0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuag0tRCCA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uuag0tRCCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuag0tRCCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuag0tRCCA .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uuag0tRCCA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuag0tRCCA .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uuag0tRCCA .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uuag0tRCCA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuag0tRCCA .copyright {
  color: #bbbbbb;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #353535 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuakNUXZmO {
  background-image: url("../../../assets/images/sugardaddyvass.jpg");
}
.cid-uuakNUXZmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuakNUXZmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuakUs4VXa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuakUs4VXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuakUs4VXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuaKjzIcUF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuaKjzIcUF img {
  width: 100%;
  pointer-events: all;
}
.cid-uuaKjzIcUF .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uuaKjzIcUF .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uuaKjzIcUF .card:hover .text-wrap {
  opacity: 1;
}
.cid-uuaKjzIcUF .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uuaKjzIcUF .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uuaKjzIcUF .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uuaKjzIcUF .text-wrap p {
  pointer-events: all;
}
.cid-uuaKjzIcUF .text-wrap .link-align {
  pointer-events: all;
}
.cid-uuaKjzIcUF .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uuaKjzIcUF .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uuaKjzIcUF .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uuaKjzIcUF .mbr-text,
.cid-uuaKjzIcUF .link-align {
  color: #ffffff;
}
.cid-uuaKjzIcUF .card-title {
  color: #200960;
}
.cid-uuaKjzIcUF .mbr-subtitle,
.cid-uuaKjzIcUF .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uuaKjzIcUF .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uuaKjzIcUF .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uuaKjzIcUF .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uub2L2PKky {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uub2L2PKky img {
  width: 100%;
  pointer-events: all;
}
.cid-uub2L2PKky .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uub2L2PKky .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uub2L2PKky .card:hover .text-wrap {
  opacity: 1;
}
.cid-uub2L2PKky .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uub2L2PKky .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uub2L2PKky .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uub2L2PKky .text-wrap p {
  pointer-events: all;
}
.cid-uub2L2PKky .text-wrap .link-align {
  pointer-events: all;
}
.cid-uub2L2PKky .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uub2L2PKky .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uub2L2PKky .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uub2L2PKky .mbr-text,
.cid-uub2L2PKky .link-align {
  color: #ffffff;
}
.cid-uub2L2PKky .card-title {
  color: #200960;
}
.cid-uub2L2PKky .mbr-subtitle,
.cid-uub2L2PKky .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uub2L2PKky .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uub2L2PKky .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uub2L2PKky .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uuakV7ubK6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uuaJDWDYlI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuaJDWDYlI .mbr-text {
  color: #777d74;
}
.cid-uuakSMDzdz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uuakSMDzdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuakSMDzdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuakSMDzdz .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uuakSMDzdz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuakSMDzdz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuakSMDzdz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuakSMDzdz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uuakSMDzdz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uuakSMDzdz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uuaJnkyhK9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uuaJnkyhK9 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uuaJnkyhK9 .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uuaJnkyhK9 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uuaJnkyhK9 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uuaJnkyhK9 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uuaJnkyhK9 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uuaJnkyhK9 .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-uuaJq15yNR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uuaJq15yNR .mbr-text {
  color: #777d74;
}
.cid-uual5ORHNR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uual5ORHNR .mbr-text {
  color: #767676;
}
.cid-uual5ORHNR .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-uual5ORHNR .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uual5ORHNR h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uual5ORHNR .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uual5ORHNR .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uual5ORHNR .row {
    margin: 0;
  }
}
.cid-uuaUHZWS4m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uuaUHZWS4m .mbr-text {
  color: #767676;
}
.cid-uuaUHZWS4m .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-uuaUHZWS4m .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uuaUHZWS4m h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uuaUHZWS4m .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuaUHZWS4m .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uuaUHZWS4m .row {
    margin: 0;
  }
}
.cid-uuaJIGWRth {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uuaJIGWRth .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-uuaJIGWRth .card-wrapper:hover .card-title {
  color: #e43f3f;
}
.cid-uuaJIGWRth img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-uuaJIGWRth .main-sub-title {
  background: #a8aaf1;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uuaJIGWRth .wrapper {
  background: #1c1c25;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-uuaJIGWRth .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uuaJIGWRth .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uuaJIGWRth .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #e43f3f;
}
.cid-uuaJIGWRth .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uuaJIGWRth .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-uuaJIGWRth span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-uuaJIGWRth .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uuaJIGWRth .main-text {
  color: #c8c8c8;
}
.cid-uuaJIGWRth .card-text {
  color: #c8c8c8;
}
.cid-uuaWVOfYVu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uuaWVOfYVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuaWVOfYVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuaWVOfYVu .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uuaWVOfYVu .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuaWVOfYVu .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uuaWVOfYVu .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uuaWVOfYVu .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uuaWVOfYVu .row {
  flex-direction: row-reverse;
}
.cid-uuaWVOfYVu .image-wrapper {
  padding: 0 1rem;
}
.cid-uuaWVOfYVu img,
.cid-uuaWVOfYVu .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uuaWVOfYVu img,
  .cid-uuaWVOfYVu .image-wrapper {
    max-height: 350px;
  }
}
.cid-uuaWVOfYVu .mbr-section-title {
  color: #000000;
}
.cid-uuaWVOfYVu .mbr-text {
  color: #000000;
}
.cid-usRdMvLoWf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-usRdMvLoWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-usRdMvLoWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usRdMvLoWf .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usRdMvLoWf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-usRdMvLoWf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-usRdMvLoWf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usRdMvLoWf .copyright {
  color: #bbbbbb;
}
.cid-uubdIAjtBq .navbar-dropdown {
  position: relative !important;
}
.cid-uubdIAjtBq .navbar-dropdown {
  position: absolute !important;
}
.cid-uubdIAjtBq .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-uubdIAjtBq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uubdIAjtBq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uubdIAjtBq .dropdown-item:hover,
.cid-uubdIAjtBq .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uubdIAjtBq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uubdIAjtBq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uubdIAjtBq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uubdIAjtBq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uubdIAjtBq .nav-link {
  position: relative;
}
.cid-uubdIAjtBq .container {
  display: flex;
  margin: auto;
}
.cid-uubdIAjtBq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uubdIAjtBq .dropdown-menu,
.cid-uubdIAjtBq .navbar.opened {
  background: #353535 !important;
}
.cid-uubdIAjtBq .nav-item:focus,
.cid-uubdIAjtBq .nav-link:focus {
  outline: none;
}
.cid-uubdIAjtBq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uubdIAjtBq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uubdIAjtBq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uubdIAjtBq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uubdIAjtBq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uubdIAjtBq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uubdIAjtBq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uubdIAjtBq .navbar.opened {
  transition: all 0.3s;
}
.cid-uubdIAjtBq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uubdIAjtBq .navbar .navbar-logo img {
  width: auto;
}
.cid-uubdIAjtBq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uubdIAjtBq .navbar.collapsed {
  justify-content: center;
}
.cid-uubdIAjtBq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uubdIAjtBq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uubdIAjtBq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uubdIAjtBq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uubdIAjtBq .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-uubdIAjtBq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uubdIAjtBq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uubdIAjtBq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uubdIAjtBq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uubdIAjtBq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uubdIAjtBq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uubdIAjtBq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uubdIAjtBq .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-uubdIAjtBq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uubdIAjtBq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uubdIAjtBq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uubdIAjtBq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uubdIAjtBq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uubdIAjtBq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uubdIAjtBq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uubdIAjtBq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uubdIAjtBq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uubdIAjtBq .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-uubdIAjtBq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uubdIAjtBq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uubdIAjtBq .dropdown-item.active,
.cid-uubdIAjtBq .dropdown-item:active {
  background-color: transparent;
}
.cid-uubdIAjtBq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uubdIAjtBq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uubdIAjtBq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uubdIAjtBq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uubdIAjtBq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uubdIAjtBq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uubdIAjtBq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uubdIAjtBq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uubdIAjtBq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uubdIAjtBq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uubdIAjtBq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uubdIAjtBq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubdIAjtBq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubdIAjtBq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uubdIAjtBq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubdIAjtBq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uubdIAjtBq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uubdIAjtBq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubdIAjtBq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uubdIAjtBq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uubdIAjtBq .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-uubdIAjtBq .navbar {
    height: 70px;
  }
  .cid-uubdIAjtBq .navbar.opened {
    height: auto;
  }
  .cid-uubdIAjtBq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uubdID2yeL {
  background-image: url("../../../assets/images/richman.jpg");
}
.cid-uubdID2yeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubdID2yeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubdIEbqGo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uubdIEbqGo img {
  width: 100%;
  pointer-events: all;
}
.cid-uubdIEbqGo .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uubdIEbqGo .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uubdIEbqGo .card:hover .text-wrap {
  opacity: 1;
}
.cid-uubdIEbqGo .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uubdIEbqGo .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uubdIEbqGo .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uubdIEbqGo .text-wrap p {
  pointer-events: all;
}
.cid-uubdIEbqGo .text-wrap .link-align {
  pointer-events: all;
}
.cid-uubdIEbqGo .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uubdIEbqGo .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uubdIEbqGo .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uubdIEbqGo .mbr-text,
.cid-uubdIEbqGo .link-align {
  color: #ffffff;
}
.cid-uubdIEbqGo .card-title {
  color: #200960;
}
.cid-uubdIEbqGo .mbr-subtitle,
.cid-uubdIEbqGo .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uubdIEbqGo .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uubdIEbqGo .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uubdIEbqGo .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uubdIEK8xB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uubdIEK8xB img {
  width: 100%;
  pointer-events: all;
}
.cid-uubdIEK8xB .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uubdIEK8xB .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uubdIEK8xB .card:hover .text-wrap {
  opacity: 1;
}
.cid-uubdIEK8xB .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uubdIEK8xB .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uubdIEK8xB .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uubdIEK8xB .text-wrap p {
  pointer-events: all;
}
.cid-uubdIEK8xB .text-wrap .link-align {
  pointer-events: all;
}
.cid-uubdIEK8xB .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uubdIEK8xB .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uubdIEK8xB .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uubdIEK8xB .mbr-text,
.cid-uubdIEK8xB .link-align {
  color: #ffffff;
}
.cid-uubdIEK8xB .card-title {
  color: #200960;
}
.cid-uubdIEK8xB .mbr-subtitle,
.cid-uubdIEK8xB .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uubdIEK8xB .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uubdIEK8xB .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uubdIEK8xB .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uubdIFjUI4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uubdIFEGT6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uubdIFEGT6 .mbr-text {
  color: #777d74;
}
.cid-uubdIG6DaG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uubdIG6DaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubdIG6DaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubdIG6DaG .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uubdIG6DaG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uubdIG6DaG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uubdIG6DaG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uubdIG6DaG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uubdIG6DaG .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uubdIG6DaG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uubdIGvSth {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uubdIGvSth img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uubdIGvSth .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uubdIGvSth .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uubdIGvSth .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uubdIGvSth .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uubdIGvSth .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uubdIGvSth .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-uubdIGX0ll {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uubdIGX0ll .mbr-text {
  color: #777d74;
}
.cid-uubdIHibAf {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uubdIHibAf .mbr-text {
  color: #767676;
}
.cid-uubdIHibAf .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-uubdIHibAf .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uubdIHibAf h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uubdIHibAf .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uubdIHibAf .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uubdIHibAf .row {
    margin: 0;
  }
}
.cid-uubdII6zRK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uubdII6zRK .mbr-text {
  color: #767676;
}
.cid-uubdII6zRK .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-uubdII6zRK .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uubdII6zRK h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uubdII6zRK .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uubdII6zRK .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uubdII6zRK .row {
    margin: 0;
  }
}
.cid-uubAYdqZ2f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uubAYdqZ2f .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uubAYdqZ2f .team-card:hover {
  transform: translateY(-10px);
}
.cid-uubAYdqZ2f .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uubAYdqZ2f .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uubAYdqZ2f .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uubAYdqZ2f .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uubAYdqZ2f .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uubAYdqZ2f .social-row {
  text-align: center;
}
.cid-uubAYdqZ2f .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uubAYdqZ2f .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uubAYdqZ2f .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uubAYdqZ2f .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uubB7s5001 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uubB7s5001 .container {
    max-width: 1400px;
  }
}
.cid-uubB7s5001 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uubB7s5001 .card-box {
    padding: 1rem;
  }
}
.cid-uubB7s5001 .link-wrap {
  width: 100%;
}
.cid-uubB7s5001 .link {
  display: inline-block;
}
.cid-uubB7s5001 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-uubB7s5001 .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: '\e909';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uubB7s5001 .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-uubB7s5001 .card-sub-title {
  color: #d58f76;
}
.cid-uubB7s5001 .mbr-text,
.cid-uubB7s5001 .link-wrap {
  color: #999999;
}
.cid-uubB7s5001 .card-title,
.cid-uubB7s5001 .card-box {
  color: #200960;
}
.cid-uubB7s5001 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uubDpqGYF5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uubDpqGYF5 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uubDpqGYF5 .container {
    position: relative;
  }
  .cid-uubDpqGYF5 .row {
    margin: 0;
  }
  .cid-uubDpqGYF5 h2 {
    margin: 0;
  }
}
.cid-uubDpqGYF5 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uubDpqGYF5 .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
.cid-uubDpqGYF5 h2 {
  text-align: left;
}
.cid-uubdIJnNbF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uubdIJnNbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubdIJnNbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubdIJnNbF .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uubdIJnNbF .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uubdIJnNbF .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uubdIJnNbF .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uubdIJnNbF .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uubdIJnNbF .row {
  flex-direction: row-reverse;
}
.cid-uubdIJnNbF .image-wrapper {
  padding: 0 1rem;
}
.cid-uubdIJnNbF img,
.cid-uubdIJnNbF .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uubdIJnNbF img,
  .cid-uubdIJnNbF .image-wrapper {
    max-height: 350px;
  }
}
.cid-uubdIJnNbF .mbr-section-title {
  color: #000000;
}
.cid-uubdIJnNbF .mbr-text {
  color: #000000;
}
.cid-uubdIJO58h {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uubdIJO58h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubdIJO58h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubdIJO58h .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uubdIJO58h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uubdIJO58h .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uubdIJO58h .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uubdIJO58h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uubdIJO58h .copyright {
  color: #bbbbbb;
}
.cid-uurvMUMfXm .navbar-dropdown {
  position: relative !important;
}
.cid-uurvMUMfXm .navbar-dropdown {
  position: absolute !important;
}
.cid-uurvMUMfXm .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-uurvMUMfXm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uurvMUMfXm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uurvMUMfXm .dropdown-item:hover,
.cid-uurvMUMfXm .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uurvMUMfXm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uurvMUMfXm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uurvMUMfXm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uurvMUMfXm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uurvMUMfXm .nav-link {
  position: relative;
}
.cid-uurvMUMfXm .container {
  display: flex;
  margin: auto;
}
.cid-uurvMUMfXm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uurvMUMfXm .dropdown-menu,
.cid-uurvMUMfXm .navbar.opened {
  background: #353535 !important;
}
.cid-uurvMUMfXm .nav-item:focus,
.cid-uurvMUMfXm .nav-link:focus {
  outline: none;
}
.cid-uurvMUMfXm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uurvMUMfXm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uurvMUMfXm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uurvMUMfXm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uurvMUMfXm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uurvMUMfXm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uurvMUMfXm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uurvMUMfXm .navbar.opened {
  transition: all 0.3s;
}
.cid-uurvMUMfXm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uurvMUMfXm .navbar .navbar-logo img {
  width: auto;
}
.cid-uurvMUMfXm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uurvMUMfXm .navbar.collapsed {
  justify-content: center;
}
.cid-uurvMUMfXm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uurvMUMfXm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uurvMUMfXm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uurvMUMfXm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uurvMUMfXm .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-uurvMUMfXm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uurvMUMfXm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uurvMUMfXm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uurvMUMfXm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uurvMUMfXm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uurvMUMfXm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uurvMUMfXm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uurvMUMfXm .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-uurvMUMfXm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uurvMUMfXm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uurvMUMfXm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uurvMUMfXm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uurvMUMfXm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uurvMUMfXm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uurvMUMfXm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uurvMUMfXm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uurvMUMfXm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uurvMUMfXm .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-uurvMUMfXm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uurvMUMfXm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uurvMUMfXm .dropdown-item.active,
.cid-uurvMUMfXm .dropdown-item:active {
  background-color: transparent;
}
.cid-uurvMUMfXm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uurvMUMfXm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uurvMUMfXm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uurvMUMfXm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uurvMUMfXm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uurvMUMfXm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uurvMUMfXm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uurvMUMfXm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uurvMUMfXm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uurvMUMfXm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uurvMUMfXm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uurvMUMfXm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uurvMUMfXm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uurvMUMfXm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uurvMUMfXm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uurvMUMfXm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uurvMUMfXm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uurvMUMfXm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uurvMUMfXm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uurvMUMfXm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uurvMUMfXm .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-uurvMUMfXm .navbar {
    height: 70px;
  }
  .cid-uurvMUMfXm .navbar.opened {
    height: auto;
  }
  .cid-uurvMUMfXm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uurvMVA7Dz {
  background-image: url("../../../assets/images/handsomemancc.jpg");
}
.cid-uurvMVA7Dz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uurvMVA7Dz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uurvMWfOeX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uurvMWfOeX img {
  width: 100%;
  pointer-events: all;
}
.cid-uurvMWfOeX .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uurvMWfOeX .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uurvMWfOeX .card:hover .text-wrap {
  opacity: 1;
}
.cid-uurvMWfOeX .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uurvMWfOeX .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uurvMWfOeX .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uurvMWfOeX .text-wrap p {
  pointer-events: all;
}
.cid-uurvMWfOeX .text-wrap .link-align {
  pointer-events: all;
}
.cid-uurvMWfOeX .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uurvMWfOeX .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uurvMWfOeX .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uurvMWfOeX .mbr-text,
.cid-uurvMWfOeX .link-align {
  color: #ffffff;
}
.cid-uurvMWfOeX .card-title {
  color: #200960;
}
.cid-uurvMWfOeX .mbr-subtitle,
.cid-uurvMWfOeX .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uurvMWfOeX .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uurvMWfOeX .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uurvMWfOeX .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uurvMX70YV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uurvMX70YV img {
  width: 100%;
  pointer-events: all;
}
.cid-uurvMX70YV .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uurvMX70YV .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uurvMX70YV .card:hover .text-wrap {
  opacity: 1;
}
.cid-uurvMX70YV .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uurvMX70YV .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uurvMX70YV .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uurvMX70YV .text-wrap p {
  pointer-events: all;
}
.cid-uurvMX70YV .text-wrap .link-align {
  pointer-events: all;
}
.cid-uurvMX70YV .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uurvMX70YV .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uurvMX70YV .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uurvMX70YV .mbr-text,
.cid-uurvMX70YV .link-align {
  color: #ffffff;
}
.cid-uurvMX70YV .card-title {
  color: #200960;
}
.cid-uurvMX70YV .mbr-subtitle,
.cid-uurvMX70YV .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uurvMX70YV .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uurvMX70YV .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uurvMX70YV .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uurvMXUu5N {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uurvMYTgyO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uurvMYTgyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uurvMYTgyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uurvMYTgyO .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uurvMYTgyO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uurvMYTgyO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uurvMYTgyO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uurvMYTgyO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uurvMYTgyO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uurvMYTgyO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uurvMYn8wQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uurvMYn8wQ .mbr-text {
  color: #777d74;
}
.cid-uurNo1v0hq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uurNo1v0hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uurNo1v0hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uurNo1v0hq .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uurNo1v0hq .card {
    margin-bottom: 2rem!important;
  }
  .cid-uurNo1v0hq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uurNo1v0hq .link-wrap {
    align-items: center;
  }
}
.cid-uurNo1v0hq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uurvN07naM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uurvN07naM .mbr-text {
  color: #777d74;
}
.cid-uurvN0DFiP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uurvN0DFiP .mbr-text {
  color: #767676;
}
.cid-uurvN0DFiP .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-uurvN0DFiP .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uurvN0DFiP h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uurvN0DFiP .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uurvN0DFiP .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uurvN0DFiP .row {
    margin: 0;
  }
}
.cid-uurvN1bg32 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uurvN1bg32 .mbr-text {
  color: #767676;
}
.cid-uurvN1bg32 .mbr-title {
  color: #101010;
}
@media (max-width: 767px) {
  .cid-uurvN1bg32 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uurvN1bg32 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-uurvN1bg32 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uurvN1bg32 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uurvN1bg32 .row {
    margin: 0;
  }
}
.cid-uurvN40re0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uurvN40re0 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uurvN40re0 .container {
    position: relative;
  }
  .cid-uurvN40re0 .row {
    margin: 0;
  }
  .cid-uurvN40re0 h2 {
    margin: 0;
  }
}
.cid-uurvN40re0 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uurvN40re0 .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
.cid-uurvN40re0 h2 {
  text-align: left;
}
.cid-uurTH0NXQp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uurTH0NXQp .counter-container ul {
  margin-bottom: 0;
}
.cid-uurTH0NXQp .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uurTH0NXQp .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-uurUAJT6CD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uurUAJT6CD .mbr-text {
  color: #777d74;
}
.cid-uurvN4yjZO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uurvN4yjZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uurvN4yjZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uurvN4yjZO .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uurvN4yjZO .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uurvN4yjZO .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uurvN4yjZO .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uurvN4yjZO .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uurvN4yjZO .row {
  flex-direction: row-reverse;
}
.cid-uurvN4yjZO .image-wrapper {
  padding: 0 1rem;
}
.cid-uurvN4yjZO img,
.cid-uurvN4yjZO .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uurvN4yjZO img,
  .cid-uurvN4yjZO .image-wrapper {
    max-height: 350px;
  }
}
.cid-uurvN4yjZO .mbr-section-title {
  color: #000000;
}
.cid-uurvN4yjZO .mbr-text {
  color: #000000;
}
.cid-uurvN5ivk4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uurvN5ivk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uurvN5ivk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uurvN5ivk4 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uurvN5ivk4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uurvN5ivk4 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uurvN5ivk4 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uurvN5ivk4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uurvN5ivk4 .copyright {
  color: #bbbbbb;
}
.cid-uvFt769YyM .navbar-dropdown {
  position: relative !important;
}
.cid-uvFt769YyM .navbar-dropdown {
  position: absolute !important;
}
.cid-uvFt769YyM .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-uvFt769YyM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvFt769YyM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvFt769YyM .dropdown-item:hover,
.cid-uvFt769YyM .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uvFt769YyM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvFt769YyM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvFt769YyM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvFt769YyM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvFt769YyM .nav-link {
  position: relative;
}
.cid-uvFt769YyM .container {
  display: flex;
  margin: auto;
}
.cid-uvFt769YyM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvFt769YyM .dropdown-menu,
.cid-uvFt769YyM .navbar.opened {
  background: #353535 !important;
}
.cid-uvFt769YyM .nav-item:focus,
.cid-uvFt769YyM .nav-link:focus {
  outline: none;
}
.cid-uvFt769YyM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvFt769YyM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvFt769YyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvFt769YyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvFt769YyM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvFt769YyM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvFt769YyM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uvFt769YyM .navbar.opened {
  transition: all 0.3s;
}
.cid-uvFt769YyM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvFt769YyM .navbar .navbar-logo img {
  width: auto;
}
.cid-uvFt769YyM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvFt769YyM .navbar.collapsed {
  justify-content: center;
}
.cid-uvFt769YyM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvFt769YyM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvFt769YyM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvFt769YyM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvFt769YyM .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-uvFt769YyM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvFt769YyM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvFt769YyM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvFt769YyM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvFt769YyM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvFt769YyM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvFt769YyM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvFt769YyM .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-uvFt769YyM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvFt769YyM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvFt769YyM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvFt769YyM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvFt769YyM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvFt769YyM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvFt769YyM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvFt769YyM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvFt769YyM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvFt769YyM .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-uvFt769YyM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvFt769YyM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvFt769YyM .dropdown-item.active,
.cid-uvFt769YyM .dropdown-item:active {
  background-color: transparent;
}
.cid-uvFt769YyM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvFt769YyM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvFt769YyM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvFt769YyM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvFt769YyM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvFt769YyM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvFt769YyM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvFt769YyM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvFt769YyM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvFt769YyM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvFt769YyM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvFt769YyM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvFt769YyM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvFt769YyM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvFt769YyM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvFt769YyM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvFt769YyM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvFt769YyM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvFt769YyM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvFt769YyM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvFt769YyM .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-uvFt769YyM .navbar {
    height: 70px;
  }
  .cid-uvFt769YyM .navbar.opened {
    height: auto;
  }
  .cid-uvFt769YyM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvFt76ycku {
  background-image: url("../../../assets/images/sugardaddyvass.jpg");
}
.cid-uvFt76ycku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvFt76ycku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvFt77qFmM {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvFt77qFmM img {
  width: 100%;
  pointer-events: all;
}
.cid-uvFt77qFmM .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uvFt77qFmM .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uvFt77qFmM .card:hover .text-wrap {
  opacity: 1;
}
.cid-uvFt77qFmM .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uvFt77qFmM .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uvFt77qFmM .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uvFt77qFmM .text-wrap p {
  pointer-events: all;
}
.cid-uvFt77qFmM .text-wrap .link-align {
  pointer-events: all;
}
.cid-uvFt77qFmM .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uvFt77qFmM .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uvFt77qFmM .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uvFt77qFmM .mbr-text,
.cid-uvFt77qFmM .link-align {
  color: #ffffff;
}
.cid-uvFt77qFmM .card-title {
  color: #200960;
}
.cid-uvFt77qFmM .mbr-subtitle,
.cid-uvFt77qFmM .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uvFt77qFmM .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uvFt77qFmM .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uvFt77qFmM .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uvFt780qmA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvFt780qmA img {
  width: 100%;
  pointer-events: all;
}
.cid-uvFt780qmA .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uvFt780qmA .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uvFt780qmA .card:hover .text-wrap {
  opacity: 1;
}
.cid-uvFt780qmA .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uvFt780qmA .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uvFt780qmA .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uvFt780qmA .text-wrap p {
  pointer-events: all;
}
.cid-uvFt780qmA .text-wrap .link-align {
  pointer-events: all;
}
.cid-uvFt780qmA .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uvFt780qmA .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uvFt780qmA .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uvFt780qmA .mbr-text,
.cid-uvFt780qmA .link-align {
  color: #ffffff;
}
.cid-uvFt780qmA .card-title {
  color: #200960;
}
.cid-uvFt780qmA .mbr-subtitle,
.cid-uvFt780qmA .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uvFt780qmA .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uvFt780qmA .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uvFt780qmA .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uvFt78ygkL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvFt79dqf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvFt79dqf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvFt79dqf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvFt79dqf5 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvFt79dqf5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvFt79dqf5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvFt79dqf5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvFt79dqf5 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvFt79dqf5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvFt79dqf5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvFt79I92Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvFt79I92Q img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uvFt79I92Q .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvFt79I92Q .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uvFt79I92Q .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uvFt79I92Q .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uvFt79I92Q .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uvFMNKctmW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvFMNKctmW .mbr-text {
  color: #777d74;
}
.cid-uvFNVoOk64 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvFNVoOk64 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-uvFNVoOk64 .panel-group {
  border: none;
}
.cid-uvFNVoOk64 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvFNVoOk64 .panel-body {
  padding: 1rem 2rem;
}
.cid-uvFNVoOk64 .header-wrapper {
  position: relative;
}
.cid-uvFNVoOk64 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uvFNVoOk64 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uvFNVoOk64 .card {
  overflow: visible;
}
.cid-uvFNVoOk64 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uvFNVoOk64 .card:hover .hover-bg {
  background: #fafafa;
  right: -8px;
  top: 8px;
}
.cid-uvFNVoOk64 .card:hover span {
  transform: rotate(-90deg);
}
.cid-uvFNVoOk64 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uvFNVoOk64 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uvFNVoOk64 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uvFNVoOk64 H4 {
  color: #777d74;
}
.cid-uvFNVoOk64 .panel-title-edit {
  color: #1c1c25;
}
.cid-uvFt7bKPV2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvFt7bKPV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvFt7bKPV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvFt7bKPV2 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uvFt7bKPV2 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvFt7bKPV2 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uvFt7bKPV2 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvFt7bKPV2 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uvFt7bKPV2 .row {
  flex-direction: row-reverse;
}
.cid-uvFt7bKPV2 .image-wrapper {
  padding: 0 1rem;
}
.cid-uvFt7bKPV2 img,
.cid-uvFt7bKPV2 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uvFt7bKPV2 img,
  .cid-uvFt7bKPV2 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uvFt7bKPV2 .mbr-section-title {
  color: #000000;
}
.cid-uvFt7bKPV2 .mbr-text {
  color: #000000;
}
.cid-uvFt7cyGxK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uvFt7cyGxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvFt7cyGxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvFt7cyGxK .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvFt7cyGxK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvFt7cyGxK .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvFt7cyGxK .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uvFt7cyGxK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvFt7cyGxK .copyright {
  color: #bbbbbb;
}
.cid-uvFY3FXWso .navbar-dropdown {
  position: relative !important;
}
.cid-uvFY3FXWso .navbar-dropdown {
  position: absolute !important;
}
.cid-uvFY3FXWso .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-uvFY3FXWso .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvFY3FXWso .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvFY3FXWso .dropdown-item:hover,
.cid-uvFY3FXWso .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uvFY3FXWso .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvFY3FXWso .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvFY3FXWso .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvFY3FXWso .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvFY3FXWso .nav-link {
  position: relative;
}
.cid-uvFY3FXWso .container {
  display: flex;
  margin: auto;
}
.cid-uvFY3FXWso .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvFY3FXWso .dropdown-menu,
.cid-uvFY3FXWso .navbar.opened {
  background: #353535 !important;
}
.cid-uvFY3FXWso .nav-item:focus,
.cid-uvFY3FXWso .nav-link:focus {
  outline: none;
}
.cid-uvFY3FXWso .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvFY3FXWso .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvFY3FXWso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvFY3FXWso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvFY3FXWso .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvFY3FXWso .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvFY3FXWso .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uvFY3FXWso .navbar.opened {
  transition: all 0.3s;
}
.cid-uvFY3FXWso .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvFY3FXWso .navbar .navbar-logo img {
  width: auto;
}
.cid-uvFY3FXWso .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvFY3FXWso .navbar.collapsed {
  justify-content: center;
}
.cid-uvFY3FXWso .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvFY3FXWso .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvFY3FXWso .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvFY3FXWso .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvFY3FXWso .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-uvFY3FXWso .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvFY3FXWso .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvFY3FXWso .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvFY3FXWso .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvFY3FXWso .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvFY3FXWso .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvFY3FXWso .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvFY3FXWso .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-uvFY3FXWso .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvFY3FXWso .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvFY3FXWso .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvFY3FXWso .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvFY3FXWso .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvFY3FXWso .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvFY3FXWso .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvFY3FXWso .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvFY3FXWso .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvFY3FXWso .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-uvFY3FXWso .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvFY3FXWso .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvFY3FXWso .dropdown-item.active,
.cid-uvFY3FXWso .dropdown-item:active {
  background-color: transparent;
}
.cid-uvFY3FXWso .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvFY3FXWso .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvFY3FXWso .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvFY3FXWso .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvFY3FXWso .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvFY3FXWso .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvFY3FXWso ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvFY3FXWso .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvFY3FXWso button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvFY3FXWso button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvFY3FXWso button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvFY3FXWso button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvFY3FXWso button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvFY3FXWso button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvFY3FXWso nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvFY3FXWso nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvFY3FXWso nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvFY3FXWso nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvFY3FXWso .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvFY3FXWso a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvFY3FXWso .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-uvFY3FXWso .navbar {
    height: 70px;
  }
  .cid-uvFY3FXWso .navbar.opened {
    height: auto;
  }
  .cid-uvFY3FXWso .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvFY3GsvSg {
  background-image: url("../../../assets/images/sugardaddyvass.jpg");
}
.cid-uvFY3GsvSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvFY3GsvSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvFY3H3PJL {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvFY3H3PJL img {
  width: 100%;
  pointer-events: all;
}
.cid-uvFY3H3PJL .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uvFY3H3PJL .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uvFY3H3PJL .card:hover .text-wrap {
  opacity: 1;
}
.cid-uvFY3H3PJL .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uvFY3H3PJL .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uvFY3H3PJL .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uvFY3H3PJL .text-wrap p {
  pointer-events: all;
}
.cid-uvFY3H3PJL .text-wrap .link-align {
  pointer-events: all;
}
.cid-uvFY3H3PJL .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uvFY3H3PJL .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uvFY3H3PJL .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uvFY3H3PJL .mbr-text,
.cid-uvFY3H3PJL .link-align {
  color: #ffffff;
}
.cid-uvFY3H3PJL .card-title {
  color: #200960;
}
.cid-uvFY3H3PJL .mbr-subtitle,
.cid-uvFY3H3PJL .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uvFY3H3PJL .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uvFY3H3PJL .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uvFY3H3PJL .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uvFY3ICQBU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvGdxF6oFj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvGdxF6oFj .mbr-text {
  color: #777d74;
}
.cid-uvGduUeVXE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvGduUeVXE .nav-tabs .nav-item.open .nav-link:focus,
.cid-uvGduUeVXE .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uvGduUeVXE .nav-tabs {
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.cid-uvGduUeVXE .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-uvGduUeVXE .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #777d74 !important;
  transition: all .5s;
}
.cid-uvGduUeVXE .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000 !important;
}
.cid-uvGduUeVXE .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000 !important;
  font-style: normal;
}
.cid-uvGduUeVXE .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8 !important;
}
.cid-uvGduUeVXE .nav-link:hover {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGduUeVXE .nav-link.active {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGduUeVXE P {
  color: #42424c;
}
@media (max-width: 576px) {
  .cid-uvGduUeVXE .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uvGduUeVXE .mbr-text,
  .cid-uvGduUeVXE .nav-link {
    text-align: center;
  }
}
.cid-uvGduUeVXE H2 {
  text-align: center;
}
.cid-uvGfsjydWN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e6ecf2;
}
.cid-uvGfsjydWN .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uvGfsjydWN .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uvGfsjydWN .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uvGfsjydWN .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGfsjydWN .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uvGfsjydWN .timelines-container {
  margin-top: 60px;
}
.cid-uvGfsjydWN .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uvGfsjydWN .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uvGfsjydWN .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uvGfsjydWN .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uvGfsjydWN .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uvGfsjydWN .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uvGfsjydWN .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uvGfsjydWN .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uvGfsjydWN .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uvGfsjydWN .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uvGfsjydWN .container-fluid {
  padding: 0 2rem;
}
.cid-uvGfsjydWN .separline:before,
.cid-uvGfsjydWN .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uvGfsjydWN .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uvGfsjydWN .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvGfsjydWN .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uvGfsjydWN .separline:before,
  .cid-uvGfsjydWN .first-separline:before {
    left: -10px !important;
  }
  .cid-uvGfsjydWN .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uvGfsjydWN .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uvGfsjydWN .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uvGfsjydWN .time-line-date-content p {
    float: left !important;
  }
  .cid-uvGfsjydWN .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uvGfsjydWN .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uvGfsjydWN .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uvGgiejZJJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGgiejZJJ .mbr-text {
  color: #777d74;
}
.cid-uvGgeMkmks {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uvGgeMkmks .icon1 {
  background: #a8aaf1;
}
.cid-uvGgeMkmks .icon-wrapper {
  align-items: center;
  display: flex;
  margin: 0 -0.5rem;
}
@media (max-width: 767px) {
  .cid-uvGgeMkmks .icon-wrapper {
    justify-content: center;
  }
}
.cid-uvGgeMkmks .img-col {
  padding-right: 6rem;
}
@media (max-width: 992px) {
  .cid-uvGgeMkmks .img-col {
    padding-right: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-uvGgeMkmks .icon2 {
  background: #ff9083;
}
.cid-uvGgeMkmks .icon3 {
  background: #72dfe9;
}
.cid-uvGgeMkmks .img-wrapper {
  padding: 0;
  position: relative;
}
.cid-uvGgeMkmks .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvGgeMkmks .img-wrapper:after {
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: 2px solid #1c1c25;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.3s;
  transform: translate(2rem, 2rem);
  height: 100%;
  content: '';
  background: transparent;
  opacity: 1;
}
.cid-uvGgeMkmks p {
  line-height: 2;
}
.cid-uvGgeMkmks .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 0.5rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uvGgeMkmks .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uvGgeMkmks .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uvGgeMkmks .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uvGgeMkmks .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1rem;
  color: #1c1c25;
}
.cid-uvGgeMkmks .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uvGgeMkmks .inline-wrapper {
  display: inline-block;
}
.cid-uvGgeMkmks .align-wrapper {
  width: 100%;
}
.cid-uvGgeMkmks img {
  border-radius: 8px;
  position: relative;
}
.cid-uvGgeMkmks .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uvGgeMkmks .mbr-section-subtitle {
  color: #767676;
}
.cid-uvGgeMkmks .card-text {
  color: #767676;
}
.cid-uvGgeMkmks .main-sub-title,
.cid-uvGgeMkmks .align-wrapper {
  color: #ff9083;
}
.cid-uvGgeMkmks .main-text {
  color: #777d74;
}
.cid-uvGgeMkmks .main-text,
.cid-uvGgeMkmks .link-align-wrapper {
  color: #1c1c25;
}
.cid-uvFY3JBGO9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvFY3JBGO9 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uvFY3JBGO9 .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvFY3JBGO9 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uvFY3JBGO9 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uvFY3JBGO9 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uvFY3JBGO9 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uvFY3KytAO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvFY3KytAO .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-uvFY3KytAO .panel-group {
  border: none;
}
.cid-uvFY3KytAO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvFY3KytAO .panel-body {
  padding: 1rem 2rem;
}
.cid-uvFY3KytAO .header-wrapper {
  position: relative;
}
.cid-uvFY3KytAO .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uvFY3KytAO span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uvFY3KytAO .card {
  overflow: visible;
}
.cid-uvFY3KytAO .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uvFY3KytAO .card:hover .hover-bg {
  background: #fafafa;
  right: -8px;
  top: 8px;
}
.cid-uvFY3KytAO .card:hover span {
  transform: rotate(-90deg);
}
.cid-uvFY3KytAO .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uvFY3KytAO .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uvFY3KytAO .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uvFY3KytAO H4 {
  color: #777d74;
}
.cid-uvFY3KytAO .panel-title-edit {
  color: #1c1c25;
}
.cid-uvFY3L7IbJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvFY3L7IbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvFY3L7IbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvFY3L7IbJ .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uvFY3L7IbJ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvFY3L7IbJ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uvFY3L7IbJ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvFY3L7IbJ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uvFY3L7IbJ .row {
  flex-direction: row-reverse;
}
.cid-uvFY3L7IbJ .image-wrapper {
  padding: 0 1rem;
}
.cid-uvFY3L7IbJ img,
.cid-uvFY3L7IbJ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uvFY3L7IbJ img,
  .cid-uvFY3L7IbJ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uvFY3L7IbJ .mbr-section-title {
  color: #000000;
}
.cid-uvFY3L7IbJ .mbr-text {
  color: #000000;
}
.cid-uvFY3LEA13 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uvFY3LEA13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvFY3LEA13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvFY3LEA13 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvFY3LEA13 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvFY3LEA13 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvFY3LEA13 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uvFY3LEA13 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvFY3LEA13 .copyright {
  color: #bbbbbb;
}
.cid-uvGoBylDHU .navbar-dropdown {
  position: relative !important;
}
.cid-uvGoBylDHU .navbar-dropdown {
  position: absolute !important;
}
.cid-uvGoBylDHU .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-uvGoBylDHU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvGoBylDHU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvGoBylDHU .dropdown-item:hover,
.cid-uvGoBylDHU .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uvGoBylDHU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvGoBylDHU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvGoBylDHU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvGoBylDHU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvGoBylDHU .nav-link {
  position: relative;
}
.cid-uvGoBylDHU .container {
  display: flex;
  margin: auto;
}
.cid-uvGoBylDHU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvGoBylDHU .dropdown-menu,
.cid-uvGoBylDHU .navbar.opened {
  background: #353535 !important;
}
.cid-uvGoBylDHU .nav-item:focus,
.cid-uvGoBylDHU .nav-link:focus {
  outline: none;
}
.cid-uvGoBylDHU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvGoBylDHU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvGoBylDHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvGoBylDHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvGoBylDHU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvGoBylDHU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvGoBylDHU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uvGoBylDHU .navbar.opened {
  transition: all 0.3s;
}
.cid-uvGoBylDHU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvGoBylDHU .navbar .navbar-logo img {
  width: auto;
}
.cid-uvGoBylDHU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvGoBylDHU .navbar.collapsed {
  justify-content: center;
}
.cid-uvGoBylDHU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvGoBylDHU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvGoBylDHU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvGoBylDHU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvGoBylDHU .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-uvGoBylDHU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvGoBylDHU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvGoBylDHU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvGoBylDHU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvGoBylDHU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvGoBylDHU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvGoBylDHU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvGoBylDHU .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-uvGoBylDHU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvGoBylDHU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvGoBylDHU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvGoBylDHU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvGoBylDHU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvGoBylDHU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvGoBylDHU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvGoBylDHU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvGoBylDHU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvGoBylDHU .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-uvGoBylDHU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvGoBylDHU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvGoBylDHU .dropdown-item.active,
.cid-uvGoBylDHU .dropdown-item:active {
  background-color: transparent;
}
.cid-uvGoBylDHU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvGoBylDHU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvGoBylDHU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvGoBylDHU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvGoBylDHU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvGoBylDHU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvGoBylDHU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvGoBylDHU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvGoBylDHU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvGoBylDHU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvGoBylDHU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvGoBylDHU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGoBylDHU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGoBylDHU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvGoBylDHU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGoBylDHU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvGoBylDHU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvGoBylDHU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGoBylDHU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvGoBylDHU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvGoBylDHU .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-uvGoBylDHU .navbar {
    height: 70px;
  }
  .cid-uvGoBylDHU .navbar.opened {
    height: auto;
  }
  .cid-uvGoBylDHU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvGoBz4kD4 {
  background-image: url("../../../assets/images/sugardaddyvass.jpg");
}
.cid-uvGoBz4kD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGoBz4kD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGoBzSVK9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvGoBzSVK9 img {
  width: 100%;
  pointer-events: all;
}
.cid-uvGoBzSVK9 .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uvGoBzSVK9 .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uvGoBzSVK9 .card:hover .text-wrap {
  opacity: 1;
}
.cid-uvGoBzSVK9 .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uvGoBzSVK9 .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uvGoBzSVK9 .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uvGoBzSVK9 .text-wrap p {
  pointer-events: all;
}
.cid-uvGoBzSVK9 .text-wrap .link-align {
  pointer-events: all;
}
.cid-uvGoBzSVK9 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uvGoBzSVK9 .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uvGoBzSVK9 .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uvGoBzSVK9 .mbr-text,
.cid-uvGoBzSVK9 .link-align {
  color: #ffffff;
}
.cid-uvGoBzSVK9 .card-title {
  color: #200960;
}
.cid-uvGoBzSVK9 .mbr-subtitle,
.cid-uvGoBzSVK9 .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uvGoBzSVK9 .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uvGoBzSVK9 .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uvGoBzSVK9 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uvGoBAHiMA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvGoBBdPfk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvGoBBdPfk .mbr-text {
  color: #777d74;
}
.cid-uvGoBCi81w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e6ecf2;
}
.cid-uvGoBCi81w .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uvGoBCi81w .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uvGoBCi81w .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uvGoBCi81w .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGoBCi81w .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uvGoBCi81w .timelines-container {
  margin-top: 60px;
}
.cid-uvGoBCi81w .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uvGoBCi81w .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uvGoBCi81w .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uvGoBCi81w .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uvGoBCi81w .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uvGoBCi81w .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uvGoBCi81w .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uvGoBCi81w .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uvGoBCi81w .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uvGoBCi81w .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uvGoBCi81w .container-fluid {
  padding: 0 2rem;
}
.cid-uvGoBCi81w .separline:before,
.cid-uvGoBCi81w .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uvGoBCi81w .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uvGoBCi81w .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvGoBCi81w .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uvGoBCi81w .separline:before,
  .cid-uvGoBCi81w .first-separline:before {
    left: -10px !important;
  }
  .cid-uvGoBCi81w .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uvGoBCi81w .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uvGoBCi81w .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uvGoBCi81w .time-line-date-content p {
    float: left !important;
  }
  .cid-uvGoBCi81w .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uvGoBCi81w .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uvGoBCi81w .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uvGoBDmR2m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGoBDmR2m .mbr-text {
  color: #777d74;
}
.cid-uvGoBFceeI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvGoBFceeI img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uvGoBFceeI .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGoBFceeI .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uvGoBFceeI .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uvGoBFceeI .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uvGoBFceeI .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uvGIVbOhCU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvGIVbOhCU .mbr-text {
  color: #767676;
}
.cid-uvGIVbOhCU .mbr-section-subtitle {
  color: #767676;
}
.cid-uvGIVbOhCU .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uvGIVbOhCU .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 3.4rem;
}
.cid-uvGIVbOhCU .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uvGIVbOhCU .card-text {
  padding-top: 2rem;
}
.cid-uvGIVbOhCU .card-box {
  padding-bottom: 1rem;
}
.cid-uvGIVbOhCU .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uvGIVbOhCU .num,
  .cid-uvGIVbOhCU .card-title,
  .cid-uvGIVbOhCU .mbr-text,
  .cid-uvGIVbOhCU .mbr-title,
  .cid-uvGIVbOhCU .mbr-section-subtitle,
  .cid-uvGIVbOhCU .mbr-section-btn,
  .cid-uvGIVbOhCU .mbr-section-title {
    text-align: center !important;
  }
  .cid-uvGIVbOhCU .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uvGoBFO7bO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvGoBFO7bO .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-uvGoBFO7bO .panel-group {
  border: none;
}
.cid-uvGoBFO7bO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvGoBFO7bO .panel-body {
  padding: 1rem 2rem;
}
.cid-uvGoBFO7bO .header-wrapper {
  position: relative;
}
.cid-uvGoBFO7bO .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uvGoBFO7bO span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uvGoBFO7bO .card {
  overflow: visible;
}
.cid-uvGoBFO7bO .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uvGoBFO7bO .card:hover .hover-bg {
  background: #fafafa;
  right: -8px;
  top: 8px;
}
.cid-uvGoBFO7bO .card:hover span {
  transform: rotate(-90deg);
}
.cid-uvGoBFO7bO .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uvGoBFO7bO .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uvGoBFO7bO .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uvGoBFO7bO H4 {
  color: #777d74;
}
.cid-uvGoBFO7bO .panel-title-edit {
  color: #1c1c25;
}
.cid-uvGoBGuoU7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvGoBGuoU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGoBGuoU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGoBGuoU7 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uvGoBGuoU7 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvGoBGuoU7 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGoBGuoU7 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvGoBGuoU7 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uvGoBGuoU7 .row {
  flex-direction: row-reverse;
}
.cid-uvGoBGuoU7 .image-wrapper {
  padding: 0 1rem;
}
.cid-uvGoBGuoU7 img,
.cid-uvGoBGuoU7 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uvGoBGuoU7 img,
  .cid-uvGoBGuoU7 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uvGoBGuoU7 .mbr-section-title {
  color: #000000;
}
.cid-uvGoBGuoU7 .mbr-text {
  color: #000000;
}
.cid-uvGoBH1Slc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uvGoBH1Slc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGoBH1Slc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGoBH1Slc .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvGoBH1Slc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvGoBH1Slc .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGoBH1Slc .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uvGoBH1Slc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvGoBH1Slc .copyright {
  color: #bbbbbb;
}
.cid-uvGtDI9dDJ .navbar-dropdown {
  position: relative !important;
}
.cid-uvGtDI9dDJ .navbar-dropdown {
  position: absolute !important;
}
.cid-uvGtDI9dDJ .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-uvGtDI9dDJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvGtDI9dDJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvGtDI9dDJ .dropdown-item:hover,
.cid-uvGtDI9dDJ .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uvGtDI9dDJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvGtDI9dDJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvGtDI9dDJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvGtDI9dDJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvGtDI9dDJ .nav-link {
  position: relative;
}
.cid-uvGtDI9dDJ .container {
  display: flex;
  margin: auto;
}
.cid-uvGtDI9dDJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvGtDI9dDJ .dropdown-menu,
.cid-uvGtDI9dDJ .navbar.opened {
  background: #353535 !important;
}
.cid-uvGtDI9dDJ .nav-item:focus,
.cid-uvGtDI9dDJ .nav-link:focus {
  outline: none;
}
.cid-uvGtDI9dDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvGtDI9dDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvGtDI9dDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvGtDI9dDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvGtDI9dDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvGtDI9dDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvGtDI9dDJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uvGtDI9dDJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uvGtDI9dDJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvGtDI9dDJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uvGtDI9dDJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvGtDI9dDJ .navbar.collapsed {
  justify-content: center;
}
.cid-uvGtDI9dDJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvGtDI9dDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvGtDI9dDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvGtDI9dDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvGtDI9dDJ .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-uvGtDI9dDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvGtDI9dDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvGtDI9dDJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvGtDI9dDJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvGtDI9dDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvGtDI9dDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvGtDI9dDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvGtDI9dDJ .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-uvGtDI9dDJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvGtDI9dDJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvGtDI9dDJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvGtDI9dDJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvGtDI9dDJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvGtDI9dDJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvGtDI9dDJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvGtDI9dDJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvGtDI9dDJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvGtDI9dDJ .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-uvGtDI9dDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvGtDI9dDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvGtDI9dDJ .dropdown-item.active,
.cid-uvGtDI9dDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uvGtDI9dDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvGtDI9dDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvGtDI9dDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvGtDI9dDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvGtDI9dDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvGtDI9dDJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvGtDI9dDJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvGtDI9dDJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvGtDI9dDJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvGtDI9dDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvGtDI9dDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvGtDI9dDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGtDI9dDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGtDI9dDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvGtDI9dDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGtDI9dDJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvGtDI9dDJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvGtDI9dDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGtDI9dDJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvGtDI9dDJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvGtDI9dDJ .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-uvGtDI9dDJ .navbar {
    height: 70px;
  }
  .cid-uvGtDI9dDJ .navbar.opened {
    height: auto;
  }
  .cid-uvGtDI9dDJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvGtDJblTD {
  background-image: url("../../../assets/images/sugardaddyvass.jpg");
}
.cid-uvGtDJblTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtDJblTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtDKhKot {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvGtDKhKot img {
  width: 100%;
  pointer-events: all;
}
.cid-uvGtDKhKot .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uvGtDKhKot .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uvGtDKhKot .card:hover .text-wrap {
  opacity: 1;
}
.cid-uvGtDKhKot .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uvGtDKhKot .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uvGtDKhKot .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uvGtDKhKot .text-wrap p {
  pointer-events: all;
}
.cid-uvGtDKhKot .text-wrap .link-align {
  pointer-events: all;
}
.cid-uvGtDKhKot .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uvGtDKhKot .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uvGtDKhKot .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uvGtDKhKot .mbr-text,
.cid-uvGtDKhKot .link-align {
  color: #ffffff;
}
.cid-uvGtDKhKot .card-title {
  color: #200960;
}
.cid-uvGtDKhKot .mbr-subtitle,
.cid-uvGtDKhKot .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uvGtDKhKot .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uvGtDKhKot .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uvGtDKhKot .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uvGtDMJSgm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvGtDN9uem {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGtDN9uem .mbr-text {
  color: #777d74;
}
.cid-uvGtDNG7DJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvGtDNG7DJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uvGtDNG7DJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uvGtDNG7DJ .nav-tabs {
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.cid-uvGtDNG7DJ .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-uvGtDNG7DJ .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #777d74 !important;
  transition: all .5s;
}
.cid-uvGtDNG7DJ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000 !important;
}
.cid-uvGtDNG7DJ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000 !important;
  font-style: normal;
}
.cid-uvGtDNG7DJ .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8 !important;
}
.cid-uvGtDNG7DJ .nav-link:hover {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGtDNG7DJ .nav-link.active {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGtDNG7DJ P {
  color: #42424c;
}
@media (max-width: 576px) {
  .cid-uvGtDNG7DJ .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uvGtDNG7DJ .mbr-text,
  .cid-uvGtDNG7DJ .nav-link {
    text-align: center;
  }
}
.cid-uvGtDNG7DJ H2 {
  text-align: center;
}
.cid-uvGtDOnGXy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e6ecf2;
}
.cid-uvGtDOnGXy .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uvGtDOnGXy .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uvGtDOnGXy .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uvGtDOnGXy .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGtDOnGXy .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uvGtDOnGXy .timelines-container {
  margin-top: 60px;
}
.cid-uvGtDOnGXy .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uvGtDOnGXy .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uvGtDOnGXy .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uvGtDOnGXy .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uvGtDOnGXy .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uvGtDOnGXy .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uvGtDOnGXy .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uvGtDOnGXy .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uvGtDOnGXy .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uvGtDOnGXy .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uvGtDOnGXy .container-fluid {
  padding: 0 2rem;
}
.cid-uvGtDOnGXy .separline:before,
.cid-uvGtDOnGXy .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uvGtDOnGXy .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uvGtDOnGXy .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvGtDOnGXy .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uvGtDOnGXy .separline:before,
  .cid-uvGtDOnGXy .first-separline:before {
    left: -10px !important;
  }
  .cid-uvGtDOnGXy .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uvGtDOnGXy .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uvGtDOnGXy .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uvGtDOnGXy .time-line-date-content p {
    float: left !important;
  }
  .cid-uvGtDOnGXy .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uvGtDOnGXy .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uvGtDOnGXy .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uvGtDPuqez {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGtDPuqez .mbr-text {
  color: #777d74;
}
.cid-uvGtDQ09LZ {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uvGtDQ09LZ .icon1 {
  background: #a8aaf1;
}
.cid-uvGtDQ09LZ .icon-wrapper {
  align-items: center;
  display: flex;
  margin: 0 -0.5rem;
}
@media (max-width: 767px) {
  .cid-uvGtDQ09LZ .icon-wrapper {
    justify-content: center;
  }
}
.cid-uvGtDQ09LZ .img-col {
  padding-right: 6rem;
}
@media (max-width: 992px) {
  .cid-uvGtDQ09LZ .img-col {
    padding-right: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-uvGtDQ09LZ .icon2 {
  background: #ff9083;
}
.cid-uvGtDQ09LZ .icon3 {
  background: #72dfe9;
}
.cid-uvGtDQ09LZ .img-wrapper {
  padding: 0;
  position: relative;
}
.cid-uvGtDQ09LZ .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvGtDQ09LZ .img-wrapper:after {
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: 2px solid #1c1c25;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.3s;
  transform: translate(2rem, 2rem);
  height: 100%;
  content: '';
  background: transparent;
  opacity: 1;
}
.cid-uvGtDQ09LZ p {
  line-height: 2;
}
.cid-uvGtDQ09LZ .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 0.5rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uvGtDQ09LZ .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uvGtDQ09LZ .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uvGtDQ09LZ .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uvGtDQ09LZ .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1rem;
  color: #1c1c25;
}
.cid-uvGtDQ09LZ .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uvGtDQ09LZ .inline-wrapper {
  display: inline-block;
}
.cid-uvGtDQ09LZ .align-wrapper {
  width: 100%;
}
.cid-uvGtDQ09LZ img {
  border-radius: 8px;
  position: relative;
}
.cid-uvGtDQ09LZ .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uvGtDQ09LZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uvGtDQ09LZ .card-text {
  color: #767676;
}
.cid-uvGtDQ09LZ .main-sub-title,
.cid-uvGtDQ09LZ .align-wrapper {
  color: #ff9083;
}
.cid-uvGtDQ09LZ .main-text {
  color: #777d74;
}
.cid-uvGtDQ09LZ .main-text,
.cid-uvGtDQ09LZ .link-align-wrapper {
  color: #1c1c25;
}
.cid-uvGtDRdhdW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvGtDRdhdW img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uvGtDRdhdW .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGtDRdhdW .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uvGtDRdhdW .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uvGtDRdhdW .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uvGtDRdhdW .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uvGtDRGqA2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvGtDRGqA2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-uvGtDRGqA2 .panel-group {
  border: none;
}
.cid-uvGtDRGqA2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvGtDRGqA2 .panel-body {
  padding: 1rem 2rem;
}
.cid-uvGtDRGqA2 .header-wrapper {
  position: relative;
}
.cid-uvGtDRGqA2 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uvGtDRGqA2 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uvGtDRGqA2 .card {
  overflow: visible;
}
.cid-uvGtDRGqA2 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uvGtDRGqA2 .card:hover .hover-bg {
  background: #fafafa;
  right: -8px;
  top: 8px;
}
.cid-uvGtDRGqA2 .card:hover span {
  transform: rotate(-90deg);
}
.cid-uvGtDRGqA2 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uvGtDRGqA2 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uvGtDRGqA2 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uvGtDRGqA2 H4 {
  color: #777d74;
}
.cid-uvGtDRGqA2 .panel-title-edit {
  color: #1c1c25;
}
.cid-uvGtDSjVR0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvGtDSjVR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtDSjVR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtDSjVR0 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uvGtDSjVR0 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvGtDSjVR0 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGtDSjVR0 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvGtDSjVR0 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uvGtDSjVR0 .row {
  flex-direction: row-reverse;
}
.cid-uvGtDSjVR0 .image-wrapper {
  padding: 0 1rem;
}
.cid-uvGtDSjVR0 img,
.cid-uvGtDSjVR0 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uvGtDSjVR0 img,
  .cid-uvGtDSjVR0 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uvGtDSjVR0 .mbr-section-title {
  color: #000000;
}
.cid-uvGtDSjVR0 .mbr-text {
  color: #000000;
}
.cid-uvGtDSNiYL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uvGtDSNiYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtDSNiYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtDSNiYL .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvGtDSNiYL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvGtDSNiYL .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGtDSNiYL .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uvGtDSNiYL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvGtDSNiYL .copyright {
  color: #bbbbbb;
}
.cid-uvGtK1yrGi .navbar-dropdown {
  position: relative !important;
}
.cid-uvGtK1yrGi .navbar-dropdown {
  position: absolute !important;
}
.cid-uvGtK1yrGi .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-uvGtK1yrGi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvGtK1yrGi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvGtK1yrGi .dropdown-item:hover,
.cid-uvGtK1yrGi .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uvGtK1yrGi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvGtK1yrGi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvGtK1yrGi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvGtK1yrGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvGtK1yrGi .nav-link {
  position: relative;
}
.cid-uvGtK1yrGi .container {
  display: flex;
  margin: auto;
}
.cid-uvGtK1yrGi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvGtK1yrGi .dropdown-menu,
.cid-uvGtK1yrGi .navbar.opened {
  background: #353535 !important;
}
.cid-uvGtK1yrGi .nav-item:focus,
.cid-uvGtK1yrGi .nav-link:focus {
  outline: none;
}
.cid-uvGtK1yrGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvGtK1yrGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvGtK1yrGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvGtK1yrGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvGtK1yrGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvGtK1yrGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvGtK1yrGi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uvGtK1yrGi .navbar.opened {
  transition: all 0.3s;
}
.cid-uvGtK1yrGi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvGtK1yrGi .navbar .navbar-logo img {
  width: auto;
}
.cid-uvGtK1yrGi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvGtK1yrGi .navbar.collapsed {
  justify-content: center;
}
.cid-uvGtK1yrGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvGtK1yrGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvGtK1yrGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvGtK1yrGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvGtK1yrGi .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-uvGtK1yrGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvGtK1yrGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvGtK1yrGi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvGtK1yrGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvGtK1yrGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvGtK1yrGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvGtK1yrGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvGtK1yrGi .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-uvGtK1yrGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvGtK1yrGi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvGtK1yrGi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvGtK1yrGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvGtK1yrGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvGtK1yrGi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvGtK1yrGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvGtK1yrGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvGtK1yrGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvGtK1yrGi .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-uvGtK1yrGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvGtK1yrGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvGtK1yrGi .dropdown-item.active,
.cid-uvGtK1yrGi .dropdown-item:active {
  background-color: transparent;
}
.cid-uvGtK1yrGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvGtK1yrGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvGtK1yrGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvGtK1yrGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvGtK1yrGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvGtK1yrGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvGtK1yrGi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvGtK1yrGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvGtK1yrGi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvGtK1yrGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvGtK1yrGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvGtK1yrGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGtK1yrGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGtK1yrGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvGtK1yrGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGtK1yrGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvGtK1yrGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvGtK1yrGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGtK1yrGi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvGtK1yrGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvGtK1yrGi .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-uvGtK1yrGi .navbar {
    height: 70px;
  }
  .cid-uvGtK1yrGi .navbar.opened {
    height: auto;
  }
  .cid-uvGtK1yrGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvGtK272Ic {
  background-image: url("../../../assets/images/sugardaddyvass.jpg");
}
.cid-uvGtK272Ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtK272Ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtK2GavG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvGtK2GavG img {
  width: 100%;
  pointer-events: all;
}
.cid-uvGtK2GavG .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uvGtK2GavG .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uvGtK2GavG .card:hover .text-wrap {
  opacity: 1;
}
.cid-uvGtK2GavG .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uvGtK2GavG .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uvGtK2GavG .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uvGtK2GavG .text-wrap p {
  pointer-events: all;
}
.cid-uvGtK2GavG .text-wrap .link-align {
  pointer-events: all;
}
.cid-uvGtK2GavG .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uvGtK2GavG .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uvGtK2GavG .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uvGtK2GavG .mbr-text,
.cid-uvGtK2GavG .link-align {
  color: #ffffff;
}
.cid-uvGtK2GavG .card-title {
  color: #200960;
}
.cid-uvGtK2GavG .mbr-subtitle,
.cid-uvGtK2GavG .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uvGtK2GavG .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uvGtK2GavG .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uvGtK2GavG .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uvGtK3zaX7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvGtK40OYn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGtK40OYn .mbr-text {
  color: #777d74;
}
.cid-uvGtK4wc1q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvGtK4wc1q .nav-tabs .nav-item.open .nav-link:focus,
.cid-uvGtK4wc1q .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uvGtK4wc1q .nav-tabs {
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.cid-uvGtK4wc1q .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-uvGtK4wc1q .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #777d74 !important;
  transition: all .5s;
}
.cid-uvGtK4wc1q .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000 !important;
}
.cid-uvGtK4wc1q .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000 !important;
  font-style: normal;
}
.cid-uvGtK4wc1q .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8 !important;
}
.cid-uvGtK4wc1q .nav-link:hover {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGtK4wc1q .nav-link.active {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGtK4wc1q P {
  color: #42424c;
}
@media (max-width: 576px) {
  .cid-uvGtK4wc1q .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uvGtK4wc1q .mbr-text,
  .cid-uvGtK4wc1q .nav-link {
    text-align: center;
  }
}
.cid-uvGtK4wc1q H2 {
  text-align: center;
}
.cid-uvGtK5b0Kc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e6ecf2;
}
.cid-uvGtK5b0Kc .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uvGtK5b0Kc .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uvGtK5b0Kc .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uvGtK5b0Kc .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGtK5b0Kc .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uvGtK5b0Kc .timelines-container {
  margin-top: 60px;
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uvGtK5b0Kc .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uvGtK5b0Kc .container-fluid {
  padding: 0 2rem;
}
.cid-uvGtK5b0Kc .separline:before,
.cid-uvGtK5b0Kc .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uvGtK5b0Kc .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uvGtK5b0Kc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvGtK5b0Kc .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uvGtK5b0Kc .separline:before,
  .cid-uvGtK5b0Kc .first-separline:before {
    left: -10px !important;
  }
  .cid-uvGtK5b0Kc .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uvGtK5b0Kc .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uvGtK5b0Kc .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uvGtK5b0Kc .time-line-date-content p {
    float: left !important;
  }
  .cid-uvGtK5b0Kc .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uvGtK5b0Kc .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uvGtK5b0Kc .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uvGtK6mR0b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGtK6mR0b .mbr-text {
  color: #777d74;
}
.cid-uvGtK7m40w {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uvGtK7m40w .icon1 {
  background: #a8aaf1;
}
.cid-uvGtK7m40w .icon-wrapper {
  align-items: center;
  display: flex;
  margin: 0 -0.5rem;
}
@media (max-width: 767px) {
  .cid-uvGtK7m40w .icon-wrapper {
    justify-content: center;
  }
}
.cid-uvGtK7m40w .img-col {
  padding-right: 6rem;
}
@media (max-width: 992px) {
  .cid-uvGtK7m40w .img-col {
    padding-right: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-uvGtK7m40w .icon2 {
  background: #ff9083;
}
.cid-uvGtK7m40w .icon3 {
  background: #72dfe9;
}
.cid-uvGtK7m40w .img-wrapper {
  padding: 0;
  position: relative;
}
.cid-uvGtK7m40w .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvGtK7m40w .img-wrapper:after {
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: 2px solid #1c1c25;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.3s;
  transform: translate(2rem, 2rem);
  height: 100%;
  content: '';
  background: transparent;
  opacity: 1;
}
.cid-uvGtK7m40w p {
  line-height: 2;
}
.cid-uvGtK7m40w .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 0.5rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uvGtK7m40w .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uvGtK7m40w .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uvGtK7m40w .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uvGtK7m40w .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1rem;
  color: #1c1c25;
}
.cid-uvGtK7m40w .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uvGtK7m40w .inline-wrapper {
  display: inline-block;
}
.cid-uvGtK7m40w .align-wrapper {
  width: 100%;
}
.cid-uvGtK7m40w img {
  border-radius: 8px;
  position: relative;
}
.cid-uvGtK7m40w .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uvGtK7m40w .mbr-section-subtitle {
  color: #767676;
}
.cid-uvGtK7m40w .card-text {
  color: #767676;
}
.cid-uvGtK7m40w .main-sub-title,
.cid-uvGtK7m40w .align-wrapper {
  color: #ff9083;
}
.cid-uvGtK7m40w .main-text {
  color: #777d74;
}
.cid-uvGtK7m40w .main-text,
.cid-uvGtK7m40w .link-align-wrapper {
  color: #1c1c25;
}
.cid-uvGtK8uYH6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvGtK8uYH6 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uvGtK8uYH6 .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGtK8uYH6 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uvGtK8uYH6 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uvGtK8uYH6 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uvGtK8uYH6 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uvGtK96Gm7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvGtK96Gm7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-uvGtK96Gm7 .panel-group {
  border: none;
}
.cid-uvGtK96Gm7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvGtK96Gm7 .panel-body {
  padding: 1rem 2rem;
}
.cid-uvGtK96Gm7 .header-wrapper {
  position: relative;
}
.cid-uvGtK96Gm7 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uvGtK96Gm7 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uvGtK96Gm7 .card {
  overflow: visible;
}
.cid-uvGtK96Gm7 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uvGtK96Gm7 .card:hover .hover-bg {
  background: #fafafa;
  right: -8px;
  top: 8px;
}
.cid-uvGtK96Gm7 .card:hover span {
  transform: rotate(-90deg);
}
.cid-uvGtK96Gm7 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uvGtK96Gm7 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uvGtK96Gm7 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uvGtK96Gm7 H4 {
  color: #777d74;
}
.cid-uvGtK96Gm7 .panel-title-edit {
  color: #1c1c25;
}
.cid-uvGtK9L8Zq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvGtK9L8Zq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtK9L8Zq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtK9L8Zq .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uvGtK9L8Zq .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvGtK9L8Zq .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGtK9L8Zq .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvGtK9L8Zq .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uvGtK9L8Zq .row {
  flex-direction: row-reverse;
}
.cid-uvGtK9L8Zq .image-wrapper {
  padding: 0 1rem;
}
.cid-uvGtK9L8Zq img,
.cid-uvGtK9L8Zq .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uvGtK9L8Zq img,
  .cid-uvGtK9L8Zq .image-wrapper {
    max-height: 350px;
  }
}
.cid-uvGtK9L8Zq .mbr-section-title {
  color: #000000;
}
.cid-uvGtK9L8Zq .mbr-text {
  color: #000000;
}
.cid-uvGtKaomyv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uvGtKaomyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtKaomyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtKaomyv .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvGtKaomyv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvGtKaomyv .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGtKaomyv .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uvGtKaomyv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvGtKaomyv .copyright {
  color: #bbbbbb;
}
.cid-uvGtOBLeJR .navbar-dropdown {
  position: relative !important;
}
.cid-uvGtOBLeJR .navbar-dropdown {
  position: absolute !important;
}
.cid-uvGtOBLeJR .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-uvGtOBLeJR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvGtOBLeJR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvGtOBLeJR .dropdown-item:hover,
.cid-uvGtOBLeJR .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uvGtOBLeJR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvGtOBLeJR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvGtOBLeJR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvGtOBLeJR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvGtOBLeJR .nav-link {
  position: relative;
}
.cid-uvGtOBLeJR .container {
  display: flex;
  margin: auto;
}
.cid-uvGtOBLeJR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvGtOBLeJR .dropdown-menu,
.cid-uvGtOBLeJR .navbar.opened {
  background: #353535 !important;
}
.cid-uvGtOBLeJR .nav-item:focus,
.cid-uvGtOBLeJR .nav-link:focus {
  outline: none;
}
.cid-uvGtOBLeJR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvGtOBLeJR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvGtOBLeJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvGtOBLeJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvGtOBLeJR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvGtOBLeJR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvGtOBLeJR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uvGtOBLeJR .navbar.opened {
  transition: all 0.3s;
}
.cid-uvGtOBLeJR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvGtOBLeJR .navbar .navbar-logo img {
  width: auto;
}
.cid-uvGtOBLeJR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvGtOBLeJR .navbar.collapsed {
  justify-content: center;
}
.cid-uvGtOBLeJR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvGtOBLeJR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvGtOBLeJR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvGtOBLeJR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvGtOBLeJR .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-uvGtOBLeJR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvGtOBLeJR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvGtOBLeJR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvGtOBLeJR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvGtOBLeJR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvGtOBLeJR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvGtOBLeJR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvGtOBLeJR .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-uvGtOBLeJR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvGtOBLeJR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvGtOBLeJR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvGtOBLeJR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvGtOBLeJR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvGtOBLeJR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvGtOBLeJR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvGtOBLeJR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvGtOBLeJR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvGtOBLeJR .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-uvGtOBLeJR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvGtOBLeJR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvGtOBLeJR .dropdown-item.active,
.cid-uvGtOBLeJR .dropdown-item:active {
  background-color: transparent;
}
.cid-uvGtOBLeJR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvGtOBLeJR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvGtOBLeJR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvGtOBLeJR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvGtOBLeJR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvGtOBLeJR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvGtOBLeJR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvGtOBLeJR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvGtOBLeJR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvGtOBLeJR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvGtOBLeJR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvGtOBLeJR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGtOBLeJR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGtOBLeJR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvGtOBLeJR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGtOBLeJR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvGtOBLeJR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvGtOBLeJR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGtOBLeJR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvGtOBLeJR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvGtOBLeJR .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-uvGtOBLeJR .navbar {
    height: 70px;
  }
  .cid-uvGtOBLeJR .navbar.opened {
    height: auto;
  }
  .cid-uvGtOBLeJR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvGtOCpLPO {
  background-image: url("../../../assets/images/sugardaddyvass.jpg");
}
.cid-uvGtOCpLPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtOCpLPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtOCVtFo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvGtOCVtFo img {
  width: 100%;
  pointer-events: all;
}
.cid-uvGtOCVtFo .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uvGtOCVtFo .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uvGtOCVtFo .card:hover .text-wrap {
  opacity: 1;
}
.cid-uvGtOCVtFo .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uvGtOCVtFo .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uvGtOCVtFo .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uvGtOCVtFo .text-wrap p {
  pointer-events: all;
}
.cid-uvGtOCVtFo .text-wrap .link-align {
  pointer-events: all;
}
.cid-uvGtOCVtFo .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uvGtOCVtFo .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uvGtOCVtFo .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uvGtOCVtFo .mbr-text,
.cid-uvGtOCVtFo .link-align {
  color: #ffffff;
}
.cid-uvGtOCVtFo .card-title {
  color: #200960;
}
.cid-uvGtOCVtFo .mbr-subtitle,
.cid-uvGtOCVtFo .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uvGtOCVtFo .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uvGtOCVtFo .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uvGtOCVtFo .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uvGtODNKI1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvGtOEeox0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGtOEeox0 .mbr-text {
  color: #777d74;
}
.cid-uvGtOEDoLB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvGtOEDoLB .nav-tabs .nav-item.open .nav-link:focus,
.cid-uvGtOEDoLB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uvGtOEDoLB .nav-tabs {
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.cid-uvGtOEDoLB .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-uvGtOEDoLB .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #777d74 !important;
  transition: all .5s;
}
.cid-uvGtOEDoLB .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000 !important;
}
.cid-uvGtOEDoLB .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000 !important;
  font-style: normal;
}
.cid-uvGtOEDoLB .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8 !important;
}
.cid-uvGtOEDoLB .nav-link:hover {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGtOEDoLB .nav-link.active {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGtOEDoLB P {
  color: #42424c;
}
@media (max-width: 576px) {
  .cid-uvGtOEDoLB .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uvGtOEDoLB .mbr-text,
  .cid-uvGtOEDoLB .nav-link {
    text-align: center;
  }
}
.cid-uvGtOEDoLB H2 {
  text-align: center;
}
.cid-uvGtOFemWA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e6ecf2;
}
.cid-uvGtOFemWA .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uvGtOFemWA .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uvGtOFemWA .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uvGtOFemWA .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGtOFemWA .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uvGtOFemWA .timelines-container {
  margin-top: 60px;
}
.cid-uvGtOFemWA .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uvGtOFemWA .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uvGtOFemWA .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uvGtOFemWA .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uvGtOFemWA .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uvGtOFemWA .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uvGtOFemWA .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uvGtOFemWA .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uvGtOFemWA .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uvGtOFemWA .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uvGtOFemWA .container-fluid {
  padding: 0 2rem;
}
.cid-uvGtOFemWA .separline:before,
.cid-uvGtOFemWA .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uvGtOFemWA .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uvGtOFemWA .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvGtOFemWA .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uvGtOFemWA .separline:before,
  .cid-uvGtOFemWA .first-separline:before {
    left: -10px !important;
  }
  .cid-uvGtOFemWA .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uvGtOFemWA .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uvGtOFemWA .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uvGtOFemWA .time-line-date-content p {
    float: left !important;
  }
  .cid-uvGtOFemWA .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uvGtOFemWA .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uvGtOFemWA .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uvGtOGcGsg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGtOGcGsg .mbr-text {
  color: #777d74;
}
.cid-uvGtOGB0SK {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uvGtOGB0SK .icon1 {
  background: #a8aaf1;
}
.cid-uvGtOGB0SK .icon-wrapper {
  align-items: center;
  display: flex;
  margin: 0 -0.5rem;
}
@media (max-width: 767px) {
  .cid-uvGtOGB0SK .icon-wrapper {
    justify-content: center;
  }
}
.cid-uvGtOGB0SK .img-col {
  padding-right: 6rem;
}
@media (max-width: 992px) {
  .cid-uvGtOGB0SK .img-col {
    padding-right: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-uvGtOGB0SK .icon2 {
  background: #ff9083;
}
.cid-uvGtOGB0SK .icon3 {
  background: #72dfe9;
}
.cid-uvGtOGB0SK .img-wrapper {
  padding: 0;
  position: relative;
}
.cid-uvGtOGB0SK .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvGtOGB0SK .img-wrapper:after {
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: 2px solid #1c1c25;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.3s;
  transform: translate(2rem, 2rem);
  height: 100%;
  content: '';
  background: transparent;
  opacity: 1;
}
.cid-uvGtOGB0SK p {
  line-height: 2;
}
.cid-uvGtOGB0SK .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 0.5rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uvGtOGB0SK .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uvGtOGB0SK .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uvGtOGB0SK .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uvGtOGB0SK .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1rem;
  color: #1c1c25;
}
.cid-uvGtOGB0SK .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uvGtOGB0SK .inline-wrapper {
  display: inline-block;
}
.cid-uvGtOGB0SK .align-wrapper {
  width: 100%;
}
.cid-uvGtOGB0SK img {
  border-radius: 8px;
  position: relative;
}
.cid-uvGtOGB0SK .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uvGtOGB0SK .mbr-section-subtitle {
  color: #767676;
}
.cid-uvGtOGB0SK .card-text {
  color: #767676;
}
.cid-uvGtOGB0SK .main-sub-title,
.cid-uvGtOGB0SK .align-wrapper {
  color: #ff9083;
}
.cid-uvGtOGB0SK .main-text {
  color: #777d74;
}
.cid-uvGtOGB0SK .main-text,
.cid-uvGtOGB0SK .link-align-wrapper {
  color: #1c1c25;
}
.cid-uvGtOHGzY2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvGtOHGzY2 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uvGtOHGzY2 .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGtOHGzY2 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uvGtOHGzY2 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uvGtOHGzY2 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uvGtOHGzY2 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uvGtOI9idp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvGtOI9idp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-uvGtOI9idp .panel-group {
  border: none;
}
.cid-uvGtOI9idp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvGtOI9idp .panel-body {
  padding: 1rem 2rem;
}
.cid-uvGtOI9idp .header-wrapper {
  position: relative;
}
.cid-uvGtOI9idp .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uvGtOI9idp span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uvGtOI9idp .card {
  overflow: visible;
}
.cid-uvGtOI9idp .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uvGtOI9idp .card:hover .hover-bg {
  background: #fafafa;
  right: -8px;
  top: 8px;
}
.cid-uvGtOI9idp .card:hover span {
  transform: rotate(-90deg);
}
.cid-uvGtOI9idp .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uvGtOI9idp .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uvGtOI9idp .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uvGtOI9idp H4 {
  color: #777d74;
}
.cid-uvGtOI9idp .panel-title-edit {
  color: #1c1c25;
}
.cid-uvGtOIJE5l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvGtOIJE5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtOIJE5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtOIJE5l .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uvGtOIJE5l .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvGtOIJE5l .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGtOIJE5l .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvGtOIJE5l .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uvGtOIJE5l .row {
  flex-direction: row-reverse;
}
.cid-uvGtOIJE5l .image-wrapper {
  padding: 0 1rem;
}
.cid-uvGtOIJE5l img,
.cid-uvGtOIJE5l .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uvGtOIJE5l img,
  .cid-uvGtOIJE5l .image-wrapper {
    max-height: 350px;
  }
}
.cid-uvGtOIJE5l .mbr-section-title {
  color: #000000;
}
.cid-uvGtOIJE5l .mbr-text {
  color: #000000;
}
.cid-uvGtOJk483 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uvGtOJk483 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtOJk483 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtOJk483 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvGtOJk483 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvGtOJk483 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGtOJk483 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uvGtOJk483 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvGtOJk483 .copyright {
  color: #bbbbbb;
}
.cid-uvGtYkJhBV .navbar-dropdown {
  position: relative !important;
}
.cid-uvGtYkJhBV .navbar-dropdown {
  position: absolute !important;
}
.cid-uvGtYkJhBV .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-uvGtYkJhBV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvGtYkJhBV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvGtYkJhBV .dropdown-item:hover,
.cid-uvGtYkJhBV .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uvGtYkJhBV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvGtYkJhBV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvGtYkJhBV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvGtYkJhBV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvGtYkJhBV .nav-link {
  position: relative;
}
.cid-uvGtYkJhBV .container {
  display: flex;
  margin: auto;
}
.cid-uvGtYkJhBV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvGtYkJhBV .dropdown-menu,
.cid-uvGtYkJhBV .navbar.opened {
  background: #353535 !important;
}
.cid-uvGtYkJhBV .nav-item:focus,
.cid-uvGtYkJhBV .nav-link:focus {
  outline: none;
}
.cid-uvGtYkJhBV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvGtYkJhBV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvGtYkJhBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvGtYkJhBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvGtYkJhBV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvGtYkJhBV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvGtYkJhBV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uvGtYkJhBV .navbar.opened {
  transition: all 0.3s;
}
.cid-uvGtYkJhBV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvGtYkJhBV .navbar .navbar-logo img {
  width: auto;
}
.cid-uvGtYkJhBV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvGtYkJhBV .navbar.collapsed {
  justify-content: center;
}
.cid-uvGtYkJhBV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvGtYkJhBV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvGtYkJhBV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvGtYkJhBV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvGtYkJhBV .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-uvGtYkJhBV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvGtYkJhBV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvGtYkJhBV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvGtYkJhBV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvGtYkJhBV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvGtYkJhBV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvGtYkJhBV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvGtYkJhBV .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-uvGtYkJhBV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvGtYkJhBV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvGtYkJhBV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvGtYkJhBV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvGtYkJhBV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvGtYkJhBV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvGtYkJhBV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvGtYkJhBV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvGtYkJhBV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvGtYkJhBV .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-uvGtYkJhBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvGtYkJhBV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvGtYkJhBV .dropdown-item.active,
.cid-uvGtYkJhBV .dropdown-item:active {
  background-color: transparent;
}
.cid-uvGtYkJhBV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvGtYkJhBV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvGtYkJhBV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvGtYkJhBV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvGtYkJhBV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvGtYkJhBV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvGtYkJhBV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvGtYkJhBV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvGtYkJhBV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvGtYkJhBV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvGtYkJhBV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvGtYkJhBV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGtYkJhBV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvGtYkJhBV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvGtYkJhBV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGtYkJhBV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvGtYkJhBV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvGtYkJhBV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvGtYkJhBV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvGtYkJhBV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvGtYkJhBV .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-uvGtYkJhBV .navbar {
    height: 70px;
  }
  .cid-uvGtYkJhBV .navbar.opened {
    height: auto;
  }
  .cid-uvGtYkJhBV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvGtYllDkA {
  background-image: url("../../../assets/images/sugardaddyvass.jpg");
}
.cid-uvGtYllDkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtYllDkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtYlU7AV {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uvGtYlU7AV img {
  width: 100%;
  pointer-events: all;
}
.cid-uvGtYlU7AV .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uvGtYlU7AV .card:hover .img-wrapper:before {
  opacity: 0.5;
}
.cid-uvGtYlU7AV .card:hover .text-wrap {
  opacity: 1;
}
.cid-uvGtYlU7AV .img-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uvGtYlU7AV .img-wrapper:before {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #111111;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  z-index: 1;
}
.cid-uvGtYlU7AV .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  padding: 2rem;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-uvGtYlU7AV .text-wrap p {
  pointer-events: all;
}
.cid-uvGtYlU7AV .text-wrap .link-align {
  pointer-events: all;
}
.cid-uvGtYlU7AV .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 3px;
  width: fit-content;
  color: #ffffff;
}
.cid-uvGtYlU7AV .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -2px;
  left: 0;
}
.cid-uvGtYlU7AV .link:hover:before {
  animation: 2s line;
}
@keyframes line {
  0% {
    transform: scale(1);
    transform-origin: right;
  }
  25% {
    transform: scale(0);
    transform-origin: right;
  }
  26% {
    transform: scale(0);
    transform-origin: left;
  }
  75% {
    transform: scale(1);
    transform-origin: left;
  }
}
.cid-uvGtYlU7AV .mbr-text,
.cid-uvGtYlU7AV .link-align {
  color: #ffffff;
}
.cid-uvGtYlU7AV .card-title {
  color: #200960;
}
.cid-uvGtYlU7AV .mbr-subtitle,
.cid-uvGtYlU7AV .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-uvGtYlU7AV .card .img-wrapper:before {
    opacity: 0.5;
  }
  .cid-uvGtYlU7AV .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-uvGtYlU7AV .mbr-section-subtitle {
  color: #d58f76;
}
.cid-uvGtYmDHno {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvGtYn3xis {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGtYn3xis .mbr-text {
  color: #777d74;
}
.cid-uvGtYnuiAS {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvGtYnuiAS .nav-tabs .nav-item.open .nav-link:focus,
.cid-uvGtYnuiAS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uvGtYnuiAS .nav-tabs {
  -webkit-flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
.cid-uvGtYnuiAS .nav-tabs .nav-item {
  padding: 0.25rem 1rem;
}
.cid-uvGtYnuiAS .nav-tabs .nav-link {
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  color: #777d74 !important;
  transition: all .5s;
}
.cid-uvGtYnuiAS .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #000000 !important;
}
.cid-uvGtYnuiAS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000 !important;
  font-style: normal;
}
.cid-uvGtYnuiAS .nav-link {
  border: none;
  border-bottom: 3px solid #f8f8f8 !important;
}
.cid-uvGtYnuiAS .nav-link:hover {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGtYnuiAS .nav-link.active {
  border: none;
  border-bottom: 3px solid #72dfe9 !important;
}
.cid-uvGtYnuiAS P {
  color: #42424c;
}
@media (max-width: 576px) {
  .cid-uvGtYnuiAS .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uvGtYnuiAS .mbr-text,
  .cid-uvGtYnuiAS .nav-link {
    text-align: center;
  }
}
.cid-uvGtYnuiAS H2 {
  text-align: center;
}
.cid-uvGtYo7oOT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e6ecf2;
}
.cid-uvGtYo7oOT .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uvGtYo7oOT .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uvGtYo7oOT .mbr-section-title {
  color: #130947;
  font-weight: 700;
  text-align: center;
}
.cid-uvGtYo7oOT .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGtYo7oOT .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uvGtYo7oOT .timelines-container {
  margin-top: 60px;
}
.cid-uvGtYo7oOT .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uvGtYo7oOT .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uvGtYo7oOT .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uvGtYo7oOT .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uvGtYo7oOT .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #4f87fb;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uvGtYo7oOT .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uvGtYo7oOT .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uvGtYo7oOT .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uvGtYo7oOT .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uvGtYo7oOT .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uvGtYo7oOT .container-fluid {
  padding: 0 2rem;
}
.cid-uvGtYo7oOT .separline:before,
.cid-uvGtYo7oOT .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uvGtYo7oOT .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uvGtYo7oOT .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvGtYo7oOT .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uvGtYo7oOT .separline:before,
  .cid-uvGtYo7oOT .first-separline:before {
    left: -10px !important;
  }
  .cid-uvGtYo7oOT .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uvGtYo7oOT .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uvGtYo7oOT .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uvGtYo7oOT .time-line-date-content p {
    float: left !important;
  }
  .cid-uvGtYo7oOT .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uvGtYo7oOT .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uvGtYo7oOT .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uvGtYpgLA3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvGtYpgLA3 .mbr-text {
  color: #777d74;
}
.cid-uvGtYpJzUG {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uvGtYpJzUG .icon1 {
  background: #a8aaf1;
}
.cid-uvGtYpJzUG .icon-wrapper {
  align-items: center;
  display: flex;
  margin: 0 -0.5rem;
}
@media (max-width: 767px) {
  .cid-uvGtYpJzUG .icon-wrapper {
    justify-content: center;
  }
}
.cid-uvGtYpJzUG .img-col {
  padding-right: 6rem;
}
@media (max-width: 992px) {
  .cid-uvGtYpJzUG .img-col {
    padding-right: 3rem;
    padding-bottom: 4rem;
  }
}
.cid-uvGtYpJzUG .icon2 {
  background: #ff9083;
}
.cid-uvGtYpJzUG .icon3 {
  background: #72dfe9;
}
.cid-uvGtYpJzUG .img-wrapper {
  padding: 0;
  position: relative;
}
.cid-uvGtYpJzUG .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvGtYpJzUG .img-wrapper:after {
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: 2px solid #1c1c25;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.3s;
  transform: translate(2rem, 2rem);
  height: 100%;
  content: '';
  background: transparent;
  opacity: 1;
}
.cid-uvGtYpJzUG p {
  line-height: 2;
}
.cid-uvGtYpJzUG .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 0.5rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uvGtYpJzUG .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-uvGtYpJzUG .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-uvGtYpJzUG .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-uvGtYpJzUG .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1rem;
  color: #1c1c25;
}
.cid-uvGtYpJzUG .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-uvGtYpJzUG .inline-wrapper {
  display: inline-block;
}
.cid-uvGtYpJzUG .align-wrapper {
  width: 100%;
}
.cid-uvGtYpJzUG img {
  border-radius: 8px;
  position: relative;
}
.cid-uvGtYpJzUG .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uvGtYpJzUG .mbr-section-subtitle {
  color: #767676;
}
.cid-uvGtYpJzUG .card-text {
  color: #767676;
}
.cid-uvGtYpJzUG .main-sub-title,
.cid-uvGtYpJzUG .align-wrapper {
  color: #ff9083;
}
.cid-uvGtYpJzUG .main-text {
  color: #777d74;
}
.cid-uvGtYpJzUG .main-text,
.cid-uvGtYpJzUG .link-align-wrapper {
  color: #1c1c25;
}
.cid-uvGtYruKRG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uvGtYruKRG img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uvGtYruKRG .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvGtYruKRG .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uvGtYruKRG .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uvGtYruKRG .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uvGtYruKRG .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uvGtYsbls5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvGtYsbls5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-uvGtYsbls5 .panel-group {
  border: none;
}
.cid-uvGtYsbls5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvGtYsbls5 .panel-body {
  padding: 1rem 2rem;
}
.cid-uvGtYsbls5 .header-wrapper {
  position: relative;
}
.cid-uvGtYsbls5 .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-uvGtYsbls5 span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-uvGtYsbls5 .card {
  overflow: visible;
}
.cid-uvGtYsbls5 .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-uvGtYsbls5 .card:hover .hover-bg {
  background: #fafafa;
  right: -8px;
  top: 8px;
}
.cid-uvGtYsbls5 .card:hover span {
  transform: rotate(-90deg);
}
.cid-uvGtYsbls5 .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uvGtYsbls5 .panel-body {
    padding: 1rem 0rem;
  }
  .cid-uvGtYsbls5 .card-header {
    padding: 1rem 1rem;
  }
}
.cid-uvGtYsbls5 H4 {
  color: #777d74;
}
.cid-uvGtYsbls5 .panel-title-edit {
  color: #1c1c25;
}
.cid-uvGtYsPZ09 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uvGtYsPZ09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtYsPZ09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtYsPZ09 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uvGtYsPZ09 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvGtYsPZ09 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGtYsPZ09 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvGtYsPZ09 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uvGtYsPZ09 .row {
  flex-direction: row-reverse;
}
.cid-uvGtYsPZ09 .image-wrapper {
  padding: 0 1rem;
}
.cid-uvGtYsPZ09 img,
.cid-uvGtYsPZ09 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uvGtYsPZ09 img,
  .cid-uvGtYsPZ09 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uvGtYsPZ09 .mbr-section-title {
  color: #000000;
}
.cid-uvGtYsPZ09 .mbr-text {
  color: #000000;
}
.cid-uvGtYtqcVf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #07467d;
}
.cid-uvGtYtqcVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvGtYtqcVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvGtYtqcVf .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uvGtYtqcVf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvGtYtqcVf .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uvGtYtqcVf .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uvGtYtqcVf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvGtYtqcVf .copyright {
  color: #bbbbbb;
}
