.btn {
  border-width: 1px;
}
body {
  font-family: 'Outfit', sans-serif;
}
.display-1 {
  font-family: 'Spline Sans', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Spline Sans', serif;
  font-size: 3.625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Spline Sans', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .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-6 {
    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-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.7rem 2.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: #c90e5c !important;
}
.bg-success {
  background-color: #91c2be !important;
}
.bg-info {
  background-color: #b9cdd0 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c90e5c !important;
  border-color: #c90e5c !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: #780837 !important;
  border-color: #780837 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #780837 !important;
  border-color: #780837 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6c7577 !important;
  border-color: #6c7577 !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: #43484a !important;
  border-color: #43484a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #43484a !important;
  border-color: #43484a !important;
}
.btn-info,
.btn-info:active {
  background-color: #b9cdd0 !important;
  border-color: #b9cdd0 !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: #85a8ad !important;
  border-color: #85a8ad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #85a8ad !important;
  border-color: #85a8ad !important;
}
.btn-success,
.btn-success:active {
  background-color: #91c2be !important;
  border-color: #91c2be !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: #5aa29c !important;
  border-color: #5aa29c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5aa29c !important;
  border-color: #5aa29c !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: #c90e5c;
  color: #c90e5c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #780837 !important;
  background-color: transparent !important;
  border-color: #780837 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c90e5c !important;
  border-color: #c90e5c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6c7577;
  color: #6c7577;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #43484a !important;
  background-color: transparent !important;
  border-color: #43484a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6c7577 !important;
  border-color: #6c7577 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b9cdd0;
  color: #b9cdd0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #85a8ad !important;
  background-color: transparent !important;
  border-color: #85a8ad !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b9cdd0 !important;
  border-color: #b9cdd0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #91c2be;
  color: #91c2be;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5aa29c !important;
  background-color: transparent !important;
  border-color: #5aa29c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #91c2be !important;
  border-color: #91c2be !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c90e5c !important;
}
.text-secondary {
  color: #6c7577 !important;
}
.text-success {
  color: #91c2be !important;
}
.text-info {
  color: #b9cdd0 !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: #6a0730 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b4042 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #559893 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7ca1a7 !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: #c90e5c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9cdd0;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c90e5c;
  border-color: #c90e5c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c90e5c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9aacb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3efee;
}
.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: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #c90e5c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c90e5c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type='submit'] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type='submit']:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c90e5c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c90e5c;
}
.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: #c90e5c;
  border-bottom-color: #c90e5c;
}
.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: #c90e5c !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: #6c7577 !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='%23c90e5c' %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-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOGlejl0Ng {
  background-image: url("../../../assets/images/sugar-daddy-1-1604x769.jpeg");
}
.cid-tOGlejl0Ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGlejl0Ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOGlejl0Ng .mbr-section-title {
  color: #ffffff;
}
.cid-tOGlejl0Ng .mbr-text,
.cid-tOGlejl0Ng .mbr-section-btn {
  color: #fafafa;
}
.cid-tOGn70TsXm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tOGn70TsXm .mbr-section-subtitle {
  text-align: center;
}
.cid-tOGn70TsXm .mbr-text {
  color: #6c7577;
}
.cid-tOGHeiByZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tOGHeiByZt .mbr-section-subtitle {
  text-align: center;
}
.cid-tOGHeiByZt .mbr-text {
  color: #6c7577;
}
.cid-tOGnW1rTiJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tOGnW1rTiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOGnW1rTiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOGnjkjxDo {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-tOGnjkjxDo .mbr-iconfont {
  font-size: 3rem;
  color: #353535;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f6f3ee;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tOGnjkjxDo .card-wrapper {
    padding: 0 4rem;
  }
}
.cid-tOGnjkjxDo .card2 {
  border-right: 1px solid #f6f3ee;
}
.cid-tOGnjkjxDo .card1 {
  border-right: 1px solid #f6f3ee;
}
.cid-tOGnjkjxDo h4 {
  margin: 0;
}
.cid-tOGnjkjxDo .card-text {
  color: #6c7577;
  text-align: center;
}
.cid-tOGnjkjxDo .mbr-text {
  color: #200960;
}
.cid-tOGnjkjxDo .card-title {
  color: #353535;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tOGnjkjxDo .item {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-tOGq0OOVFU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-tOGq0OOVFU p {
  font-weight: 300;
}
.cid-tOGq0OOVFU .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tOGq0OOVFU .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOGq0OOVFU .mbr-section-subtitle {
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-tOGq0OOVFU .mbr-text {
  color: #6c7577;
}
.cid-tOGq0OOVFU .mbr-iconfont {
  color: #c90e5c;
  font-size: 4rem;
}
.cid-tOGq0OOVFU .wrapper {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 2rem;
}
@media (max-width: 576px) {
  .cid-tOGq0OOVFU .wrapper {
    text-align: center;
  }
}
.cid-ufXOxJSV9L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ufXOxJSV9L [class^='socicon-']:before,
.cid-ufXOxJSV9L [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-ufXOxJSV9L .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #353535;
  transition: all 0.3s;
  border-color: #353535;
}
.cid-ufXOxJSV9L .btn-social:hover {
  background: #353535;
}
.cid-ufXOxJSV9L .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ufXOxJSV9L .btn-social:hover span {
  color: #ffffff !important;
}
.cid-ufXOxJSV9L .mbr-section-title {
  color: #2e6b75;
}
.cid-ufXOxJSV9L .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-ufXOxJSV9L .mbr-section-title,
.cid-ufXOxJSV9L .mbr-social-likes {
  color: #000000;
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTCxyVbmil {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sugar-daddy-amsterdam.webp");
}
.cid-tTCxyVbmil .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTCxyVbmil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTCAvGWRrN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tTCAvGWRrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTCAvGWRrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tTCAvGWRrN .container {
    padding: 0 20px;
  }
}
.cid-tTCAvGWRrN .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tTCAvGWRrN .row {
    padding: 0;
  }
}
.cid-tTCAvGWRrN .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tTCAvGWRrN .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tTCAvGWRrN .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tTCAvGWRrN .item {
    padding: 0 12px;
  }
}
.cid-tTCAvGWRrN .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tTCAvGWRrN .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-tTCAvGWRrN .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tTCAvGWRrN .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tTCAvGWRrN .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-tTCAvGWRrN .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tTCAvGWRrN .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-tTCAvGWRrN .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-tTCAvGWRrN .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tTCAvGWRrN .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tTCAvGWRrN .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-tTCAvGWRrN .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tTCAvGWRrN .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-tTCAvGWRrN .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-tTCAvGWRrN .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-tTCAvGWRrN .mbr-name {
  color: #000000;
}
.cid-tTCAvGWRrN .mbr-desc {
  color: #000000;
}
.cid-tTCAvGWRrN .mbr-text {
  color: #000000;
}
.cid-utCoEB7cMA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-utCoEB7cMA .mbr-text {
  color: #666666;
}
.cid-utCoEB7cMA .list {
  color: #666666;
}
.cid-utCoEB7cMA ul {
  list-style-position: inside;
  padding: 0;
}
.cid-utCoEB7cMA li {
  padding-bottom: 0.5rem;
}
.cid-tTI6HChWlF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-utEmdEwloq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-utEmdEwloq .mbr-fallback-image.disabled {
  display: none;
}
.cid-utEmdEwloq .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-utEmdEwloq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utEmdEwloq .row {
  flex-direction: row-reverse;
}
.cid-utEmdEwloq img {
  width: 100%;
}
.cid-utD1jmdsy9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-utD1jSVwM0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-utEmeCzurd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-utEmeCzurd .mbr-fallback-image.disabled {
  display: none;
}
.cid-utEmeCzurd .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-utEmeCzurd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utEmeCzurd .row {
  flex-direction: row-reverse;
}
.cid-utEmeCzurd img {
  width: 100%;
}
.cid-utD1AYyVNz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-utD1SWizhd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-utD1SWizhd .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-utD1SWizhd .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-utD1SWizhd .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-utD1SWizhd .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #fff0b0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UwgKUs07 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-u1UwgKUs07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1UwgKUs07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1UwgKUs07 .mbr-text,
.cid-u1UwgKUs07 .mbr-section-btn {
  color: #232323;
}
.cid-u1UwgKUs07 .card-title,
.cid-u1UwgKUs07 .card-box {
  color: #ffffff;
}
.cid-u1UwgKUs07 .mbr-text,
.cid-u1UwgKUs07 .link-wrap {
  color: #ffffff;
}
.cid-ul884cK6yB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ul884cK6yB img,
.cid-ul884cK6yB .item-img {
  width: 100%;
}
.cid-ul884cK6yB .item:focus,
.cid-ul884cK6yB span:focus {
  outline: none;
}
.cid-ul884cK6yB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ul884cK6yB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ul884cK6yB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ul884cK6yB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ul884cK6yB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ul884cK6yB .mbr-section-title {
  color: #232323;
}
.cid-ul884cK6yB .mbr-text,
.cid-ul884cK6yB .mbr-section-btn {
  text-align: left;
}
.cid-ul884cK6yB .item-title {
  text-align: left;
}
.cid-ul884cK6yB .item-subtitle {
  text-align: center;
}
.cid-uCVNtSRi5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uCVNtSRi5A img,
.cid-uCVNtSRi5A .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uCVNtSRi5A .item:focus,
.cid-uCVNtSRi5A span:focus {
  outline: none;
}
.cid-uCVNtSRi5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uCVNtSRi5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCVNtSRi5A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCVNtSRi5A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uCVNtSRi5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCVNtSRi5A .mbr-section-title {
  color: #232323;
}
.cid-uCVNtSRi5A .mbr-text,
.cid-uCVNtSRi5A .mbr-section-btn {
  text-align: left;
}
.cid-uCVNtSRi5A .item-title {
  text-align: center;
}
.cid-uCVNtSRi5A .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tVnEidBrrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tVnEidBrrW .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-tVnEidBrrW .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-tVnEidBrrW .item-title {
  color: #2e6b75;
  text-align: center;
}
.cid-tVnEidBrrW .subtitle-text {
  color: #6c7577;
}
.cid-tVnEidBrrW .item-box {
  display: flex;
}
.cid-tVnEidBrrW .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tVnEidBrrW .item-text {
  color: #333333;
}
.cid-tVnEidBrrW .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tVnEidBrrW .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tVnEidBrrW .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tXmKFvScCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tXmKFvScCZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tXmKFvScCZ .panel-title {
  display: flex;
  align-items: center;
}
.cid-tXmKFvScCZ .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-tXmKFvScCZ .panel-body,
.cid-tXmKFvScCZ .card-header {
  padding: 1rem 0;
}
.cid-tXmKFvScCZ .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-tXmKFvScCZ .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-tXmKFvScCZ .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-tXmKFvScCZ .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-tXmKFvScCZ .section-head {
  margin-bottom: 56px;
}
.cid-tXmKFvScCZ .card {
  margin-bottom: 32px;
}
.cid-tXmKFvScCZ H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-tXmKFvScCZ .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-tXmKFvScCZ .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVhZasoA73 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/sugar-daddy-rotterdam.webp");
}
.cid-tVhZasoA73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVhZasoA73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVhZb3u8wi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tVhZb3u8wi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVhZb3u8wi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVhZb3u8wi .container {
    padding: 0 20px;
  }
}
.cid-tVhZb3u8wi .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tVhZb3u8wi .row {
    padding: 0;
  }
}
.cid-tVhZb3u8wi .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVhZb3u8wi .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tVhZb3u8wi .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tVhZb3u8wi .item {
    padding: 0 12px;
  }
}
.cid-tVhZb3u8wi .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tVhZb3u8wi .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-tVhZb3u8wi .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tVhZb3u8wi .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tVhZb3u8wi .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-tVhZb3u8wi .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tVhZb3u8wi .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-tVhZb3u8wi .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-tVhZb3u8wi .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tVhZb3u8wi .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tVhZb3u8wi .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-tVhZb3u8wi .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tVhZb3u8wi .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-tVhZb3u8wi .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-tVhZb3u8wi .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-tVhZb3u8wi .mbr-name {
  color: #000000;
}
.cid-tVhZb3u8wi .mbr-desc {
  color: #000000;
}
.cid-tVhZb3u8wi .mbr-text {
  color: #000000;
}
.cid-uulrMgoTGC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uulrMgoTGC .mbr-text {
  color: #666666;
}
.cid-uulrMgoTGC .list {
  color: #666666;
}
.cid-uulrMgoTGC ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uulrMgoTGC li {
  padding-bottom: 0.5rem;
}
.cid-uulJmZUiv2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uulXnAST0f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uulXnAST0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uulXnAST0f .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-uulXnAST0f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uulXnAST0f .row {
  flex-direction: row-reverse;
}
.cid-uulXnAST0f img {
  width: 100%;
}
.cid-uulJlqNjfO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uulJm8bHi8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uulXoo3aUM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uulXoo3aUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uulXoo3aUM .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-uulXoo3aUM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uulXoo3aUM .row {
  flex-direction: row-reverse;
}
.cid-uulXoo3aUM img {
  width: 100%;
}
.cid-uulMIsECBA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tVhZnA8SK0 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tVhZnA8SK0 img,
.cid-tVhZnA8SK0 .item-img {
  width: 100%;
}
.cid-tVhZnA8SK0 .item:focus,
.cid-tVhZnA8SK0 span:focus {
  outline: none;
}
.cid-tVhZnA8SK0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tVhZnA8SK0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tVhZnA8SK0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVhZnA8SK0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tVhZnA8SK0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tVhZnA8SK0 .mbr-section-title {
  color: #232323;
}
.cid-tVhZnA8SK0 .mbr-text,
.cid-tVhZnA8SK0 .mbr-section-btn {
  text-align: left;
}
.cid-tVhZnA8SK0 .item-title {
  text-align: left;
}
.cid-tVhZnA8SK0 .item-subtitle {
  text-align: left;
}
.cid-u1Uw1jTMVO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-u1Uw1jTMVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Uw1jTMVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Uw1jTMVO .mbr-text,
.cid-u1Uw1jTMVO .mbr-section-btn {
  color: #232323;
}
.cid-u1Uw1jTMVO .card-title,
.cid-u1Uw1jTMVO .card-box {
  color: #ffffff;
}
.cid-u1Uw1jTMVO .mbr-text,
.cid-u1Uw1jTMVO .link-wrap {
  color: #ffffff;
}
.cid-tZTbhzU8O7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tZTbhzU8O7 .row {
    flex-direction: row-reverse;
  }
  .cid-tZTbhzU8O7 .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-tZTbhzU8O7 .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-tZTbhzU8O7 .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-tZTbhzU8O7 .subtitle-text {
  color: #232323;
}
.cid-tZTbhzU8O7 .item-box {
  display: flex;
}
.cid-tZTbhzU8O7 .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tZTbhzU8O7 .item-text {
  color: #232323;
}
.cid-tZTbhzU8O7 .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tZTbhzU8O7 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tZTbhzU8O7 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tZTbiemTMd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tZTbiemTMd .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-tZTbiemTMd .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-tZTbiemTMd .item-title {
  color: #2e6b75;
  text-align: center;
}
.cid-tZTbiemTMd .subtitle-text {
  color: #333333;
}
.cid-tZTbiemTMd .item-box {
  display: flex;
}
.cid-tZTbiemTMd .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tZTbiemTMd .item-text {
  color: #333333;
}
.cid-tZTbiemTMd .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tZTbiemTMd .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tZTbiemTMd .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uCVKqYY42V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uCVKqYY42V img,
.cid-uCVKqYY42V .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uCVKqYY42V .item:focus,
.cid-uCVKqYY42V span:focus {
  outline: none;
}
.cid-uCVKqYY42V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uCVKqYY42V .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCVKqYY42V .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCVKqYY42V .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uCVKqYY42V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uCVKqYY42V .mbr-section-title {
  color: #232323;
}
.cid-uCVKqYY42V .mbr-text,
.cid-uCVKqYY42V .mbr-section-btn {
  text-align: left;
}
.cid-uCVKqYY42V .item-title {
  text-align: center;
}
.cid-uCVKqYY42V .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tVhZn5Ky5n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tVhZn5Ky5n .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tVhZn5Ky5n .panel-title {
  display: flex;
  align-items: center;
}
.cid-tVhZn5Ky5n .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-tVhZn5Ky5n .panel-body,
.cid-tVhZn5Ky5n .card-header {
  padding: 1rem 0;
}
.cid-tVhZn5Ky5n .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-tVhZn5Ky5n .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-tVhZn5Ky5n .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-tVhZn5Ky5n .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-tVhZn5Ky5n .section-head {
  margin-bottom: 56px;
}
.cid-tVhZn5Ky5n .card {
  margin-bottom: 32px;
}
.cid-tVhZn5Ky5n H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-tVhZn5Ky5n .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-tVhZn5Ky5n .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOIxdar1UB {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tOIxdar1UB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIxdar1UB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOIxdar1UB .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tOIxdar1UB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOIxdar1UB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tOIxdar1UB .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tOIxdar1UB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOIxdar1UB .mbr-text,
.cid-tOIxdar1UB .mbr-section-btn {
  color: #999999;
}
.cid-tOIw78Iiiw {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tOIw78Iiiw .container {
  max-width: 1312px;
}
.cid-tOIw78Iiiw .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tOIw78Iiiw .row {
    padding: 0 0.75rem;
  }
}
.cid-tOIw78Iiiw .text-container {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tOIw78Iiiw .text-container {
    text-align: center !important;
  }
}
.cid-tOIw78Iiiw .mbr-section-title {
  margin-bottom: 5rem;
  width: 100%;
  color: #002549;
  text-align: center;
}
.cid-tOIw78Iiiw .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOIw78Iiiw .cards-container {
    grid-column-gap: 5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tOIw78Iiiw .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center !important;
  }
}
.cid-tOIw78Iiiw .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tOIw78Iiiw .card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tOIw78Iiiw .card-title {
  color: #002549;
  margin-bottom: 1rem;
}
.cid-tOIw78Iiiw .card-text {
  color: #999999;
}
.cid-tOIw78Iiiw .icon-wrap {
  margin-bottom: 1rem;
}
.cid-tOIw78Iiiw .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #c90e5c;
  text-align: center;
  display: inline-block;
}
.cid-tOIw78Iiiw .icon-box span {
  font-size: 2rem;
  color: #c90e5c;
  line-height: 1.7;
}
.cid-tOIw78Iiiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOIw78Iiiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZkbPobZpP {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-tZkbPobZpP .container {
  max-width: 1312px;
}
.cid-tZkbPobZpP .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tZkbPobZpP .row {
    padding: 0 0.75rem;
  }
}
.cid-tZkbPobZpP .text-container {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tZkbPobZpP .text-container {
    text-align: center !important;
  }
}
.cid-tZkbPobZpP .mbr-section-title {
  margin-bottom: 5rem;
  width: 100%;
  color: #002549;
  text-align: center;
}
.cid-tZkbPobZpP .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tZkbPobZpP .cards-container {
    grid-column-gap: 5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tZkbPobZpP .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center !important;
  }
}
.cid-tZkbPobZpP .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tZkbPobZpP .card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tZkbPobZpP .card-title {
  color: #002549;
  margin-bottom: 1rem;
}
.cid-tZkbPobZpP .card-text {
  color: #999999;
}
.cid-tZkbPobZpP .icon-wrap {
  margin-bottom: 1rem;
}
.cid-tZkbPobZpP .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #c90e5c;
  text-align: center;
  display: inline-block;
}
.cid-tZkbPobZpP .icon-box span {
  font-size: 2rem;
  color: #c90e5c;
  line-height: 1.7;
}
.cid-tZkbPobZpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZkbPobZpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0zLoVpviy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-den-haag.webp");
}
.cid-u0zLoVpviy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0zLoVpviy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0zLpvOo2Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u0zLpvOo2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0zLpvOo2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u0zLpvOo2Q .container {
    padding: 0 20px;
  }
}
.cid-u0zLpvOo2Q .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u0zLpvOo2Q .row {
    padding: 0;
  }
}
.cid-u0zLpvOo2Q .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u0zLpvOo2Q .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u0zLpvOo2Q .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u0zLpvOo2Q .item {
    padding: 0 12px;
  }
}
.cid-u0zLpvOo2Q .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u0zLpvOo2Q .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-u0zLpvOo2Q .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u0zLpvOo2Q .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u0zLpvOo2Q .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-u0zLpvOo2Q .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-u0zLpvOo2Q .mbr-name {
  color: #000000;
}
.cid-u0zLpvOo2Q .mbr-desc {
  color: #000000;
}
.cid-u0zLpvOo2Q .mbr-text {
  color: #000000;
}
.cid-uv34TOGEaI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uv34TOGEaI .mbr-text {
  color: #666666;
}
.cid-uv34TOGEaI .list {
  color: #666666;
}
.cid-uv34TOGEaI ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uv34TOGEaI li {
  padding-bottom: 0.5rem;
}
.cid-uv36FnfSV3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uv39qWs9Fz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uv39qWs9Fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv39qWs9Fz .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-uv39qWs9Fz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv39qWs9Fz .row {
  flex-direction: row-reverse;
}
.cid-uv39qWs9Fz img {
  width: 100%;
}
.cid-u1IVk97GHD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uv39rVO6ar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uv39rVO6ar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv39rVO6ar .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-uv39rVO6ar .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv39rVO6ar .row {
  flex-direction: row-reverse;
}
.cid-uv39rVO6ar img {
  width: 100%;
}
.cid-uv36Xc5opc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uv378oc2ap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uv377ItvsF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uv38Umnhl3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u1IU2lyDyg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u1IU2lyDyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IU2lyDyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IU2lyDyg .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-u1IU2lyDyg .item {
    margin-bottom: 4rem;
  }
}
.cid-u1IU2lyDyg .item:last-child .icon-box:before {
  display: none;
}
.cid-u1IU2lyDyg .item.last .icon-box:before {
  display: none;
}
.cid-u1IU2lyDyg .icon-box {
  background: #91c2be;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u1IU2lyDyg .icon-box {
    margin-right: 1rem;
  }
}
.cid-u1IU2lyDyg .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 137%;
  color: #91c2be;
  transform: translate(-50%, 0);
}
.cid-u1IU2lyDyg span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1IU2lyDyg .card {
    margin-bottom: 2rem;
  }
  .cid-u1IU2lyDyg .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u1IU2lyDyg .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u1IU2lyDyg .icon-box::before {
    top: 114%;
  }
}
.cid-u1IU2lyDyg .mbr-text,
.cid-u1IU2lyDyg .mbr-section-btn {
  text-align: center;
}
.cid-u0zLqePhcm {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-u1UuoFWZ9h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-u1UuoFWZ9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1UuoFWZ9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1UuoFWZ9h .mbr-text,
.cid-u1UuoFWZ9h .mbr-section-btn {
  color: #232323;
}
.cid-u1UuoFWZ9h .card-title,
.cid-u1UuoFWZ9h .card-box {
  color: #ffffff;
}
.cid-u1UuoFWZ9h .mbr-text,
.cid-u1UuoFWZ9h .link-wrap {
  color: #ffffff;
}
.cid-u0zLsXQatv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u0zLsXQatv .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-u0zLsXQatv .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-u0zLsXQatv .item-title {
  color: #232323;
  text-align: center;
}
.cid-u0zLsXQatv .subtitle-text {
  color: #333333;
}
.cid-u0zLsXQatv .item-box {
  display: flex;
}
.cid-u0zLsXQatv .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-u0zLsXQatv .item-text {
  color: #000000;
}
.cid-u0zLsXQatv .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u0zLsXQatv .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-u0zLsXQatv .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uDCiIP2Lef {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uDCiIP2Lef img,
.cid-uDCiIP2Lef .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uDCiIP2Lef .item:focus,
.cid-uDCiIP2Lef span:focus {
  outline: none;
}
.cid-uDCiIP2Lef .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uDCiIP2Lef .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uDCiIP2Lef .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDCiIP2Lef .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uDCiIP2Lef .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uDCiIP2Lef .mbr-section-title {
  color: #232323;
}
.cid-uDCiIP2Lef .mbr-text,
.cid-uDCiIP2Lef .mbr-section-btn {
  text-align: left;
}
.cid-uDCiIP2Lef .item-title {
  text-align: center;
}
.cid-uDCiIP2Lef .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u0zLtHD8Xx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u0zLtHD8Xx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u0zLtHD8Xx .panel-title {
  display: flex;
  align-items: center;
}
.cid-u0zLtHD8Xx .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-u0zLtHD8Xx .panel-body,
.cid-u0zLtHD8Xx .card-header {
  padding: 1rem 0;
}
.cid-u0zLtHD8Xx .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-u0zLtHD8Xx .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-u0zLtHD8Xx .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-u0zLtHD8Xx .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-u0zLtHD8Xx .section-head {
  margin-bottom: 56px;
}
.cid-u0zLtHD8Xx .card {
  margin-bottom: 32px;
}
.cid-u0zLtHD8Xx H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-u0zLtHD8Xx .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-u0zLtHD8Xx .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0SdTFAzyR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0SdTFAzyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0SdTFAzyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0SdTFAzyR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u0SdTFAzyR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u0SdTFAzyR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c90e5c;
}
.cid-u0SdTFAzyR .panel-body,
.cid-u0SdTFAzyR .card-header {
  padding: 1rem 0;
}
.cid-u0SdTFAzyR .panel-title-edit {
  color: #000000;
}
.cid-u0SdTFAzyR .panel-text {
  color: #6c7577;
}
.cid-u3qbeAstaz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3qbeAstaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qbeAstaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3qbeAstaz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3qbeAstaz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u3qbeAstaz .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c90e5c;
}
.cid-u3qbeAstaz .panel-body,
.cid-u3qbeAstaz .card-header {
  padding: 1rem 0;
}
.cid-u3qbeAstaz .panel-title-edit {
  color: #000000;
}
.cid-u3qbeAstaz .panel-text {
  color: #6c7577;
}
.cid-uguKOFMTXj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uguKOFMTXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uguKOFMTXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uguKOFMTXj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uguKOFMTXj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uguKOFMTXj .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c90e5c;
}
.cid-uguKOFMTXj .panel-body,
.cid-uguKOFMTXj .card-header {
  padding: 1rem 0;
}
.cid-uguKOFMTXj .panel-title-edit {
  color: #000000;
}
.cid-uIRDFj6e9K {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIRDFj6e9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIRDFj6e9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIRDFj6e9K .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIRDFj6e9K .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIRDFj6e9K .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c90e5c;
}
.cid-uIRDFj6e9K .panel-body,
.cid-uIRDFj6e9K .card-header {
  padding: 1rem 0;
}
.cid-uIRDFj6e9K .panel-title-edit {
  color: #000000;
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1qXPshIjM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u1qXPshIjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qXPshIjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qXPshIjM .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u1qXPshIjM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1qXPshIjM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u1qXPshIjM .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u1qXPshIjM .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1qXPshIjM .mbr-text,
.cid-u1qXPshIjM .mbr-section-btn {
  color: #6c7577;
}
.cid-u1reKRFaEd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-u1reKRFaEd p {
  font-weight: 300;
}
.cid-u1reKRFaEd .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u1reKRFaEd .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u1reKRFaEd .mbr-section-subtitle {
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-u1reKRFaEd .mbr-text {
  color: #6c7577;
}
.cid-u1reKRFaEd .mbr-iconfont {
  color: #c90e5c;
  font-size: 4rem;
}
.cid-u1reKRFaEd .wrapper {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 2rem;
}
@media (max-width: 576px) {
  .cid-u1reKRFaEd .wrapper {
    text-align: center;
  }
}
.cid-u3qzqZILUI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-u3qzqZILUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3qzqZILUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3qzqZILUI .container {
    padding: 0 16px;
  }
}
.cid-u3qzqZILUI .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-u3qzqZILUI .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-u3qzqZILUI .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-u3qzqZILUI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u3qzqZILUI .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u3qzqZILUI .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u3qzqZILUI .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-u3qzqZILUI .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u3qzqZILUI .title-wrapper .line {
    display: none;
  }
}
.cid-u3qzqZILUI .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #b9cdd0;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-u3qzqZILUI .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u3qzqZILUI .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-u3qzqZILUI .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u3qzqZILUI .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-u3qzqZILUI .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-u3qzqZILUI .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-u3qzqZILUI .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u3qzqZILUI .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3qzqZILUI .mbr-section-title {
  color: #08323C;
}
.cid-u3qzqZILUI .mbr-text {
  color: #08323C;
}
.cid-u3qGl9NFsR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u1rtrbXJH8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u1rtrbXJH8 .card {
  margin-top: 4rem;
}
.cid-u1rtrbXJH8 .card:first-child {
  margin-top: 0;
}
.cid-u1rtrbXJH8 .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-u1rtrbXJH8 .card-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-u1rtrbXJH8 .card-head {
    flex-direction: column;
  }
}
.cid-u1rtrbXJH8 .image-wrapper {
  max-width: 150px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.cid-u1rtrbXJH8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1rtrbXJH8 svg {
  position: absolute;
  top: -25px;
  left: -20px;
  width: 63px;
  height: 60px;
  transform: rotate(275deg);
}
@media (max-width: 767px) {
  .cid-u1rtrbXJH8 svg {
    top: -35px;
    left: 120px;
    transform: rotate(0deg);
  }
}
.cid-u1rtrbXJH8 svg path {
  fill: #ffb5b5;
}
.cid-u1rtrbXJH8 .card-text-head {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-u1rtrbXJH8 .card-text-head {
    padding: 1rem 0;
  }
}
.cid-u1rtrbXJH8 .card-title {
  text-align: left;
}
.cid-u1rtrbXJH8 .mbr-text {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-u1rtrbXJH8 .card-text {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-u1rtrbXJH8 .card-text {
    padding: 0;
  }
}
.cid-u1rtrbXJH8 .mbr-text,
.cid-u1rtrbXJH8 .social-row {
  color: #6c7577;
}
.cid-u3qcPdNS7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u3qcPdNS7I .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u3qcPdNS7I .panel-title {
  display: flex;
  align-items: center;
}
.cid-u3qcPdNS7I .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-u3qcPdNS7I .panel-body,
.cid-u3qcPdNS7I .card-header {
  padding: 1rem 0;
}
.cid-u3qcPdNS7I .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-u3qcPdNS7I .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-u3qcPdNS7I .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-u3qcPdNS7I .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-u3qcPdNS7I .section-head {
  margin-bottom: 56px;
}
.cid-u3qcPdNS7I .card {
  margin-bottom: 32px;
}
.cid-u3qcPdNS7I H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-u3qcPdNS7I .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-u3qcPdNS7I .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2ywDY8pn0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-utrecht.webp");
}
.cid-u2ywDY8pn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ywDY8pn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ywEOY2bu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u2ywEOY2bu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ywEOY2bu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2ywEOY2bu .container {
    padding: 0 20px;
  }
}
.cid-u2ywEOY2bu .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2ywEOY2bu .row {
    padding: 0;
  }
}
.cid-u2ywEOY2bu .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u2ywEOY2bu .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2ywEOY2bu .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u2ywEOY2bu .item {
    padding: 0 12px;
  }
}
.cid-u2ywEOY2bu .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2ywEOY2bu .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-u2ywEOY2bu .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-u2ywEOY2bu .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u2ywEOY2bu .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-u2ywEOY2bu .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u2ywEOY2bu .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-u2ywEOY2bu .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-u2ywEOY2bu .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-u2ywEOY2bu .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u2ywEOY2bu .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u2ywEOY2bu .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u2ywEOY2bu .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-u2ywEOY2bu .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-u2ywEOY2bu .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-u2ywEOY2bu .mbr-name {
  color: #000000;
}
.cid-u2ywEOY2bu .mbr-desc {
  color: #000000;
}
.cid-u2ywEOY2bu .mbr-text {
  color: #000000;
}
.cid-uvBvB47tmo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uvBvB47tmo .mbr-text {
  color: #666666;
}
.cid-uvBvB47tmo .list {
  color: #666666;
}
.cid-uvBvB47tmo ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uvBvB47tmo li {
  padding-bottom: 0.5rem;
}
.cid-u2ywGtQZci {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uvBpzvdyPa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uvBpzvdyPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBpzvdyPa .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-uvBpzvdyPa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvBpzvdyPa .row {
  flex-direction: row-reverse;
}
.cid-uvBpzvdyPa img {
  width: 100%;
}
.cid-uvwVFeMb8T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uvBpAFpQhl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uvBpAFpQhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBpAFpQhl .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-uvBpAFpQhl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvBpAFpQhl .row {
  flex-direction: row-reverse;
}
.cid-uvBpAFpQhl img {
  width: 100%;
}
.cid-uvwVFR32FS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u2ywHkhaem {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-u2ywHkhaem .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ywHkhaem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ywHkhaem .mbr-text,
.cid-u2ywHkhaem .mbr-section-btn {
  color: #232323;
}
.cid-u2ywHkhaem .card-title,
.cid-u2ywHkhaem .card-box {
  color: #ffffff;
}
.cid-u2ywHkhaem .mbr-text,
.cid-u2ywHkhaem .link-wrap {
  color: #ffffff;
}
.cid-u2ywJ3zoqI {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u2ywJ3zoqI .row {
    flex-direction: row-reverse;
  }
  .cid-u2ywJ3zoqI .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-u2ywJ3zoqI .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-u2ywJ3zoqI .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-u2ywJ3zoqI .subtitle-text {
  color: #232323;
}
.cid-u2ywJ3zoqI .item-box {
  display: flex;
}
.cid-u2ywJ3zoqI .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-u2ywJ3zoqI .item-text {
  color: #232323;
}
.cid-u2ywJ3zoqI .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2ywJ3zoqI .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-u2ywJ3zoqI .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u2ywJIXZJD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u2ywJIXZJD .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-u2ywJIXZJD .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-u2ywJIXZJD .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-u2ywJIXZJD .subtitle-text {
  color: #333333;
}
.cid-u2ywJIXZJD .item-box {
  display: flex;
}
.cid-u2ywJIXZJD .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-u2ywJIXZJD .item-text {
  color: #333333;
}
.cid-u2ywJIXZJD .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u2ywJIXZJD .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-u2ywJIXZJD .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uEUjSr8oj9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uEUjSr8oj9 img,
.cid-uEUjSr8oj9 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uEUjSr8oj9 .item:focus,
.cid-uEUjSr8oj9 span:focus {
  outline: none;
}
.cid-uEUjSr8oj9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uEUjSr8oj9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uEUjSr8oj9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEUjSr8oj9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uEUjSr8oj9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEUjSr8oj9 .mbr-section-title {
  color: #232323;
}
.cid-uEUjSr8oj9 .mbr-text,
.cid-uEUjSr8oj9 .mbr-section-btn {
  text-align: left;
}
.cid-uEUjSr8oj9 .item-title {
  text-align: center;
}
.cid-uEUjSr8oj9 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u2ywKqmPke {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u2ywKqmPke .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u2ywKqmPke .panel-title {
  display: flex;
  align-items: center;
}
.cid-u2ywKqmPke .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-u2ywKqmPke .panel-body,
.cid-u2ywKqmPke .card-header {
  padding: 1rem 0;
}
.cid-u2ywKqmPke .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-u2ywKqmPke .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-u2ywKqmPke .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-u2ywKqmPke .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-u2ywKqmPke .section-head {
  margin-bottom: 56px;
}
.cid-u2ywKqmPke .card {
  margin-bottom: 32px;
}
.cid-u2ywKqmPke H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-u2ywKqmPke .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-u2ywKqmPke .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5GtAuebfl {
  background-image: url("../../../assets/images/wat-is-een-sugar-daddy.webp");
}
.cid-u5GtAuebfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5GtAuebfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5GtAuebfl .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u5GtAuebfl .mbr-text,
.cid-u5GtAuebfl .mbr-section-btn {
  color: #fafafa;
}
.cid-u5GI6dSFO2 {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u5GI6dSFO2 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5GI6dSFO2 img {
  width: 100%;
}
.cid-u5GI6dSFO2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c90e5c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u5GI6dSFO2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u5GI6dSFO2 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u5GI6dSFO2 .contents {
  margin-top: 36px;
}
.cid-u5GI6dSFO2 .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-u5GI6dSFO2 .mbr-section-btn {
  margin-top: 8px;
}
.cid-u5GI6dSFO2 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5GI6dSFO2 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-u5GI6dSFO2 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-u5GI6dSFO2 .main-title {
  text-align: center;
}
.cid-u5GGZJRfOY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u5GGZJRfOY .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u5GGZJRfOY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c90e5c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u5GGZJRfOY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u5GGZJRfOY .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
  color: #404040;
}
.cid-u5GGZJRfOY .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-u5GGZJRfOY .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-u5GGZJRfOY .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 9px;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon5 {
  background-color: rgba(251, 157, 126, 0.3);
  color: #fb9d7e;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon6 {
  background-color: rgba(185, 126, 205, 0.3);
  color: #b97ecd;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container .step {
  margin: 0;
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #d16b86;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #5ca7db;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #848abd;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container .step_5 {
  background: #fb9d7e;
}
.cid-u5GGZJRfOY .icon-main .process-icon .wrapper .icon-container .step_6 {
  background: #b97ecd;
}
.cid-u5GGZJRfOY .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-u5GGZJRfOY .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-u5GGZJRfOY .wrapper::before {
    display: none;
  }
}
.cid-u5QbChR7sm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-u5QbChR7sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5QbChR7sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5QbChR7sm .mbr-text,
.cid-u5QbChR7sm .mbr-section-btn {
  color: #232323;
}
.cid-u5QbChR7sm .card-title,
.cid-u5QbChR7sm .card-box {
  color: #ffffff;
}
.cid-u5QbChR7sm .mbr-text,
.cid-u5QbChR7sm .link-wrap {
  color: #ffffff;
}
.cid-u5GGw7FLfY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u5GGw7FLfY img {
  width: 100%;
}
.cid-u5GGw7FLfY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c90e5c;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-u5GGw7FLfY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u5GGw7FLfY .main-title {
  color: #404040;
}
.cid-u5GGw7FLfY .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-u5GGw7FLfY .mbr-text {
  color: #606060;
}
.cid-u5GGw7FLfY .cards .card {
  margin-bottom: 34px;
}
.cid-u5GGw7FLfY .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-u5GGw7FLfY .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-u5GGw7FLfY .card {
    text-align: left;
  }
  .cid-u5GGw7FLfY .card .card-title {
    text-align: left;
  }
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u6lvi6D943 .navbar-dropdown {
  position: relative !important;
}
.cid-u6lvi6D943 .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-u6lvi6D943 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6lvi6D943 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6lvi6D943 .dropdown-item:hover,
.cid-u6lvi6D943 .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u6lvi6D943 .dropdown-item:hover span {
  color: white;
}
.cid-u6lvi6D943 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6lvi6D943 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6lvi6D943 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6lvi6D943 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6lvi6D943 .nav-link {
  position: relative;
}
.cid-u6lvi6D943 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6lvi6D943 .container {
    flex-wrap: wrap;
  }
}
.cid-u6lvi6D943 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u6lvi6D943 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u6lvi6D943 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6lvi6D943 .dropdown-menu,
.cid-u6lvi6D943 .navbar.opened {
  background: #ffffff !important;
}
.cid-u6lvi6D943 .nav-item:focus,
.cid-u6lvi6D943 .nav-link:focus {
  outline: none;
}
.cid-u6lvi6D943 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6lvi6D943 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6lvi6D943 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6lvi6D943 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6lvi6D943 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6lvi6D943 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6lvi6D943 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u6lvi6D943 .navbar.opened {
  transition: all 0.3s;
}
.cid-u6lvi6D943 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6lvi6D943 .navbar .navbar-logo img {
  width: auto;
}
.cid-u6lvi6D943 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6lvi6D943 .navbar.collapsed {
  justify-content: center;
}
.cid-u6lvi6D943 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6lvi6D943 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6lvi6D943 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6lvi6D943 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6lvi6D943 .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-u6lvi6D943 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6lvi6D943 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6lvi6D943 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6lvi6D943 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6lvi6D943 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6lvi6D943 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6lvi6D943 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6lvi6D943 .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-u6lvi6D943 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6lvi6D943 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6lvi6D943 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6lvi6D943 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6lvi6D943 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6lvi6D943 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6lvi6D943 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6lvi6D943 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6lvi6D943 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6lvi6D943 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6lvi6D943 .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-u6lvi6D943 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6lvi6D943 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6lvi6D943 .dropdown-item.active,
.cid-u6lvi6D943 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6lvi6D943 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6lvi6D943 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6lvi6D943 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6lvi6D943 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6lvi6D943 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6lvi6D943 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6lvi6D943 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6lvi6D943 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6lvi6D943 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6lvi6D943 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u6lvi6D943 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6lvi6D943 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6lvi6D943 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6lvi6D943 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6lvi6D943 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6lvi6D943 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6lvi6D943 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6lvi6D943 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6lvi6D943 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6lvi6D943 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6lvi6D943 .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-u6lvi6D943 .navbar {
    height: 70px;
  }
  .cid-u6lvi6D943 .navbar.opened {
    height: auto;
  }
  .cid-u6lvi6D943 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6lvhXF2fC {
  background-image: url("../../../assets/images/wat-is-een-sugar-baby-4.webp");
}
.cid-u6lvhXF2fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lvhXF2fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lvhXF2fC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u6lvhXF2fC .mbr-text,
.cid-u6lvhXF2fC .mbr-section-btn {
  color: #fafafa;
}
.cid-u6lvhYPDSh {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u6lvhYPDSh .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u6lvhYPDSh img {
  width: 100%;
}
.cid-u6lvhYPDSh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c90e5c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u6lvhYPDSh .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u6lvhYPDSh .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u6lvhYPDSh .contents {
  margin-top: 36px;
}
.cid-u6lvhYPDSh .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-u6lvhYPDSh .mbr-section-btn {
  margin-top: 8px;
}
.cid-u6lvhYPDSh .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u6lvhYPDSh .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-u6lvhYPDSh .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-u6lvhYPDSh .main-title {
  text-align: center;
}
.cid-u6lvi041s0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u6lvi041s0 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u6lvi041s0 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c90e5c;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u6lvi041s0 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u6lvi041s0 .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
  color: #404040;
}
.cid-u6lvi041s0 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-u6lvi041s0 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-u6lvi041s0 .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 9px;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon5 {
  background-color: rgba(251, 157, 126, 0.3);
  color: #fb9d7e;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon6 {
  background-color: rgba(185, 126, 205, 0.3);
  color: #b97ecd;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container .step {
  margin: 0;
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #d16b86;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #5ca7db;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #848abd;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container .step_5 {
  background: #fb9d7e;
}
.cid-u6lvi041s0 .icon-main .process-icon .wrapper .icon-container .step_6 {
  background: #b97ecd;
}
.cid-u6lvi041s0 .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-u6lvi041s0 .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-u6lvi041s0 .wrapper::before {
    display: none;
  }
}
.cid-u6lvi1R8Sp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-u6lvi1R8Sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lvi1R8Sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lvi1R8Sp .mbr-text,
.cid-u6lvi1R8Sp .mbr-section-btn {
  color: #232323;
}
.cid-u6lvi1R8Sp .card-title,
.cid-u6lvi1R8Sp .card-box {
  color: #ffffff;
}
.cid-u6lvi1R8Sp .mbr-text,
.cid-u6lvi1R8Sp .link-wrap {
  color: #ffffff;
}
.cid-u6lvi2ZpbP {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u6lvi2ZpbP img {
  width: 100%;
}
.cid-u6lvi2ZpbP .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c90e5c;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-u6lvi2ZpbP .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u6lvi2ZpbP .main-title {
  color: #404040;
}
.cid-u6lvi2ZpbP .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-u6lvi2ZpbP .mbr-text {
  color: #606060;
}
.cid-u6lvi2ZpbP .cards .card {
  margin-bottom: 34px;
}
.cid-u6lvi2ZpbP .cards .card .card-title {
  font-weight: 600;
  color: #404040;
  margin-bottom: 16px;
}
.cid-u6lvi2ZpbP .cards .card .mbr-text {
  color: #606060;
}
@media (max-width: 768px) {
  .cid-u6lvi2ZpbP .card {
    text-align: left;
  }
  .cid-u6lvi2ZpbP .card .card-title {
    text-align: left;
  }
}
.cid-u6lvi4FE8f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-u6lvi4FE8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lvi4FE8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lvi4FE8f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u6lvi4FE8f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6lvi4FE8f .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u6lvi4FE8f .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u6lvi4FE8f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6lvi4FE8f .copyright {
  color: #bbbbbb;
}
.cid-u8oSX8b3xY .navbar-dropdown {
  position: relative !important;
}
.cid-u8oSX8b3xY .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-u8oSX8b3xY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8oSX8b3xY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8oSX8b3xY .dropdown-item:hover,
.cid-u8oSX8b3xY .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u8oSX8b3xY .dropdown-item:hover span {
  color: white;
}
.cid-u8oSX8b3xY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8oSX8b3xY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8oSX8b3xY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8oSX8b3xY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8oSX8b3xY .nav-link {
  position: relative;
}
.cid-u8oSX8b3xY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8oSX8b3xY .container {
    flex-wrap: wrap;
  }
}
.cid-u8oSX8b3xY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8oSX8b3xY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u8oSX8b3xY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8oSX8b3xY .dropdown-menu,
.cid-u8oSX8b3xY .navbar.opened {
  background: #ffffff !important;
}
.cid-u8oSX8b3xY .nav-item:focus,
.cid-u8oSX8b3xY .nav-link:focus {
  outline: none;
}
.cid-u8oSX8b3xY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8oSX8b3xY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8oSX8b3xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8oSX8b3xY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8oSX8b3xY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8oSX8b3xY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8oSX8b3xY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u8oSX8b3xY .navbar.opened {
  transition: all 0.3s;
}
.cid-u8oSX8b3xY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8oSX8b3xY .navbar .navbar-logo img {
  width: auto;
}
.cid-u8oSX8b3xY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8oSX8b3xY .navbar.collapsed {
  justify-content: center;
}
.cid-u8oSX8b3xY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8oSX8b3xY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8oSX8b3xY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8oSX8b3xY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8oSX8b3xY .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-u8oSX8b3xY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8oSX8b3xY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8oSX8b3xY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8oSX8b3xY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8oSX8b3xY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8oSX8b3xY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8oSX8b3xY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8oSX8b3xY .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-u8oSX8b3xY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8oSX8b3xY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8oSX8b3xY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8oSX8b3xY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8oSX8b3xY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8oSX8b3xY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8oSX8b3xY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8oSX8b3xY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8oSX8b3xY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8oSX8b3xY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8oSX8b3xY .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-u8oSX8b3xY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8oSX8b3xY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8oSX8b3xY .dropdown-item.active,
.cid-u8oSX8b3xY .dropdown-item:active {
  background-color: transparent;
}
.cid-u8oSX8b3xY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8oSX8b3xY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8oSX8b3xY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8oSX8b3xY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8oSX8b3xY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8oSX8b3xY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8oSX8b3xY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8oSX8b3xY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8oSX8b3xY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8oSX8b3xY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8oSX8b3xY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8oSX8b3xY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8oSX8b3xY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8oSX8b3xY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8oSX8b3xY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8oSX8b3xY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8oSX8b3xY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8oSX8b3xY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8oSX8b3xY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8oSX8b3xY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8oSX8b3xY .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-u8oSX8b3xY .navbar {
    height: 70px;
  }
  .cid-u8oSX8b3xY .navbar.opened {
    height: auto;
  }
  .cid-u8oSX8b3xY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8oSWW3Fxh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-baby-eindhoven.webp");
}
.cid-u8oSWW3Fxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8oSWW3Fxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8oSWXsKmw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u8oSWXsKmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8oSWXsKmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8oSWXsKmw .container {
    padding: 0 20px;
  }
}
.cid-u8oSWXsKmw .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u8oSWXsKmw .row {
    padding: 0;
  }
}
.cid-u8oSWXsKmw .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8oSWXsKmw .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8oSWXsKmw .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u8oSWXsKmw .item {
    padding: 0 12px;
  }
}
.cid-u8oSWXsKmw .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8oSWXsKmw .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-u8oSWXsKmw .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-u8oSWXsKmw .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u8oSWXsKmw .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-u8oSWXsKmw .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u8oSWXsKmw .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-u8oSWXsKmw .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-u8oSWXsKmw .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-u8oSWXsKmw .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u8oSWXsKmw .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u8oSWXsKmw .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u8oSWXsKmw .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-u8oSWXsKmw .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-u8oSWXsKmw .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-u8oSWXsKmw .mbr-name {
  color: #000000;
}
.cid-u8oSWXsKmw .mbr-desc {
  color: #000000;
}
.cid-u8oSWXsKmw .mbr-text {
  color: #000000;
}
.cid-uFACQtYfC2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uFACQtYfC2 .mbr-text {
  color: #666666;
}
.cid-uFACQtYfC2 .list {
  color: #666666;
}
.cid-uFACQtYfC2 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uFACQtYfC2 li {
  padding-bottom: 0.5rem;
}
.cid-u8oSWZfLq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u8oSX0u90F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-u8oSX0u90F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8oSX0u90F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8oSX0u90F .mbr-text,
.cid-u8oSX0u90F .mbr-section-btn {
  color: #232323;
}
.cid-u8oSX0u90F .card-title,
.cid-u8oSX0u90F .card-box {
  color: #ffffff;
}
.cid-u8oSX0u90F .mbr-text,
.cid-u8oSX0u90F .link-wrap {
  color: #ffffff;
}
.cid-u8oSX1KgKi {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u8oSX1KgKi .row {
    flex-direction: row-reverse;
  }
  .cid-u8oSX1KgKi .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-u8oSX1KgKi .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-u8oSX1KgKi .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-u8oSX1KgKi .subtitle-text {
  color: #232323;
}
.cid-u8oSX1KgKi .item-box {
  display: flex;
}
.cid-u8oSX1KgKi .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-u8oSX1KgKi .item-text {
  color: #232323;
}
.cid-u8oSX1KgKi .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8oSX1KgKi .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-u8oSX1KgKi .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u8oSX3huhi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u8oSX3huhi .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-u8oSX3huhi .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-u8oSX3huhi .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-u8oSX3huhi .subtitle-text {
  color: #333333;
}
.cid-u8oSX3huhi .item-box {
  display: flex;
}
.cid-u8oSX3huhi .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-u8oSX3huhi .item-text {
  color: #333333;
}
.cid-u8oSX3huhi .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8oSX3huhi .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-u8oSX3huhi .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uFzLCdhrQ4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uFzLCdhrQ4 img,
.cid-uFzLCdhrQ4 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uFzLCdhrQ4 .item:focus,
.cid-uFzLCdhrQ4 span:focus {
  outline: none;
}
.cid-uFzLCdhrQ4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFzLCdhrQ4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFzLCdhrQ4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFzLCdhrQ4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFzLCdhrQ4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFzLCdhrQ4 .mbr-section-title {
  color: #232323;
}
.cid-uFzLCdhrQ4 .mbr-text,
.cid-uFzLCdhrQ4 .mbr-section-btn {
  text-align: left;
}
.cid-uFzLCdhrQ4 .item-title {
  text-align: center;
}
.cid-uFzLCdhrQ4 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u8oSX4ZoNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u8oSX4ZoNx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8oSX4ZoNx .panel-title {
  display: flex;
  align-items: center;
}
.cid-u8oSX4ZoNx .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-u8oSX4ZoNx .panel-body,
.cid-u8oSX4ZoNx .card-header {
  padding: 1rem 0;
}
.cid-u8oSX4ZoNx .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-u8oSX4ZoNx .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-u8oSX4ZoNx .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-u8oSX4ZoNx .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-u8oSX4ZoNx .section-head {
  margin-bottom: 56px;
}
.cid-u8oSX4ZoNx .card {
  margin-bottom: 32px;
}
.cid-u8oSX4ZoNx H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-u8oSX4ZoNx .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-u8oSX4ZoNx .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u8oSX6zUyP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-u8oSX6zUyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8oSX6zUyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8oSX6zUyP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u8oSX6zUyP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8oSX6zUyP .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u8oSX6zUyP .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u8oSX6zUyP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8oSX6zUyP .copyright {
  color: #bbbbbb;
}
.cid-u9MBCrdksZ .navbar-dropdown {
  position: relative !important;
}
.cid-u9MBCrdksZ .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-u9MBCrdksZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9MBCrdksZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9MBCrdksZ .dropdown-item:hover,
.cid-u9MBCrdksZ .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u9MBCrdksZ .dropdown-item:hover span {
  color: white;
}
.cid-u9MBCrdksZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9MBCrdksZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9MBCrdksZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9MBCrdksZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9MBCrdksZ .nav-link {
  position: relative;
}
.cid-u9MBCrdksZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9MBCrdksZ .container {
    flex-wrap: wrap;
  }
}
.cid-u9MBCrdksZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9MBCrdksZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u9MBCrdksZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9MBCrdksZ .dropdown-menu,
.cid-u9MBCrdksZ .navbar.opened {
  background: #ffffff !important;
}
.cid-u9MBCrdksZ .nav-item:focus,
.cid-u9MBCrdksZ .nav-link:focus {
  outline: none;
}
.cid-u9MBCrdksZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9MBCrdksZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9MBCrdksZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9MBCrdksZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9MBCrdksZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9MBCrdksZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9MBCrdksZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u9MBCrdksZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9MBCrdksZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9MBCrdksZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u9MBCrdksZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9MBCrdksZ .navbar.collapsed {
  justify-content: center;
}
.cid-u9MBCrdksZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9MBCrdksZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9MBCrdksZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9MBCrdksZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9MBCrdksZ .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-u9MBCrdksZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9MBCrdksZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9MBCrdksZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9MBCrdksZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9MBCrdksZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9MBCrdksZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9MBCrdksZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9MBCrdksZ .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-u9MBCrdksZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9MBCrdksZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9MBCrdksZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9MBCrdksZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9MBCrdksZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9MBCrdksZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9MBCrdksZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9MBCrdksZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9MBCrdksZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9MBCrdksZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9MBCrdksZ .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-u9MBCrdksZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9MBCrdksZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9MBCrdksZ .dropdown-item.active,
.cid-u9MBCrdksZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9MBCrdksZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9MBCrdksZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9MBCrdksZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9MBCrdksZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9MBCrdksZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9MBCrdksZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9MBCrdksZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9MBCrdksZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9MBCrdksZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9MBCrdksZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9MBCrdksZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9MBCrdksZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9MBCrdksZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9MBCrdksZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9MBCrdksZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9MBCrdksZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9MBCrdksZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9MBCrdksZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9MBCrdksZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9MBCrdksZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9MBCrdksZ .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-u9MBCrdksZ .navbar {
    height: 70px;
  }
  .cid-u9MBCrdksZ .navbar.opened {
    height: auto;
  }
  .cid-u9MBCrdksZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9MBCcI6nc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-groningen.webp");
}
.cid-u9MBCcI6nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9MBCcI6nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9MBCebRSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9MBCebRSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9MBCebRSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9MBCebRSY .container {
    padding: 0 20px;
  }
}
.cid-u9MBCebRSY .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u9MBCebRSY .row {
    padding: 0;
  }
}
.cid-u9MBCebRSY .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9MBCebRSY .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9MBCebRSY .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u9MBCebRSY .item {
    padding: 0 12px;
  }
}
.cid-u9MBCebRSY .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9MBCebRSY .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-u9MBCebRSY .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-u9MBCebRSY .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-u9MBCebRSY .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-u9MBCebRSY .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-u9MBCebRSY .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-u9MBCebRSY .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-u9MBCebRSY .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-u9MBCebRSY .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-u9MBCebRSY .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u9MBCebRSY .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u9MBCebRSY .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-u9MBCebRSY .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-u9MBCebRSY .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-u9MBCebRSY .mbr-name {
  color: #000000;
}
.cid-u9MBCebRSY .mbr-desc {
  color: #000000;
}
.cid-u9MBCebRSY .mbr-text {
  color: #000000;
}
.cid-uMPdRdSTGZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uMPdRdSTGZ .mbr-text {
  color: #666666;
}
.cid-uMPdRdSTGZ .list {
  color: #666666;
}
.cid-uMPdRdSTGZ ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uMPdRdSTGZ li {
  padding-bottom: 0.5rem;
}
.cid-u9MBCfZk82 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uMPelvmuyA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uMPelvmuyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPelvmuyA .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-uMPelvmuyA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMPelvmuyA .row {
  flex-direction: row-reverse;
}
.cid-uMPelvmuyA img {
  width: 100%;
}
.cid-uMPeEjDFIA {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9MBChgz3o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-u9MBChgz3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9MBChgz3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9MBChgz3o .mbr-text,
.cid-u9MBChgz3o .mbr-section-btn {
  color: #232323;
}
.cid-u9MBChgz3o .card-title,
.cid-u9MBChgz3o .card-box {
  color: #ffffff;
}
.cid-u9MBChgz3o .mbr-text,
.cid-u9MBChgz3o .link-wrap {
  color: #ffffff;
}
.cid-u9MBCiZ9vb {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u9MBCiZ9vb .row {
    flex-direction: row-reverse;
  }
  .cid-u9MBCiZ9vb .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-u9MBCiZ9vb .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-u9MBCiZ9vb .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-u9MBCiZ9vb .subtitle-text {
  color: #232323;
}
.cid-u9MBCiZ9vb .item-box {
  display: flex;
}
.cid-u9MBCiZ9vb .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-u9MBCiZ9vb .item-text {
  color: #232323;
}
.cid-u9MBCiZ9vb .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u9MBCiZ9vb .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-u9MBCiZ9vb .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u9MBCltaHh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-u9MBCltaHh .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-u9MBCltaHh .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-u9MBCltaHh .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-u9MBCltaHh .subtitle-text {
  color: #333333;
}
.cid-u9MBCltaHh .item-box {
  display: flex;
}
.cid-u9MBCltaHh .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-u9MBCltaHh .item-text {
  color: #333333;
}
.cid-u9MBCltaHh .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u9MBCltaHh .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-u9MBCltaHh .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uMPdz9PNSZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uMPdz9PNSZ img,
.cid-uMPdz9PNSZ .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uMPdz9PNSZ .item:focus,
.cid-uMPdz9PNSZ span:focus {
  outline: none;
}
.cid-uMPdz9PNSZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMPdz9PNSZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMPdz9PNSZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMPdz9PNSZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMPdz9PNSZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMPdz9PNSZ .mbr-section-title {
  color: #232323;
}
.cid-uMPdz9PNSZ .mbr-text,
.cid-uMPdz9PNSZ .mbr-section-btn {
  text-align: left;
}
.cid-uMPdz9PNSZ .item-title {
  text-align: center;
}
.cid-uMPdz9PNSZ .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-u9MBCntjHr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9MBCntjHr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9MBCntjHr .panel-title {
  display: flex;
  align-items: center;
}
.cid-u9MBCntjHr .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-u9MBCntjHr .panel-body,
.cid-u9MBCntjHr .card-header {
  padding: 1rem 0;
}
.cid-u9MBCntjHr .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-u9MBCntjHr .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-u9MBCntjHr .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-u9MBCntjHr .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-u9MBCntjHr .section-head {
  margin-bottom: 56px;
}
.cid-u9MBCntjHr .card {
  margin-bottom: 32px;
}
.cid-u9MBCntjHr H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-u9MBCntjHr .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-u9MBCntjHr .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u9MBCplVow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-u9MBCplVow .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9MBCplVow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9MBCplVow .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u9MBCplVow .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9MBCplVow .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u9MBCplVow .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u9MBCplVow div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u9MBCplVow .copyright {
  color: #bbbbbb;
}
.cid-ubFfoYS4m5 .navbar-dropdown {
  position: relative !important;
}
.cid-ubFfoYS4m5 .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-ubFfoYS4m5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubFfoYS4m5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubFfoYS4m5 .dropdown-item:hover,
.cid-ubFfoYS4m5 .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-ubFfoYS4m5 .dropdown-item:hover span {
  color: white;
}
.cid-ubFfoYS4m5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubFfoYS4m5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubFfoYS4m5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubFfoYS4m5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubFfoYS4m5 .nav-link {
  position: relative;
}
.cid-ubFfoYS4m5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubFfoYS4m5 .container {
    flex-wrap: wrap;
  }
}
.cid-ubFfoYS4m5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubFfoYS4m5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubFfoYS4m5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubFfoYS4m5 .dropdown-menu,
.cid-ubFfoYS4m5 .navbar.opened {
  background: #ffffff !important;
}
.cid-ubFfoYS4m5 .nav-item:focus,
.cid-ubFfoYS4m5 .nav-link:focus {
  outline: none;
}
.cid-ubFfoYS4m5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubFfoYS4m5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubFfoYS4m5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubFfoYS4m5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubFfoYS4m5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubFfoYS4m5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubFfoYS4m5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ubFfoYS4m5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubFfoYS4m5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubFfoYS4m5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubFfoYS4m5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubFfoYS4m5 .navbar.collapsed {
  justify-content: center;
}
.cid-ubFfoYS4m5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubFfoYS4m5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ubFfoYS4m5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubFfoYS4m5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubFfoYS4m5 .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-ubFfoYS4m5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubFfoYS4m5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubFfoYS4m5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubFfoYS4m5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubFfoYS4m5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubFfoYS4m5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubFfoYS4m5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubFfoYS4m5 .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-ubFfoYS4m5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubFfoYS4m5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubFfoYS4m5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubFfoYS4m5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubFfoYS4m5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubFfoYS4m5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubFfoYS4m5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubFfoYS4m5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubFfoYS4m5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubFfoYS4m5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubFfoYS4m5 .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-ubFfoYS4m5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubFfoYS4m5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubFfoYS4m5 .dropdown-item.active,
.cid-ubFfoYS4m5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubFfoYS4m5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubFfoYS4m5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubFfoYS4m5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubFfoYS4m5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubFfoYS4m5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubFfoYS4m5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubFfoYS4m5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubFfoYS4m5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubFfoYS4m5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubFfoYS4m5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubFfoYS4m5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubFfoYS4m5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubFfoYS4m5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubFfoYS4m5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubFfoYS4m5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubFfoYS4m5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubFfoYS4m5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubFfoYS4m5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubFfoYS4m5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ubFfoYS4m5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubFfoYS4m5 .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-ubFfoYS4m5 .navbar {
    height: 70px;
  }
  .cid-ubFfoYS4m5 .navbar.opened {
    height: auto;
  }
  .cid-ubFfoYS4m5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubFfoMPK7d {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-tilburg.webp");
}
.cid-ubFfoMPK7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubFfoMPK7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubFfoOc3iP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ubFfoOc3iP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubFfoOc3iP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubFfoOc3iP .container {
    padding: 0 20px;
  }
}
.cid-ubFfoOc3iP .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubFfoOc3iP .row {
    padding: 0;
  }
}
.cid-ubFfoOc3iP .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ubFfoOc3iP .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ubFfoOc3iP .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ubFfoOc3iP .item {
    padding: 0 12px;
  }
}
.cid-ubFfoOc3iP .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ubFfoOc3iP .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-ubFfoOc3iP .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ubFfoOc3iP .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ubFfoOc3iP .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-ubFfoOc3iP .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-ubFfoOc3iP .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-ubFfoOc3iP .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-ubFfoOc3iP .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-ubFfoOc3iP .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ubFfoOc3iP .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ubFfoOc3iP .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-ubFfoOc3iP .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-ubFfoOc3iP .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ubFfoOc3iP .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-ubFfoOc3iP .mbr-name {
  color: #000000;
}
.cid-ubFfoOc3iP .mbr-desc {
  color: #000000;
}
.cid-ubFfoOc3iP .mbr-text {
  color: #000000;
}
.cid-uNp3qPdrrE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uNp3qPdrrE .mbr-text {
  color: #666666;
}
.cid-uNp3qPdrrE .list {
  color: #666666;
}
.cid-uNp3qPdrrE ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uNp3qPdrrE li {
  padding-bottom: 0.5rem;
}
.cid-ubFfoPAK2h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ubFfoQHF4C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-ubFfoQHF4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubFfoQHF4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubFfoQHF4C .mbr-text,
.cid-ubFfoQHF4C .mbr-section-btn {
  color: #232323;
}
.cid-ubFfoQHF4C .card-title,
.cid-ubFfoQHF4C .card-box {
  color: #ffffff;
}
.cid-ubFfoQHF4C .mbr-text,
.cid-ubFfoQHF4C .link-wrap {
  color: #ffffff;
}
.cid-ubFhSJ9OWT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ubFhSJ9OWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubFhSJ9OWT .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-ubFhSJ9OWT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubFhSJ9OWT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubFhSJ9OWT .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubFfoTnKGK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ubFfoTnKGK .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-ubFfoTnKGK .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-ubFfoTnKGK .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-ubFfoTnKGK .subtitle-text {
  color: #333333;
}
.cid-ubFfoTnKGK .item-box {
  display: flex;
}
.cid-ubFfoTnKGK .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-ubFfoTnKGK .item-text {
  color: #333333;
}
.cid-ubFfoTnKGK .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ubFfoTnKGK .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-ubFfoTnKGK .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uNojaLe11B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uNojaLe11B img,
.cid-uNojaLe11B .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNojaLe11B .item:focus,
.cid-uNojaLe11B span:focus {
  outline: none;
}
.cid-uNojaLe11B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNojaLe11B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNojaLe11B .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNojaLe11B .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uNojaLe11B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNojaLe11B .mbr-section-title {
  color: #232323;
}
.cid-uNojaLe11B .mbr-text,
.cid-uNojaLe11B .mbr-section-btn {
  text-align: left;
}
.cid-uNojaLe11B .item-title {
  text-align: center;
}
.cid-uNojaLe11B .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ubFfoV9Nsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ubFfoV9Nsh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ubFfoV9Nsh .panel-title {
  display: flex;
  align-items: center;
}
.cid-ubFfoV9Nsh .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-ubFfoV9Nsh .panel-body,
.cid-ubFfoV9Nsh .card-header {
  padding: 1rem 0;
}
.cid-ubFfoV9Nsh .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-ubFfoV9Nsh .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-ubFfoV9Nsh .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-ubFfoV9Nsh .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-ubFfoV9Nsh .section-head {
  margin-bottom: 56px;
}
.cid-ubFfoV9Nsh .card {
  margin-bottom: 32px;
}
.cid-ubFfoV9Nsh H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-ubFfoV9Nsh .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-ubFfoV9Nsh .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ubFfoWWYJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-ubFfoWWYJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubFfoWWYJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubFfoWWYJq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubFfoWWYJq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubFfoWWYJq .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ubFfoWWYJq .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ubFfoWWYJq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubFfoWWYJq .copyright {
  color: #bbbbbb;
}
.cid-ud5HigMLgg .navbar-dropdown {
  position: relative !important;
}
.cid-ud5HigMLgg .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-ud5HigMLgg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ud5HigMLgg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ud5HigMLgg .dropdown-item:hover,
.cid-ud5HigMLgg .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-ud5HigMLgg .dropdown-item:hover span {
  color: white;
}
.cid-ud5HigMLgg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ud5HigMLgg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ud5HigMLgg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ud5HigMLgg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ud5HigMLgg .nav-link {
  position: relative;
}
.cid-ud5HigMLgg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ud5HigMLgg .container {
    flex-wrap: wrap;
  }
}
.cid-ud5HigMLgg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ud5HigMLgg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ud5HigMLgg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ud5HigMLgg .dropdown-menu,
.cid-ud5HigMLgg .navbar.opened {
  background: #ffffff !important;
}
.cid-ud5HigMLgg .nav-item:focus,
.cid-ud5HigMLgg .nav-link:focus {
  outline: none;
}
.cid-ud5HigMLgg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ud5HigMLgg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ud5HigMLgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ud5HigMLgg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ud5HigMLgg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ud5HigMLgg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ud5HigMLgg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ud5HigMLgg .navbar.opened {
  transition: all 0.3s;
}
.cid-ud5HigMLgg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ud5HigMLgg .navbar .navbar-logo img {
  width: auto;
}
.cid-ud5HigMLgg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ud5HigMLgg .navbar.collapsed {
  justify-content: center;
}
.cid-ud5HigMLgg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ud5HigMLgg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ud5HigMLgg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ud5HigMLgg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ud5HigMLgg .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-ud5HigMLgg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ud5HigMLgg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ud5HigMLgg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ud5HigMLgg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ud5HigMLgg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ud5HigMLgg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ud5HigMLgg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ud5HigMLgg .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-ud5HigMLgg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ud5HigMLgg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ud5HigMLgg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ud5HigMLgg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ud5HigMLgg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ud5HigMLgg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ud5HigMLgg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ud5HigMLgg .navbar.navbar-short {
  min-height: 60px;
}
.cid-ud5HigMLgg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ud5HigMLgg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ud5HigMLgg .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-ud5HigMLgg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ud5HigMLgg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ud5HigMLgg .dropdown-item.active,
.cid-ud5HigMLgg .dropdown-item:active {
  background-color: transparent;
}
.cid-ud5HigMLgg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ud5HigMLgg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ud5HigMLgg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ud5HigMLgg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ud5HigMLgg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ud5HigMLgg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ud5HigMLgg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ud5HigMLgg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ud5HigMLgg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ud5HigMLgg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ud5HigMLgg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ud5HigMLgg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud5HigMLgg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ud5HigMLgg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ud5HigMLgg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud5HigMLgg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ud5HigMLgg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ud5HigMLgg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ud5HigMLgg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ud5HigMLgg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ud5HigMLgg .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-ud5HigMLgg .navbar {
    height: 70px;
  }
  .cid-ud5HigMLgg .navbar.opened {
    height: auto;
  }
  .cid-ud5HigMLgg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ud5Hi5KCXL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-almere.webp");
}
.cid-ud5Hi5KCXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud5Hi5KCXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud5Hi6ZYHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ud5Hi6ZYHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud5Hi6ZYHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ud5Hi6ZYHC .container {
    padding: 0 20px;
  }
}
.cid-ud5Hi6ZYHC .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ud5Hi6ZYHC .row {
    padding: 0;
  }
}
.cid-ud5Hi6ZYHC .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ud5Hi6ZYHC .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ud5Hi6ZYHC .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ud5Hi6ZYHC .item {
    padding: 0 12px;
  }
}
.cid-ud5Hi6ZYHC .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ud5Hi6ZYHC .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-ud5Hi6ZYHC .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ud5Hi6ZYHC .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-ud5Hi6ZYHC .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ud5Hi6ZYHC .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-ud5Hi6ZYHC .mbr-name {
  color: #000000;
}
.cid-ud5Hi6ZYHC .mbr-desc {
  color: #000000;
}
.cid-ud5Hi6ZYHC .mbr-text {
  color: #000000;
}
.cid-uOInKTRK3I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uOInKTRK3I .mbr-text {
  color: #666666;
}
.cid-uOInKTRK3I .list {
  color: #666666;
}
.cid-uOInKTRK3I ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uOInKTRK3I li {
  padding-bottom: 0.5rem;
}
.cid-ud5Hi8sDTz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ud5Hi9siOb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-ud5Hi9siOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud5Hi9siOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud5Hi9siOb .mbr-text,
.cid-ud5Hi9siOb .mbr-section-btn {
  color: #232323;
}
.cid-ud5Hi9siOb .card-title,
.cid-ud5Hi9siOb .card-box {
  color: #ffffff;
}
.cid-ud5Hi9siOb .mbr-text,
.cid-ud5Hi9siOb .link-wrap {
  color: #ffffff;
}
.cid-ud5ZOejvY1 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ud5ZOejvY1 .row {
    flex-direction: row-reverse;
  }
  .cid-ud5ZOejvY1 .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-ud5ZOejvY1 .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-ud5ZOejvY1 .item-title {
  color: #2e6b75;
}
.cid-ud5ZOejvY1 .subtitle-text {
  color: #6c7577;
}
.cid-ud5ZOejvY1 .item-box {
  display: flex;
}
.cid-ud5ZOejvY1 .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-ud5ZOejvY1 .item-text {
  color: #6c7577;
}
.cid-ud5ZOejvY1 .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ud5ZOejvY1 .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-ud5ZOejvY1 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ud5HibUDGq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ud5HibUDGq .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-ud5HibUDGq .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-ud5HibUDGq .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-ud5HibUDGq .subtitle-text {
  color: #333333;
}
.cid-ud5HibUDGq .item-box {
  display: flex;
}
.cid-ud5HibUDGq .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-ud5HibUDGq .item-text {
  color: #333333;
}
.cid-ud5HibUDGq .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ud5HibUDGq .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-ud5HibUDGq .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uOInErQRDd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uOInErQRDd img,
.cid-uOInErQRDd .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uOInErQRDd .item:focus,
.cid-uOInErQRDd span:focus {
  outline: none;
}
.cid-uOInErQRDd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOInErQRDd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOInErQRDd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOInErQRDd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uOInErQRDd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOInErQRDd .mbr-section-title {
  color: #232323;
}
.cid-uOInErQRDd .mbr-text,
.cid-uOInErQRDd .mbr-section-btn {
  text-align: left;
}
.cid-uOInErQRDd .item-title {
  text-align: center;
}
.cid-uOInErQRDd .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ud5HidDaby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ud5HidDaby .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ud5HidDaby .panel-title {
  display: flex;
  align-items: center;
}
.cid-ud5HidDaby .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-ud5HidDaby .panel-body,
.cid-ud5HidDaby .card-header {
  padding: 1rem 0;
}
.cid-ud5HidDaby .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-ud5HidDaby .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-ud5HidDaby .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-ud5HidDaby .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-ud5HidDaby .section-head {
  margin-bottom: 56px;
}
.cid-ud5HidDaby .card {
  margin-bottom: 32px;
}
.cid-ud5HidDaby H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-ud5HidDaby .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-ud5HidDaby .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ud5HifjV2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-ud5HifjV2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud5HifjV2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud5HifjV2b .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ud5HifjV2b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ud5HifjV2b .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ud5HifjV2b .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ud5HifjV2b div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ud5HifjV2b .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udHJgv3vG3 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-udHJgv3vG3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udLXKnFgvq {
  background-image: url("../../../assets/images/sugar-daddy-1-1604x769.jpeg");
}
.cid-udLXKnFgvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLXKnFgvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udHQVs2jzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udHQVs2jzt .mbr-section-subtitle {
  text-align: center;
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-uf4cN3EtQX .navbar-dropdown {
  position: relative !important;
}
.cid-uf4cN3EtQX .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-uf4cN3EtQX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uf4cN3EtQX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uf4cN3EtQX .dropdown-item:hover,
.cid-uf4cN3EtQX .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-uf4cN3EtQX .dropdown-item:hover span {
  color: white;
}
.cid-uf4cN3EtQX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uf4cN3EtQX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uf4cN3EtQX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uf4cN3EtQX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uf4cN3EtQX .nav-link {
  position: relative;
}
.cid-uf4cN3EtQX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uf4cN3EtQX .container {
    flex-wrap: wrap;
  }
}
.cid-uf4cN3EtQX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uf4cN3EtQX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uf4cN3EtQX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf4cN3EtQX .dropdown-menu,
.cid-uf4cN3EtQX .navbar.opened {
  background: #ffffff !important;
}
.cid-uf4cN3EtQX .nav-item:focus,
.cid-uf4cN3EtQX .nav-link:focus {
  outline: none;
}
.cid-uf4cN3EtQX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf4cN3EtQX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf4cN3EtQX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf4cN3EtQX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf4cN3EtQX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf4cN3EtQX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf4cN3EtQX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uf4cN3EtQX .navbar.opened {
  transition: all 0.3s;
}
.cid-uf4cN3EtQX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf4cN3EtQX .navbar .navbar-logo img {
  width: auto;
}
.cid-uf4cN3EtQX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uf4cN3EtQX .navbar.collapsed {
  justify-content: center;
}
.cid-uf4cN3EtQX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf4cN3EtQX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uf4cN3EtQX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf4cN3EtQX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf4cN3EtQX .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-uf4cN3EtQX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf4cN3EtQX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf4cN3EtQX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uf4cN3EtQX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf4cN3EtQX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf4cN3EtQX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf4cN3EtQX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf4cN3EtQX .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-uf4cN3EtQX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uf4cN3EtQX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uf4cN3EtQX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf4cN3EtQX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uf4cN3EtQX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf4cN3EtQX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uf4cN3EtQX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uf4cN3EtQX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uf4cN3EtQX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uf4cN3EtQX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uf4cN3EtQX .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-uf4cN3EtQX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf4cN3EtQX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf4cN3EtQX .dropdown-item.active,
.cid-uf4cN3EtQX .dropdown-item:active {
  background-color: transparent;
}
.cid-uf4cN3EtQX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf4cN3EtQX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf4cN3EtQX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf4cN3EtQX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uf4cN3EtQX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uf4cN3EtQX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uf4cN3EtQX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf4cN3EtQX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uf4cN3EtQX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf4cN3EtQX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uf4cN3EtQX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf4cN3EtQX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf4cN3EtQX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf4cN3EtQX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf4cN3EtQX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf4cN3EtQX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf4cN3EtQX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf4cN3EtQX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf4cN3EtQX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uf4cN3EtQX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf4cN3EtQX .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-uf4cN3EtQX .navbar {
    height: 70px;
  }
  .cid-uf4cN3EtQX .navbar.opened {
    height: auto;
  }
  .cid-uf4cN3EtQX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf4cMShzTY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-breda.webp");
}
.cid-uf4cMShzTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf4cMShzTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf4cMU1eZO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uf4cMU1eZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf4cMU1eZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uf4cMU1eZO .container {
    padding: 0 20px;
  }
}
.cid-uf4cMU1eZO .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf4cMU1eZO .row {
    padding: 0;
  }
}
.cid-uf4cMU1eZO .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf4cMU1eZO .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uf4cMU1eZO .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uf4cMU1eZO .item {
    padding: 0 12px;
  }
}
.cid-uf4cMU1eZO .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uf4cMU1eZO .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uf4cMU1eZO .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-uf4cMU1eZO .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uf4cMU1eZO .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-uf4cMU1eZO .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uf4cMU1eZO .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-uf4cMU1eZO .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-uf4cMU1eZO .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uf4cMU1eZO .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uf4cMU1eZO .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uf4cMU1eZO .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uf4cMU1eZO .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-uf4cMU1eZO .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uf4cMU1eZO .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-uf4cMU1eZO .mbr-name {
  color: #000000;
}
.cid-uf4cMU1eZO .mbr-desc {
  color: #000000;
}
.cid-uf4cMU1eZO .mbr-text {
  color: #000000;
}
.cid-uPnjnR5VSZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uPnjnR5VSZ .mbr-text {
  color: #666666;
}
.cid-uPnjnR5VSZ .list {
  color: #666666;
}
.cid-uPnjnR5VSZ ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uPnjnR5VSZ li {
  padding-bottom: 0.5rem;
}
.cid-uf4cMVpJ1G {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uf4cMWwyQZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-uf4cMWwyQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf4cMWwyQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf4cMWwyQZ .mbr-text,
.cid-uf4cMWwyQZ .mbr-section-btn {
  color: #232323;
}
.cid-uf4cMWwyQZ .card-title,
.cid-uf4cMWwyQZ .card-box {
  color: #ffffff;
}
.cid-uf4cMWwyQZ .mbr-text,
.cid-uf4cMWwyQZ .link-wrap {
  color: #ffffff;
}
.cid-uf4cMXZyHC {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uf4cMXZyHC .row {
    flex-direction: row-reverse;
  }
  .cid-uf4cMXZyHC .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-uf4cMXZyHC .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-uf4cMXZyHC .item-title {
  color: #2e6b75;
}
.cid-uf4cMXZyHC .subtitle-text {
  color: #6c7577;
}
.cid-uf4cMXZyHC .item-box {
  display: flex;
}
.cid-uf4cMXZyHC .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uf4cMXZyHC .item-text {
  color: #333333;
}
.cid-uf4cMXZyHC .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uf4cMXZyHC .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uf4cMXZyHC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uf4cMZv8Ds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uf4cMZv8Ds .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-uf4cMZv8Ds .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-uf4cMZv8Ds .item-title {
  color: #2e6b75;
  text-align: left;
}
.cid-uf4cMZv8Ds .subtitle-text {
  color: #333333;
}
.cid-uf4cMZv8Ds .item-box {
  display: flex;
}
.cid-uf4cMZv8Ds .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-uf4cMZv8Ds .item-text {
  color: #333333;
}
.cid-uf4cMZv8Ds .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uf4cMZv8Ds .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-uf4cMZv8Ds .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uPnbWCNJLe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uPnbWCNJLe img,
.cid-uPnbWCNJLe .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uPnbWCNJLe .item:focus,
.cid-uPnbWCNJLe span:focus {
  outline: none;
}
.cid-uPnbWCNJLe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPnbWCNJLe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPnbWCNJLe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPnbWCNJLe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uPnbWCNJLe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPnbWCNJLe .mbr-section-title {
  color: #232323;
}
.cid-uPnbWCNJLe .mbr-text,
.cid-uPnbWCNJLe .mbr-section-btn {
  text-align: left;
}
.cid-uPnbWCNJLe .item-title {
  text-align: center;
}
.cid-uPnbWCNJLe .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uf4cN0NiTb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uf4cN0NiTb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uf4cN0NiTb .panel-title {
  display: flex;
  align-items: center;
}
.cid-uf4cN0NiTb .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-uf4cN0NiTb .panel-body,
.cid-uf4cN0NiTb .card-header {
  padding: 1rem 0;
}
.cid-uf4cN0NiTb .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uf4cN0NiTb .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-uf4cN0NiTb .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-uf4cN0NiTb .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uf4cN0NiTb .section-head {
  margin-bottom: 56px;
}
.cid-uf4cN0NiTb .card {
  margin-bottom: 32px;
}
.cid-uf4cN0NiTb H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uf4cN0NiTb .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uf4cN0NiTb .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uf4cN2bsy0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uf4cN2bsy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf4cN2bsy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf4cN2bsy0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uf4cN2bsy0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uf4cN2bsy0 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uf4cN2bsy0 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uf4cN2bsy0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uf4cN2bsy0 .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uguJdQFcTp {
  background-image: url("../../../assets/images/sugar-daddy-1-1604x769.jpeg");
}
.cid-uguJdQFcTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uguJdQFcTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uguJLvLIhH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uguJLvLIhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uguJLvLIhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uguJLvLIhH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uguJLvLIhH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uguJLvLIhH .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c90e5c;
}
.cid-uguJLvLIhH .panel-body,
.cid-uguJLvLIhH .card-header {
  padding: 1rem 0;
}
.cid-uguJLvLIhH .panel-title-edit {
  color: #000000;
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-uh5m6UlKQk .navbar-dropdown {
  position: relative !important;
}
.cid-uh5m6UlKQk .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-uh5m6UlKQk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uh5m6UlKQk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uh5m6UlKQk .dropdown-item:hover,
.cid-uh5m6UlKQk .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-uh5m6UlKQk .dropdown-item:hover span {
  color: white;
}
.cid-uh5m6UlKQk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uh5m6UlKQk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uh5m6UlKQk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uh5m6UlKQk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uh5m6UlKQk .nav-link {
  position: relative;
}
.cid-uh5m6UlKQk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh5m6UlKQk .container {
    flex-wrap: wrap;
  }
}
.cid-uh5m6UlKQk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uh5m6UlKQk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uh5m6UlKQk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uh5m6UlKQk .dropdown-menu,
.cid-uh5m6UlKQk .navbar.opened {
  background: #ffffff !important;
}
.cid-uh5m6UlKQk .nav-item:focus,
.cid-uh5m6UlKQk .nav-link:focus {
  outline: none;
}
.cid-uh5m6UlKQk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uh5m6UlKQk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh5m6UlKQk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh5m6UlKQk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh5m6UlKQk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh5m6UlKQk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh5m6UlKQk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uh5m6UlKQk .navbar.opened {
  transition: all 0.3s;
}
.cid-uh5m6UlKQk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uh5m6UlKQk .navbar .navbar-logo img {
  width: auto;
}
.cid-uh5m6UlKQk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uh5m6UlKQk .navbar.collapsed {
  justify-content: center;
}
.cid-uh5m6UlKQk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh5m6UlKQk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uh5m6UlKQk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh5m6UlKQk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh5m6UlKQk .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-uh5m6UlKQk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh5m6UlKQk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uh5m6UlKQk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uh5m6UlKQk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh5m6UlKQk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh5m6UlKQk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh5m6UlKQk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh5m6UlKQk .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-uh5m6UlKQk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh5m6UlKQk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uh5m6UlKQk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uh5m6UlKQk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh5m6UlKQk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh5m6UlKQk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uh5m6UlKQk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uh5m6UlKQk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uh5m6UlKQk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh5m6UlKQk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh5m6UlKQk .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-uh5m6UlKQk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh5m6UlKQk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh5m6UlKQk .dropdown-item.active,
.cid-uh5m6UlKQk .dropdown-item:active {
  background-color: transparent;
}
.cid-uh5m6UlKQk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh5m6UlKQk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uh5m6UlKQk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uh5m6UlKQk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uh5m6UlKQk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh5m6UlKQk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uh5m6UlKQk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh5m6UlKQk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh5m6UlKQk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh5m6UlKQk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uh5m6UlKQk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh5m6UlKQk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh5m6UlKQk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh5m6UlKQk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh5m6UlKQk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh5m6UlKQk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh5m6UlKQk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh5m6UlKQk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh5m6UlKQk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uh5m6UlKQk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uh5m6UlKQk .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-uh5m6UlKQk .navbar {
    height: 70px;
  }
  .cid-uh5m6UlKQk .navbar.opened {
    height: auto;
  }
  .cid-uh5m6UlKQk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh5m6IeG8S {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-nijmegen.webp");
}
.cid-uh5m6IeG8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5m6IeG8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5m6Jqkgg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uh5m6Jqkgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5m6Jqkgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uh5m6Jqkgg .container {
    padding: 0 20px;
  }
}
.cid-uh5m6Jqkgg .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uh5m6Jqkgg .row {
    padding: 0;
  }
}
.cid-uh5m6Jqkgg .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uh5m6Jqkgg .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uh5m6Jqkgg .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uh5m6Jqkgg .item {
    padding: 0 12px;
  }
}
.cid-uh5m6Jqkgg .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uh5m6Jqkgg .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uh5m6Jqkgg .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uh5m6Jqkgg .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uh5m6Jqkgg .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uh5m6Jqkgg .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-uh5m6Jqkgg .mbr-name {
  color: #000000;
}
.cid-uh5m6Jqkgg .mbr-desc {
  color: #000000;
}
.cid-uh5m6Jqkgg .mbr-text {
  color: #000000;
}
.cid-uG5Rad4lpt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uG5Rad4lpt .mbr-text {
  color: #666666;
}
.cid-uG5Rad4lpt .list {
  color: #666666;
}
.cid-uG5Rad4lpt ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uG5Rad4lpt li {
  padding-bottom: 0.5rem;
}
.cid-uh5m6L9bwv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uh5rYM9own {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uh5tCOQne3 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uh5nxYjeoN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uh5nxYjeoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5nxYjeoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uh5nxYjeoN .container {
    max-width: 1400px;
  }
}
.cid-uh5nxYjeoN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uh5nxYjeoN .card-wrapper {
  margin-top: 3rem;
}
.cid-uh5nxYjeoN .row {
  justify-content: center;
}
.cid-uh5nFQjPLD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uh5p60WEbm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uh5p60WEbm .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uh5p60WEbm .row {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-uh5p60WEbm .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uh5p60WEbm .col-text {
    margin-bottom: 3rem;
  }
}
.cid-uh5p60WEbm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uh5p60WEbm .text-wrapper {
    text-align: center !important;
  }
}
.cid-uh5p60WEbm .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-uh5p60WEbm .label-text {
    text-align: center !important;
  }
}
.cid-uh5p60WEbm .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uh5p60WEbm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uh5p60WEbm .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uh5p60WEbm .mbr-text {
    text-align: center !important;
  }
}
.cid-uh5p60WEbm .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-uh5p60WEbm .mbr-section-btn .btn {
  padding: 0;
}
.cid-uh5p60WEbm .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uh5p60WEbm .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uh5p60WEbm .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-uh5p60WEbm .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-uh5p60WEbm .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-uh5p60WEbm .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uh5p60WEbm .card-title {
  color: #222222;
  margin-bottom: 1rem;
}
.cid-uh5p60WEbm .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #555555;
}
.cid-uh5p60WEbm .card-text {
  color: #555555;
  margin-bottom: 24px;
}
.cid-uh5p60WEbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5p60WEbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5oehEPJW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uh5oehEPJW img,
.cid-uh5oehEPJW .item-img {
  width: 100%;
}
.cid-uh5oehEPJW .item:focus,
.cid-uh5oehEPJW span:focus {
  outline: none;
}
.cid-uh5oehEPJW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uh5oehEPJW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uh5oehEPJW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh5oehEPJW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uh5oehEPJW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uh5oehEPJW .mbr-section-title {
  color: #232323;
}
.cid-uh5oehEPJW .mbr-text,
.cid-uh5oehEPJW .mbr-section-btn {
  text-align: left;
}
.cid-uh5oehEPJW .item-title {
  text-align: left;
}
.cid-uh5oehEPJW .item-subtitle {
  text-align: center;
}
.cid-uG5LtVxCoS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uG5LtVxCoS img,
.cid-uG5LtVxCoS .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uG5LtVxCoS .item:focus,
.cid-uG5LtVxCoS span:focus {
  outline: none;
}
.cid-uG5LtVxCoS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uG5LtVxCoS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uG5LtVxCoS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uG5LtVxCoS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uG5LtVxCoS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uG5LtVxCoS .mbr-section-title {
  color: #232323;
}
.cid-uG5LtVxCoS .mbr-text,
.cid-uG5LtVxCoS .mbr-section-btn {
  text-align: left;
}
.cid-uG5LtVxCoS .item-title {
  text-align: center;
}
.cid-uG5LtVxCoS .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uh5m6MrqEI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-uh5m6MrqEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5m6MrqEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5m6MrqEI .mbr-text,
.cid-uh5m6MrqEI .mbr-section-btn {
  color: #232323;
}
.cid-uh5m6MrqEI .card-title,
.cid-uh5m6MrqEI .card-box {
  color: #ffffff;
}
.cid-uh5m6MrqEI .mbr-text,
.cid-uh5m6MrqEI .link-wrap {
  color: #ffffff;
}
.cid-uh5m6SLG72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uh5m6SLG72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh5m6SLG72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh5m6SLG72 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uh5m6SLG72 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uh5m6SLG72 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uh5m6SLG72 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uh5m6SLG72 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uh5m6SLG72 .copyright {
  color: #bbbbbb;
}
.cid-uks7wdrqvN .navbar-dropdown {
  position: relative !important;
}
.cid-uks7wdrqvN .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-uks7wdrqvN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uks7wdrqvN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uks7wdrqvN .dropdown-item:hover,
.cid-uks7wdrqvN .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-uks7wdrqvN .dropdown-item:hover span {
  color: white;
}
.cid-uks7wdrqvN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uks7wdrqvN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uks7wdrqvN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uks7wdrqvN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uks7wdrqvN .nav-link {
  position: relative;
}
.cid-uks7wdrqvN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uks7wdrqvN .container {
    flex-wrap: wrap;
  }
}
.cid-uks7wdrqvN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uks7wdrqvN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uks7wdrqvN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uks7wdrqvN .dropdown-menu,
.cid-uks7wdrqvN .navbar.opened {
  background: #ffffff !important;
}
.cid-uks7wdrqvN .nav-item:focus,
.cid-uks7wdrqvN .nav-link:focus {
  outline: none;
}
.cid-uks7wdrqvN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uks7wdrqvN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uks7wdrqvN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uks7wdrqvN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uks7wdrqvN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uks7wdrqvN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uks7wdrqvN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uks7wdrqvN .navbar.opened {
  transition: all 0.3s;
}
.cid-uks7wdrqvN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uks7wdrqvN .navbar .navbar-logo img {
  width: auto;
}
.cid-uks7wdrqvN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uks7wdrqvN .navbar.collapsed {
  justify-content: center;
}
.cid-uks7wdrqvN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uks7wdrqvN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uks7wdrqvN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uks7wdrqvN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uks7wdrqvN .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-uks7wdrqvN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uks7wdrqvN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uks7wdrqvN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uks7wdrqvN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uks7wdrqvN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uks7wdrqvN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uks7wdrqvN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uks7wdrqvN .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-uks7wdrqvN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uks7wdrqvN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uks7wdrqvN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uks7wdrqvN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uks7wdrqvN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uks7wdrqvN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uks7wdrqvN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uks7wdrqvN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uks7wdrqvN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uks7wdrqvN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uks7wdrqvN .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-uks7wdrqvN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uks7wdrqvN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uks7wdrqvN .dropdown-item.active,
.cid-uks7wdrqvN .dropdown-item:active {
  background-color: transparent;
}
.cid-uks7wdrqvN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uks7wdrqvN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uks7wdrqvN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uks7wdrqvN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uks7wdrqvN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uks7wdrqvN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uks7wdrqvN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uks7wdrqvN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uks7wdrqvN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uks7wdrqvN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uks7wdrqvN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uks7wdrqvN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uks7wdrqvN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uks7wdrqvN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uks7wdrqvN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uks7wdrqvN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uks7wdrqvN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uks7wdrqvN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uks7wdrqvN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uks7wdrqvN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uks7wdrqvN .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-uks7wdrqvN .navbar {
    height: 70px;
  }
  .cid-uks7wdrqvN .navbar.opened {
    height: auto;
  }
  .cid-uks7wdrqvN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uks7vVzGky {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-apeldoorn.webp");
}
.cid-uks7vVzGky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uks7vVzGky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uks7vXDUyS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uks7vXDUyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uks7vXDUyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uks7vXDUyS .container {
    padding: 0 20px;
  }
}
.cid-uks7vXDUyS .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uks7vXDUyS .row {
    padding: 0;
  }
}
.cid-uks7vXDUyS .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uks7vXDUyS .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uks7vXDUyS .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uks7vXDUyS .item {
    padding: 0 12px;
  }
}
.cid-uks7vXDUyS .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uks7vXDUyS .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uks7vXDUyS .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-uks7vXDUyS .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uks7vXDUyS .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-uks7vXDUyS .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uks7vXDUyS .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-uks7vXDUyS .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-uks7vXDUyS .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uks7vXDUyS .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uks7vXDUyS .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uks7vXDUyS .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uks7vXDUyS .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-uks7vXDUyS .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uks7vXDUyS .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-uks7vXDUyS .mbr-name {
  color: #000000;
}
.cid-uks7vXDUyS .mbr-desc {
  color: #000000;
}
.cid-uks7vXDUyS .mbr-text {
  color: #000000;
}
.cid-uks7vZLpl2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uks7w1D1Gs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uks7w4bsT4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uks7w4bsT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uks7w4bsT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uks7w4bsT4 .container {
    max-width: 1400px;
  }
}
.cid-uks7w4bsT4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #91c2be;
  margin-bottom: 2rem;
}
.cid-uks7w4bsT4 .card-wrapper {
  margin-top: 3rem;
}
.cid-uks7w4bsT4 .row {
  justify-content: center;
}
.cid-uks7w75i8T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #91c2be;
}
.cid-uks7w75i8T img,
.cid-uks7w75i8T .item-img {
  width: 100%;
}
.cid-uks7w75i8T .item:focus,
.cid-uks7w75i8T span:focus {
  outline: none;
}
.cid-uks7w75i8T .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uks7w75i8T .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #eff6fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uks7w75i8T .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uks7w75i8T .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uks7w75i8T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uks7w75i8T .mbr-section-title {
  color: #232323;
}
.cid-uks7w75i8T .mbr-text,
.cid-uks7w75i8T .mbr-section-btn {
  text-align: left;
}
.cid-uks7w75i8T .item-title {
  text-align: left;
}
.cid-uks7w75i8T .item-subtitle {
  text-align: center;
}
.cid-uks7wafQLr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #91c2be;
}
.cid-uks7wafQLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uks7wafQLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uks7wafQLr .mbr-text,
.cid-uks7wafQLr .mbr-section-btn {
  color: #232323;
}
.cid-uks7wafQLr .card-title,
.cid-uks7wafQLr .card-box {
  color: #fafafa;
}
.cid-uks7wafQLr .mbr-text,
.cid-uks7wafQLr .link-wrap {
  color: #ffffff;
}
.cid-uks7wbIeM8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uks7wbIeM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uks7wbIeM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uks7wbIeM8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uks7wbIeM8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uks7wbIeM8 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uks7wbIeM8 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uks7wbIeM8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uks7wbIeM8 .copyright {
  color: #bbbbbb;
}
.cid-umrFaecDvQ .navbar-dropdown {
  position: relative !important;
}
.cid-umrFaecDvQ .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-umrFaecDvQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umrFaecDvQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umrFaecDvQ .dropdown-item:hover,
.cid-umrFaecDvQ .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-umrFaecDvQ .dropdown-item:hover span {
  color: white;
}
.cid-umrFaecDvQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umrFaecDvQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umrFaecDvQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umrFaecDvQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umrFaecDvQ .nav-link {
  position: relative;
}
.cid-umrFaecDvQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-umrFaecDvQ .container {
    flex-wrap: wrap;
  }
}
.cid-umrFaecDvQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-umrFaecDvQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-umrFaecDvQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umrFaecDvQ .dropdown-menu,
.cid-umrFaecDvQ .navbar.opened {
  background: #ffffff !important;
}
.cid-umrFaecDvQ .nav-item:focus,
.cid-umrFaecDvQ .nav-link:focus {
  outline: none;
}
.cid-umrFaecDvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umrFaecDvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umrFaecDvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umrFaecDvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umrFaecDvQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umrFaecDvQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umrFaecDvQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-umrFaecDvQ .navbar.opened {
  transition: all 0.3s;
}
.cid-umrFaecDvQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umrFaecDvQ .navbar .navbar-logo img {
  width: auto;
}
.cid-umrFaecDvQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umrFaecDvQ .navbar.collapsed {
  justify-content: center;
}
.cid-umrFaecDvQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umrFaecDvQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umrFaecDvQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umrFaecDvQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umrFaecDvQ .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-umrFaecDvQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umrFaecDvQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umrFaecDvQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umrFaecDvQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umrFaecDvQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umrFaecDvQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umrFaecDvQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umrFaecDvQ .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-umrFaecDvQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umrFaecDvQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umrFaecDvQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umrFaecDvQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umrFaecDvQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umrFaecDvQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-umrFaecDvQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-umrFaecDvQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-umrFaecDvQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umrFaecDvQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umrFaecDvQ .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-umrFaecDvQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umrFaecDvQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umrFaecDvQ .dropdown-item.active,
.cid-umrFaecDvQ .dropdown-item:active {
  background-color: transparent;
}
.cid-umrFaecDvQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umrFaecDvQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umrFaecDvQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umrFaecDvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umrFaecDvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umrFaecDvQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umrFaecDvQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umrFaecDvQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umrFaecDvQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umrFaecDvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-umrFaecDvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umrFaecDvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umrFaecDvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umrFaecDvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umrFaecDvQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umrFaecDvQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umrFaecDvQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umrFaecDvQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umrFaecDvQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-umrFaecDvQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umrFaecDvQ .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-umrFaecDvQ .navbar {
    height: 70px;
  }
  .cid-umrFaecDvQ .navbar.opened {
    height: auto;
  }
  .cid-umrFaecDvQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umrFa1efx2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/arnhem-sugar-daddy-dating.webp");
}
.cid-umrFa1efx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrFa1efx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrFa2pV39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-umrFa2pV39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrFa2pV39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-umrFa2pV39 .container {
    padding: 0 20px;
  }
}
.cid-umrFa2pV39 .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umrFa2pV39 .row {
    padding: 0;
  }
}
.cid-umrFa2pV39 .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umrFa2pV39 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umrFa2pV39 .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-umrFa2pV39 .item {
    padding: 0 12px;
  }
}
.cid-umrFa2pV39 .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-umrFa2pV39 .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-umrFa2pV39 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-umrFa2pV39 .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-umrFa2pV39 .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-umrFa2pV39 .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-umrFa2pV39 .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-umrFa2pV39 .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-umrFa2pV39 .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-umrFa2pV39 .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-umrFa2pV39 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-umrFa2pV39 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-umrFa2pV39 .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-umrFa2pV39 .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-umrFa2pV39 .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-umrFa2pV39 .mbr-name {
  color: #000000;
}
.cid-umrFa2pV39 .mbr-desc {
  color: #000000;
}
.cid-umrFa2pV39 .mbr-text {
  color: #000000;
}
.cid-umsAdrNCRb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-umsAdrNCRb .mbr-text {
  color: #666666;
}
.cid-umsAdrNCRb .list {
  color: #666666;
}
.cid-umsAdrNCRb ul {
  list-style-position: inside;
  padding: 0;
}
.cid-umsAdrNCRb li {
  padding-bottom: 0.5rem;
}
.cid-umrFa3VSYk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-umsJiw5GWj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-umsJFaCfpO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-umsKNbsAcp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-umsKNbsAcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-umsKNbsAcp .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-umsKNbsAcp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umsKNbsAcp .row {
  flex-direction: row-reverse;
}
.cid-umsKNbsAcp img {
  width: 100%;
}
.cid-umsJZBHp9E {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-umsJZBHp9E .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-umsJZBHp9E .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-umsJZBHp9E .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #91c2be;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-umrFa59tvX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-umrFa59tvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrFa59tvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrFa59tvX .mbr-text,
.cid-umrFa59tvX .mbr-section-btn {
  color: #232323;
}
.cid-umrFa59tvX .card-title,
.cid-umrFa59tvX .card-box {
  color: #ffffff;
}
.cid-umrFa59tvX .mbr-text,
.cid-umrFa59tvX .link-wrap {
  color: #ffffff;
}
.cid-umsLiWR457 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-umsLiWR457 img,
.cid-umsLiWR457 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-umsLiWR457 .item:focus,
.cid-umsLiWR457 span:focus {
  outline: none;
}
.cid-umsLiWR457 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-umsLiWR457 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-umsLiWR457 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-umsLiWR457 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-umsLiWR457 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-umsLiWR457 .mbr-section-title {
  color: #232323;
}
.cid-umsLiWR457 .mbr-text,
.cid-umsLiWR457 .mbr-section-btn {
  text-align: left;
}
.cid-umsLiWR457 .item-title {
  text-align: left;
}
.cid-umsLiWR457 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-umrFaapoVF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-umrFaapoVF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-umrFaapoVF .panel-title {
  display: flex;
  align-items: center;
}
.cid-umrFaapoVF .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-umrFaapoVF .panel-body,
.cid-umrFaapoVF .card-header {
  padding: 1rem 0;
}
.cid-umrFaapoVF .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-umrFaapoVF .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-umrFaapoVF .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-umrFaapoVF .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-umrFaapoVF .section-head {
  margin-bottom: 56px;
}
.cid-umrFaapoVF .card {
  margin-bottom: 32px;
}
.cid-umrFaapoVF H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-umrFaapoVF .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-umrFaapoVF .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-umrFaci4AK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-umrFaci4AK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umrFaci4AK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umrFaci4AK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-umrFaci4AK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umrFaci4AK .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-umrFaci4AK .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-umrFaci4AK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-umrFaci4AK .copyright {
  color: #bbbbbb;
}
.cid-uopnFezYgN .navbar-dropdown {
  position: relative !important;
}
.cid-uopnFezYgN .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-uopnFezYgN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uopnFezYgN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uopnFezYgN .dropdown-item:hover,
.cid-uopnFezYgN .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-uopnFezYgN .dropdown-item:hover span {
  color: white;
}
.cid-uopnFezYgN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uopnFezYgN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uopnFezYgN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uopnFezYgN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uopnFezYgN .nav-link {
  position: relative;
}
.cid-uopnFezYgN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uopnFezYgN .container {
    flex-wrap: wrap;
  }
}
.cid-uopnFezYgN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uopnFezYgN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uopnFezYgN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uopnFezYgN .dropdown-menu,
.cid-uopnFezYgN .navbar.opened {
  background: #ffffff !important;
}
.cid-uopnFezYgN .nav-item:focus,
.cid-uopnFezYgN .nav-link:focus {
  outline: none;
}
.cid-uopnFezYgN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uopnFezYgN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uopnFezYgN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uopnFezYgN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uopnFezYgN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uopnFezYgN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uopnFezYgN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uopnFezYgN .navbar.opened {
  transition: all 0.3s;
}
.cid-uopnFezYgN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uopnFezYgN .navbar .navbar-logo img {
  width: auto;
}
.cid-uopnFezYgN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uopnFezYgN .navbar.collapsed {
  justify-content: center;
}
.cid-uopnFezYgN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uopnFezYgN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uopnFezYgN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uopnFezYgN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uopnFezYgN .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-uopnFezYgN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uopnFezYgN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uopnFezYgN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uopnFezYgN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uopnFezYgN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uopnFezYgN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uopnFezYgN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uopnFezYgN .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-uopnFezYgN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uopnFezYgN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uopnFezYgN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uopnFezYgN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uopnFezYgN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uopnFezYgN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uopnFezYgN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uopnFezYgN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uopnFezYgN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uopnFezYgN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uopnFezYgN .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-uopnFezYgN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uopnFezYgN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uopnFezYgN .dropdown-item.active,
.cid-uopnFezYgN .dropdown-item:active {
  background-color: transparent;
}
.cid-uopnFezYgN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uopnFezYgN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uopnFezYgN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uopnFezYgN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uopnFezYgN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uopnFezYgN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uopnFezYgN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uopnFezYgN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uopnFezYgN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uopnFezYgN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uopnFezYgN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uopnFezYgN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uopnFezYgN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uopnFezYgN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uopnFezYgN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uopnFezYgN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uopnFezYgN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uopnFezYgN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uopnFezYgN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uopnFezYgN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uopnFezYgN .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-uopnFezYgN .navbar {
    height: 70px;
  }
  .cid-uopnFezYgN .navbar.opened {
    height: auto;
  }
  .cid-uopnFezYgN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uopnFg20jy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uopnFg20jy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopnFg20jy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopnFg20jy .mbr-section-subtitle {
  text-align: left;
}
.cid-uopnFhry00 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopnFhry00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopnFhry00 .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-uopnFhry00 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopnFhry00 .row {
  flex-direction: row-reverse;
}
.cid-uopnFhry00 img {
  width: 100%;
}
.cid-uopnFiXUMG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopnFkacGx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uopnFlqPJ2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopnFmF4Qg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopnFmF4Qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopnFmF4Qg .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-uopnFmF4Qg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopnFmF4Qg .row {
  flex-direction: row-reverse;
}
.cid-uopnFmF4Qg img {
  width: 100%;
}
.cid-uopnFo7kEO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopnFps6GP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopnFqLLOM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopnFqLLOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopnFqLLOM .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-uopnFqLLOM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopnFqLLOM .row {
  flex-direction: row-reverse;
}
.cid-uopnFqLLOM img {
  width: 100%;
}
.cid-uopnFs83HY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopnFtslxq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopRcVeIDA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopnFuL6IW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-uopnFw3GyU {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uopnFxpCoG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uopnFxpCoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopnFxpCoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopnFxpCoG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uopnFxpCoG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopnFxpCoG .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uopnFxpCoG .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uopnFxpCoG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uopnFxpCoG .copyright {
  color: #bbbbbb;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  position: relative !important;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u1UJFf6MWS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u1UJFf6MWS .dropdown-item:hover,
.cid-u1UJFf6MWS .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-u1UJFf6MWS .dropdown-item:hover span {
  color: white;
}
.cid-u1UJFf6MWS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1UJFf6MWS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1UJFf6MWS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u1UJFf6MWS .nav-link {
  position: relative;
}
.cid-u1UJFf6MWS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u1UJFf6MWS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown-menu,
.cid-u1UJFf6MWS .navbar.opened {
  background: #ffffff !important;
}
.cid-u1UJFf6MWS .nav-item:focus,
.cid-u1UJFf6MWS .nav-link:focus {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1UJFf6MWS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1UJFf6MWS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1UJFf6MWS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1UJFf6MWS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.opened {
  transition: all 0.3s;
}
.cid-u1UJFf6MWS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1UJFf6MWS .navbar .navbar-logo img {
  width: auto;
}
.cid-u1UJFf6MWS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1UJFf6MWS .navbar.collapsed {
  justify-content: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1UJFf6MWS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1UJFf6MWS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1UJFf6MWS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1UJFf6MWS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1UJFf6MWS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1UJFf6MWS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1UJFf6MWS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1UJFf6MWS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1UJFf6MWS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u1UJFf6MWS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u1UJFf6MWS .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1UJFf6MWS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1UJFf6MWS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1UJFf6MWS .dropdown-item.active,
.cid-u1UJFf6MWS .dropdown-item:active {
  background-color: transparent;
}
.cid-u1UJFf6MWS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1UJFf6MWS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1UJFf6MWS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1UJFf6MWS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1UJFf6MWS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1UJFf6MWS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1UJFf6MWS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1UJFf6MWS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1UJFf6MWS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1UJFf6MWS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u1UJFf6MWS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1UJFf6MWS .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-u1UJFf6MWS .navbar {
    height: 70px;
  }
  .cid-u1UJFf6MWS .navbar.opened {
    height: auto;
  }
  .cid-u1UJFf6MWS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up4nWyPBuD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-up4nWyPBuD .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-up4nWyPBuD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-up4nWyPBuD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-up4nWyPBuD .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-up4nWyPBuD .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-up4nWyPBuD .mbr-section-title {
  color: #2e6b75;
}
.cid-up4nWyPBuD .mbr-text {
  color: #6c7577;
}
.cid-up4nWyPBuD .btn {
  padding: 1rem 3.4rem;
}
.cid-up5uqRCG38 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-up5tW2FmEa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-up5hqVPxtH {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tOvYJ4yJnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-tOvYJ4yJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvYJ4yJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvYJ4yJnt .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOvYJ4yJnt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOvYJ4yJnt .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOvYJ4yJnt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOvYJ4yJnt .copyright {
  color: #bbbbbb;
}
.cid-upIizR5xne .navbar-dropdown {
  position: relative !important;
}
.cid-upIizR5xne .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-upIizR5xne .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upIizR5xne .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upIizR5xne .dropdown-item:hover,
.cid-upIizR5xne .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-upIizR5xne .dropdown-item:hover span {
  color: white;
}
.cid-upIizR5xne .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upIizR5xne .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upIizR5xne .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upIizR5xne .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upIizR5xne .nav-link {
  position: relative;
}
.cid-upIizR5xne .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upIizR5xne .container {
    flex-wrap: wrap;
  }
}
.cid-upIizR5xne .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-upIizR5xne .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-upIizR5xne .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upIizR5xne .dropdown-menu,
.cid-upIizR5xne .navbar.opened {
  background: #ffffff !important;
}
.cid-upIizR5xne .nav-item:focus,
.cid-upIizR5xne .nav-link:focus {
  outline: none;
}
.cid-upIizR5xne .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upIizR5xne .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upIizR5xne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upIizR5xne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upIizR5xne .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upIizR5xne .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upIizR5xne .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upIizR5xne .navbar.opened {
  transition: all 0.3s;
}
.cid-upIizR5xne .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upIizR5xne .navbar .navbar-logo img {
  width: auto;
}
.cid-upIizR5xne .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upIizR5xne .navbar.collapsed {
  justify-content: center;
}
.cid-upIizR5xne .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upIizR5xne .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upIizR5xne .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upIizR5xne .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upIizR5xne .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-upIizR5xne .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upIizR5xne .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upIizR5xne .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upIizR5xne .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upIizR5xne .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upIizR5xne .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upIizR5xne .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upIizR5xne .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-upIizR5xne .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upIizR5xne .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upIizR5xne .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upIizR5xne .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upIizR5xne .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upIizR5xne .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upIizR5xne .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-upIizR5xne .navbar.navbar-short {
  min-height: 60px;
}
.cid-upIizR5xne .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upIizR5xne .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upIizR5xne .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-upIizR5xne .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upIizR5xne .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upIizR5xne .dropdown-item.active,
.cid-upIizR5xne .dropdown-item:active {
  background-color: transparent;
}
.cid-upIizR5xne .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upIizR5xne .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upIizR5xne .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upIizR5xne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upIizR5xne .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upIizR5xne .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upIizR5xne ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upIizR5xne .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upIizR5xne button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upIizR5xne button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upIizR5xne button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upIizR5xne button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upIizR5xne button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upIizR5xne button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upIizR5xne nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upIizR5xne nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upIizR5xne nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upIizR5xne nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upIizR5xne .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upIizR5xne a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upIizR5xne .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-upIizR5xne .navbar {
    height: 70px;
  }
  .cid-upIizR5xne .navbar.opened {
    height: auto;
  }
  .cid-upIizR5xne .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upIizzjjCl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-dating-maastricht.webp");
}
.cid-upIizzjjCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-upIizzjjCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upIizAEfvN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-upIizAEfvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upIizAEfvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upIizAEfvN .container {
    padding: 0 20px;
  }
}
.cid-upIizAEfvN .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upIizAEfvN .row {
    padding: 0;
  }
}
.cid-upIizAEfvN .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-upIizAEfvN .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upIizAEfvN .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-upIizAEfvN .item {
    padding: 0 12px;
  }
}
.cid-upIizAEfvN .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upIizAEfvN .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-upIizAEfvN .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-upIizAEfvN .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-upIizAEfvN .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-upIizAEfvN .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-upIizAEfvN .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-upIizAEfvN .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-upIizAEfvN .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-upIizAEfvN .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-upIizAEfvN .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-upIizAEfvN .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-upIizAEfvN .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-upIizAEfvN .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-upIizAEfvN .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-upIizAEfvN .mbr-name {
  color: #000000;
}
.cid-upIizAEfvN .mbr-desc {
  color: #000000;
}
.cid-upIizAEfvN .mbr-text {
  color: #000000;
}
.cid-upIizC9ZgT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upIizC9ZgT .mbr-text {
  color: #666666;
}
.cid-upIizC9ZgT .list {
  color: #666666;
}
.cid-upIizC9ZgT ul {
  list-style-position: inside;
  padding: 0;
}
.cid-upIizC9ZgT li {
  padding-bottom: 0.5rem;
}
.cid-upIizDpFzI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-upIk1e6d0e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upIk1e6d0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-upIk1e6d0e .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-upIk1e6d0e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upIk1e6d0e .row {
  flex-direction: row-reverse;
}
.cid-upIk1e6d0e img {
  width: 100%;
}
.cid-upIizF62IV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-upIizGCl7L {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upIizIvN6g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-upIizIvN6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-upIizIvN6g .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-upIizIvN6g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upIizIvN6g .row {
  flex-direction: row-reverse;
}
.cid-upIizIvN6g img {
  width: 100%;
}
.cid-upIizJPqmE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-upIizJPqmE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upIizJPqmE .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-upIizJPqmE .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #91c2be;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-upLTABgxUT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-upLTABgxUT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-upLTABgxUT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-upLTABgxUT .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c90e5c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-upIizKZbwv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-upIizKZbwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-upIizKZbwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upIizKZbwv .mbr-text,
.cid-upIizKZbwv .mbr-section-btn {
  color: #232323;
}
.cid-upIizKZbwv .card-title,
.cid-upIizKZbwv .card-box {
  color: #ffffff;
}
.cid-upIizKZbwv .mbr-text,
.cid-upIizKZbwv .link-wrap {
  color: #ffffff;
}
.cid-upIizMcmgw {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-upIizMcmgw img,
.cid-upIizMcmgw .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-upIizMcmgw .item:focus,
.cid-upIizMcmgw span:focus {
  outline: none;
}
.cid-upIizMcmgw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upIizMcmgw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upIizMcmgw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upIizMcmgw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upIizMcmgw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upIizMcmgw .mbr-section-title {
  color: #232323;
}
.cid-upIizMcmgw .mbr-text,
.cid-upIizMcmgw .mbr-section-btn {
  text-align: left;
}
.cid-upIizMcmgw .item-title {
  text-align: left;
}
.cid-upIizMcmgw .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uPZJL1AE5f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uPZJL1AE5f img,
.cid-uPZJL1AE5f .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uPZJL1AE5f .item:focus,
.cid-uPZJL1AE5f span:focus {
  outline: none;
}
.cid-uPZJL1AE5f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPZJL1AE5f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPZJL1AE5f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPZJL1AE5f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uPZJL1AE5f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPZJL1AE5f .mbr-section-title {
  color: #232323;
}
.cid-uPZJL1AE5f .mbr-text,
.cid-uPZJL1AE5f .mbr-section-btn {
  text-align: left;
}
.cid-uPZJL1AE5f .item-title {
  text-align: center;
}
.cid-uPZJL1AE5f .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-upIizO2xzq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-upIizO2xzq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-upIizO2xzq .panel-title {
  display: flex;
  align-items: center;
}
.cid-upIizO2xzq .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-upIizO2xzq .panel-body,
.cid-upIizO2xzq .card-header {
  padding: 1rem 0;
}
.cid-upIizO2xzq .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-upIizO2xzq .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-upIizO2xzq .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-upIizO2xzq .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-upIizO2xzq .section-head {
  margin-bottom: 56px;
}
.cid-upIizO2xzq .card {
  margin-bottom: 32px;
}
.cid-upIizO2xzq H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-upIizO2xzq .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-upIizO2xzq .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-upIizPuJdr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-upIizPuJdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-upIizPuJdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upIizPuJdr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-upIizPuJdr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upIizPuJdr .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-upIizPuJdr .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-upIizPuJdr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-upIizPuJdr .copyright {
  color: #bbbbbb;
}
.cid-usiP2gRqNO .navbar-dropdown {
  position: relative !important;
}
.cid-usiP2gRqNO .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-usiP2gRqNO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usiP2gRqNO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usiP2gRqNO .dropdown-item:hover,
.cid-usiP2gRqNO .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-usiP2gRqNO .dropdown-item:hover span {
  color: white;
}
.cid-usiP2gRqNO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usiP2gRqNO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usiP2gRqNO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usiP2gRqNO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usiP2gRqNO .nav-link {
  position: relative;
}
.cid-usiP2gRqNO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usiP2gRqNO .container {
    flex-wrap: wrap;
  }
}
.cid-usiP2gRqNO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-usiP2gRqNO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-usiP2gRqNO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usiP2gRqNO .dropdown-menu,
.cid-usiP2gRqNO .navbar.opened {
  background: #ffffff !important;
}
.cid-usiP2gRqNO .nav-item:focus,
.cid-usiP2gRqNO .nav-link:focus {
  outline: none;
}
.cid-usiP2gRqNO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usiP2gRqNO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usiP2gRqNO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usiP2gRqNO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usiP2gRqNO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usiP2gRqNO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usiP2gRqNO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-usiP2gRqNO .navbar.opened {
  transition: all 0.3s;
}
.cid-usiP2gRqNO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usiP2gRqNO .navbar .navbar-logo img {
  width: auto;
}
.cid-usiP2gRqNO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usiP2gRqNO .navbar.collapsed {
  justify-content: center;
}
.cid-usiP2gRqNO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usiP2gRqNO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-usiP2gRqNO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usiP2gRqNO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usiP2gRqNO .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-usiP2gRqNO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usiP2gRqNO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usiP2gRqNO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usiP2gRqNO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usiP2gRqNO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usiP2gRqNO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usiP2gRqNO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usiP2gRqNO .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-usiP2gRqNO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usiP2gRqNO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usiP2gRqNO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usiP2gRqNO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usiP2gRqNO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usiP2gRqNO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-usiP2gRqNO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-usiP2gRqNO .navbar.navbar-short {
  min-height: 60px;
}
.cid-usiP2gRqNO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usiP2gRqNO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usiP2gRqNO .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-usiP2gRqNO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usiP2gRqNO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usiP2gRqNO .dropdown-item.active,
.cid-usiP2gRqNO .dropdown-item:active {
  background-color: transparent;
}
.cid-usiP2gRqNO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usiP2gRqNO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usiP2gRqNO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usiP2gRqNO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usiP2gRqNO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usiP2gRqNO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usiP2gRqNO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usiP2gRqNO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usiP2gRqNO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usiP2gRqNO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-usiP2gRqNO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usiP2gRqNO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usiP2gRqNO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usiP2gRqNO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usiP2gRqNO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usiP2gRqNO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usiP2gRqNO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usiP2gRqNO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usiP2gRqNO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-usiP2gRqNO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usiP2gRqNO .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-usiP2gRqNO .navbar {
    height: 70px;
  }
  .cid-usiP2gRqNO .navbar.opened {
    height: auto;
  }
  .cid-usiP2gRqNO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usiP1SVw6W {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-dating-enschede.webp");
}
.cid-usiP1SVw6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-usiP1SVw6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usiP1VjxXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-usiP1VjxXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-usiP1VjxXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-usiP1VjxXM .container {
    padding: 0 20px;
  }
}
.cid-usiP1VjxXM .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-usiP1VjxXM .row {
    padding: 0;
  }
}
.cid-usiP1VjxXM .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-usiP1VjxXM .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-usiP1VjxXM .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-usiP1VjxXM .item {
    padding: 0 12px;
  }
}
.cid-usiP1VjxXM .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-usiP1VjxXM .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-usiP1VjxXM .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-usiP1VjxXM .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-usiP1VjxXM .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-usiP1VjxXM .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-usiP1VjxXM .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-usiP1VjxXM .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-usiP1VjxXM .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-usiP1VjxXM .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-usiP1VjxXM .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-usiP1VjxXM .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-usiP1VjxXM .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-usiP1VjxXM .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-usiP1VjxXM .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-usiP1VjxXM .mbr-name {
  color: #000000;
}
.cid-usiP1VjxXM .mbr-desc {
  color: #000000;
}
.cid-usiP1VjxXM .mbr-text {
  color: #000000;
}
.cid-usiP1XtM4f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-usiP1XtM4f .mbr-text {
  color: #666666;
}
.cid-usiP1XtM4f .list {
  color: #666666;
}
.cid-usiP1XtM4f ul {
  list-style-position: inside;
  padding: 0;
}
.cid-usiP1XtM4f li {
  padding-bottom: 0.5rem;
}
.cid-usiP1Z5g6q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-usiP20E134 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-usiP20E134 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usiP20E134 .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-usiP20E134 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usiP20E134 .row {
  flex-direction: row-reverse;
}
.cid-usiP20E134 img {
  width: 100%;
}
.cid-usiP224rWf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-usiP26lxZ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-usiP26lxZ6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-usiP26lxZ6 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-usiP26lxZ6 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #40b0bf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-usiP24TzAA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-usiP24TzAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-usiP24TzAA .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-usiP24TzAA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usiP24TzAA .row {
  flex-direction: row-reverse;
}
.cid-usiP24TzAA img {
  width: 100%;
}
.cid-usiRmhoBEj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-usiRsQqA6Q {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-usiP29baaI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-usiP29baaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usiP29baaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usiP29baaI .mbr-text,
.cid-usiP29baaI .mbr-section-btn {
  color: #232323;
}
.cid-usiP29baaI .card-title,
.cid-usiP29baaI .card-box {
  color: #ffffff;
}
.cid-usiP29baaI .mbr-text,
.cid-usiP29baaI .link-wrap {
  color: #ffffff;
}
.cid-usiP2aDPD4 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-usiP2aDPD4 img,
.cid-usiP2aDPD4 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-usiP2aDPD4 .item:focus,
.cid-usiP2aDPD4 span:focus {
  outline: none;
}
.cid-usiP2aDPD4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-usiP2aDPD4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-usiP2aDPD4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-usiP2aDPD4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-usiP2aDPD4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-usiP2aDPD4 .mbr-section-title {
  color: #232323;
}
.cid-usiP2aDPD4 .mbr-text,
.cid-usiP2aDPD4 .mbr-section-btn {
  text-align: left;
}
.cid-usiP2aDPD4 .item-title {
  text-align: left;
}
.cid-usiP2aDPD4 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-usiP2cVs7T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-usiP2cVs7T .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-usiP2cVs7T .panel-title {
  display: flex;
  align-items: center;
}
.cid-usiP2cVs7T .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-usiP2cVs7T .panel-body,
.cid-usiP2cVs7T .card-header {
  padding: 1rem 0;
}
.cid-usiP2cVs7T .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-usiP2cVs7T .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-usiP2cVs7T .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-usiP2cVs7T .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-usiP2cVs7T .section-head {
  margin-bottom: 56px;
}
.cid-usiP2cVs7T .card {
  margin-bottom: 32px;
}
.cid-usiP2cVs7T H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-usiP2cVs7T .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-usiP2cVs7T .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-usiP2eQOSs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-usiP2eQOSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-usiP2eQOSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usiP2eQOSs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-usiP2eQOSs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-usiP2eQOSs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-usiP2eQOSs .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-usiP2eQOSs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-usiP2eQOSs .copyright {
  color: #bbbbbb;
}
.cid-uweucs3gWU .navbar-dropdown {
  position: relative !important;
}
.cid-uweucs3gWU .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-uweucs3gWU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uweucs3gWU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uweucs3gWU .dropdown-item:hover,
.cid-uweucs3gWU .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-uweucs3gWU .dropdown-item:hover span {
  color: white;
}
.cid-uweucs3gWU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uweucs3gWU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uweucs3gWU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uweucs3gWU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uweucs3gWU .nav-link {
  position: relative;
}
.cid-uweucs3gWU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uweucs3gWU .container {
    flex-wrap: wrap;
  }
}
.cid-uweucs3gWU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uweucs3gWU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uweucs3gWU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uweucs3gWU .dropdown-menu,
.cid-uweucs3gWU .navbar.opened {
  background: #ffffff !important;
}
.cid-uweucs3gWU .nav-item:focus,
.cid-uweucs3gWU .nav-link:focus {
  outline: none;
}
.cid-uweucs3gWU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uweucs3gWU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uweucs3gWU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uweucs3gWU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uweucs3gWU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uweucs3gWU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uweucs3gWU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uweucs3gWU .navbar.opened {
  transition: all 0.3s;
}
.cid-uweucs3gWU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uweucs3gWU .navbar .navbar-logo img {
  width: auto;
}
.cid-uweucs3gWU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uweucs3gWU .navbar.collapsed {
  justify-content: center;
}
.cid-uweucs3gWU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uweucs3gWU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uweucs3gWU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uweucs3gWU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uweucs3gWU .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-uweucs3gWU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uweucs3gWU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uweucs3gWU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uweucs3gWU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uweucs3gWU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uweucs3gWU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uweucs3gWU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uweucs3gWU .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-uweucs3gWU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uweucs3gWU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uweucs3gWU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uweucs3gWU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uweucs3gWU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uweucs3gWU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uweucs3gWU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uweucs3gWU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uweucs3gWU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uweucs3gWU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uweucs3gWU .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-uweucs3gWU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uweucs3gWU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uweucs3gWU .dropdown-item.active,
.cid-uweucs3gWU .dropdown-item:active {
  background-color: transparent;
}
.cid-uweucs3gWU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uweucs3gWU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uweucs3gWU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uweucs3gWU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uweucs3gWU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uweucs3gWU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uweucs3gWU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uweucs3gWU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uweucs3gWU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uweucs3gWU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uweucs3gWU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uweucs3gWU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uweucs3gWU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uweucs3gWU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uweucs3gWU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uweucs3gWU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uweucs3gWU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uweucs3gWU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uweucs3gWU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uweucs3gWU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uweucs3gWU .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-uweucs3gWU .navbar {
    height: 70px;
  }
  .cid-uweucs3gWU .navbar.opened {
    height: auto;
  }
  .cid-uweucs3gWU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uweucaxEIW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sugar-daddy-dating-in-zwolle.webp");
}
.cid-uweucaxEIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweucaxEIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uweucbrZ09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uweucbrZ09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweucbrZ09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uweucbrZ09 .container {
    padding: 0 20px;
  }
}
.cid-uweucbrZ09 .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uweucbrZ09 .row {
    padding: 0;
  }
}
.cid-uweucbrZ09 .mbr-section-title {
  margin-bottom: 50px;
  color: #353535;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uweucbrZ09 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uweucbrZ09 .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uweucbrZ09 .item {
    padding: 0 12px;
  }
}
.cid-uweucbrZ09 .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 32px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uweucbrZ09 .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uweucbrZ09 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-uweucbrZ09 .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uweucbrZ09 .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-uweucbrZ09 .item .item-wrapper .item-img img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uweucbrZ09 .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-uweucbrZ09 .item .item-wrapper .item-img .name-wrapper {
  width: 100%;
}
.cid-uweucbrZ09 .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uweucbrZ09 .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uweucbrZ09 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uweucbrZ09 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uweucbrZ09 .item .item-wrapper .item-content .link-wrap {
  margin-top: 16px;
  display: block;
}
.cid-uweucbrZ09 .item .item-wrapper .item-content .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uweucbrZ09 .item .item-wrapper .item-content .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #c90e5c;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-uweucbrZ09 .mbr-name {
  color: #000000;
}
.cid-uweucbrZ09 .mbr-desc {
  color: #000000;
}
.cid-uweucbrZ09 .mbr-text {
  color: #000000;
}
.cid-uweuccILmL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uweuccILmL .mbr-text {
  color: #666666;
}
.cid-uweuccILmL .list {
  color: #666666;
}
.cid-uweuccILmL ul {
  list-style-position: inside;
  padding: 0;
}
.cid-uweuccILmL li {
  padding-bottom: 0.5rem;
}
.cid-uweucdBlEw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uweuceUApS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uweuceUApS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweuceUApS .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-uweuceUApS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uweuceUApS .row {
  flex-direction: row-reverse;
}
.cid-uweuceUApS img {
  width: 100%;
}
.cid-uweuchboSm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uweucinM3x {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uweucjp18l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uweucjp18l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweucjp18l .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-uweucjp18l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uweucjp18l .row {
  flex-direction: row-reverse;
}
.cid-uweucjp18l img {
  width: 100%;
}
.cid-uweuckqPd7 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uweuckqPd7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uweuckqPd7 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uweuckqPd7 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #91c2be;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uweucmGEPb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #49858f;
}
.cid-uweucmGEPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweucmGEPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uweucmGEPb .mbr-text,
.cid-uweucmGEPb .mbr-section-btn {
  color: #232323;
}
.cid-uweucmGEPb .card-title,
.cid-uweucmGEPb .card-box {
  color: #ffffff;
}
.cid-uweucmGEPb .mbr-text,
.cid-uweucmGEPb .link-wrap {
  color: #ffffff;
}
.cid-uweucnCekS {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uweucnCekS img,
.cid-uweucnCekS .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uweucnCekS .item:focus,
.cid-uweucnCekS span:focus {
  outline: none;
}
.cid-uweucnCekS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uweucnCekS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uweucnCekS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uweucnCekS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uweucnCekS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uweucnCekS .mbr-section-title {
  color: #232323;
}
.cid-uweucnCekS .mbr-text,
.cid-uweucnCekS .mbr-section-btn {
  text-align: left;
}
.cid-uweucnCekS .item-title {
  text-align: left;
}
.cid-uweucnCekS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uweucpbyxn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uweucpbyxn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uweucpbyxn .panel-title {
  display: flex;
  align-items: center;
}
.cid-uweucpbyxn .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-uweucpbyxn .panel-body,
.cid-uweucpbyxn .card-header {
  padding: 1rem 0;
}
.cid-uweucpbyxn .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-uweucpbyxn .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-uweucpbyxn .panel-text {
  max-width: 466px;
  color: #8c8c95;
}
.cid-uweucpbyxn .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-uweucpbyxn .section-head {
  margin-bottom: 56px;
}
.cid-uweucpbyxn .card {
  margin-bottom: 32px;
}
.cid-uweucpbyxn H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-uweucpbyxn .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-uweucpbyxn .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uweucqufir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uweucqufir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uweucqufir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uweucqufir .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uweucqufir .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uweucqufir .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uweucqufir .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uweucqufir div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uweucqufir .copyright {
  color: #bbbbbb;
}
.cid-uJtjrgP1SK .navbar-dropdown {
  position: relative !important;
}
.cid-uJtjrgP1SK .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-uJtjrgP1SK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJtjrgP1SK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJtjrgP1SK .dropdown-item:hover,
.cid-uJtjrgP1SK .dropdown-item:focus {
  background: #c90e5c !important;
  color: white !important;
}
.cid-uJtjrgP1SK .dropdown-item:hover span {
  color: white;
}
.cid-uJtjrgP1SK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJtjrgP1SK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJtjrgP1SK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJtjrgP1SK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJtjrgP1SK .nav-link {
  position: relative;
}
.cid-uJtjrgP1SK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJtjrgP1SK .container {
    flex-wrap: wrap;
  }
}
.cid-uJtjrgP1SK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJtjrgP1SK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJtjrgP1SK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJtjrgP1SK .dropdown-menu,
.cid-uJtjrgP1SK .navbar.opened {
  background: #ffffff !important;
}
.cid-uJtjrgP1SK .nav-item:focus,
.cid-uJtjrgP1SK .nav-link:focus {
  outline: none;
}
.cid-uJtjrgP1SK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJtjrgP1SK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJtjrgP1SK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJtjrgP1SK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJtjrgP1SK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJtjrgP1SK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJtjrgP1SK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uJtjrgP1SK .navbar.opened {
  transition: all 0.3s;
}
.cid-uJtjrgP1SK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJtjrgP1SK .navbar .navbar-logo img {
  width: auto;
}
.cid-uJtjrgP1SK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJtjrgP1SK .navbar.collapsed {
  justify-content: center;
}
.cid-uJtjrgP1SK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJtjrgP1SK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJtjrgP1SK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJtjrgP1SK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJtjrgP1SK .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-uJtjrgP1SK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJtjrgP1SK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJtjrgP1SK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJtjrgP1SK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJtjrgP1SK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJtjrgP1SK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJtjrgP1SK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJtjrgP1SK .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-uJtjrgP1SK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJtjrgP1SK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJtjrgP1SK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJtjrgP1SK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJtjrgP1SK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJtjrgP1SK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJtjrgP1SK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJtjrgP1SK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJtjrgP1SK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJtjrgP1SK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJtjrgP1SK .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-uJtjrgP1SK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJtjrgP1SK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJtjrgP1SK .dropdown-item.active,
.cid-uJtjrgP1SK .dropdown-item:active {
  background-color: transparent;
}
.cid-uJtjrgP1SK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJtjrgP1SK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJtjrgP1SK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJtjrgP1SK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJtjrgP1SK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJtjrgP1SK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJtjrgP1SK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJtjrgP1SK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJtjrgP1SK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJtjrgP1SK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJtjrgP1SK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJtjrgP1SK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtjrgP1SK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtjrgP1SK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJtjrgP1SK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtjrgP1SK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJtjrgP1SK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJtjrgP1SK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtjrgP1SK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJtjrgP1SK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJtjrgP1SK .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-uJtjrgP1SK .navbar {
    height: 70px;
  }
  .cid-uJtjrgP1SK .navbar.opened {
    height: auto;
  }
  .cid-uJtjrgP1SK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJtjrhdvTi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uJtjrhdvTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtjrhdvTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtjrhxZPN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uJtjrhxZPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtjrhxZPN .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-uJtjrhxZPN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJtjrhxZPN .row {
  flex-direction: row-reverse;
}
.cid-uJtjrhxZPN img {
  width: 100%;
}
.cid-uJtjrhWcED {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uJtjrifSZc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uJtjriCgEf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uJtjriCgEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtjriCgEf .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-uJtjriCgEf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJtjriCgEf .row {
  flex-direction: row-reverse;
}
.cid-uJtjriCgEf img {
  width: 100%;
}
.cid-uJtjriWf5U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uJtjrjgxse {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uJtjrjDQkV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uJtjrk0rI1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uJtjrk0rI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtjrk0rI1 .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-uJtjrk0rI1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJtjrk0rI1 .row {
  flex-direction: row-reverse;
}
.cid-uJtjrk0rI1 img {
  width: 100%;
}
.cid-uJtjrkl7Jh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uJtkpXd1Eb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uJtkySRCjm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uJtkimfOO2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uJtjrkKOmp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uJtjrl5gLY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-uJtjrlsyDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uJtjrlsyDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtjrlsyDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtjrlsyDn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJtjrlsyDn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJtjrlsyDn .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uJtjrlsyDn .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uJtjrlsyDn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJtjrlsyDn .copyright {
  color: #bbbbbb;
}
