body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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: 2.9rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.5375rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((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-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.875rem 1.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #b62519 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #fab901 !important;
}
.bg-warning {
  background-color: #0746c0 !important;
}
.bg-danger {
  background-color: #aeacac !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b62519 !important;
  border-color: #b62519 !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: #6a160f !important;
  border-color: #6a160f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .btn-success:hover {
  background-color: #b62519;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6a160f !important;
  border-color: #6a160f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !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: #bababa !important;
  border-color: #bababa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .btn-success:hover {
  background-color: #b62519;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #bababa !important;
  border-color: #bababa !important;
}
.btn-info,
.btn-info:active {
  background-color: #fab901 !important;
  border-color: #fab901 !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: #a47901 !important;
  border-color: #a47901 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .btn-success:hover {
  background-color: #b62519;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a47901 !important;
  border-color: #a47901 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .btn-success:hover {
  background-color: #b62519;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #04286c !important;
  border-color: #04286c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .btn-success:hover {
  background-color: #b62519;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #04286c !important;
  border-color: #04286c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #aeacac !important;
  border-color: #aeacac !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: #838080 !important;
  border-color: #838080 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .btn-success:hover {
  background-color: #b62519;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #838080 !important;
  border-color: #838080 !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 .btn-success:hover {
  background-color: #b62519;
}
.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 .btn-success:hover {
  background-color: #b62519;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b62519;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6a160f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b62519 !important;
  border-color: #b62519 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5e5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bababa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a47901 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #04286c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aeacac;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #838080 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #aeacac !important;
  border-color: #aeacac !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b62519 !important;
}
.text-secondary {
  color: #e5e5e5 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #aeacac !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5c130d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b2b2b2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d4d4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7b7979 !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: #b62519;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #aeacac;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b62519;
  border-color: #b62519;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b62519;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ea6f65;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ededed;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', 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: #b62519 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #b62519;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b62519;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b62519;
}
.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: #b62519;
  border-bottom-color: #b62519;
}
.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: #b62519 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e5e5e5 !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='%23b62519' %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;
  font-weight: 500;
}
.btn {
  margin: 0;
}
body {
  font-family: Jost;
}
p {
  margin-bottom: 0;
}
.btn.btn-success:hover {
  background-color: #b62519 !important;
  transition: all 0.2s ease-in-out;
  border-color: #b62519 !important;
}
.btn.btn-success {
  border: none !important;
}
.cid-tM78bC0ayw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tM78bC0ayw nav.navbar {
  position: fixed;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tM78bC0ayw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM78bC0ayw .dropdown-item:hover,
.cid-tM78bC0ayw .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-tM78bC0ayw .dropdown-item:hover span {
  color: white;
}
.cid-tM78bC0ayw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM78bC0ayw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM78bC0ayw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM78bC0ayw .nav-link {
  position: relative;
}
.cid-tM78bC0ayw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .container {
    flex-wrap: wrap;
  }
}
.cid-tM78bC0ayw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tM78bC0ayw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM78bC0ayw .dropdown-menu,
.cid-tM78bC0ayw .navbar.opened {
  background: #000000 !important;
}
.cid-tM78bC0ayw .nav-item:focus,
.cid-tM78bC0ayw .nav-link:focus {
  outline: none;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM78bC0ayw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM78bC0ayw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM78bC0ayw .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: #000000;
}
.cid-tM78bC0ayw .navbar.opened {
  transition: all 0.3s;
}
.cid-tM78bC0ayw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM78bC0ayw .navbar .navbar-logo img {
  width: auto;
}
.cid-tM78bC0ayw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM78bC0ayw .navbar.collapsed {
  justify-content: center;
}
.cid-tM78bC0ayw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM78bC0ayw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM78bC0ayw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM78bC0ayw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM78bC0ayw .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-tM78bC0ayw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM78bC0ayw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM78bC0ayw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM78bC0ayw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM78bC0ayw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tM78bC0ayw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tM78bC0ayw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tM78bC0ayw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tM78bC0ayw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM78bC0ayw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM78bC0ayw .dropdown-item.active,
.cid-tM78bC0ayw .dropdown-item:active {
  background-color: transparent;
}
.cid-tM78bC0ayw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM78bC0ayw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tM78bC0ayw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tM78bC0ayw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM78bC0ayw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM78bC0ayw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM78bC0ayw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5e5e5;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM78bC0ayw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tM78bC0ayw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar {
    height: 70px;
  }
  .cid-tM78bC0ayw .navbar.opened {
    height: auto;
  }
  .cid-tM78bC0ayw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tM78aQJt37 {
  background-image: url("../../../assets/images/sugar-daddy-philippines.webp");
}
.cid-tM78aQJt37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM78aQJt37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM78aQJt37 .mbr-section-title {
  color: #ffffff;
}
.cid-tM781LraP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e5e5;
}
.cid-tM781LraP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM781LraP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM781LraP8 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-tM781LraP8 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tM781LraP8 .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tM781LraP8 .mbr-section-subtitle {
  color: #000000;
}
.cid-tM781LraP8 .card-row {
  align-items: stretch;
}
.cid-tM781LraP8 .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tM781LraP8 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.cid-tM781LraP8 .card-box {
  height: 100%;
}
.cid-tM781LraP8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-tM781LraP8 .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #b62519;
}
.cid-tM781LraP8 .card-title {
  color: #000000;
  margin-bottom: 20px;
}
.cid-tM781LraP8 .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tM8KlgVoUd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e5e5;
}
.cid-tM8KlgVoUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM8KlgVoUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM8KlgVoUd .col-title {
  margin-bottom: 2.5rem;
}
.cid-tM8KlgVoUd .mbr-section-title {
  color: #000000;
}
.cid-tM8KlgVoUd .mbr-section-subtitle {
  color: #777777;
  margin-top: 1rem;
}
.cid-tM8KlgVoUd .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 639px) {
  .cid-tM8KlgVoUd .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tM8KlgVoUd .card-box {
  width: 100%;
}
.cid-tM8KlgVoUd .image-wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  width: 192px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.cid-tM8KlgVoUd .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tM8KlgVoUd .card-container {
  width: 100%;
  padding: 32px;
}
.cid-tM8KlgVoUd .card-title {
  color: #b62519;
  margin-bottom: 0;
}
.cid-tM8KlgVoUd .card-text {
  color: #FEF9EE;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tM8KlgVoUd .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tM8KlgVoUd .card-text,
.cid-tM8KlgVoUd .mbr-section-btn {
  color: #272727;
}
.cid-tM8CQR6RTQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-tM8CQR6RTQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tM8CQR6RTQ img {
    width: 100%;
  }
}
.cid-tM8CQR6RTQ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tM8CQR6RTQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tM8CQR6RTQ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tM8CQR6RTQ .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-tM8CQR6RTQ .mbr-text,
.cid-tM8CQR6RTQ .mbr-section-btn {
  color: #777777;
}
.cid-tM8CQR6RTQ .mbr-section-subtitle {
  color: #777777;
}
.cid-tM8CQR6RTQ .mbr-list {
  color: #777777;
}
.cid-tM8CQR6RTQ .mbr-section-title {
  text-align: center;
}
.cid-tM8DsUB4XF {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #e5e5e5;
}
.cid-tM8DsUB4XF img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tM8DsUB4XF img {
    width: 100%;
  }
}
.cid-tM8DsUB4XF .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tM8DsUB4XF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tM8DsUB4XF .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tM8DsUB4XF .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-tM8DsUB4XF .mbr-text,
.cid-tM8DsUB4XF .mbr-section-btn {
  color: #777777;
}
.cid-tM8DsUB4XF .mbr-section-subtitle {
  color: #777777;
}
.cid-tM8DsUB4XF .mbr-list {
  color: #777777;
}
.cid-tM8DsUB4XF .mbr-section-title {
  text-align: center;
}
.cid-u5bNxORyrf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cccaca;
}
.cid-u5bNxORyrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5bNxORyrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5bNxORyrf .content-wrapper {
  background: #cccaca;
}
@media (max-width: 991px) {
  .cid-u5bNxORyrf .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5bNxORyrf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5bNxORyrf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5bNxORyrf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5bNxORyrf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5bNxORyrf .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5bNxORyrf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5bNxORyrf .mbr-text,
.cid-u5bNxORyrf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u5bNxORyrf .card-title {
  color: #000000;
  text-align: center;
}
.cid-u5bFTjVfgf {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #e5e5e5;
}
.cid-u5bFTjVfgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5bFTjVfgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5bFTjVfgf .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u5bFTjVfgf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5bFTjVfgf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5bFTjVfgf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5bFTjVfgf .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5bFTjVfgf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-u5bFTjVfgf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMrUqiU3fh {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #e5e5e5;
}
.cid-tMrUqiU3fh img {
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
  height: 80px;
}
.cid-tMrUqiU3fh .bg-wrapper {
  background: #f3f3f3;
  padding: 2rem;
}
.cid-tMrUqiU3fh .img-wrapper {
  min-width: 100px;
}
.cid-tMrUqiU3fh .card-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tMrUqiU3fh .card .img-wrapper {
  overflow: hidden;
}
.cid-tMrUqiU3fh .mbr-section-title {
  transition: all 0.3s ease-in-out;
}
.cid-tMrUqiU3fh .mbr-section-title:hover {
  color: #b62519;
}
.cid-tMrUqiU3fh .mbr-section-date {
  color: #999999;
}
.cid-tMrUqiU3fh .mbr-section-text {
  color: #555555;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tMrUqiU3fh .bg-wrapper {
    padding: 1rem;
  }
  .cid-tMrUqiU3fh .mbr-section-title {
    text-align: left;
  }
}
.cid-u5amSPIfCG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u5amSPIfCG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5amSPIfCG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5amSPIfCG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5amSPIfCG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5amSPIfCG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5amSPIfCG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5amSPIfCG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5amSPIfCG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5amSPIfCG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5amSPIfCG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5amSPIfCG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5amSPIfCG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5amSPIfCG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5amSPIfCG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tM78bC0ayw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tM78bC0ayw nav.navbar {
  position: fixed;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tM78bC0ayw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM78bC0ayw .dropdown-item:hover,
.cid-tM78bC0ayw .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-tM78bC0ayw .dropdown-item:hover span {
  color: white;
}
.cid-tM78bC0ayw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM78bC0ayw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM78bC0ayw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM78bC0ayw .nav-link {
  position: relative;
}
.cid-tM78bC0ayw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .container {
    flex-wrap: wrap;
  }
}
.cid-tM78bC0ayw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tM78bC0ayw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM78bC0ayw .dropdown-menu,
.cid-tM78bC0ayw .navbar.opened {
  background: #000000 !important;
}
.cid-tM78bC0ayw .nav-item:focus,
.cid-tM78bC0ayw .nav-link:focus {
  outline: none;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM78bC0ayw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM78bC0ayw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM78bC0ayw .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: #000000;
}
.cid-tM78bC0ayw .navbar.opened {
  transition: all 0.3s;
}
.cid-tM78bC0ayw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM78bC0ayw .navbar .navbar-logo img {
  width: auto;
}
.cid-tM78bC0ayw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM78bC0ayw .navbar.collapsed {
  justify-content: center;
}
.cid-tM78bC0ayw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM78bC0ayw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM78bC0ayw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM78bC0ayw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM78bC0ayw .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-tM78bC0ayw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM78bC0ayw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM78bC0ayw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM78bC0ayw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM78bC0ayw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tM78bC0ayw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tM78bC0ayw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tM78bC0ayw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tM78bC0ayw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM78bC0ayw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM78bC0ayw .dropdown-item.active,
.cid-tM78bC0ayw .dropdown-item:active {
  background-color: transparent;
}
.cid-tM78bC0ayw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM78bC0ayw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tM78bC0ayw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tM78bC0ayw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM78bC0ayw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM78bC0ayw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM78bC0ayw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5e5e5;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM78bC0ayw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tM78bC0ayw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar {
    height: 70px;
  }
  .cid-tM78bC0ayw .navbar.opened {
    height: auto;
  }
  .cid-tM78bC0ayw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6g1ADCe8H {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-u6g1ADCe8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6g1ADCe8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6g1ADCe8H .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u6g1ADCe8H .mbr-section-subtitle {
  text-align: left;
}
.cid-u6hXxPPYMT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-u6hXxPPYMT .mbr-section-subtitle {
  text-align: center;
}
.cid-u6hWoj65iN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e5e5e5;
}
.cid-u6hWoj65iN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6hWoj65iN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6hWoj65iN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u6hWoj65iN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u6hWoj65iN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b62519;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u6hWoj65iN H3 {
  text-align: center;
}
.cid-u6hWoj65iN H2 {
  text-align: center;
}
.cid-u6g1CZiDEK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #e5e5e5;
}
.cid-u6g1CZiDEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6g1CZiDEK .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-u6g1CZiDEK .container {
    max-width: 1400px;
  }
}
.cid-u6g1CZiDEK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f7978f;
  margin-bottom: 2rem;
}
.cid-u6g1CZiDEK .card-wrapper {
  margin-top: 3rem;
}
.cid-u6g1CZiDEK .row {
  justify-content: center;
}
.cid-u5amSPIfCG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u5amSPIfCG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5amSPIfCG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5amSPIfCG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5amSPIfCG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5amSPIfCG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5amSPIfCG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5amSPIfCG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5amSPIfCG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5amSPIfCG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5amSPIfCG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5amSPIfCG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5amSPIfCG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5amSPIfCG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5amSPIfCG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tM78bC0ayw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tM78bC0ayw nav.navbar {
  position: fixed;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tM78bC0ayw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM78bC0ayw .dropdown-item:hover,
.cid-tM78bC0ayw .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-tM78bC0ayw .dropdown-item:hover span {
  color: white;
}
.cid-tM78bC0ayw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM78bC0ayw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM78bC0ayw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM78bC0ayw .nav-link {
  position: relative;
}
.cid-tM78bC0ayw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .container {
    flex-wrap: wrap;
  }
}
.cid-tM78bC0ayw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tM78bC0ayw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM78bC0ayw .dropdown-menu,
.cid-tM78bC0ayw .navbar.opened {
  background: #000000 !important;
}
.cid-tM78bC0ayw .nav-item:focus,
.cid-tM78bC0ayw .nav-link:focus {
  outline: none;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM78bC0ayw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM78bC0ayw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM78bC0ayw .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: #000000;
}
.cid-tM78bC0ayw .navbar.opened {
  transition: all 0.3s;
}
.cid-tM78bC0ayw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM78bC0ayw .navbar .navbar-logo img {
  width: auto;
}
.cid-tM78bC0ayw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM78bC0ayw .navbar.collapsed {
  justify-content: center;
}
.cid-tM78bC0ayw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM78bC0ayw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM78bC0ayw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM78bC0ayw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM78bC0ayw .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-tM78bC0ayw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM78bC0ayw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM78bC0ayw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM78bC0ayw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM78bC0ayw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tM78bC0ayw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tM78bC0ayw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tM78bC0ayw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tM78bC0ayw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM78bC0ayw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM78bC0ayw .dropdown-item.active,
.cid-tM78bC0ayw .dropdown-item:active {
  background-color: transparent;
}
.cid-tM78bC0ayw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM78bC0ayw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tM78bC0ayw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tM78bC0ayw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM78bC0ayw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM78bC0ayw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM78bC0ayw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5e5e5;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM78bC0ayw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tM78bC0ayw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar {
    height: 70px;
  }
  .cid-tM78bC0ayw .navbar.opened {
    height: auto;
  }
  .cid-tM78bC0ayw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoxCaK60Od {
  background-image: url("../../../assets/images/sugar-daddy-manila.webp");
}
.cid-uoxCaK60Od .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoxCaK60Od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoJEhFXiXA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-uoJEhFXiXA .right {
  display: flex;
  flex-direction: column;
}
.cid-uoJEhFXiXA .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-uoJEhFXiXA .row {
  justify-content: center;
}
.cid-uoJEhFXiXA ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-uoxEyydvQE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-uoxEyydvQE .mbr-section-subtitle {
  color: #444444;
}
.cid-uoxEyydvQE .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uoxEyydvQE .mbr-text {
  color: #444444;
  text-align: left;
}
.cid-uoxEyydvQE .mbr-author-desc {
  display: block;
  color: #444444;
}
.cid-uoxEyydvQE .mbr-author-name {
  color: #444444;
}
.cid-uoxEyydvQE .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-uoxEyydvQE .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uoxEyydvQE .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1.6rem;
}
.cid-uoxEyydvQE .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uoxEyydvQE .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uoxEyydvQE .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uoJEWuLi1L {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uoJGPXf3h3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-uoJGPXf3h3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJGPXf3h3 .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-uoJGPXf3h3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoJGPXf3h3 .row {
  flex-direction: row-reverse;
}
.cid-uoJGPXf3h3 img {
  width: 100%;
}
.cid-uoJFlS2LRY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uoJFlS2LRY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoJFlS2LRY .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uoJFlS2LRY .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b62519;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uoJIJJFsSQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uoJIJJFsSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoJIJJFsSQ .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-uoJIJJFsSQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoJIJJFsSQ .row {
  flex-direction: row-reverse;
}
.cid-uoJIJJFsSQ img {
  width: 100%;
}
.cid-uoJEULkvPF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uoJHnN1BTy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5e5e5;
}
.cid-uoJHnN1BTy img,
.cid-uoJHnN1BTy .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uoJHnN1BTy .item:focus,
.cid-uoJHnN1BTy span:focus {
  outline: none;
}
.cid-uoJHnN1BTy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uoJHnN1BTy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uoJHnN1BTy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoJHnN1BTy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uoJHnN1BTy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoJHnN1BTy .mbr-section-title {
  color: #232323;
}
.cid-uoJHnN1BTy .mbr-text,
.cid-uoJHnN1BTy .mbr-section-btn {
  text-align: left;
}
.cid-uoJHnN1BTy .item-title {
  text-align: center;
}
.cid-uoJHnN1BTy .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u5amSPIfCG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u5amSPIfCG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5amSPIfCG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5amSPIfCG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5amSPIfCG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5amSPIfCG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5amSPIfCG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5amSPIfCG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5amSPIfCG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5amSPIfCG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5amSPIfCG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5amSPIfCG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5amSPIfCG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5amSPIfCG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5amSPIfCG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tM78bC0ayw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tM78bC0ayw nav.navbar {
  position: fixed;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tM78bC0ayw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM78bC0ayw .dropdown-item:hover,
.cid-tM78bC0ayw .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-tM78bC0ayw .dropdown-item:hover span {
  color: white;
}
.cid-tM78bC0ayw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tM78bC0ayw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tM78bC0ayw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM78bC0ayw .nav-link {
  position: relative;
}
.cid-tM78bC0ayw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .container {
    flex-wrap: wrap;
  }
}
.cid-tM78bC0ayw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tM78bC0ayw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tM78bC0ayw .dropdown-menu,
.cid-tM78bC0ayw .navbar.opened {
  background: #000000 !important;
}
.cid-tM78bC0ayw .nav-item:focus,
.cid-tM78bC0ayw .nav-link:focus {
  outline: none;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tM78bC0ayw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM78bC0ayw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM78bC0ayw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM78bC0ayw .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: #000000;
}
.cid-tM78bC0ayw .navbar.opened {
  transition: all 0.3s;
}
.cid-tM78bC0ayw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tM78bC0ayw .navbar .navbar-logo img {
  width: auto;
}
.cid-tM78bC0ayw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM78bC0ayw .navbar.collapsed {
  justify-content: center;
}
.cid-tM78bC0ayw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM78bC0ayw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM78bC0ayw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tM78bC0ayw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tM78bC0ayw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM78bC0ayw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM78bC0ayw .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-tM78bC0ayw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tM78bC0ayw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM78bC0ayw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM78bC0ayw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM78bC0ayw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM78bC0ayw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tM78bC0ayw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tM78bC0ayw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tM78bC0ayw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tM78bC0ayw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM78bC0ayw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM78bC0ayw .dropdown-item.active,
.cid-tM78bC0ayw .dropdown-item:active {
  background-color: transparent;
}
.cid-tM78bC0ayw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM78bC0ayw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM78bC0ayw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tM78bC0ayw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tM78bC0ayw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM78bC0ayw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM78bC0ayw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM78bC0ayw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5e5e5;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tM78bC0ayw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tM78bC0ayw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tM78bC0ayw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tM78bC0ayw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM78bC0ayw .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-tM78bC0ayw .navbar {
    height: 70px;
  }
  .cid-tM78bC0ayw .navbar.opened {
    height: auto;
  }
  .cid-tM78bC0ayw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqZzArV0tp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5e5e5;
}
.cid-uqZzArV0tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqZzArV0tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqZzArV0tp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b62519;
  margin-left: 1rem;
}
.cid-uqZzArV0tp .panel-group {
  border: none;
}
.cid-uqZzArV0tp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqZzArV0tp .panel-body,
.cid-uqZzArV0tp .card-header {
  padding: 1rem 0;
}
.cid-uqZzArV0tp .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-uqZzArV0tp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u5amSPIfCG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u5amSPIfCG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5amSPIfCG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5amSPIfCG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5amSPIfCG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5amSPIfCG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5amSPIfCG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5amSPIfCG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5amSPIfCG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5amSPIfCG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5amSPIfCG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5amSPIfCG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5amSPIfCG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5amSPIfCG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5amSPIfCG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uuX5fwiaV1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uuX5fwiaV1 nav.navbar {
  position: fixed;
}
.cid-uuX5fwiaV1 .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-uuX5fwiaV1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uuX5fwiaV1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uuX5fwiaV1 .dropdown-item:hover,
.cid-uuX5fwiaV1 .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-uuX5fwiaV1 .dropdown-item:hover span {
  color: white;
}
.cid-uuX5fwiaV1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuX5fwiaV1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuX5fwiaV1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuX5fwiaV1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uuX5fwiaV1 .nav-link {
  position: relative;
}
.cid-uuX5fwiaV1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uuX5fwiaV1 .container {
    flex-wrap: wrap;
  }
}
.cid-uuX5fwiaV1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uuX5fwiaV1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uuX5fwiaV1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuX5fwiaV1 .dropdown-menu,
.cid-uuX5fwiaV1 .navbar.opened {
  background: #000000 !important;
}
.cid-uuX5fwiaV1 .nav-item:focus,
.cid-uuX5fwiaV1 .nav-link:focus {
  outline: none;
}
.cid-uuX5fwiaV1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuX5fwiaV1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuX5fwiaV1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuX5fwiaV1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuX5fwiaV1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuX5fwiaV1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuX5fwiaV1 .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: #000000;
}
.cid-uuX5fwiaV1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuX5fwiaV1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuX5fwiaV1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuX5fwiaV1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuX5fwiaV1 .navbar.collapsed {
  justify-content: center;
}
.cid-uuX5fwiaV1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuX5fwiaV1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uuX5fwiaV1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuX5fwiaV1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuX5fwiaV1 .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-uuX5fwiaV1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuX5fwiaV1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuX5fwiaV1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuX5fwiaV1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuX5fwiaV1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuX5fwiaV1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuX5fwiaV1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuX5fwiaV1 .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-uuX5fwiaV1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuX5fwiaV1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuX5fwiaV1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uuX5fwiaV1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuX5fwiaV1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuX5fwiaV1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uuX5fwiaV1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uuX5fwiaV1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuX5fwiaV1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuX5fwiaV1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuX5fwiaV1 .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-uuX5fwiaV1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uuX5fwiaV1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuX5fwiaV1 .dropdown-item.active,
.cid-uuX5fwiaV1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuX5fwiaV1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuX5fwiaV1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuX5fwiaV1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuX5fwiaV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uuX5fwiaV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuX5fwiaV1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuX5fwiaV1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuX5fwiaV1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuX5fwiaV1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuX5fwiaV1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5e5e5;
}
.cid-uuX5fwiaV1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuX5fwiaV1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuX5fwiaV1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuX5fwiaV1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuX5fwiaV1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuX5fwiaV1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuX5fwiaV1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuX5fwiaV1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuX5fwiaV1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuX5fwiaV1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uuX5fwiaV1 .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-uuX5fwiaV1 .navbar {
    height: 70px;
  }
  .cid-uuX5fwiaV1 .navbar.opened {
    height: auto;
  }
  .cid-uuX5fwiaV1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuX5fxifUp {
  background-image: url("../../../assets/images/cebu-sugar-daddy.webp");
}
.cid-uuX5fxifUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuX5fxifUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuX5fyfL7S {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-uuX5fyfL7S .right {
  display: flex;
  flex-direction: column;
}
.cid-uuX5fyfL7S .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-uuX5fyfL7S .row {
  justify-content: center;
}
.cid-uuX5fyfL7S ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-uuX5fzj6D2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-uuX5fzj6D2 .mbr-section-subtitle {
  color: #444444;
}
.cid-uuX5fzj6D2 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuX5fzj6D2 .mbr-text {
  color: #444444;
  text-align: left;
}
.cid-uuX5fzj6D2 .mbr-author-desc {
  display: block;
  color: #444444;
}
.cid-uuX5fzj6D2 .mbr-author-name {
  color: #444444;
}
.cid-uuX5fzj6D2 .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-uuX5fzj6D2 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uuX5fzj6D2 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1.6rem;
}
.cid-uuX5fzj6D2 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uuX5fzj6D2 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uuX5fzj6D2 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uuX5fC51t1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uuX5fDmNFC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-uuX5fDmNFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuX5fDmNFC .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-uuX5fDmNFC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuX5fDmNFC .row {
  flex-direction: row-reverse;
}
.cid-uuX5fDmNFC img {
  width: 100%;
}
.cid-uuXTwcrO7f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uuX5fFs7kx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uuX5fFs7kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuX5fFs7kx .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-uuX5fFs7kx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uuX5fFs7kx .row {
  flex-direction: row-reverse;
}
.cid-uuX5fFs7kx img {
  width: 100%;
}
.cid-uuX5fGHzWj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uv0qv61G4k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-uv0qv61G4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv0qv61G4k .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-uv0qv61G4k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uv0qv61G4k .row {
  flex-direction: row-reverse;
}
.cid-uv0qv61G4k img {
  width: 100%;
}
.cid-uuXTQfRgKx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e5e5;
}
.cid-uuXTQfRgKx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uuXTQfRgKx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uuXTQfRgKx .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #7bc6d7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uuX5fHQiGU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #e5e5e5;
}
.cid-uuX5fHQiGU img,
.cid-uuX5fHQiGU .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uuX5fHQiGU .item:focus,
.cid-uuX5fHQiGU span:focus {
  outline: none;
}
.cid-uuX5fHQiGU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uuX5fHQiGU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uuX5fHQiGU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uuX5fHQiGU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uuX5fHQiGU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uuX5fHQiGU .mbr-section-title {
  color: #232323;
}
.cid-uuX5fHQiGU .mbr-text,
.cid-uuX5fHQiGU .mbr-section-btn {
  text-align: left;
}
.cid-uuX5fHQiGU .item-title {
  text-align: center;
}
.cid-uuX5fHQiGU .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uuX5fJtc2b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uuX5fJtc2b .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uuX5fJtc2b .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uuX5fJtc2b .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uuX5fJtc2b .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uuX5fJtc2b .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uuX5fJtc2b .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uuX5fJtc2b .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uuX5fJtc2b .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uuX5fJtc2b .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuX5fJtc2b .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uuX5fJtc2b .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuX5fJtc2b .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uuX5fJtc2b .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uuX5fJtc2b .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uMPPpGgDkA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMPPpGgDkA nav.navbar {
  position: fixed;
}
.cid-uMPPpGgDkA .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-uMPPpGgDkA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMPPpGgDkA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMPPpGgDkA .dropdown-item:hover,
.cid-uMPPpGgDkA .dropdown-item:focus {
  background: #b62519 !important;
  color: white !important;
}
.cid-uMPPpGgDkA .dropdown-item:hover span {
  color: white;
}
.cid-uMPPpGgDkA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMPPpGgDkA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMPPpGgDkA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMPPpGgDkA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMPPpGgDkA .nav-link {
  position: relative;
}
.cid-uMPPpGgDkA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMPPpGgDkA .container {
    flex-wrap: wrap;
  }
}
.cid-uMPPpGgDkA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMPPpGgDkA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uMPPpGgDkA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMPPpGgDkA .dropdown-menu,
.cid-uMPPpGgDkA .navbar.opened {
  background: #000000 !important;
}
.cid-uMPPpGgDkA .nav-item:focus,
.cid-uMPPpGgDkA .nav-link:focus {
  outline: none;
}
.cid-uMPPpGgDkA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMPPpGgDkA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMPPpGgDkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMPPpGgDkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMPPpGgDkA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMPPpGgDkA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMPPpGgDkA .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: #000000;
}
.cid-uMPPpGgDkA .navbar.opened {
  transition: all 0.3s;
}
.cid-uMPPpGgDkA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMPPpGgDkA .navbar .navbar-logo img {
  width: auto;
}
.cid-uMPPpGgDkA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMPPpGgDkA .navbar.collapsed {
  justify-content: center;
}
.cid-uMPPpGgDkA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMPPpGgDkA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMPPpGgDkA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMPPpGgDkA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMPPpGgDkA .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-uMPPpGgDkA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMPPpGgDkA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMPPpGgDkA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMPPpGgDkA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMPPpGgDkA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMPPpGgDkA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMPPpGgDkA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMPPpGgDkA .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-uMPPpGgDkA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMPPpGgDkA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMPPpGgDkA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMPPpGgDkA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMPPpGgDkA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMPPpGgDkA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMPPpGgDkA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uMPPpGgDkA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMPPpGgDkA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMPPpGgDkA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMPPpGgDkA .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-uMPPpGgDkA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMPPpGgDkA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMPPpGgDkA .dropdown-item.active,
.cid-uMPPpGgDkA .dropdown-item:active {
  background-color: transparent;
}
.cid-uMPPpGgDkA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMPPpGgDkA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMPPpGgDkA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMPPpGgDkA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uMPPpGgDkA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMPPpGgDkA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMPPpGgDkA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMPPpGgDkA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMPPpGgDkA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMPPpGgDkA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e5e5e5;
}
.cid-uMPPpGgDkA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMPPpGgDkA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMPPpGgDkA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMPPpGgDkA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMPPpGgDkA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMPPpGgDkA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMPPpGgDkA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMPPpGgDkA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMPPpGgDkA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMPPpGgDkA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMPPpGgDkA .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-uMPPpGgDkA .navbar {
    height: 70px;
  }
  .cid-uMPPpGgDkA .navbar.opened {
    height: auto;
  }
  .cid-uMPPpGgDkA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMPPpGHxMh {
  background-image: url("../../../assets/images/sugar-dating-davao-city.webp");
}
.cid-uMPPpGHxMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPPpGHxMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMPPpH3lCa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #e5e5e5;
}
.cid-uMPPpH3lCa .right {
  display: flex;
  flex-direction: column;
}
.cid-uMPPpH3lCa .card-heading {
  padding-bottom: 15px;
  color: #000000;
  font-weight: 600;
}
.cid-uMPPpH3lCa .row {
  justify-content: center;
}
.cid-uMPPpH3lCa ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
}
.cid-uMPPpHuRVj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.cid-uMPPpHuRVj .mbr-section-subtitle {
  color: #444444;
}
.cid-uMPPpHuRVj .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uMPPpHuRVj .mbr-text {
  color: #444444;
  text-align: left;
}
.cid-uMPPpHuRVj .mbr-author-desc {
  display: block;
  color: #444444;
}
.cid-uMPPpHuRVj .mbr-author-name {
  color: #444444;
}
.cid-uMPPpHuRVj .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-uMPPpHuRVj .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-uMPPpHuRVj .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1.6rem;
}
.cid-uMPPpHuRVj .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uMPPpHuRVj .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uMPPpHuRVj .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uMPPpI0pHB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uMPPpImu4U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-uMPPpImu4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPPpImu4U .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-uMPPpImu4U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMPPpImu4U .row {
  flex-direction: row-reverse;
}
.cid-uMPPpImu4U img {
  width: 100%;
}
.cid-uMPPpIJpyN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uMPPpJ9sCK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uMPPpJ9sCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPPpJ9sCK .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-uMPPpJ9sCK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMPPpJ9sCK .row {
  flex-direction: row-reverse;
}
.cid-uMPPpJ9sCK img {
  width: 100%;
}
.cid-uMPPpJxFSo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-uMPPpJV0Q6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-uMPPpJV0Q6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMPPpJV0Q6 .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-uMPPpJV0Q6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMPPpJV0Q6 .row {
  flex-direction: row-reverse;
}
.cid-uMPPpJV0Q6 img {
  width: 100%;
}
.cid-uMPTC65Lvw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-uMPTCEUpDH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-uMQ2ZTFyLJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e5e5e5;
}
.cid-uMQ2ZTFyLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQ2ZTFyLJ .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-uMQ2ZTFyLJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMQ2ZTFyLJ .row {
  flex-direction: row-reverse;
}
.cid-uMQ2ZTFyLJ img {
  width: 100%;
}
.cid-uMQ29KyBNM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #e5e5e5;
}
.cid-uMPPpKOsRz {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #e5e5e5;
}
.cid-uMPPpKOsRz img,
.cid-uMPPpKOsRz .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uMPPpKOsRz .item:focus,
.cid-uMPPpKOsRz span:focus {
  outline: none;
}
.cid-uMPPpKOsRz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMPPpKOsRz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMPPpKOsRz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMPPpKOsRz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMPPpKOsRz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMPPpKOsRz .mbr-section-title {
  color: #232323;
}
.cid-uMPPpKOsRz .mbr-text,
.cid-uMPPpKOsRz .mbr-section-btn {
  text-align: left;
}
.cid-uMPPpKOsRz .item-title {
  text-align: center;
}
.cid-uMPPpKOsRz .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uMPPpLh7c6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uMPPpLh7c6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMPPpLh7c6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uMPPpLh7c6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uMPPpLh7c6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMPPpLh7c6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMPPpLh7c6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uMPPpLh7c6 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uMPPpLh7c6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uMPPpLh7c6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMPPpLh7c6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uMPPpLh7c6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMPPpLh7c6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMPPpLh7c6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uMPPpLh7c6 .media-container-row .row-copirayt p {
  width: 100%;
}
