body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #8d629e !important;
}
.bg-success {
  background-color: #149dcc !important;
}
.bg-info {
  background-color: #3b1d47 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #c1c1c1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8d629e !important;
  border-color: #8d629e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #63456f !important;
  border-color: #63456f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #63456f !important;
  border-color: #63456f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3b1d47 !important;
  border-color: #3b1d47 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0e0711 !important;
  border-color: #0e0711 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0e0711 !important;
  border-color: #0e0711 !important;
}
.btn-success,
.btn-success:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #553b5f;
  color: #553b5f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #8d629e;
  border-color: #8d629e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8d629e !important;
  border-color: #8d629e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #3b1d47;
  border-color: #3b1d47;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3b1d47 !important;
  border-color: #3b1d47 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #8d629e !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #149dcc !important;
}
.text-info {
  color: #3b1d47 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #c1c1c1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #553b5f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b566f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8e8e8e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3b1d47;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #c1c1c1;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8d629e;
  border-color: #8d629e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8d629e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c6b1cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b57fcb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #8d629e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #8d629e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #8d629e;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8d629e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8d629e;
  border-bottom-color: #8d629e;
}
.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: #8d629e !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: #ffffff !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%238d629e' %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.3;
}
.cid-spi4JbiQxz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-spi4JbiQxz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spi4JbiQxz a {
  font-style: normal;
}
.cid-spi4JbiQxz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spi4JbiQxz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spi4JbiQxz .nav-item:focus,
.cid-spi4JbiQxz .nav-link:focus {
  outline: none;
}
.cid-spi4JbiQxz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spi4JbiQxz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spi4JbiQxz .menu-logo {
  margin-right: auto;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spi4JbiQxz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spi4JbiQxz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spi4JbiQxz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spi4JbiQxz button.navbar-toggler:focus {
  outline: none;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .btn {
  display: -webkit-flex;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-spi4JbiQxz .collapsed button.navbar-toggler {
  display: block;
}
.cid-spi4JbiQxz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spi4JbiQxz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spi4JbiQxz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-spi4JbiQxz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz img {
    height: 3.8rem !important;
  }
  .cid-spi4JbiQxz .btn {
    display: -webkit-flex;
  }
  .cid-spi4JbiQxz button.navbar-toggler {
    display: block;
  }
  .cid-spi4JbiQxz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spi4JbiQxz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing,
  .cid-spi4JbiQxz .navbar-collapse.show {
    display: block !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spi4JbiQxz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spi4JbiQxz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spi4JbiQxz .nav-link:hover,
.cid-spi4JbiQxz .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-tEwAWCr3hW {
  padding-top: 0px;
  padding-bottom: 160px;
  background-image: url("../../../assets/images/clock-mtth-mod-width-light-1-2000x952.png");
}
.cid-tEwAWCr3hW H1 {
  color: #ffffff;
}
.cid-saHsGkOsPz {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-saHsGkOsPz .mbr-text,
.cid-saHsGkOsPz blockquote {
  color: #767676;
}
.cid-sbqaaQUGEn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-1-1920x1080.png");
}
.cid-sbqaaQUGEn H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHKFc3SDJP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHKFc3SDJP .mbr-text,
.cid-tHKFc3SDJP blockquote {
  color: #767676;
}
.cid-tHKFc3SDJP .mbr-text P {
  text-align: center;
}
.cid-saHsXZ3WnC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saHsXZ3WnC .mbr-text,
.cid-saHsXZ3WnC blockquote {
  color: #767676;
}
.cid-saHsXZ3WnC .mbr-text P {
  text-align: center;
}
.cid-saHsXZ3WnC .mbr-text {
  color: #767676;
}
.cid-sbqaGfnY2L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-1-1920x1080.png");
}
.cid-sbqaGfnY2L H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-saHtuwcwHk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-saHtuwcwHk .mbr-text,
.cid-saHtuwcwHk blockquote {
  color: #767676;
}
.cid-spi4sRCaCQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spi4sRCaCQ .mbr-section-subtitle {
  color: #767676;
}
.cid-spi4sRCaCQ ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spi4sRCaCQ ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-spi4sRCaCQ ul.list-inline img {
  max-width: 5rem;
  padding-bottom: .5rem;
}
.cid-spi4sRCaCQ ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-spi4sRCaCQ .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sbqbF3PCEz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-1-1920x1080.png");
}
.cid-sbqbF3PCEz H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-saHtIpOyh8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-saHtIpOyh8 .mbr-text,
.cid-saHtIpOyh8 blockquote {
  color: #767676;
}
.cid-uLmN3XAohw {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uLmN3XAohw .image-block {
  margin: auto;
}
.cid-uLmN3XAohw figcaption {
  position: relative;
}
.cid-uLmN3XAohw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLmN3XAohw .image-block {
    width: 100% !important;
  }
}
.cid-srtaiXDeHp {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/maya-angelou-playboy-16x9-1-720x-720x405.jpg");
  background-position: right;
}
.cid-srtaiXDeHp .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-srtaiXDeHp .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-srtaiXDeHp .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-srtaiXDeHp img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-srtaiXDeHp .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-srtaiXDeHp H1 {
  color: #c3b8c7;
}
.cid-usfhZgKxlV {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #2b0d38;
}
.cid-usfhZgKxlV .mbr-section-subtitle {
  color: #dbd8dc;
}
.cid-usfhZgKxlV .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #3b1d47;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-usfhZgKxlV .mbr-iconfont-social:before {
  padding: .6rem;
  border: 0px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-usfhZgKxlV .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-usfhZgKxlV .mbr-iconfont-social:hover:before {
  background: #3b1d47;
  transition: all .3s;
  border-color: transparent;
}
.cid-usfhZgKxlV .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-usfhZgKxlV .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-usfhZgKxlV .mbr-section-title,
.cid-usfhZgKxlV .social-list {
  color: #ffffff;
}
.cid-uKra10j8fb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKra10j8fb .content {
    text-align: center;
  }
  .cid-uKra10j8fb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKra10j8fb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKra10j8fb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKra10j8fb .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKra10j8fb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKra10j8fb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKra10j8fb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKra10j8fb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKra10j8fb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKra10j8fb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKra10j8fb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKra10j8fb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKra10j8fb B {
  color: #ffffff;
}
.cid-uKra10j8fb .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKra10j8fb H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKra10j8fb P {
  color: #8d629e;
  text-align: left;
}
.cid-uKra10j8fb A {
  color: #ffffff;
}
.cid-spi4JbiQxz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-spi4JbiQxz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spi4JbiQxz a {
  font-style: normal;
}
.cid-spi4JbiQxz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spi4JbiQxz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spi4JbiQxz .nav-item:focus,
.cid-spi4JbiQxz .nav-link:focus {
  outline: none;
}
.cid-spi4JbiQxz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spi4JbiQxz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spi4JbiQxz .menu-logo {
  margin-right: auto;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spi4JbiQxz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spi4JbiQxz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spi4JbiQxz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spi4JbiQxz button.navbar-toggler:focus {
  outline: none;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .btn {
  display: -webkit-flex;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-spi4JbiQxz .collapsed button.navbar-toggler {
  display: block;
}
.cid-spi4JbiQxz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spi4JbiQxz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spi4JbiQxz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-spi4JbiQxz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz img {
    height: 3.8rem !important;
  }
  .cid-spi4JbiQxz .btn {
    display: -webkit-flex;
  }
  .cid-spi4JbiQxz button.navbar-toggler {
    display: block;
  }
  .cid-spi4JbiQxz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spi4JbiQxz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing,
  .cid-spi4JbiQxz .navbar-collapse.show {
    display: block !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spi4JbiQxz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spi4JbiQxz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spi4JbiQxz .nav-link:hover,
.cid-spi4JbiQxz .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-uFJuczpm3u {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFJuczpm3u .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uFJuczpm3u .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFJuczpm3u .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uFJuczpm3u .mbr-text {
    text-align: center;
  }
}
.cid-uFJuczpm3u .mbr-text,
.cid-uFJuczpm3u .mbr-section-btn {
  color: #2b0d38;
  text-align: left;
}
.cid-uFJuczpm3u H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-uFJuczpm3u H3 {
  color: #2b0d38;
  text-align: left;
}
.cid-sbq6ECqCVi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-3-1920x1080.png");
}
.cid-sbq6ECqCVi H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-rqs8asDiIk {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-rqs8asDiIk .mbr-text,
.cid-rqs8asDiIk blockquote {
  color: #767676;
}
.cid-sspHV6ufa9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-sspHV6ufa9 H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-sspI6wlfUy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-sspI6wlfUy .mbr-text,
.cid-sspI6wlfUy blockquote {
  color: #767676;
}
.cid-sspI6wlfUy .mbr-text P {
  text-align: left;
}
.cid-sbq6Ubxd2U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-2-1920x1080.png");
}
.cid-sbq6Ubxd2U H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-ssppO2qV9A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
  background-image: url("../../../assets/images/mytimetoheal-damask-centred-2.svg");
}
.cid-ssppO2qV9A .counter-container {
  color: #767676;
}
.cid-ssppO2qV9A .counter-container ul {
  margin-bottom: 0;
}
.cid-ssppO2qV9A .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-ssppO2qV9A .mbr-text UL {
  color: #767676;
}
.cid-ssppO2qV9A .mbr-text {
  color: #7f1933;
}
.cid-ssppO2qV9A .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ssppO2qV9A .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #efefef;
}
.cid-ssppO2qV9A .separline {
  position: relative;
}
.cid-ssppO2qV9A .separline:after {
  top: 24px;
  left: 8px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (10px + 4px) * 2);
  background-color: #efefef;
}
.cid-sbq7DW9t6k {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-2-1920x1080.png");
}
.cid-sbq7DW9t6k H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-rkrnx6Lb4l {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rkrnx6Lb4l .mbr-text,
.cid-rkrnx6Lb4l blockquote {
  color: #767676;
}
.cid-rkrnx6Lb4l .mbr-text P {
  text-align: left;
}
.cid-ssp3GEDzZE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-ssp3GEDzZE H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-sspHc0LSaq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sspHc0LSaq .counter-container {
  color: #767676;
}
.cid-sspHc0LSaq .counter-container ul {
  margin-bottom: 0;
}
.cid-sspHc0LSaq .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sspHc0LSaq .mbr-text UL {
  color: #767676;
}
.cid-sspHc0LSaq .mbr-text {
  color: #7f1933;
}
.cid-sspHc0LSaq .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sspHc0LSaq .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #efefef;
}
.cid-sspHc0LSaq .separline {
  position: relative;
}
.cid-sspHc0LSaq .separline:after {
  top: 24px;
  left: 8px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (10px + 4px) * 2);
  background-color: #efefef;
}
.cid-uLmMXEYEww {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uLmMXEYEww .image-block {
  margin: auto;
}
.cid-uLmMXEYEww figcaption {
  position: relative;
}
.cid-uLmMXEYEww figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLmMXEYEww .image-block {
    width: 100% !important;
  }
}
.cid-rQYcGrWcTN {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/anna-freud-2-600x450.jpeg");
  background-position: right;
}
.cid-rQYcGrWcTN .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rQYcGrWcTN .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rQYcGrWcTN .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rQYcGrWcTN img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rQYcGrWcTN .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rQYcGrWcTN H1 {
  color: #c3b8c7;
}
.cid-usfhRKR1nM {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #2b0d38;
}
.cid-usfhRKR1nM .mbr-section-subtitle {
  color: #dbd8dc;
}
.cid-usfhRKR1nM .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #3b1d47;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-usfhRKR1nM .mbr-iconfont-social:before {
  padding: .6rem;
  border: 0px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-usfhRKR1nM .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-usfhRKR1nM .mbr-iconfont-social:hover:before {
  background: #3b1d47;
  transition: all .3s;
  border-color: transparent;
}
.cid-usfhRKR1nM .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-usfhRKR1nM .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-usfhRKR1nM .mbr-section-title,
.cid-usfhRKR1nM .social-list {
  color: #ffffff;
}
.cid-uKr9lRQlgW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKr9lRQlgW .content {
    text-align: center;
  }
  .cid-uKr9lRQlgW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKr9lRQlgW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKr9lRQlgW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKr9lRQlgW .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKr9lRQlgW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKr9lRQlgW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKr9lRQlgW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKr9lRQlgW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKr9lRQlgW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKr9lRQlgW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKr9lRQlgW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKr9lRQlgW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKr9lRQlgW B {
  color: #ffffff;
}
.cid-uKr9lRQlgW .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKr9lRQlgW H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKr9lRQlgW P {
  color: #8d629e;
  text-align: left;
}
.cid-uKr9lRQlgW A {
  color: #ffffff;
}
.cid-spi4JbiQxz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-spi4JbiQxz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spi4JbiQxz a {
  font-style: normal;
}
.cid-spi4JbiQxz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spi4JbiQxz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spi4JbiQxz .nav-item:focus,
.cid-spi4JbiQxz .nav-link:focus {
  outline: none;
}
.cid-spi4JbiQxz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spi4JbiQxz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spi4JbiQxz .menu-logo {
  margin-right: auto;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spi4JbiQxz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spi4JbiQxz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spi4JbiQxz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spi4JbiQxz button.navbar-toggler:focus {
  outline: none;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .btn {
  display: -webkit-flex;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-spi4JbiQxz .collapsed button.navbar-toggler {
  display: block;
}
.cid-spi4JbiQxz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spi4JbiQxz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spi4JbiQxz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-spi4JbiQxz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz img {
    height: 3.8rem !important;
  }
  .cid-spi4JbiQxz .btn {
    display: -webkit-flex;
  }
  .cid-spi4JbiQxz button.navbar-toggler {
    display: block;
  }
  .cid-spi4JbiQxz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spi4JbiQxz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing,
  .cid-spi4JbiQxz .navbar-collapse.show {
    display: block !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spi4JbiQxz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spi4JbiQxz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spi4JbiQxz .nav-link:hover,
.cid-spi4JbiQxz .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-tDYzxzeiPO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/village-1049032-mod-2000x988.png");
}
.cid-tDYzxzeiPO H1 {
  color: #ffffff;
}
.cid-sbIbt6kIVD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-3-1920x1080.png");
}
.cid-sbIbt6kIVD H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-rkqiJwhOxg {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rkqiJwhOxg H3 {
  color: #2b0d38;
  text-align: center;
}
.cid-rkqiJwhOxg .mbr-text,
.cid-rkqiJwhOxg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-rkqiJwhOxg H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-rnfcBK90s8 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-rnfcBK90s8 .title {
  padding-bottom: 2.5rem;
}
.cid-rnfcBK90s8 .mbr-text {
  color: #664573;
  margin: 0;
  padding-top: 0.5rem;
  text-align: left;
}
.cid-rnfcBK90s8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2rem;
}
.cid-rnfcBK90s8 .iconfont-wrapper .amp-iconfont {
  font-size: 2.5rem;
}
.cid-rnfcBK90s8 .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rnfcBK90s8 .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rnfcBK90s8 .iconfont-wrapper {
    display: none;
  }
}
.cid-rnfcBK90s8 H5 {
  text-align: left;
  color: #2b0d38;
}
.cid-rnfcBK90s8 .mbr-text B {
  color: #664573;
}
.cid-rnfcBK90s8 H2 {
  color: #664573;
  text-align: center;
}
.cid-tHE9IVqOPk {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tHE9IVqOPk .title {
  margin-bottom: 2rem;
}
.cid-tHE9IVqOPk .mbr-section-subtitle {
  color: #767676;
}
.cid-tHE9IVqOPk a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tHE9IVqOPk a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tHE9IVqOPk textarea.form-control {
  min-height: 188px;
}
.cid-rTCgdF4f9x {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rTCgdF4f9x .mbr-text {
  color: #767676;
}
.cid-rTCgdF4f9x .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
.cid-rTCgdF4f9x .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rTCgdF4f9x .card-wrapper:hover .ico2 {
  color: #8d629e !important;
}
.cid-rTCgdF4f9x .text-info:hover {
  color: inherit!important;
}
.cid-rTCgdF4f9x .ico2 {
  color: #879a9f !important;
  transition: all 0.6s;
}
.cid-rTCgdF4f9x .card-box {
  padding: 0rem 1rem;
}
.cid-rTCgdF4f9x .card-img {
  width: auto;
}
.cid-rTCgdF4f9x .ico1 {
  font-size: 2.5rem !important;
}
.cid-rTCgdF4f9x h3,
.cid-rTCgdF4f9x h4 {
  padding: 0;
  margin: 0;
}
.cid-rTCgdF4f9x .card-title,
.cid-rTCgdF4f9x .card-img {
  color: #232323;
}
.cid-rTCgdF4f9x H3 {
  color: #767676;
}
.cid-rTCgdF4f9x H1 {
  color: #664573;
}
.cid-spi3i2Oddf {
  padding-top: 80px;
  padding-bottom: 750px;
  background-image: url("../../../assets/images/wembley-stadium-grey-location-1920x1282.png");
}
.cid-spi3i2Oddf H1 {
  color: #ffffff;
}
.cid-spi3rfCa4u {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spi3rfCa4u .mbr-text,
.cid-spi3rfCa4u blockquote {
  color: #767676;
}
.cid-spi3wio2dn {
  padding-top: 300px;
  padding-bottom: 450px;
  background-image: url("../../../assets/images/lost-found-serching-dove-1920x1091.png");
}
.cid-spi3wio2dn H1 {
  color: #ffffff;
}
.cid-spi3wio2dn DIV {
  text-align: right;
}
.cid-spi3kZCemx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-spi3kZCemx H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-spi3yfmOXB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spi3yfmOXB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-spi3yfmOXB p {
  color: #767676;
  text-align: left;
}
.cid-spi3yfmOXB .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-spi3yfmOXB .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-spi3yfmOXB .card-title {
  margin-bottom: 0;
}
.cid-spi3yfmOXB .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spi3yfmOXB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-spi3yfmOXB .card-img span {
    font-size: 40px !important;
  }
}
.cid-spi3A0SIe6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-spi3A0SIe6 H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-spi3Bj30pS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spi3Bj30pS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-spi3Bj30pS p {
  color: #767676;
  text-align: left;
}
.cid-spi3Bj30pS .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-spi3Bj30pS .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-spi3Bj30pS .card-title {
  margin-bottom: 0;
}
.cid-spi3Bj30pS .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spi3Bj30pS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-spi3Bj30pS .card-img span {
    font-size: 40px !important;
  }
}
.cid-spi3DIUgv1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-spi3DIUgv1 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-spi3DIUgv1 p {
  color: #767676;
  text-align: left;
}
.cid-spi3DIUgv1 .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-spi3DIUgv1 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-spi3DIUgv1 .card-title {
  margin-bottom: 0;
}
.cid-spi3DIUgv1 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spi3DIUgv1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-spi3DIUgv1 .card-img span {
    font-size: 40px !important;
  }
}
.cid-spi3DIUgv1 .card-title,
.cid-spi3DIUgv1 .card-img {
  color: #2b0d38;
}
.cid-spi3F7LjIH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-spi3F7LjIH .mbr-section-subtitle {
  color: #767676;
}
.cid-spi3F7LjIH ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spi3F7LjIH ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-spi3F7LjIH ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-spi3F7LjIH ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-spi3F7LjIH .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rSnW5tI9An {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rSnW5tI9An .mbr-section-subtitle {
  color: #2b0d38;
}
.cid-rSnW5tI9An H2 {
  text-align: center;
  color: #8d629e;
}
.cid-rkqLF14cpM .google-map {
  height: 25rem;
  position: relative;
}
.cid-rkqLF14cpM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rkqLF14cpM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rkqLF14cpM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rkqLF14cpM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rTwMEwNIPb {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/churchill-3-2800x1440.jpeg");
  background-position: right;
}
.cid-rTwMEwNIPb .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rTwMEwNIPb .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rTwMEwNIPb .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rTwMEwNIPb img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rTwMEwNIPb .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rTwMEwNIPb H1 {
  color: #c3b8c7;
}
.cid-usfhVIhTEW {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #2b0d38;
}
.cid-usfhVIhTEW .mbr-section-subtitle {
  color: #dbd8dc;
}
.cid-usfhVIhTEW .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #3b1d47;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-usfhVIhTEW .mbr-iconfont-social:before {
  padding: .6rem;
  border: 0px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-usfhVIhTEW .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-usfhVIhTEW .mbr-iconfont-social:hover:before {
  background: #3b1d47;
  transition: all .3s;
  border-color: transparent;
}
.cid-usfhVIhTEW .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-usfhVIhTEW .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-usfhVIhTEW .mbr-section-title,
.cid-usfhVIhTEW .social-list {
  color: #ffffff;
}
.cid-uKr9SkpKSx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKr9SkpKSx .content {
    text-align: center;
  }
  .cid-uKr9SkpKSx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKr9SkpKSx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKr9SkpKSx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKr9SkpKSx .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKr9SkpKSx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKr9SkpKSx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKr9SkpKSx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKr9SkpKSx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKr9SkpKSx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKr9SkpKSx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKr9SkpKSx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKr9SkpKSx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKr9SkpKSx B {
  color: #ffffff;
}
.cid-uKr9SkpKSx .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKr9SkpKSx H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKr9SkpKSx P {
  color: #8d629e;
  text-align: left;
}
.cid-uKr9SkpKSx A {
  color: #ffffff;
}
.cid-spi4JbiQxz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-spi4JbiQxz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spi4JbiQxz a {
  font-style: normal;
}
.cid-spi4JbiQxz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spi4JbiQxz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spi4JbiQxz .nav-item:focus,
.cid-spi4JbiQxz .nav-link:focus {
  outline: none;
}
.cid-spi4JbiQxz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spi4JbiQxz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spi4JbiQxz .menu-logo {
  margin-right: auto;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spi4JbiQxz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spi4JbiQxz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spi4JbiQxz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spi4JbiQxz button.navbar-toggler:focus {
  outline: none;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .btn {
  display: -webkit-flex;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-spi4JbiQxz .collapsed button.navbar-toggler {
  display: block;
}
.cid-spi4JbiQxz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spi4JbiQxz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spi4JbiQxz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-spi4JbiQxz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz img {
    height: 3.8rem !important;
  }
  .cid-spi4JbiQxz .btn {
    display: -webkit-flex;
  }
  .cid-spi4JbiQxz button.navbar-toggler {
    display: block;
  }
  .cid-spi4JbiQxz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spi4JbiQxz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing,
  .cid-spi4JbiQxz .navbar-collapse.show {
    display: block !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spi4JbiQxz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spi4JbiQxz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spi4JbiQxz .nav-link:hover,
.cid-spi4JbiQxz .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-tEwRw8fj2F {
  padding-top: 120px;
  padding-bottom: 160px;
  background-image: url("../../../assets/images/banksy-copy-1700x578.png");
}
.cid-tEwRw8fj2F H1 {
  color: #2b0d38;
}
.cid-sbqbR8erIO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-3-1920x1080.png");
}
.cid-sbqbR8erIO H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-rmuhNjBGTq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-rmuhNjBGTq .mbr-text,
.cid-rmuhNjBGTq blockquote {
  color: #767676;
}
.cid-rlb8aDWYWK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rlb8aDWYWK .mbr-section-subtitle {
  color: #3b1d47;
  text-align: center;
}
.cid-rlb8aDWYWK H2 {
  color: #2b0d38;
}
.cid-t3swac6M79 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/nhs2-1-17-920x516.jpg");
}
@media (min-width: 992px) {
  .cid-t3swac6M79 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t3swac6M79 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t3swac6M79 .mbr-text {
    text-align: center;
  }
}
.cid-t3swac6M79 H1 {
  color: #ffffff;
}
.cid-t3swac6M79 H3 {
  color: #2b0d38;
  text-align: left;
}
.cid-t3tbPmpK7i {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-t3tbPmpK7i H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-trO8AHPiBp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trO8AHPiBp .title {
  padding-bottom: 2.5rem;
}
.cid-trO8AHPiBp h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trO8AHPiBp .bottom-line p {
  color: #767676;
}
.cid-trO8AHPiBp .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trO8AHPiBp .card-wrapper .card-box {
  width: 100%;
}
.cid-trO8AHPiBp .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trO8AHPiBp .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trO8AHPiBp .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trO8AHPiBp .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trO8AHPiBp .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trO8AHPiBp .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trO8AHPiBp .wrapper {
    padding-top: 1rem;
  }
}
.cid-trOdF1sG7W {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trOdF1sG7W .title {
  padding-bottom: 2.5rem;
}
.cid-trOdF1sG7W h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trOdF1sG7W .bottom-line p {
  color: #767676;
}
.cid-trOdF1sG7W .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trOdF1sG7W .card-wrapper .card-box {
  width: 100%;
}
.cid-trOdF1sG7W .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trOdF1sG7W .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trOdF1sG7W .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trOdF1sG7W .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trOdF1sG7W .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trOdF1sG7W .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trOdF1sG7W .wrapper {
    padding-top: 1rem;
  }
}
.cid-theleBP84O {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-theleBP84O .title {
  padding-bottom: 2.5rem;
}
.cid-theleBP84O h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-theleBP84O .bottom-line p {
  color: #767676;
}
.cid-theleBP84O .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-theleBP84O .card-wrapper .card-box {
  width: 100%;
}
.cid-theleBP84O .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-theleBP84O .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-theleBP84O .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-theleBP84O .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-theleBP84O .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-theleBP84O .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-theleBP84O .wrapper {
    padding-top: 1rem;
  }
}
.cid-theleBP84O .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-trOgGFfonf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-trOgGFfonf .title {
  padding-bottom: 2.5rem;
}
.cid-trOgGFfonf h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trOgGFfonf .bottom-line p {
  color: #767676;
}
.cid-trOgGFfonf .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trOgGFfonf .card-wrapper .card-box {
  width: 100%;
}
.cid-trOgGFfonf .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trOgGFfonf .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trOgGFfonf .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trOgGFfonf .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trOgGFfonf .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trOgGFfonf .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trOgGFfonf .wrapper {
    padding-top: 1rem;
  }
}
.cid-trOgmQXThp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-trOgmQXThp .title {
  padding-bottom: 2.5rem;
}
.cid-trOgmQXThp h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trOgmQXThp .bottom-line p {
  color: #767676;
}
.cid-trOgmQXThp .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trOgmQXThp .card-wrapper .card-box {
  width: 100%;
}
.cid-trOgmQXThp .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trOgmQXThp .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trOgmQXThp .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trOgmQXThp .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trOgmQXThp .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trOgmQXThp .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trOgmQXThp .wrapper {
    padding-top: 1rem;
  }
}
.cid-trOgmQXThp .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-uG0CnHmpYw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG0CnHmpYw .title {
  padding-bottom: 2.5rem;
}
.cid-uG0CnHmpYw h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uG0CnHmpYw .bottom-line p {
  color: #767676;
}
.cid-uG0CnHmpYw .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uG0CnHmpYw .card-wrapper .card-box {
  width: 100%;
}
.cid-uG0CnHmpYw .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uG0CnHmpYw .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG0CnHmpYw .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uG0CnHmpYw .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uG0CnHmpYw .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uG0CnHmpYw .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uG0CnHmpYw .wrapper {
    padding-top: 1rem;
  }
}
.cid-tuaAw4IwVi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuaAw4IwVi .title {
  padding-bottom: 2.5rem;
}
.cid-tuaAw4IwVi h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tuaAw4IwVi .bottom-line p {
  color: #767676;
}
.cid-tuaAw4IwVi .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tuaAw4IwVi .card-wrapper .card-box {
  width: 100%;
}
.cid-tuaAw4IwVi .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tuaAw4IwVi .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tuaAw4IwVi .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tuaAw4IwVi .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tuaAw4IwVi .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tuaAw4IwVi .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tuaAw4IwVi .wrapper {
    padding-top: 1rem;
  }
}
.cid-tuaAw4IwVi .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-trOl6zc2aY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-trOl6zc2aY .title {
  padding-bottom: 2.5rem;
}
.cid-trOl6zc2aY h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trOl6zc2aY .bottom-line p {
  color: #767676;
}
.cid-trOl6zc2aY .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trOl6zc2aY .card-wrapper .card-box {
  width: 100%;
}
.cid-trOl6zc2aY .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trOl6zc2aY .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trOl6zc2aY .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trOl6zc2aY .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trOl6zc2aY .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trOl6zc2aY .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trOl6zc2aY .wrapper {
    padding-top: 1rem;
  }
}
.cid-trOl6zc2aY .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-trOnah9DbN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-trOnah9DbN .title {
  padding-bottom: 2.5rem;
}
.cid-trOnah9DbN h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trOnah9DbN .bottom-line p {
  color: #767676;
}
.cid-trOnah9DbN .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trOnah9DbN .card-wrapper .card-box {
  width: 100%;
}
.cid-trOnah9DbN .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trOnah9DbN .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trOnah9DbN .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trOnah9DbN .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trOnah9DbN .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trOnah9DbN .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trOnah9DbN .wrapper {
    padding-top: 1rem;
  }
}
.cid-uJRHy1MLqT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJRHy1MLqT .title {
  padding-bottom: 2.5rem;
}
.cid-uJRHy1MLqT h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uJRHy1MLqT .bottom-line p {
  color: #767676;
}
.cid-uJRHy1MLqT .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uJRHy1MLqT .card-wrapper .card-box {
  width: 100%;
}
.cid-uJRHy1MLqT .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uJRHy1MLqT .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJRHy1MLqT .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uJRHy1MLqT .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uJRHy1MLqT .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uJRHy1MLqT .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uJRHy1MLqT .wrapper {
    padding-top: 1rem;
  }
}
.cid-uG0wLZCjLE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG0wLZCjLE .title {
  padding-bottom: 2.5rem;
}
.cid-uG0wLZCjLE h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uG0wLZCjLE .bottom-line p {
  color: #767676;
}
.cid-uG0wLZCjLE .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uG0wLZCjLE .card-wrapper .card-box {
  width: 100%;
}
.cid-uG0wLZCjLE .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uG0wLZCjLE .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG0wLZCjLE .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uG0wLZCjLE .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uG0wLZCjLE .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uG0wLZCjLE .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uG0wLZCjLE .wrapper {
    padding-top: 1rem;
  }
}
.cid-trOrwILOW0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trOrwILOW0 .title {
  padding-bottom: 2.5rem;
}
.cid-trOrwILOW0 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trOrwILOW0 .bottom-line p {
  color: #767676;
}
.cid-trOrwILOW0 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trOrwILOW0 .card-wrapper .card-box {
  width: 100%;
}
.cid-trOrwILOW0 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trOrwILOW0 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trOrwILOW0 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trOrwILOW0 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trOrwILOW0 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trOrwILOW0 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trOrwILOW0 .wrapper {
    padding-top: 1rem;
  }
}
.cid-trOpuhn5uG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trOpuhn5uG .title {
  padding-bottom: 2.5rem;
}
.cid-trOpuhn5uG h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trOpuhn5uG .bottom-line p {
  color: #767676;
}
.cid-trOpuhn5uG .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trOpuhn5uG .card-wrapper .card-box {
  width: 100%;
}
.cid-trOpuhn5uG .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trOpuhn5uG .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trOpuhn5uG .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trOpuhn5uG .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trOpuhn5uG .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trOpuhn5uG .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trOpuhn5uG .wrapper {
    padding-top: 1rem;
  }
}
.cid-t47bxchOiP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t47bxchOiP .title {
  padding-bottom: 2.5rem;
}
.cid-t47bxchOiP h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t47bxchOiP .bottom-line p {
  color: #767676;
}
.cid-t47bxchOiP .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-t47bxchOiP .card-wrapper .card-box {
  width: 100%;
}
.cid-t47bxchOiP .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-t47bxchOiP .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-t47bxchOiP .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-t47bxchOiP .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-t47bxchOiP .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-t47bxchOiP .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-t47bxchOiP .wrapper {
    padding-top: 1rem;
  }
}
.cid-trO2ryIJje {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trO2ryIJje .title {
  padding-bottom: 2.5rem;
}
.cid-trO2ryIJje h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trO2ryIJje .bottom-line p {
  color: #767676;
}
.cid-trO2ryIJje .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trO2ryIJje .card-wrapper .card-box {
  width: 100%;
}
.cid-trO2ryIJje .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trO2ryIJje .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trO2ryIJje .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trO2ryIJje .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trO2ryIJje .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trO2ryIJje .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trO2ryIJje .wrapper {
    padding-top: 1rem;
  }
}
.cid-trO2cTvWKy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trO2cTvWKy .title {
  padding-bottom: 2.5rem;
}
.cid-trO2cTvWKy h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-trO2cTvWKy .bottom-line p {
  color: #767676;
}
.cid-trO2cTvWKy .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-trO2cTvWKy .card-wrapper .card-box {
  width: 100%;
}
.cid-trO2cTvWKy .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-trO2cTvWKy .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-trO2cTvWKy .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-trO2cTvWKy .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-trO2cTvWKy .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-trO2cTvWKy .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-trO2cTvWKy .wrapper {
    padding-top: 1rem;
  }
}
.cid-t47WeFIpo4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t47WeFIpo4 .title {
  padding-bottom: 2.5rem;
}
.cid-t47WeFIpo4 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t47WeFIpo4 .bottom-line p {
  color: #767676;
}
.cid-t47WeFIpo4 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-t47WeFIpo4 .card-wrapper .card-box {
  width: 100%;
}
.cid-t47WeFIpo4 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-t47WeFIpo4 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-t47WeFIpo4 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-t47WeFIpo4 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-t47WeFIpo4 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-t47WeFIpo4 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-t47WeFIpo4 .wrapper {
    padding-top: 1rem;
  }
}
.cid-uG0EdqcAS8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uG0EdqcAS8 .title {
  padding-bottom: 2.5rem;
}
.cid-uG0EdqcAS8 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uG0EdqcAS8 .bottom-line p {
  color: #767676;
}
.cid-uG0EdqcAS8 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uG0EdqcAS8 .card-wrapper .card-box {
  width: 100%;
}
.cid-uG0EdqcAS8 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uG0EdqcAS8 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG0EdqcAS8 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uG0EdqcAS8 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uG0EdqcAS8 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uG0EdqcAS8 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uG0EdqcAS8 .wrapper {
    padding-top: 1rem;
  }
}
.cid-t47XPGwzNs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-t47XPGwzNs H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-t47YknA4U2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t47YknA4U2 .title {
  padding-bottom: 2.5rem;
}
.cid-t47YknA4U2 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t47YknA4U2 .bottom-line p {
  color: #767676;
}
.cid-t47YknA4U2 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-t47YknA4U2 .card-wrapper .card-box {
  width: 100%;
}
.cid-t47YknA4U2 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-t47YknA4U2 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-t47YknA4U2 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-t47YknA4U2 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-t47YknA4U2 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-t47YknA4U2 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-t47YknA4U2 .wrapper {
    padding-top: 1rem;
  }
}
.cid-t47YknA4U2 .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-uf6KCo2GYD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf6KCo2GYD .title {
  padding-bottom: 2.5rem;
}
.cid-uf6KCo2GYD h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uf6KCo2GYD .bottom-line p {
  color: #767676;
}
.cid-uf6KCo2GYD .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uf6KCo2GYD .card-wrapper .card-box {
  width: 100%;
}
.cid-uf6KCo2GYD .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uf6KCo2GYD .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uf6KCo2GYD .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uf6KCo2GYD .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uf6KCo2GYD .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uf6KCo2GYD .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uf6KCo2GYD .wrapper {
    padding-top: 1rem;
  }
}
.cid-uf6IUgPyFR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf6IUgPyFR .title {
  padding-bottom: 2.5rem;
}
.cid-uf6IUgPyFR h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uf6IUgPyFR .bottom-line p {
  color: #767676;
}
.cid-uf6IUgPyFR .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uf6IUgPyFR .card-wrapper .card-box {
  width: 100%;
}
.cid-uf6IUgPyFR .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uf6IUgPyFR .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uf6IUgPyFR .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uf6IUgPyFR .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uf6IUgPyFR .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uf6IUgPyFR .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uf6IUgPyFR .wrapper {
    padding-top: 1rem;
  }
}
.cid-uG0o7SjBIv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG0o7SjBIv .title {
  padding-bottom: 2.5rem;
}
.cid-uG0o7SjBIv h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uG0o7SjBIv .bottom-line p {
  color: #767676;
}
.cid-uG0o7SjBIv .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uG0o7SjBIv .card-wrapper .card-box {
  width: 100%;
}
.cid-uG0o7SjBIv .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uG0o7SjBIv .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG0o7SjBIv .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uG0o7SjBIv .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uG0o7SjBIv .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uG0o7SjBIv .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uG0o7SjBIv .wrapper {
    padding-top: 1rem;
  }
}
.cid-uf6I64ME7O {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf6I64ME7O .title {
  padding-bottom: 2.5rem;
}
.cid-uf6I64ME7O h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uf6I64ME7O .bottom-line p {
  color: #767676;
}
.cid-uf6I64ME7O .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uf6I64ME7O .card-wrapper .card-box {
  width: 100%;
}
.cid-uf6I64ME7O .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uf6I64ME7O .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uf6I64ME7O .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uf6I64ME7O .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uf6I64ME7O .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uf6I64ME7O .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uf6I64ME7O .wrapper {
    padding-top: 1rem;
  }
}
.cid-tgX3aV34Dk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tgX3aV34Dk .title {
  padding-bottom: 2.5rem;
}
.cid-tgX3aV34Dk h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tgX3aV34Dk .bottom-line p {
  color: #767676;
}
.cid-tgX3aV34Dk .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tgX3aV34Dk .card-wrapper .card-box {
  width: 100%;
}
.cid-tgX3aV34Dk .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tgX3aV34Dk .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tgX3aV34Dk .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tgX3aV34Dk .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tgX3aV34Dk .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tgX3aV34Dk .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tgX3aV34Dk .wrapper {
    padding-top: 1rem;
  }
}
.cid-thelvKYy1r {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thelvKYy1r .title {
  padding-bottom: 2.5rem;
}
.cid-thelvKYy1r h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-thelvKYy1r .bottom-line p {
  color: #767676;
}
.cid-thelvKYy1r .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-thelvKYy1r .card-wrapper .card-box {
  width: 100%;
}
.cid-thelvKYy1r .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-thelvKYy1r .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-thelvKYy1r .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-thelvKYy1r .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-thelvKYy1r .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-thelvKYy1r .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-thelvKYy1r .wrapper {
    padding-top: 1rem;
  }
}
.cid-thelvKYy1r .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-tgX0tYQLA9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tgX0tYQLA9 .title {
  padding-bottom: 2.5rem;
}
.cid-tgX0tYQLA9 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tgX0tYQLA9 .bottom-line p {
  color: #767676;
}
.cid-tgX0tYQLA9 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tgX0tYQLA9 .card-wrapper .card-box {
  width: 100%;
}
.cid-tgX0tYQLA9 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tgX0tYQLA9 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tgX0tYQLA9 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tgX0tYQLA9 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tgX0tYQLA9 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tgX0tYQLA9 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tgX0tYQLA9 .wrapper {
    padding-top: 1rem;
  }
}
.cid-uG0jZuB4gt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG0jZuB4gt .title {
  padding-bottom: 2.5rem;
}
.cid-uG0jZuB4gt h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uG0jZuB4gt .bottom-line p {
  color: #767676;
}
.cid-uG0jZuB4gt .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uG0jZuB4gt .card-wrapper .card-box {
  width: 100%;
}
.cid-uG0jZuB4gt .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uG0jZuB4gt .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG0jZuB4gt .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uG0jZuB4gt .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uG0jZuB4gt .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uG0jZuB4gt .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uG0jZuB4gt .wrapper {
    padding-top: 1rem;
  }
}
.cid-tIuspXCr7m {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIuspXCr7m .title {
  padding-bottom: 2.5rem;
}
.cid-tIuspXCr7m h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tIuspXCr7m .bottom-line p {
  color: #767676;
}
.cid-tIuspXCr7m .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tIuspXCr7m .card-wrapper .card-box {
  width: 100%;
}
.cid-tIuspXCr7m .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tIuspXCr7m .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tIuspXCr7m .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tIuspXCr7m .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tIuspXCr7m .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tIuspXCr7m .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tIuspXCr7m .wrapper {
    padding-top: 1rem;
  }
}
.cid-t9kx4ZXMQB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t9kx4ZXMQB .title {
  padding-bottom: 2.5rem;
}
.cid-t9kx4ZXMQB h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t9kx4ZXMQB .bottom-line p {
  color: #767676;
}
.cid-t9kx4ZXMQB .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-t9kx4ZXMQB .card-wrapper .card-box {
  width: 100%;
}
.cid-t9kx4ZXMQB .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-t9kx4ZXMQB .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-t9kx4ZXMQB .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-t9kx4ZXMQB .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-t9kx4ZXMQB .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-t9kx4ZXMQB .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-t9kx4ZXMQB .wrapper {
    padding-top: 1rem;
  }
}
.cid-t4MdGtn5aZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4MdGtn5aZ .title {
  padding-bottom: 2.5rem;
}
.cid-t4MdGtn5aZ h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t4MdGtn5aZ .bottom-line p {
  color: #767676;
}
.cid-t4MdGtn5aZ .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-t4MdGtn5aZ .card-wrapper .card-box {
  width: 100%;
}
.cid-t4MdGtn5aZ .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-t4MdGtn5aZ .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-t4MdGtn5aZ .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-t4MdGtn5aZ .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-t4MdGtn5aZ .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-t4MdGtn5aZ .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-t4MdGtn5aZ .wrapper {
    padding-top: 1rem;
  }
}
.cid-tuatHIYutD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuatHIYutD .title {
  padding-bottom: 2.5rem;
}
.cid-tuatHIYutD h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tuatHIYutD .bottom-line p {
  color: #767676;
}
.cid-tuatHIYutD .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tuatHIYutD .card-wrapper .card-box {
  width: 100%;
}
.cid-tuatHIYutD .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tuatHIYutD .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tuatHIYutD .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tuatHIYutD .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tuatHIYutD .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tuatHIYutD .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tuatHIYutD .wrapper {
    padding-top: 1rem;
  }
}
.cid-uJRL1rYw45 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJRL1rYw45 .title {
  padding-bottom: 2.5rem;
}
.cid-uJRL1rYw45 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uJRL1rYw45 .bottom-line p {
  color: #767676;
}
.cid-uJRL1rYw45 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uJRL1rYw45 .card-wrapper .card-box {
  width: 100%;
}
.cid-uJRL1rYw45 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uJRL1rYw45 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJRL1rYw45 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uJRL1rYw45 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uJRL1rYw45 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uJRL1rYw45 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uJRL1rYw45 .wrapper {
    padding-top: 1rem;
  }
}
.cid-thkOiwWpcA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thkOiwWpcA .title {
  padding-bottom: 2.5rem;
}
.cid-thkOiwWpcA h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-thkOiwWpcA .bottom-line p {
  color: #767676;
}
.cid-thkOiwWpcA .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-thkOiwWpcA .card-wrapper .card-box {
  width: 100%;
}
.cid-thkOiwWpcA .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-thkOiwWpcA .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-thkOiwWpcA .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-thkOiwWpcA .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-thkOiwWpcA .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-thkOiwWpcA .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-thkOiwWpcA .wrapper {
    padding-top: 1rem;
  }
}
.cid-ucXu89PmUo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucXu89PmUo .title {
  padding-bottom: 2.5rem;
}
.cid-ucXu89PmUo h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-ucXu89PmUo .bottom-line p {
  color: #767676;
}
.cid-ucXu89PmUo .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-ucXu89PmUo .card-wrapper .card-box {
  width: 100%;
}
.cid-ucXu89PmUo .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-ucXu89PmUo .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ucXu89PmUo .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-ucXu89PmUo .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-ucXu89PmUo .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ucXu89PmUo .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-ucXu89PmUo .wrapper {
    padding-top: 1rem;
  }
}
.cid-uJRN1TY3vk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJRN1TY3vk .title {
  padding-bottom: 2.5rem;
}
.cid-uJRN1TY3vk h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uJRN1TY3vk .bottom-line p {
  color: #767676;
}
.cid-uJRN1TY3vk .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uJRN1TY3vk .card-wrapper .card-box {
  width: 100%;
}
.cid-uJRN1TY3vk .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uJRN1TY3vk .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJRN1TY3vk .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uJRN1TY3vk .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uJRN1TY3vk .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uJRN1TY3vk .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uJRN1TY3vk .wrapper {
    padding-top: 1rem;
  }
}
.cid-ucXwbbtMvG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ucXwbbtMvG .title {
  padding-bottom: 2.5rem;
}
.cid-ucXwbbtMvG h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-ucXwbbtMvG .bottom-line p {
  color: #767676;
}
.cid-ucXwbbtMvG .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-ucXwbbtMvG .card-wrapper .card-box {
  width: 100%;
}
.cid-ucXwbbtMvG .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-ucXwbbtMvG .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ucXwbbtMvG .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-ucXwbbtMvG .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-ucXwbbtMvG .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ucXwbbtMvG .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-ucXwbbtMvG .wrapper {
    padding-top: 1rem;
  }
}
.cid-ucXwbbtMvG .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-uXfknqyc6A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXfknqyc6A .title {
  padding-bottom: 2.5rem;
}
.cid-uXfknqyc6A h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uXfknqyc6A .bottom-line p {
  color: #767676;
}
.cid-uXfknqyc6A .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uXfknqyc6A .card-wrapper .card-box {
  width: 100%;
}
.cid-uXfknqyc6A .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uXfknqyc6A .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uXfknqyc6A .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uXfknqyc6A .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uXfknqyc6A .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uXfknqyc6A .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uXfknqyc6A .wrapper {
    padding-top: 1rem;
  }
}
.cid-u2WKZqQrlu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u2WKZqQrlu .title {
  padding-bottom: 2.5rem;
}
.cid-u2WKZqQrlu h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-u2WKZqQrlu .bottom-line p {
  color: #767676;
}
.cid-u2WKZqQrlu .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-u2WKZqQrlu .card-wrapper .card-box {
  width: 100%;
}
.cid-u2WKZqQrlu .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-u2WKZqQrlu .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u2WKZqQrlu .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-u2WKZqQrlu .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-u2WKZqQrlu .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-u2WKZqQrlu .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-u2WKZqQrlu .wrapper {
    padding-top: 1rem;
  }
}
.cid-t48MuOcUzL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t48MuOcUzL .title {
  padding-bottom: 2.5rem;
}
.cid-t48MuOcUzL h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t48MuOcUzL .bottom-line p {
  color: #767676;
}
.cid-t48MuOcUzL .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-t48MuOcUzL .card-wrapper .card-box {
  width: 100%;
}
.cid-t48MuOcUzL .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-t48MuOcUzL .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-t48MuOcUzL .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-t48MuOcUzL .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-t48MuOcUzL .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-t48MuOcUzL .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-t48MuOcUzL .wrapper {
    padding-top: 1rem;
  }
}
.cid-t48MuOcUzL .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-uG0l2djP8z {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG0l2djP8z .title {
  padding-bottom: 2.5rem;
}
.cid-uG0l2djP8z h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uG0l2djP8z .bottom-line p {
  color: #767676;
}
.cid-uG0l2djP8z .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uG0l2djP8z .card-wrapper .card-box {
  width: 100%;
}
.cid-uG0l2djP8z .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uG0l2djP8z .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG0l2djP8z .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uG0l2djP8z .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uG0l2djP8z .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uG0l2djP8z .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uG0l2djP8z .wrapper {
    padding-top: 1rem;
  }
}
.cid-uf6NAXxSwb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uf6NAXxSwb .title {
  padding-bottom: 2.5rem;
}
.cid-uf6NAXxSwb h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uf6NAXxSwb .bottom-line p {
  color: #767676;
}
.cid-uf6NAXxSwb .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uf6NAXxSwb .card-wrapper .card-box {
  width: 100%;
}
.cid-uf6NAXxSwb .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uf6NAXxSwb .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uf6NAXxSwb .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uf6NAXxSwb .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uf6NAXxSwb .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uf6NAXxSwb .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uf6NAXxSwb .wrapper {
    padding-top: 1rem;
  }
}
.cid-uG0pyW4Dao {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG0pyW4Dao .title {
  padding-bottom: 2.5rem;
}
.cid-uG0pyW4Dao h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uG0pyW4Dao .bottom-line p {
  color: #767676;
}
.cid-uG0pyW4Dao .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uG0pyW4Dao .card-wrapper .card-box {
  width: 100%;
}
.cid-uG0pyW4Dao .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uG0pyW4Dao .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG0pyW4Dao .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uG0pyW4Dao .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uG0pyW4Dao .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uG0pyW4Dao .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uG0pyW4Dao .wrapper {
    padding-top: 1rem;
  }
}
.cid-t48VAYEzAl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t48VAYEzAl .title {
  padding-bottom: 2.5rem;
}
.cid-t48VAYEzAl h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t48VAYEzAl .bottom-line p {
  color: #767676;
}
.cid-t48VAYEzAl .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-t48VAYEzAl .card-wrapper .card-box {
  width: 100%;
}
.cid-t48VAYEzAl .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-t48VAYEzAl .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-t48VAYEzAl .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-t48VAYEzAl .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-t48VAYEzAl .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-t48VAYEzAl .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-t48VAYEzAl .wrapper {
    padding-top: 1rem;
  }
}
.cid-t48VAYEzAl .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-u6U6etfcmr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6U6etfcmr .title {
  padding-bottom: 2.5rem;
}
.cid-u6U6etfcmr h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-u6U6etfcmr .bottom-line p {
  color: #767676;
}
.cid-u6U6etfcmr .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-u6U6etfcmr .card-wrapper .card-box {
  width: 100%;
}
.cid-u6U6etfcmr .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-u6U6etfcmr .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u6U6etfcmr .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-u6U6etfcmr .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-u6U6etfcmr .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-u6U6etfcmr .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-u6U6etfcmr .wrapper {
    padding-top: 1rem;
  }
}
.cid-u6U3m2atFx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u6U3m2atFx .title {
  padding-bottom: 2.5rem;
}
.cid-u6U3m2atFx h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-u6U3m2atFx .bottom-line p {
  color: #767676;
}
.cid-u6U3m2atFx .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-u6U3m2atFx .card-wrapper .card-box {
  width: 100%;
}
.cid-u6U3m2atFx .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-u6U3m2atFx .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u6U3m2atFx .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-u6U3m2atFx .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-u6U3m2atFx .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-u6U3m2atFx .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-u6U3m2atFx .wrapper {
    padding-top: 1rem;
  }
}
.cid-uJRQj06j0u {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJRQj06j0u .title {
  padding-bottom: 2.5rem;
}
.cid-uJRQj06j0u h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uJRQj06j0u .bottom-line p {
  color: #767676;
}
.cid-uJRQj06j0u .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uJRQj06j0u .card-wrapper .card-box {
  width: 100%;
}
.cid-uJRQj06j0u .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uJRQj06j0u .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJRQj06j0u .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uJRQj06j0u .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uJRQj06j0u .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uJRQj06j0u .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uJRQj06j0u .wrapper {
    padding-top: 1rem;
  }
}
.cid-uJRQzWRxgQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJRQzWRxgQ .title {
  padding-bottom: 2.5rem;
}
.cid-uJRQzWRxgQ h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uJRQzWRxgQ .bottom-line p {
  color: #767676;
}
.cid-uJRQzWRxgQ .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uJRQzWRxgQ .card-wrapper .card-box {
  width: 100%;
}
.cid-uJRQzWRxgQ .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uJRQzWRxgQ .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJRQzWRxgQ .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uJRQzWRxgQ .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uJRQzWRxgQ .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uJRQzWRxgQ .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uJRQzWRxgQ .wrapper {
    padding-top: 1rem;
  }
}
.cid-uG0Q6b57FV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG0Q6b57FV .title {
  padding-bottom: 2.5rem;
}
.cid-uG0Q6b57FV h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uG0Q6b57FV .bottom-line p {
  color: #767676;
}
.cid-uG0Q6b57FV .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uG0Q6b57FV .card-wrapper .card-box {
  width: 100%;
}
.cid-uG0Q6b57FV .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uG0Q6b57FV .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG0Q6b57FV .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uG0Q6b57FV .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uG0Q6b57FV .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uG0Q6b57FV .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uG0Q6b57FV .wrapper {
    padding-top: 1rem;
  }
}
.cid-tuPgIpfikt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuPgIpfikt .title {
  padding-bottom: 2.5rem;
}
.cid-tuPgIpfikt h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tuPgIpfikt .bottom-line p {
  color: #767676;
}
.cid-tuPgIpfikt .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tuPgIpfikt .card-wrapper .card-box {
  width: 100%;
}
.cid-tuPgIpfikt .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tuPgIpfikt .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tuPgIpfikt .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tuPgIpfikt .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tuPgIpfikt .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tuPgIpfikt .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tuPgIpfikt .wrapper {
    padding-top: 1rem;
  }
}
.cid-tGpaTDU7rH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGpaTDU7rH .title {
  padding-bottom: 2.5rem;
}
.cid-tGpaTDU7rH h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tGpaTDU7rH .bottom-line p {
  color: #767676;
}
.cid-tGpaTDU7rH .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tGpaTDU7rH .card-wrapper .card-box {
  width: 100%;
}
.cid-tGpaTDU7rH .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tGpaTDU7rH .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tGpaTDU7rH .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tGpaTDU7rH .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tGpaTDU7rH .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tGpaTDU7rH .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tGpaTDU7rH .wrapper {
    padding-top: 1rem;
  }
}
.cid-tuaoxxwXUh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuaoxxwXUh .title {
  padding-bottom: 2.5rem;
}
.cid-tuaoxxwXUh h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tuaoxxwXUh .bottom-line p {
  color: #767676;
}
.cid-tuaoxxwXUh .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tuaoxxwXUh .card-wrapper .card-box {
  width: 100%;
}
.cid-tuaoxxwXUh .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tuaoxxwXUh .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tuaoxxwXUh .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tuaoxxwXUh .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tuaoxxwXUh .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tuaoxxwXUh .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tuaoxxwXUh .wrapper {
    padding-top: 1rem;
  }
}
.cid-t499W3HmER {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t499W3HmER .title {
  padding-bottom: 2.5rem;
}
.cid-t499W3HmER h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t499W3HmER .bottom-line p {
  color: #767676;
}
.cid-t499W3HmER .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-t499W3HmER .card-wrapper .card-box {
  width: 100%;
}
.cid-t499W3HmER .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-t499W3HmER .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-t499W3HmER .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-t499W3HmER .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-t499W3HmER .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-t499W3HmER .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-t499W3HmER .wrapper {
    padding-top: 1rem;
  }
}
.cid-t499W3HmER .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-uG0SrSTI8t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uG0SrSTI8t .title {
  padding-bottom: 2.5rem;
}
.cid-uG0SrSTI8t h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uG0SrSTI8t .bottom-line p {
  color: #767676;
}
.cid-uG0SrSTI8t .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-uG0SrSTI8t .card-wrapper .card-box {
  width: 100%;
}
.cid-uG0SrSTI8t .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-uG0SrSTI8t .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uG0SrSTI8t .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uG0SrSTI8t .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-uG0SrSTI8t .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uG0SrSTI8t .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uG0SrSTI8t .wrapper {
    padding-top: 1rem;
  }
}
.cid-uG0SrSTI8t .mbr-section-subtitle {
  text-align: center;
  color: #2b0d38;
}
.cid-rmHpC6wX0w {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rmHpC6wX0w .mbr-section-subtitle {
  color: #3b1d47;
  text-align: center;
}
.cid-rmHpC6wX0w H2 {
  color: #2b0d38;
}
.cid-rlaZS8Zcvu {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlaZS8Zcvu .mbr-text,
.cid-rlaZS8Zcvu blockquote {
  color: #767676;
}
.cid-rlaZS8Zcvu .mbr-text P {
  text-align: left;
  color: #767676;
}
.cid-rlaZS8Zcvu .mbr-text {
  color: #767676;
}
.cid-s1m6q9WezA {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dame-deborah-james.jpeg-1247x720.jpg");
  background-position: right;
}
.cid-s1m6q9WezA .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-s1m6q9WezA .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s1m6q9WezA .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s1m6q9WezA img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s1m6q9WezA .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s1m6q9WezA H1 {
  color: #c3b8c7;
}
.cid-usfi3o5xAU {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #2b0d38;
}
.cid-usfi3o5xAU .mbr-section-subtitle {
  color: #dbd8dc;
}
.cid-usfi3o5xAU .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #3b1d47;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-usfi3o5xAU .mbr-iconfont-social:before {
  padding: .6rem;
  border: 0px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-usfi3o5xAU .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-usfi3o5xAU .mbr-iconfont-social:hover:before {
  background: #3b1d47;
  transition: all .3s;
  border-color: transparent;
}
.cid-usfi3o5xAU .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-usfi3o5xAU .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-usfi3o5xAU .mbr-section-title,
.cid-usfi3o5xAU .social-list {
  color: #ffffff;
}
.cid-uKrafpH2Fr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKrafpH2Fr .content {
    text-align: center;
  }
  .cid-uKrafpH2Fr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKrafpH2Fr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKrafpH2Fr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKrafpH2Fr .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKrafpH2Fr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKrafpH2Fr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKrafpH2Fr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKrafpH2Fr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKrafpH2Fr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKrafpH2Fr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKrafpH2Fr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKrafpH2Fr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKrafpH2Fr B {
  color: #ffffff;
}
.cid-uKrafpH2Fr .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKrafpH2Fr H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKrafpH2Fr P {
  color: #8d629e;
  text-align: left;
}
.cid-uKrafpH2Fr A {
  color: #ffffff;
}
.cid-spi4JbiQxz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-spi4JbiQxz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spi4JbiQxz a {
  font-style: normal;
}
.cid-spi4JbiQxz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spi4JbiQxz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spi4JbiQxz .nav-item:focus,
.cid-spi4JbiQxz .nav-link:focus {
  outline: none;
}
.cid-spi4JbiQxz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spi4JbiQxz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spi4JbiQxz .menu-logo {
  margin-right: auto;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spi4JbiQxz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spi4JbiQxz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spi4JbiQxz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spi4JbiQxz button.navbar-toggler:focus {
  outline: none;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .btn {
  display: -webkit-flex;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-spi4JbiQxz .collapsed button.navbar-toggler {
  display: block;
}
.cid-spi4JbiQxz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spi4JbiQxz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spi4JbiQxz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-spi4JbiQxz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz img {
    height: 3.8rem !important;
  }
  .cid-spi4JbiQxz .btn {
    display: -webkit-flex;
  }
  .cid-spi4JbiQxz button.navbar-toggler {
    display: block;
  }
  .cid-spi4JbiQxz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spi4JbiQxz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing,
  .cid-spi4JbiQxz .navbar-collapse.show {
    display: block !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spi4JbiQxz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spi4JbiQxz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spi4JbiQxz .nav-link:hover,
.cid-spi4JbiQxz .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-uJS0jeUzn0 {
  padding-top: 80px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/damask-10300-2000x2838.png");
}
.cid-uJS0jeUzn0 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJS0jeUzn0 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uJS0jeUzn0 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uJS0jeUzn0 H1 {
  color: #3b1d47;
}
#custom-html-154 header {
  position: relative;
  background-color: white;
  height: 40vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
#custom-html-154 header video {
  position: absolute;
  top: 40%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: car;
  height: car;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
#custom-html-154 header .container {
  position: relative;
  z-index: 2;
}
#custom-html-154 header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2b0d38;
  opacity: 0.1;
  z-index: 1;
}
.cid-rmuBN2baRu {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-rmuBN2baRu .mbr-text,
.cid-rmuBN2baRu blockquote {
  color: #767676;
}
.cid-tHDqU2oCJo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ededed;
}
.cid-tHDqU2oCJo img,
.cid-tHDqU2oCJo .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tHDqU2oCJo .item:focus,
.cid-tHDqU2oCJo span:focus {
  outline: none;
}
.cid-tHDqU2oCJo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHDqU2oCJo .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tHDqU2oCJo .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tHDqU2oCJo .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tHDqU2oCJo .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tHDqU2oCJo .item-content {
    padding: 1rem 0;
  }
}
.cid-tHDqU2oCJo .mbr-section-title {
  color: #3b1d47;
}
.cid-tHDqU2oCJo .mbr-text,
.cid-tHDqU2oCJo .mbr-section-btn {
  text-align: center;
}
.cid-tHDqU2oCJo .item-title {
  text-align: center;
  color: #3b1d47;
}
.cid-tHDqU2oCJo .item-subtitle {
  text-align: center;
}
.cid-uLmKi8CNny {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uLmKi8CNny .image-block {
  margin: auto;
}
.cid-uLmKi8CNny figcaption {
  position: relative;
}
.cid-uLmKi8CNny figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLmKi8CNny .image-block {
    width: 100% !important;
  }
}
.cid-rQUkkviU7w {
  padding-top: 105px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/800px-sigmund-freud-400401.jpeg");
  background-position: right;
}
.cid-rQUkkviU7w .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rQUkkviU7w .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rQUkkviU7w .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rQUkkviU7w img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rQUkkviU7w .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rQUkkviU7w H1 {
  color: #c3b8c7;
}
.cid-us7MFF1L15 {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #2b0d38;
}
.cid-us7MFF1L15 .mbr-section-subtitle {
  color: #dbd8dc;
}
.cid-us7MFF1L15 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #3b1d47;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-us7MFF1L15 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 0px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-us7MFF1L15 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-us7MFF1L15 .mbr-iconfont-social:hover:before {
  background: #3b1d47;
  transition: all .3s;
  border-color: transparent;
}
.cid-us7MFF1L15 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-us7MFF1L15 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-us7MFF1L15 .mbr-section-title,
.cid-us7MFF1L15 .social-list {
  color: #ffffff;
}
.cid-uKr8tKT5oy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKr8tKT5oy .content {
    text-align: center;
  }
  .cid-uKr8tKT5oy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKr8tKT5oy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKr8tKT5oy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKr8tKT5oy .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKr8tKT5oy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKr8tKT5oy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKr8tKT5oy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKr8tKT5oy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKr8tKT5oy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKr8tKT5oy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKr8tKT5oy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKr8tKT5oy .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKr8tKT5oy B {
  color: #ffffff;
}
.cid-uKr8tKT5oy .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKr8tKT5oy H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKr8tKT5oy P {
  color: #8d629e;
  text-align: left;
}
.cid-uKr8tKT5oy A {
  color: #ffffff;
}
.cid-spi4JbiQxz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-spi4JbiQxz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spi4JbiQxz a {
  font-style: normal;
}
.cid-spi4JbiQxz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spi4JbiQxz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spi4JbiQxz .nav-item:focus,
.cid-spi4JbiQxz .nav-link:focus {
  outline: none;
}
.cid-spi4JbiQxz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spi4JbiQxz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spi4JbiQxz .menu-logo {
  margin-right: auto;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spi4JbiQxz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spi4JbiQxz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spi4JbiQxz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spi4JbiQxz button.navbar-toggler:focus {
  outline: none;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .btn {
  display: -webkit-flex;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-spi4JbiQxz .collapsed button.navbar-toggler {
  display: block;
}
.cid-spi4JbiQxz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spi4JbiQxz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spi4JbiQxz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-spi4JbiQxz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz img {
    height: 3.8rem !important;
  }
  .cid-spi4JbiQxz .btn {
    display: -webkit-flex;
  }
  .cid-spi4JbiQxz button.navbar-toggler {
    display: block;
  }
  .cid-spi4JbiQxz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spi4JbiQxz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing,
  .cid-spi4JbiQxz .navbar-collapse.show {
    display: block !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spi4JbiQxz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spi4JbiQxz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spi4JbiQxz .nav-link:hover,
.cid-spi4JbiQxz .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-slU76UlvXg {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #664573;
}
.cid-slU76UlvXg H2 {
  text-align: center;
  color: #ffffff;
}
.cid-slU76UlvXg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-slU76UlvXg .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-slU76UlvXg SPAN {
  color: #e5dfe7;
}
.cid-slU76US11x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-slU76US11x .mbr-text,
.cid-slU76US11x blockquote {
  color: #767676;
}
.cid-slU76VjNjq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-slU76VjNjq .counter-container {
  color: #767676;
}
.cid-slU76VjNjq .counter-container ol {
  margin-bottom: 0;
}
.cid-slU76VjNjq .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-slU76VwZKp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-slU76VwZKp .mbr-text,
.cid-slU76VwZKp blockquote {
  color: #767676;
}
.cid-uKraxwN9I0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKraxwN9I0 .content {
    text-align: center;
  }
  .cid-uKraxwN9I0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKraxwN9I0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKraxwN9I0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKraxwN9I0 .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKraxwN9I0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKraxwN9I0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKraxwN9I0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKraxwN9I0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKraxwN9I0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKraxwN9I0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKraxwN9I0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKraxwN9I0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKraxwN9I0 B {
  color: #ffffff;
}
.cid-uKraxwN9I0 .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKraxwN9I0 H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKraxwN9I0 P {
  color: #8d629e;
  text-align: left;
}
.cid-uKraxwN9I0 A {
  color: #ffffff;
}
.cid-spi4JbiQxz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-spi4JbiQxz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spi4JbiQxz a {
  font-style: normal;
}
.cid-spi4JbiQxz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spi4JbiQxz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spi4JbiQxz .nav-item:focus,
.cid-spi4JbiQxz .nav-link:focus {
  outline: none;
}
.cid-spi4JbiQxz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spi4JbiQxz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spi4JbiQxz .menu-logo {
  margin-right: auto;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spi4JbiQxz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spi4JbiQxz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spi4JbiQxz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-spi4JbiQxz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spi4JbiQxz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spi4JbiQxz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spi4JbiQxz button.navbar-toggler:focus {
  outline: none;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spi4JbiQxz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spi4JbiQxz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spi4JbiQxz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .btn {
  display: -webkit-flex;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spi4JbiQxz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spi4JbiQxz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-spi4JbiQxz .collapsed button.navbar-toggler {
  display: block;
}
.cid-spi4JbiQxz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spi4JbiQxz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spi4JbiQxz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spi4JbiQxz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-spi4JbiQxz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz img {
    height: 3.8rem !important;
  }
  .cid-spi4JbiQxz .btn {
    display: -webkit-flex;
  }
  .cid-spi4JbiQxz button.navbar-toggler {
    display: block;
  }
  .cid-spi4JbiQxz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spi4JbiQxz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spi4JbiQxz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing,
  .cid-spi4JbiQxz .navbar-collapse.show {
    display: block !important;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spi4JbiQxz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spi4JbiQxz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spi4JbiQxz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spi4JbiQxz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-spi4JbiQxz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spi4JbiQxz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spi4JbiQxz .nav-link:hover,
.cid-spi4JbiQxz .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-rQXYJzlztJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c3b8c7;
}
.cid-rQXYJzlztJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rQXYJzlztJ H2 {
  color: #2b0d38;
  text-align: center;
}
.cid-tEqOjYeU4F {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/doors-1767563-1920-modified-mtth-logo-1920x1024.png");
}
.cid-tEqOjYeU4F H1 {
  color: #ffffff;
}
.cid-sbpZUREbk8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-1-1920x1080.png");
}
.cid-sbpZUREbk8 H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-rmuK3o78W8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-rmuK3o78W8 .mbr-text,
.cid-rmuK3o78W8 blockquote {
  color: #767676;
}
.cid-rmuK3o78W8 .mbr-text P {
  text-align: left;
}
.cid-tHmpHDWEqG {
  padding-top: 15px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/gladiolus-grey-2000x1500.png");
}
.cid-tHmpHDWEqG .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHmpHDWEqG .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tHmpHDWEqG .panel-group {
  width: 100%;
}
.cid-tHmpHDWEqG .panel-text,
.cid-tHmpHDWEqG .mbr-section-subtitle {
  color: #767676;
}
.cid-tHmpHDWEqG .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tHmpHDWEqG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tHmpHDWEqG .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #cccccc;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tHmpHDWEqG .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tHmpHDWEqG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tHmpHDWEqG .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-tHmpHDWEqG .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tHmpHDWEqG .card .panel-body {
  background: #efefef;
}
.cid-tHmpHDWEqG .header-text,
.cid-tHmpHDWEqG .sign {
  color: #2b0d38;
}
.cid-tHmpHDWEqG .mbr-text DIV {
  text-align: left;
}
.cid-tIu4PoVY2M {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/scrable-2000x1500.jpg");
}
.cid-tIu4PoVY2M .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tIu4PoVY2M .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIu4PoVY2M .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tIu4PoVY2M .mbr-text {
    text-align: center;
  }
}
.cid-tIu4PoVY2M H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tIu4PoVY2M H3 {
  color: #8d629e;
  text-align: left;
}
.cid-tIu4CQVmdT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
  background-image: url("../../../assets/images/mytimetoheal-damask-centred-2.svg");
}
.cid-tIu4CQVmdT .counter-container {
  color: #767676;
}
.cid-tIu4CQVmdT .counter-container ul {
  margin-bottom: 0;
}
.cid-tIu4CQVmdT .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tIu4CQVmdT .mbr-text UL {
  color: #767676;
}
.cid-tIu4CQVmdT .mbr-text {
  color: #7f1933;
}
.cid-tIu4CQVmdT .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tIu4CQVmdT .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #efefef;
}
.cid-tIu4CQVmdT .separline {
  position: relative;
}
.cid-tIu4CQVmdT .separline:after {
  top: 24px;
  left: 8px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (10px + 4px) * 2);
  background-color: #efefef;
}
.cid-sbq27dn9Bb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-3-1920x1080.png");
}
.cid-sbq27dn9Bb H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-rltU6HOt8T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-rltU6HOt8T .mbr-text,
.cid-rltU6HOt8T blockquote {
  color: #767676;
}
.cid-rltU6HOt8T .mbr-text P {
  text-align: left;
}
.cid-sspfrkPH24 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-sspfrkPH24 H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-sspfD9pwFc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-sspfD9pwFc .mbr-text,
.cid-sspfD9pwFc blockquote {
  color: #767676;
}
.cid-sspfD9pwFc .mbr-text P {
  text-align: left;
}
.cid-sJ5qto0san {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dan-meyers-hluojzjlvxc-unsplash-2000x1333.jpg");
}
.cid-sJ5qto0san .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sJ5qto0san .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ5qto0san .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sJ5qto0san .mbr-text {
    text-align: center;
  }
}
.cid-sJ5qto0san H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-sJ5qto0san H3 {
  color: #767676;
  text-align: left;
}
.cid-sspgnxB2L6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-sspgnxB2L6 .mbr-text,
.cid-sspgnxB2L6 blockquote {
  color: #767676;
}
.cid-sspgnxB2L6 .mbr-text P {
  text-align: left;
}
.cid-tIumyMpdZD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/difficult-roads-2000x2667.jpg");
}
.cid-tIumyMpdZD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tIumyMpdZD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIumyMpdZD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tIumyMpdZD .mbr-text {
    text-align: center;
  }
}
.cid-tIumyMpdZD H1 {
  color: #2b0d38;
  text-align: left;
}
.cid-tIumyMpdZD H3 {
  color: #767676;
  text-align: left;
}
.cid-ssphiIpNsY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-ssphiIpNsY .mbr-text,
.cid-ssphiIpNsY blockquote {
  color: #767676;
}
.cid-ssphiIpNsY .mbr-text P {
  text-align: left;
}
.cid-uLmMhPri8Y {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uLmMhPri8Y .image-block {
  margin: auto;
}
.cid-uLmMhPri8Y figcaption {
  position: relative;
}
.cid-uLmMhPri8Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLmMhPri8Y .image-block {
    width: 100% !important;
  }
}
.cid-rQXM3kqPuE {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/irvin-yalom-1600w.jpg");
  background-position: right;
}
.cid-rQXM3kqPuE .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-rQXM3kqPuE .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-rQXM3kqPuE .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-rQXM3kqPuE img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-rQXM3kqPuE .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-rQXM3kqPuE H1 {
  color: #c3b8c7;
}
.cid-usfhGpIpq8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #2b0d38;
}
.cid-usfhGpIpq8 .mbr-section-subtitle {
  color: #dbd8dc;
}
.cid-usfhGpIpq8 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #3b1d47;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-usfhGpIpq8 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 0px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-usfhGpIpq8 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-usfhGpIpq8 .mbr-iconfont-social:hover:before {
  background: #3b1d47;
  transition: all .3s;
  border-color: transparent;
}
.cid-usfhGpIpq8 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-usfhGpIpq8 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-usfhGpIpq8 .mbr-section-title,
.cid-usfhGpIpq8 .social-list {
  color: #ffffff;
}
.cid-uKr8IstT7F {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKr8IstT7F .content {
    text-align: center;
  }
  .cid-uKr8IstT7F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKr8IstT7F .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKr8IstT7F .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKr8IstT7F .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKr8IstT7F .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKr8IstT7F .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKr8IstT7F .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKr8IstT7F .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKr8IstT7F .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKr8IstT7F .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKr8IstT7F .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKr8IstT7F .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKr8IstT7F B {
  color: #ffffff;
}
.cid-uKr8IstT7F .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKr8IstT7F H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKr8IstT7F P {
  color: #8d629e;
  text-align: left;
}
.cid-uKr8IstT7F A {
  color: #ffffff;
}
.cid-tGqvxJdhiS .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tGqvxJdhiS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tGqvxJdhiS a {
  font-style: normal;
}
.cid-tGqvxJdhiS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGqvxJdhiS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGqvxJdhiS .nav-item:focus,
.cid-tGqvxJdhiS .nav-link:focus {
  outline: none;
}
.cid-tGqvxJdhiS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGqvxJdhiS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGqvxJdhiS .menu-logo {
  margin-right: auto;
}
.cid-tGqvxJdhiS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGqvxJdhiS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGqvxJdhiS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tGqvxJdhiS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGqvxJdhiS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGqvxJdhiS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGqvxJdhiS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGqvxJdhiS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGqvxJdhiS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGqvxJdhiS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGqvxJdhiS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGqvxJdhiS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGqvxJdhiS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGqvxJdhiS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGqvxJdhiS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGqvxJdhiS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGqvxJdhiS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGqvxJdhiS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGqvxJdhiS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGqvxJdhiS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGqvxJdhiS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGqvxJdhiS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGqvxJdhiS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGqvxJdhiS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGqvxJdhiS button.navbar-toggler:focus {
  outline: none;
}
.cid-tGqvxJdhiS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tGqvxJdhiS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGqvxJdhiS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGqvxJdhiS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGqvxJdhiS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGqvxJdhiS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGqvxJdhiS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGqvxJdhiS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGqvxJdhiS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGqvxJdhiS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGqvxJdhiS .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGqvxJdhiS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGqvxJdhiS .collapsed .navbar-collapse.collapsing,
.cid-tGqvxJdhiS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGqvxJdhiS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGqvxJdhiS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGqvxJdhiS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGqvxJdhiS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGqvxJdhiS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGqvxJdhiS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGqvxJdhiS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGqvxJdhiS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tGqvxJdhiS .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGqvxJdhiS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGqvxJdhiS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGqvxJdhiS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGqvxJdhiS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGqvxJdhiS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGqvxJdhiS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGqvxJdhiS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGqvxJdhiS img {
    height: 3.8rem !important;
  }
  .cid-tGqvxJdhiS .btn {
    display: -webkit-flex;
  }
  .cid-tGqvxJdhiS button.navbar-toggler {
    display: block;
  }
  .cid-tGqvxJdhiS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tGqvxJdhiS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGqvxJdhiS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGqvxJdhiS .navbar-collapse.collapsing,
  .cid-tGqvxJdhiS .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGqvxJdhiS .navbar-collapse.collapsing .navbar-nav,
  .cid-tGqvxJdhiS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGqvxJdhiS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGqvxJdhiS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGqvxJdhiS .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGqvxJdhiS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGqvxJdhiS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGqvxJdhiS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGqvxJdhiS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGqvxJdhiS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGqvxJdhiS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGqvxJdhiS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGqvxJdhiS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tGqvxJdhiS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGqvxJdhiS .nav-link:hover,
.cid-tGqvxJdhiS .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-tGqvxBXPop {
  padding-top: 320px;
  padding-bottom: 240px;
  background-image: url("../../../assets/images/path-little-boy-mtth-2000x1384.png");
}
.cid-tGqvxBXPop H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tGrlaOTioO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-tGrlaOTioO H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tGqvxDwXIg {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tGqvxDwXIg .mbr-text,
.cid-tGqvxDwXIg blockquote {
  color: #767676;
}
.cid-tGqvxEcNCf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-tGqvxEcNCf H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tGqvxEw9Nt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/compass-mtth-2000x1048.png");
}
@media (min-width: 992px) {
  .cid-tGqvxEw9Nt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGqvxEw9Nt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tGqvxEw9Nt .mbr-text {
    text-align: center;
  }
}
.cid-tGqvxEw9Nt H1 {
  color: #ffffff;
}
.cid-tGqvxEw9Nt H3 {
  color: #2b0d38;
  text-align: left;
}
.cid-tGqvxGvWqz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
  background-image: url("../../../assets/images/mytimetoheal-damask-centred-2.svg");
}
.cid-tGqvxGvWqz .counter-container {
  color: #767676;
}
.cid-tGqvxGvWqz .counter-container ul {
  margin-bottom: 0;
}
.cid-tGqvxGvWqz .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tGqvxGvWqz .mbr-text UL {
  color: #767676;
}
.cid-tGqvxGvWqz .mbr-text {
  color: #7f1933;
}
.cid-tGqvxGvWqz .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tGqvxGvWqz .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #efefef;
}
.cid-tGqvxGvWqz .separline {
  position: relative;
}
.cid-tGqvxGvWqz .separline:after {
  top: 24px;
  left: 8px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (10px + 4px) * 2);
  background-color: #efefef;
}
.cid-tGrn9x2FKU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-tGrn9x2FKU H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tGrn5inieH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/a-single-step-886x541.jpg");
}
@media (min-width: 992px) {
  .cid-tGrn5inieH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGrn5inieH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tGrn5inieH .mbr-text {
    text-align: center;
  }
}
.cid-tGrn5inieH H1 {
  color: #ffffff;
}
.cid-tGrn5inieH H3 {
  color: #3b1d47;
  text-align: left;
}
.cid-tGqvxGOyrc {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tGqvxGOyrc .mbr-text,
.cid-tGqvxGOyrc blockquote {
  color: #767676;
}
.cid-uLmMPcwnch {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uLmMPcwnch .image-block {
  margin: auto;
}
.cid-uLmMPcwnch figcaption {
  position: relative;
}
.cid-uLmMPcwnch figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLmMPcwnch .image-block {
    width: 100% !important;
  }
}
.cid-tGqvxIkQeZ {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/test2-1701x899.jpeg");
  background-position: right;
}
.cid-tGqvxIkQeZ .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tGqvxIkQeZ .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tGqvxIkQeZ .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tGqvxIkQeZ img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tGqvxIkQeZ .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tGqvxIkQeZ H1 {
  color: #c3b8c7;
}
.cid-usfhNmU7ah {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #2b0d38;
}
.cid-usfhNmU7ah .mbr-section-subtitle {
  color: #dbd8dc;
}
.cid-usfhNmU7ah .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #3b1d47;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-usfhNmU7ah .mbr-iconfont-social:before {
  padding: .6rem;
  border: 0px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-usfhNmU7ah .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-usfhNmU7ah .mbr-iconfont-social:hover:before {
  background: #3b1d47;
  transition: all .3s;
  border-color: transparent;
}
.cid-usfhNmU7ah .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-usfhNmU7ah .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-usfhNmU7ah .mbr-section-title,
.cid-usfhNmU7ah .social-list {
  color: #ffffff;
}
.cid-uKr8Z37r0L {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKr8Z37r0L .content {
    text-align: center;
  }
  .cid-uKr8Z37r0L .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKr8Z37r0L .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKr8Z37r0L .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKr8Z37r0L .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKr8Z37r0L .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKr8Z37r0L .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKr8Z37r0L .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKr8Z37r0L .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKr8Z37r0L .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKr8Z37r0L .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKr8Z37r0L .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKr8Z37r0L .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKr8Z37r0L B {
  color: #ffffff;
}
.cid-uKr8Z37r0L .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKr8Z37r0L H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKr8Z37r0L P {
  color: #8d629e;
  text-align: left;
}
.cid-uKr8Z37r0L A {
  color: #ffffff;
}
.cid-tHEm3AwZA4 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tHEm3AwZA4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tHEm3AwZA4 a {
  font-style: normal;
}
.cid-tHEm3AwZA4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tHEm3AwZA4 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tHEm3AwZA4 .nav-item:focus,
.cid-tHEm3AwZA4 .nav-link:focus {
  outline: none;
}
.cid-tHEm3AwZA4 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHEm3AwZA4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tHEm3AwZA4 .menu-logo {
  margin-right: auto;
}
.cid-tHEm3AwZA4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHEm3AwZA4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tHEm3AwZA4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tHEm3AwZA4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tHEm3AwZA4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tHEm3AwZA4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tHEm3AwZA4 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tHEm3AwZA4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tHEm3AwZA4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tHEm3AwZA4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHEm3AwZA4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tHEm3AwZA4 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tHEm3AwZA4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tHEm3AwZA4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHEm3AwZA4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tHEm3AwZA4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHEm3AwZA4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tHEm3AwZA4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tHEm3AwZA4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tHEm3AwZA4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tHEm3AwZA4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tHEm3AwZA4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tHEm3AwZA4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tHEm3AwZA4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tHEm3AwZA4 button.navbar-toggler:focus {
  outline: none;
}
.cid-tHEm3AwZA4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tHEm3AwZA4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHEm3AwZA4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHEm3AwZA4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHEm3AwZA4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHEm3AwZA4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHEm3AwZA4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHEm3AwZA4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHEm3AwZA4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHEm3AwZA4 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tHEm3AwZA4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tHEm3AwZA4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.collapsing,
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tHEm3AwZA4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tHEm3AwZA4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tHEm3AwZA4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tHEm3AwZA4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tHEm3AwZA4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tHEm3AwZA4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tHEm3AwZA4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tHEm3AwZA4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tHEm3AwZA4.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tHEm3AwZA4 img {
    height: 3.8rem !important;
  }
  .cid-tHEm3AwZA4 .btn {
    display: -webkit-flex;
  }
  .cid-tHEm3AwZA4 button.navbar-toggler {
    display: block;
  }
  .cid-tHEm3AwZA4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tHEm3AwZA4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tHEm3AwZA4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tHEm3AwZA4 .navbar-collapse.collapsing,
  .cid-tHEm3AwZA4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tHEm3AwZA4 .navbar-collapse.collapsing .navbar-nav,
  .cid-tHEm3AwZA4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tHEm3AwZA4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tHEm3AwZA4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tHEm3AwZA4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tHEm3AwZA4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tHEm3AwZA4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tHEm3AwZA4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tHEm3AwZA4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tHEm3AwZA4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tHEm3AwZA4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tHEm3AwZA4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tHEm3AwZA4 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tHEm3AwZA4 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tHEm3AwZA4 .nav-link:hover,
.cid-tHEm3AwZA4 .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-tHEm3xNHi4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/cyber-security-3411476-2000x1200.jpg");
}
.cid-tHEm3xNHi4 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tHEm3xNHi4 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tHEm3xNHi4 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tHEm3xNHi4 SPAN {
  color: #e5dfe7;
}
.cid-tHEm3yWOLo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3yWOLo H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3zxrQU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3zxrQU .mbr-text,
.cid-tHEm3zxrQU blockquote {
  color: #767676;
}
.cid-tHEm3A22hQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3A22hQ H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3Bm2kA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3Bm2kA .mbr-text,
.cid-tHEm3Bm2kA blockquote {
  color: #767676;
}
.cid-tHEm3BUbQY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3BUbQY H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3CrZap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3CrZap .mbr-text,
.cid-tHEm3CrZap blockquote {
  color: #767676;
}
.cid-tHEm3CrZap .mbr-text {
  color: #767676;
}
.cid-tHEm3D4kV2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3D4kV2 H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3DGPD9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3DGPD9 .mbr-text,
.cid-tHEm3DGPD9 blockquote {
  color: #767676;
}
.cid-tHEm3DGPD9 .mbr-text {
  color: #767676;
}
.cid-tHEm3EerCQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3EerCQ H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3EMxQX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3EMxQX .mbr-text,
.cid-tHEm3EMxQX blockquote {
  color: #767676;
}
.cid-tHEm3EMxQX .mbr-text {
  color: #767676;
}
.cid-tHEm3Fk174 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3Fk174 H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3FTrIO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3FTrIO .mbr-text,
.cid-tHEm3FTrIO blockquote {
  color: #767676;
}
.cid-tHEm3FTrIO .mbr-text {
  color: #767676;
}
.cid-tHEm3GvtEe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3GvtEe H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3H1gms {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3H1gms .mbr-text,
.cid-tHEm3H1gms blockquote {
  color: #767676;
}
.cid-tHEm3H1gms .mbr-text {
  color: #767676;
}
.cid-tHEm3HAyTv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3HAyTv H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3I7GT1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3I7GT1 .mbr-text,
.cid-tHEm3I7GT1 blockquote {
  color: #767676;
}
.cid-tHEm3I7GT1 .mbr-text {
  color: #767676;
}
.cid-tHEm3IHIV3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3IHIV3 H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3JedCa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3JedCa .mbr-text,
.cid-tHEm3JedCa blockquote {
  color: #767676;
}
.cid-tHEm3JedCa .mbr-text {
  color: #767676;
}
.cid-tHEm3JMEEK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3JMEEK H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3Kjr7i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3Kjr7i .mbr-text,
.cid-tHEm3Kjr7i blockquote {
  color: #767676;
}
.cid-tHEm3Kjr7i .mbr-text {
  color: #767676;
}
.cid-tHEm3KV9h1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3KV9h1 H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3Ls9NS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3Ls9NS .mbr-text,
.cid-tHEm3Ls9NS blockquote {
  color: #767676;
}
.cid-tHEm3Ls9NS .mbr-text {
  color: #767676;
}
.cid-tHEm3M0IeU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3M0IeU H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3Mye7v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3Mye7v .mbr-text,
.cid-tHEm3Mye7v blockquote {
  color: #767676;
}
.cid-tHEm3Mye7v .mbr-text {
  color: #767676;
}
.cid-tHEm3N9Xca {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3N9Xca H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3NHRTE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3NHRTE .mbr-text,
.cid-tHEm3NHRTE blockquote {
  color: #767676;
}
.cid-tHEm3NHRTE .mbr-text {
  color: #767676;
}
.cid-tHEm3Ojo9l {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3Ojo9l H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3OR3Qh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3OR3Qh .mbr-text,
.cid-tHEm3OR3Qh blockquote {
  color: #767676;
}
.cid-tHEm3OR3Qh .mbr-text {
  color: #767676;
}
.cid-tHEm3PtUUC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-tHEm3PtUUC H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-tHEm3Q2WZP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-tHEm3Q2WZP .mbr-text,
.cid-tHEm3Q2WZP blockquote {
  color: #767676;
}
.cid-tHEm3Q2WZP .mbr-text {
  color: #767676;
}
.cid-uKramE682p {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKramE682p .content {
    text-align: center;
  }
  .cid-uKramE682p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKramE682p .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKramE682p .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKramE682p .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKramE682p .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKramE682p .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKramE682p .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKramE682p .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKramE682p .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKramE682p .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKramE682p .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKramE682p .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKramE682p B {
  color: #ffffff;
}
.cid-uKramE682p .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKramE682p H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKramE682p P {
  color: #8d629e;
  text-align: left;
}
.cid-uKramE682p A {
  color: #ffffff;
}
.cid-uHiM0hfCSE .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uHiM0hfCSE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uHiM0hfCSE a {
  font-style: normal;
}
.cid-uHiM0hfCSE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHiM0hfCSE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHiM0hfCSE .nav-item:focus,
.cid-uHiM0hfCSE .nav-link:focus {
  outline: none;
}
.cid-uHiM0hfCSE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHiM0hfCSE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHiM0hfCSE .menu-logo {
  margin-right: auto;
}
.cid-uHiM0hfCSE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHiM0hfCSE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHiM0hfCSE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHiM0hfCSE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHiM0hfCSE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHiM0hfCSE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHiM0hfCSE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHiM0hfCSE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHiM0hfCSE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHiM0hfCSE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHiM0hfCSE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHiM0hfCSE .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHiM0hfCSE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHiM0hfCSE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHiM0hfCSE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHiM0hfCSE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHiM0hfCSE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uHiM0hfCSE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHiM0hfCSE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHiM0hfCSE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHiM0hfCSE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHiM0hfCSE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHiM0hfCSE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHiM0hfCSE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHiM0hfCSE button.navbar-toggler:focus {
  outline: none;
}
.cid-uHiM0hfCSE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uHiM0hfCSE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHiM0hfCSE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHiM0hfCSE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHiM0hfCSE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHiM0hfCSE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHiM0hfCSE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHiM0hfCSE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHiM0hfCSE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHiM0hfCSE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHiM0hfCSE .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHiM0hfCSE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHiM0hfCSE .collapsed .navbar-collapse.collapsing,
.cid-uHiM0hfCSE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHiM0hfCSE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHiM0hfCSE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHiM0hfCSE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHiM0hfCSE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHiM0hfCSE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHiM0hfCSE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHiM0hfCSE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHiM0hfCSE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uHiM0hfCSE .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHiM0hfCSE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHiM0hfCSE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHiM0hfCSE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uHiM0hfCSE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHiM0hfCSE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHiM0hfCSE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uHiM0hfCSE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHiM0hfCSE img {
    height: 3.8rem !important;
  }
  .cid-uHiM0hfCSE .btn {
    display: -webkit-flex;
  }
  .cid-uHiM0hfCSE button.navbar-toggler {
    display: block;
  }
  .cid-uHiM0hfCSE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHiM0hfCSE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHiM0hfCSE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHiM0hfCSE .navbar-collapse.collapsing,
  .cid-uHiM0hfCSE .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHiM0hfCSE .navbar-collapse.collapsing .navbar-nav,
  .cid-uHiM0hfCSE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHiM0hfCSE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHiM0hfCSE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHiM0hfCSE .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHiM0hfCSE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHiM0hfCSE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHiM0hfCSE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHiM0hfCSE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uHiM0hfCSE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHiM0hfCSE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHiM0hfCSE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uHiM0hfCSE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHiM0hfCSE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHiM0hfCSE .nav-link:hover,
.cid-uHiM0hfCSE .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-uHiM0iaFUg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1920.jpg");
}
.cid-uHiM0iaFUg H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uHiM0iaFUg .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHiM0iaFUg .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uHiM0iaFUg SPAN {
  color: #e5dfe7;
}
.cid-uHiM0iwvnP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-5-1920x1080.png");
}
.cid-uHiM0iwvnP H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-uHiM0j0bC2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-uHiM0j0bC2 .mbr-text,
.cid-uHiM0j0bC2 blockquote {
  color: #767676;
}
.cid-uKrasm1IBO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKrasm1IBO .content {
    text-align: center;
  }
  .cid-uKrasm1IBO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKrasm1IBO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKrasm1IBO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKrasm1IBO .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKrasm1IBO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKrasm1IBO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKrasm1IBO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKrasm1IBO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKrasm1IBO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKrasm1IBO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKrasm1IBO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKrasm1IBO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKrasm1IBO B {
  color: #ffffff;
}
.cid-uKrasm1IBO .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKrasm1IBO H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKrasm1IBO P {
  color: #8d629e;
  text-align: left;
}
.cid-uKrasm1IBO A {
  color: #ffffff;
}
.cid-uKlGAQnAFD .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uKlGAQnAFD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uKlGAQnAFD a {
  font-style: normal;
}
.cid-uKlGAQnAFD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKlGAQnAFD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uKlGAQnAFD .nav-item:focus,
.cid-uKlGAQnAFD .nav-link:focus {
  outline: none;
}
.cid-uKlGAQnAFD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKlGAQnAFD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKlGAQnAFD .menu-logo {
  margin-right: auto;
}
.cid-uKlGAQnAFD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uKlGAQnAFD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uKlGAQnAFD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKlGAQnAFD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKlGAQnAFD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKlGAQnAFD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKlGAQnAFD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKlGAQnAFD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKlGAQnAFD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKlGAQnAFD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKlGAQnAFD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKlGAQnAFD .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uKlGAQnAFD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uKlGAQnAFD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKlGAQnAFD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKlGAQnAFD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKlGAQnAFD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uKlGAQnAFD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKlGAQnAFD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKlGAQnAFD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKlGAQnAFD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKlGAQnAFD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKlGAQnAFD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKlGAQnAFD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKlGAQnAFD button.navbar-toggler:focus {
  outline: none;
}
.cid-uKlGAQnAFD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uKlGAQnAFD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKlGAQnAFD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKlGAQnAFD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKlGAQnAFD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKlGAQnAFD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKlGAQnAFD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKlGAQnAFD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKlGAQnAFD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKlGAQnAFD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKlGAQnAFD .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKlGAQnAFD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKlGAQnAFD .collapsed .navbar-collapse.collapsing,
.cid-uKlGAQnAFD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKlGAQnAFD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKlGAQnAFD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKlGAQnAFD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKlGAQnAFD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKlGAQnAFD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKlGAQnAFD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKlGAQnAFD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKlGAQnAFD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uKlGAQnAFD .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKlGAQnAFD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKlGAQnAFD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKlGAQnAFD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uKlGAQnAFD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKlGAQnAFD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKlGAQnAFD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uKlGAQnAFD.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKlGAQnAFD img {
    height: 3.8rem !important;
  }
  .cid-uKlGAQnAFD .btn {
    display: -webkit-flex;
  }
  .cid-uKlGAQnAFD button.navbar-toggler {
    display: block;
  }
  .cid-uKlGAQnAFD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKlGAQnAFD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKlGAQnAFD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKlGAQnAFD .navbar-collapse.collapsing,
  .cid-uKlGAQnAFD .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKlGAQnAFD .navbar-collapse.collapsing .navbar-nav,
  .cid-uKlGAQnAFD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKlGAQnAFD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKlGAQnAFD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKlGAQnAFD .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKlGAQnAFD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKlGAQnAFD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKlGAQnAFD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKlGAQnAFD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uKlGAQnAFD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKlGAQnAFD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKlGAQnAFD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uKlGAQnAFD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKlGAQnAFD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKlGAQnAFD .nav-link:hover,
.cid-uKlGAQnAFD .dropdown-item:hover {
  color: #3b1d47 !important;
}
.cid-uKlGAStS2X {
  padding-top: 320px;
  padding-bottom: 240px;
  background-image: url("../../../assets/images/cockatoos.jpg-2000x1380.jpeg");
}
.cid-uKlGAStS2X H1 {
  color: #ffffff;
  text-align: center;
}
.cid-uKlGATFuHS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-uKlGATFuHS H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-uKlGAUvS7v {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-uKlGAUvS7v .mbr-text,
.cid-uKlGAUvS7v blockquote {
  color: #767676;
}
.cid-uKlGAUQZHX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-uKlGAUQZHX H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-uKlGAXusPL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/anne-nygard-gg8f7flbms0-unsplash.jpg-2000x3000.jpeg");
}
@media (min-width: 992px) {
  .cid-uKlGAXusPL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlGAXusPL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKlGAXusPL .mbr-text {
    text-align: center;
  }
}
.cid-uKlGAXusPL H1 {
  color: #ffffff;
}
.cid-uKlGAXusPL H3 {
  color: #3b1d47;
  text-align: left;
}
.cid-uLheGrsOuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gladiolus-grey-2000x1500.png-2000x1500.png");
}
.cid-uLheGrsOuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLheGrsOuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLheGrsOuv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uLheGrsOuv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uLheGrsOuv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #947dd7;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uLheGrsOuv H3 {
  text-align: left;
  color: #2b0d38;
}
.cid-uKlGAWPldp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/damask-repeat-small-4-1920x1080.png");
}
.cid-uKlGAWPldp H1 {
  color: #2b0d38;
  text-align: center;
}
.cid-uKlGAVEoFS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/hands-63743-1280.jpg-853x1280.jpg");
}
@media (min-width: 992px) {
  .cid-uKlGAVEoFS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKlGAVEoFS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uKlGAVEoFS .mbr-text {
    text-align: center;
  }
}
.cid-uKlGAVEoFS H1 {
  color: #ffffff;
}
.cid-uKlGAVEoFS H3 {
  color: #2b0d38;
  text-align: left;
}
.cid-uKlGAXZw5U {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-uKlGAXZw5U .mbr-text,
.cid-uKlGAXZw5U blockquote {
  color: #767676;
}
.cid-uLhM1z4n2G {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-uLhM1z4n2G .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhM1z4n2G .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLhM1z4n2G .mbr-text {
    text-align: center;
  }
}
.cid-uLhM1z4n2G H1 {
  color: #ffffff;
}
.cid-uLhM1z4n2G H3 {
  color: #2b0d38;
  text-align: left;
}
.cid-uL0LSTtJwC {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background-image: url("../../../assets/images/mytimetoheal-damask-temp-artboard.svg");
}
.cid-uL0LSTtJwC .mbr-text,
.cid-uL0LSTtJwC blockquote {
  color: #767676;
}
.cid-uLmMSTeHp5 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uLmMSTeHp5 .image-block {
  margin: auto;
}
.cid-uLmMSTeHp5 figcaption {
  position: relative;
}
.cid-uLmMSTeHp5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLmMSTeHp5 .image-block {
    width: 100% !important;
  }
}
.cid-uKlGAZgUx8 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bob-marley.webp");
  background-position: right;
}
.cid-uKlGAZgUx8 .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-uKlGAZgUx8 .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-uKlGAZgUx8 .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-uKlGAZgUx8 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-uKlGAZgUx8 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-uKlGAZgUx8 H1 {
  color: #c3b8c7;
}
.cid-uKlGB0bWrY {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #2b0d38;
}
.cid-uKlGB0bWrY .mbr-section-subtitle {
  color: #dbd8dc;
}
.cid-uKlGB0bWrY .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #3b1d47;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-uKlGB0bWrY .mbr-iconfont-social:before {
  padding: .6rem;
  border: 0px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-uKlGB0bWrY .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uKlGB0bWrY .mbr-iconfont-social:hover:before {
  background: #3b1d47;
  transition: all .3s;
  border-color: transparent;
}
.cid-uKlGB0bWrY .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uKlGB0bWrY .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-uKlGB0bWrY .mbr-section-title,
.cid-uKlGB0bWrY .social-list {
  color: #ffffff;
}
.cid-uKlGB1bznd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/am-damask-art-duotone-with-logo-bg75-damask50-2000x2499.png");
}
@media (max-width: 767px) {
  .cid-uKlGB1bznd .content {
    text-align: center;
  }
  .cid-uKlGB1bznd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 7670px) {
  .cid-uKlGB1bznd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKlGB1bznd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uKlGB1bznd .media-wrap img {
  height: 8rem;
}
@media (max-width: 767px) {
  .cid-uKlGB1bznd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uKlGB1bznd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uKlGB1bznd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uKlGB1bznd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uKlGB1bznd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKlGB1bznd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uKlGB1bznd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKlGB1bznd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKlGB1bznd B {
  color: #ffffff;
}
.cid-uKlGB1bznd .copyright > p {
  color: #8d629e;
  text-align: left;
}
.cid-uKlGB1bznd H5 {
  color: #8d629e;
  text-align: left;
}
.cid-uKlGB1bznd P {
  color: #8d629e;
  text-align: left;
}
.cid-uKlGB1bznd A {
  color: #ffffff;
}
